Skip to content

Commit 86e7ad9

Browse files
fix(deps): update dependency @ast-grep/napi to v0.40.4 (#954)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@ast-grep/napi](https://ast-grep.github.io) ([source](https://redirect.github.com/ast-grep/ast-grep)) | [`0.40.3` → `0.40.4`](https://renovatebot.com/diffs/npm/@ast-grep%2fnapi/0.40.3/0.40.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@ast-grep%2fnapi/0.40.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@ast-grep%2fnapi/0.40.3/0.40.4?slim=true) | --- ### Release Notes <details> <summary>ast-grep/ast-grep (@&#8203;ast-grep/napi)</summary> ### [`v0.40.4`](https://redirect.github.com/ast-grep/ast-grep/blob/HEAD/CHANGELOG.md#0404) [Compare Source](https://redirect.github.com/ast-grep/ast-grep/compare/0.40.3...0.40.4) - feat: support --files-with-matches to list all files like ripgrep [`#2371`](https://redirect.github.com/ast-grep/ast-grep/issues/2371) - fix: use new assert\_cmd command [`#2399`](https://redirect.github.com/ast-grep/ast-grep/issues/2399) - chore(deps): update dependency dprint to v0.51.1 [`9d00e5b`](https://redirect.github.com/ast-grep/ast-grep/commit/9d00e5bef18ee8dd27b5c6c46b5b1cbe6a604652) - chore(deps): update dependency [@&#8203;ast-grep/napi](https://redirect.github.com/ast-grep/napi) to v0.40.3 [`80f9c2b`](https://redirect.github.com/ast-grep/ast-grep/commit/80f9c2be2931494f91e4bbc72fd988d8c8d4d15c) - chore(deps): update dependency oxlint to v1.36.0 [`dea9153`](https://redirect.github.com/ast-grep/ast-grep/commit/dea91530d5866b31e4965e03d4856e25cd18755f) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/cedarjs/cedar). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiY2hhbmdlc2V0cy1vayIsInJlbGVhc2U6ZGVwZW5kZW5jeSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1898d99 commit 86e7ad9

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

packages/prerender/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"test:watch": "vitest watch"
6868
},
6969
"dependencies": {
70-
"@ast-grep/napi": "0.40.3",
70+
"@ast-grep/napi": "0.40.4",
7171
"@babel/generator": "7.28.5",
7272
"@babel/parser": "7.28.5",
7373
"@babel/traverse": "7.28.5",

packages/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"test:watch": "vitest watch"
6161
},
6262
"dependencies": {
63-
"@ast-grep/napi": "0.40.3",
63+
"@ast-grep/napi": "0.40.4",
6464
"@babel/generator": "7.28.5",
6565
"@babel/parser": "7.28.5",
6666
"@babel/traverse": "7.28.5",

yarn.lock

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -310,82 +310,82 @@ __metadata:
310310
languageName: node
311311
linkType: hard
312312

313-
"@ast-grep/napi-darwin-arm64@npm:0.40.3":
314-
version: 0.40.3
315-
resolution: "@ast-grep/napi-darwin-arm64@npm:0.40.3"
313+
"@ast-grep/napi-darwin-arm64@npm:0.40.4":
314+
version: 0.40.4
315+
resolution: "@ast-grep/napi-darwin-arm64@npm:0.40.4"
316316
conditions: os=darwin & cpu=arm64
317317
languageName: node
318318
linkType: hard
319319

320-
"@ast-grep/napi-darwin-x64@npm:0.40.3":
321-
version: 0.40.3
322-
resolution: "@ast-grep/napi-darwin-x64@npm:0.40.3"
320+
"@ast-grep/napi-darwin-x64@npm:0.40.4":
321+
version: 0.40.4
322+
resolution: "@ast-grep/napi-darwin-x64@npm:0.40.4"
323323
conditions: os=darwin & cpu=x64
324324
languageName: node
325325
linkType: hard
326326

327-
"@ast-grep/napi-linux-arm64-gnu@npm:0.40.3":
328-
version: 0.40.3
329-
resolution: "@ast-grep/napi-linux-arm64-gnu@npm:0.40.3"
327+
"@ast-grep/napi-linux-arm64-gnu@npm:0.40.4":
328+
version: 0.40.4
329+
resolution: "@ast-grep/napi-linux-arm64-gnu@npm:0.40.4"
330330
conditions: os=linux & cpu=arm64 & libc=glibc
331331
languageName: node
332332
linkType: hard
333333

334-
"@ast-grep/napi-linux-arm64-musl@npm:0.40.3":
335-
version: 0.40.3
336-
resolution: "@ast-grep/napi-linux-arm64-musl@npm:0.40.3"
334+
"@ast-grep/napi-linux-arm64-musl@npm:0.40.4":
335+
version: 0.40.4
336+
resolution: "@ast-grep/napi-linux-arm64-musl@npm:0.40.4"
337337
conditions: os=linux & cpu=arm64 & libc=musl
338338
languageName: node
339339
linkType: hard
340340

341-
"@ast-grep/napi-linux-x64-gnu@npm:0.40.3":
342-
version: 0.40.3
343-
resolution: "@ast-grep/napi-linux-x64-gnu@npm:0.40.3"
341+
"@ast-grep/napi-linux-x64-gnu@npm:0.40.4":
342+
version: 0.40.4
343+
resolution: "@ast-grep/napi-linux-x64-gnu@npm:0.40.4"
344344
conditions: os=linux & cpu=x64 & libc=glibc
345345
languageName: node
346346
linkType: hard
347347

348-
"@ast-grep/napi-linux-x64-musl@npm:0.40.3":
349-
version: 0.40.3
350-
resolution: "@ast-grep/napi-linux-x64-musl@npm:0.40.3"
348+
"@ast-grep/napi-linux-x64-musl@npm:0.40.4":
349+
version: 0.40.4
350+
resolution: "@ast-grep/napi-linux-x64-musl@npm:0.40.4"
351351
conditions: os=linux & cpu=x64 & libc=musl
352352
languageName: node
353353
linkType: hard
354354

355-
"@ast-grep/napi-win32-arm64-msvc@npm:0.40.3":
356-
version: 0.40.3
357-
resolution: "@ast-grep/napi-win32-arm64-msvc@npm:0.40.3"
355+
"@ast-grep/napi-win32-arm64-msvc@npm:0.40.4":
356+
version: 0.40.4
357+
resolution: "@ast-grep/napi-win32-arm64-msvc@npm:0.40.4"
358358
conditions: os=win32 & cpu=arm64
359359
languageName: node
360360
linkType: hard
361361

362-
"@ast-grep/napi-win32-ia32-msvc@npm:0.40.3":
363-
version: 0.40.3
364-
resolution: "@ast-grep/napi-win32-ia32-msvc@npm:0.40.3"
362+
"@ast-grep/napi-win32-ia32-msvc@npm:0.40.4":
363+
version: 0.40.4
364+
resolution: "@ast-grep/napi-win32-ia32-msvc@npm:0.40.4"
365365
conditions: os=win32 & cpu=ia32
366366
languageName: node
367367
linkType: hard
368368

369-
"@ast-grep/napi-win32-x64-msvc@npm:0.40.3":
370-
version: 0.40.3
371-
resolution: "@ast-grep/napi-win32-x64-msvc@npm:0.40.3"
369+
"@ast-grep/napi-win32-x64-msvc@npm:0.40.4":
370+
version: 0.40.4
371+
resolution: "@ast-grep/napi-win32-x64-msvc@npm:0.40.4"
372372
conditions: os=win32 & cpu=x64
373373
languageName: node
374374
linkType: hard
375375

376-
"@ast-grep/napi@npm:0.40.3":
377-
version: 0.40.3
378-
resolution: "@ast-grep/napi@npm:0.40.3"
376+
"@ast-grep/napi@npm:0.40.4":
377+
version: 0.40.4
378+
resolution: "@ast-grep/napi@npm:0.40.4"
379379
dependencies:
380-
"@ast-grep/napi-darwin-arm64": "npm:0.40.3"
381-
"@ast-grep/napi-darwin-x64": "npm:0.40.3"
382-
"@ast-grep/napi-linux-arm64-gnu": "npm:0.40.3"
383-
"@ast-grep/napi-linux-arm64-musl": "npm:0.40.3"
384-
"@ast-grep/napi-linux-x64-gnu": "npm:0.40.3"
385-
"@ast-grep/napi-linux-x64-musl": "npm:0.40.3"
386-
"@ast-grep/napi-win32-arm64-msvc": "npm:0.40.3"
387-
"@ast-grep/napi-win32-ia32-msvc": "npm:0.40.3"
388-
"@ast-grep/napi-win32-x64-msvc": "npm:0.40.3"
380+
"@ast-grep/napi-darwin-arm64": "npm:0.40.4"
381+
"@ast-grep/napi-darwin-x64": "npm:0.40.4"
382+
"@ast-grep/napi-linux-arm64-gnu": "npm:0.40.4"
383+
"@ast-grep/napi-linux-arm64-musl": "npm:0.40.4"
384+
"@ast-grep/napi-linux-x64-gnu": "npm:0.40.4"
385+
"@ast-grep/napi-linux-x64-musl": "npm:0.40.4"
386+
"@ast-grep/napi-win32-arm64-msvc": "npm:0.40.4"
387+
"@ast-grep/napi-win32-ia32-msvc": "npm:0.40.4"
388+
"@ast-grep/napi-win32-x64-msvc": "npm:0.40.4"
389389
dependenciesMeta:
390390
"@ast-grep/napi-darwin-arm64":
391391
optional: true
@@ -405,7 +405,7 @@ __metadata:
405405
optional: true
406406
"@ast-grep/napi-win32-x64-msvc":
407407
optional: true
408-
checksum: 10c0/86a9dd0895ef993f6df47857ac77f07e7e29e1db4dfe163d54b5d87a384dfc1b6f3190ea32308ef1122b5a1adaee27fdfde2a5939e139de0cf7b924132465f3d
408+
checksum: 10c0/6c485b6878d537d0705c9a24396588d03c563b4a6588cb3c26750c6eb7df8a4810d9be79f60e51816b75cd7a2f9ab36e5d8795174751d2cdebc6b3f0b72a431c
409409
languageName: node
410410
linkType: hard
411411

@@ -3944,7 +3944,7 @@ __metadata:
39443944
version: 0.0.0-use.local
39453945
resolution: "@cedarjs/prerender@workspace:packages/prerender"
39463946
dependencies:
3947-
"@ast-grep/napi": "npm:0.40.3"
3947+
"@ast-grep/napi": "npm:0.40.4"
39483948
"@babel/generator": "npm:7.28.5"
39493949
"@babel/parser": "npm:7.28.5"
39503950
"@babel/traverse": "npm:7.28.5"
@@ -4238,7 +4238,7 @@ __metadata:
42384238
resolution: "@cedarjs/vite@workspace:packages/vite"
42394239
dependencies:
42404240
"@arethetypeswrong/cli": "npm:0.18.2"
4241-
"@ast-grep/napi": "npm:0.40.3"
4241+
"@ast-grep/napi": "npm:0.40.4"
42424242
"@babel/generator": "npm:7.28.5"
42434243
"@babel/parser": "npm:7.28.5"
42444244
"@babel/traverse": "npm:7.28.5"

0 commit comments

Comments
 (0)