Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the npm group across 1 directory with 2 updates #36

Merged
merged 3 commits into from
Dec 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tree-sitter-vhdl"
description = "VHDL grammar for tree-sitter"
version = "1.2.2"
version = "1.2.3"
license = "MIT"
readme = "README.md"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
Expand Down
2 changes: 1 addition & 1 deletion Makefile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions bindings/go/go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 17 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tree-sitter-vhdl",
"version": "1.2.2",
"version": "1.2.3",
"description": "VHDL grammar for tree-sitter",
"repository": "github:jpt13653903/tree-sitter-vhdl",
"author": "John-Philip Taylor",
Expand All @@ -22,8 +22,8 @@
"src/**"
],
"dependencies": {
"node-addon-api": "^8.2.2",
"node-gyp-build": "^4.8.3"
"node-addon-api": "^8.3.0",
"node-gyp-build": "^4.8.4"
},
"devDependencies": {
"prebuildify": "^6.0.1",
Expand All @@ -41,6 +41,18 @@
"install": "node-gyp-build",
"prestart": "tree-sitter build --wasm",
"start": "tree-sitter playground",
"test": "node --test bindings/node/*_test.js"
}
"test": "node --test bindings/node/*_test.js",
"prebuildify": "prebuildify --napi --strip"
},
"tree-sitter": [
{
"scope": "source.vhdl",
"injection-regex": "^vhdl$",
"file-types": [
"vhd",
"vhdl"
],
"highlights": "queries/Neovim/highlights.scm"
}
]
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "tree-sitter-vhdl"
description = "VHDL grammar for tree-sitter"
version = "1.2.2"
version = "1.2.3"
keywords = ["incremental", "parsing", "tree-sitter", "vhdl"]
authors = [
{name = "John-Philip Taylor"}
Expand Down
1 change: 0 additions & 1 deletion src/grammar.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/node-types.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading