⬆️ Bump @ast-grep/napi from 0.38.5 to 0.39.5 in the minor-production group
Open
Number: #9
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 0
Association: None
Comments: 0
Created:
October 01, 2025 at 12:32 PM UTC
(about 1 month ago)
(about 1 month ago)
Updated:
October 01, 2025 at 12:32 PM UTC
(about 1 month ago)
(about 1 month ago)
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps the minor-production group with 1 update: @ast-grep/napi.
Updates @ast-grep/napi from 0.38.5 to 0.39.5
Release notes
Sourced from @ast-grep/napi's releases.
0.39.5
- Allowing LSP clients without publish diagnostics data support to support code fixes
[#2209](https://github.com/ast-grep/ast-grep/issues/2209)- fix: store client cap and do not send workspace folder req
[#2211](https://github.com/ast-grep/ast-grep/issues/2211)- fix: comment after node should be ignored in strictness=relax
[#2216](https://github.com/ast-grep/ast-grep/issues/2216)- fix: apply_all_code_actions function disallow multi-line
[#2222](https://github.com/ast-grep/ast-grep/issues/2222)- chore(deps): update dependency oxlint to v1.13.0
4be8252- chore(deps): update dependency
@ast-grep/napito v0.39.43187d39- chore(deps): update dependency oxlint to v1.14.0
7405f990.39.4
- Improve error messages for ast-grep test failures based on failure type
[#2174](https://github.com/ast-grep/ast-grep/issues/2174)- Add comprehensive GitHub Copilot development instructions
[#2152](https://github.com/ast-grep/ast-grep/issues/2152)- Address all code review comments: move make_rule_finder to lsp.rs, simplify logic, reduce indentation, update file watchers, remove unused deps
8ef8ed6- Decouple rule finding logic from LSP crate as requested
531aac3- Complete LSP rule reloading implementation with tests
683f20e0.39.3
- add some tests for hcl
756499e- add tree-sitter-hcl to ast-grep-language package deps
26b638a- fix(deps): update rust crate clap to v4.5.42
4d047eb0.39.2
- fix(deps): update rust crate tokio to v1.47.0
[#2124](https://github.com/ast-grep/ast-grep/issues/2124)- fix: ignore comments in relax/signature/template strictness
[#2122](https://github.com/ast-grep/ast-grep/issues/2122)- fix: prefer using env to determine bgcolor
[#2114](https://github.com/ast-grep/ast-grep/issues/2114)- fix: update rules
c5fd340- chore(deps): update dependency
@napi-rs/clito v3.0.4b07e5bd- fix: temporarily remove tweaking
d2fedd20.39.1
0.39.0
- feat: support esquery in kind
[#2007](https://github.com/ast-grep/ast-grep/issues/2007)- fix: path in files: section should be relative to config file
[#2101](https://github.com/ast-grep/ast-grep/issues/2101)- feat: add new pattern strictness: template
[#2097](https://github.com/ast-grep/ast-grep/issues/2097)- chore: bump napi-v3
d815af2- feat(language): add solidity support
0afcede- fix: handle whitespace
7f029fa0.38.7
- refactor: remove biome configuration and update linting tool to oxlint
ed3e5b1- chore(deps): update dependency
@ast-grep/napito v0.38.69e5f1e0- Revert "fix(deps): update rust crate tower-lsp-server to 0.22.0"
7d8e8720.38.6
- fix(deps): update rust crate tower-lsp-server to 0.22.0
[#2056](https://github.com/ast-grep/ast-grep/issues/2056)- feat: allow sgconfig.yml to not have required ruleDirs field
[#2059](https://github.com/ast-grep/ast-grep/issues/2059)
... (truncated)
Changelog
Sourced from @ast-grep/napi's changelog.
0.39.5
- Allowing LSP clients without publish diagnostics data support to support code fixes
[#2209](https://github.com/ast-grep/ast-grep/issues/2209)- fix: store client cap and do not send workspace folder req
[#2211](https://github.com/ast-grep/ast-grep/issues/2211)- fix: comment after node should be ignored in strictness=relax
[#2216](https://github.com/ast-grep/ast-grep/issues/2216)- fix: apply_all_code_actions function disallow multi-line
[#2222](https://github.com/ast-grep/ast-grep/issues/2222)- chore(deps): update dependency oxlint to v1.13.0
4be8252- chore(deps): update dependency
@ast-grep/napito v0.39.43187d39- chore(deps): update dependency oxlint to v1.14.0
7405f990.39.4
16 August 2025
- Improve error messages for ast-grep test failures based on failure type
[#2174](https://github.com/ast-grep/ast-grep/issues/2174)- Add comprehensive GitHub Copilot development instructions
[#2152](https://github.com/ast-grep/ast-grep/issues/2152)- Address all code review comments: move make_rule_finder to lsp.rs, simplify logic, reduce indentation, update file watchers, remove unused deps
8ef8ed6- Decouple rule finding logic from LSP crate as requested
531aac3- Complete LSP rule reloading implementation with tests
683f20e0.39.3
5 August 2025
- add some tests for hcl
756499e- add tree-sitter-hcl to ast-grep-language package deps
26b638a- fix(deps): update rust crate clap to v4.5.42
4d047eb0.39.2
27 July 2025
- fix(deps): update rust crate tokio to v1.47.0
[#2124](https://github.com/ast-grep/ast-grep/issues/2124)- fix: ignore comments in relax/signature/template strictness
[#2122](https://github.com/ast-grep/ast-grep/issues/2122)- fix: prefer using env to determine bgcolor
[#2114](https://github.com/ast-grep/ast-grep/issues/2114)- fix: update rules
c5fd340- chore(deps): update dependency
@napi-rs/clito v3.0.4b07e5bd- fix: temporarily remove tweaking
d2fedd20.39.1
20 July 2025
0.39.0
20 July 2025
... (truncated)
Commits
190a5ca0.39.544e2cddfix: store client cap and do not send workspace folder reqbdfec58fix: use Python::attach0633208fix: optimize testing code2c4c42ffix: comment after node should be ignored in strictness=relaxc8acfddchore: bump pyo3 deps9233896fix: apply_all_code_actions function disallow multi-line1b49e95fix: improve indentation3a57441Allowing LSP clients without publish diagnostics data support to support code...0a6c589chore(deps): update dependency@types/nodeto v22.18.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
1
Files Changed:
2
2
Additions:
+42
+42
Deletions:
-42
-42
Package Dependencies
Package:
@ast-grep/napi
Ecosystem:
npm
npm
Version Change:
0.38.5 → 0.39.5
Update Type:
Minor
Minor
Path:
the minor-production group
Technical Details
| ID: | 9024742 |
| UUID: | 2878069051 |
| Node ID: | PR_kwDOO6si8s6ri9k7 |
| Host: | GitHub |
| Repository: | coderabbitai/ast-grep-langs |
| Merge State: | Unknown |