Skip to content

Commit aa5a377

Browse files
fix(deps): update minor/patch updates (#6365)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 197e68b commit aa5a377

7 files changed

Lines changed: 41 additions & 41 deletions

File tree

.github/workflows/build-and-tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout Commit
3434
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535
- name: Setup Node
36-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
36+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3737
with:
3838
node-version: 24.10.0
3939
- name: Install and Cache Node Dependencies
@@ -211,7 +211,7 @@ jobs:
211211
- name: Checkout Commit
212212
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
213213
- name: Setup Node
214-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
214+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
215215
if: ${{ matrix.settings.target != 'x86_64-pc-windows-gnu' }}
216216
with:
217217
node-version: 24.10.0
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
version: 0.14.1
256256
- name: Install cargo-zigbuild
257-
uses: taiki-e/install-action@85b24a67ef0c632dfefad70b9d5ce8fddb040754 # v2.75.10
257+
uses: taiki-e/install-action@481c34c1cf3a84c68b5e46f4eccfc82af798415a # v2.75.23
258258
if: ${{ matrix.settings.cross == 'zig' }}
259259
env:
260260
GITHUB_TOKEN: ${{ github.token }}
@@ -419,7 +419,7 @@ jobs:
419419
name: bindings-${{ matrix.settings.target }}
420420
path: dist/
421421
- name: Run Smoke Test
422-
uses: uraimo/run-on-arch-action@d94c13912ea685de38fccc1109385b83fd79427d # v3.0.1
422+
uses: uraimo/run-on-arch-action@f9b26e3a1a408d5fd530d20c17b9f3f4428ff8d9 # v3.1.0
423423
with:
424424
arch: ${{ matrix.settings.arch }}
425425
distro: ${{ matrix.settings.distro }}
@@ -509,7 +509,7 @@ jobs:
509509
- name: Checkout Commit
510510
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
511511
- name: Setup Node
512-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
512+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
513513
with:
514514
node-version: ${{ matrix.node }}
515515
check-latest: true
@@ -565,7 +565,7 @@ jobs:
565565
# Necessary to find the commits included in the release
566566
fetch-depth: 0
567567
- name: Setup Node
568-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
568+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
569569
with:
570570
node-version: 24.10.0
571571
registry-url: 'https://registry.npmjs.org'

.github/workflows/performance-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
key: x86_64-unknown-linux-gnu-cargo-ubuntu-latest-${{ hashFiles('rust/Cargo.lock') }}
5252
restore-keys: x86_64-unknown-linux-gnu-cargo-ubuntu-latest
5353
- name: Setup Node
54-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
54+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5555
with:
5656
node-version: 24.10.0
5757
- name: Install and Cache Node Dependencies
@@ -93,7 +93,7 @@ jobs:
9393
key: x86_64-unknown-linux-gnu-cargo-ubuntu-latest-${{ hashFiles('rust/Cargo.lock') }}
9494
restore-keys: x86_64-unknown-linux-gnu-cargo-ubuntu-latest
9595
- name: Setup Node
96-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
96+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
9797
with:
9898
node-version: 24.10.0
9999
- name: Install and Cache Node Dependencies

.github/workflows/repl-artefacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
key: wasm-cargo-ubuntu-latest-${{ hashFiles('rust/Cargo.lock') }}
5252
restore-keys: wasm-cargo-ubuntu-latest
5353
- name: Setup Node
54-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
54+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5555
with:
5656
node-version: 24.10.0
5757
- name: Install and Cache Node Dependencies

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@
125125
"@codemirror/commands": "^6.10.3",
126126
"@codemirror/lang-javascript": "^6.2.5",
127127
"@codemirror/language": "^6.12.3",
128-
"@codemirror/search": "^6.6.0",
128+
"@codemirror/search": "^6.7.0",
129129
"@codemirror/state": "^6.6.0",
130-
"@codemirror/view": "^6.41.0",
130+
"@codemirror/view": "^6.41.1",
131131
"@eslint/js": "^10.0.1",
132132
"@inquirer/prompts": "^7.10.1",
133133
"@jridgewell/sourcemap-codec": "^1.5.5",
@@ -148,7 +148,7 @@
148148
"@types/picomatch": "^4.0.3",
149149
"@types/semver": "^7.7.1",
150150
"@types/yargs-parser": "^21.0.3",
151-
"@vue/language-server": "^3.2.6",
151+
"@vue/language-server": "^3.2.7",
152152
"acorn": "^8.16.0",
153153
"acorn-import-assertions": "^1.9.0",
154154
"acorn-import-phases": "^1.0.4",
@@ -161,11 +161,11 @@
161161
"date-time": "^4.0.0",
162162
"es5-shim": "^4.6.7",
163163
"es6-shim": "^0.35.8",
164-
"eslint": "^10.2.0",
164+
"eslint": "^10.2.1",
165165
"eslint-config-prettier": "^10.1.8",
166166
"eslint-plugin-prettier": "^5.5.5",
167167
"eslint-plugin-unicorn": "^64.0.0",
168-
"eslint-plugin-vue": "^10.8.0",
168+
"eslint-plugin-vue": "^10.9.0",
169169
"fixturify": "^3.0.0",
170170
"flru": "^1.0.2",
171171
"fs-extra": "^11.3.4",
@@ -176,7 +176,7 @@
176176
"lint-staged": "^16.4.0",
177177
"locate-character": "^3.0.0",
178178
"magic-string": "^0.30.21",
179-
"memfs": "^4.57.1",
179+
"memfs": "^4.57.2",
180180
"mocha": "11.7.5",
181181
"nodemon": "^3.1.14",
182182
"npm-audit-resolver": "^3.0.0-RC.0",
@@ -185,33 +185,33 @@
185185
"picocolors": "^1.1.1",
186186
"picomatch": "^4.0.4",
187187
"pinia": "^3.0.4",
188-
"prettier": "^3.8.2",
188+
"prettier": "^3.8.3",
189189
"prettier-plugin-organize-imports": "^4.3.0",
190190
"pretty-bytes": "^7.1.0",
191191
"pretty-ms": "^9.3.0",
192192
"requirejs": "^2.3.8",
193-
"rollup": "^4.60.1",
193+
"rollup": "^4.60.2",
194194
"rollup-plugin-license": "^3.7.1",
195195
"semver": "^7.7.4",
196196
"shx": "^0.4.0",
197197
"signal-exit": "^4.1.0",
198198
"source-map": "^0.7.6",
199199
"source-map-support": "^0.5.21",
200200
"systemjs": "^6.15.1",
201-
"terser": "^5.46.1",
201+
"terser": "^5.46.2",
202202
"tslib": "^2.8.1",
203203
"typescript": "^5.9.3",
204-
"typescript-eslint": "^8.58.2",
204+
"typescript-eslint": "^8.59.1",
205205
"vite": "^7.3.2",
206206
"vitepress": "^1.6.4",
207-
"vue": "^3.5.32",
207+
"vue": "^3.5.33",
208208
"vue-eslint-parser": "^10.4.0",
209-
"vue-tsc": "^3.2.6",
209+
"vue-tsc": "^3.2.7",
210210
"wasm-pack": "^0.14.0",
211211
"yargs-parser": "^21.1.1"
212212
},
213213
"overrides": {
214-
"axios": "^1.15.0",
214+
"axios": "^1.15.2",
215215
"esbuild": ">0.24.2",
216216
"lodash-es": ">4.17.22",
217217
"path-scurry": {

rust/bindings_napi/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
13-
napi = { version = "3.8.4", default-features = false, features = ["napi4"] }
14-
napi-derive = "3.5.3"
13+
napi = { version = "3.8.5", default-features = false, features = ["napi4"] }
14+
napi-derive = "3.5.4"
1515
parse_ast = { path = "../parse_ast" }
1616
xxhash = { path = "../xxhash" }
1717

1818
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd")))'.dependencies]
19-
mimalloc-safe = { version = "0.1.56" }
19+
mimalloc-safe = { version = "0.1.58" }
2020

2121
# Readable version of the target specifier
2222
# cfg(
@@ -34,13 +34,13 @@ mimalloc-safe = { version = "0.1.56" }
3434
# )
3535
# )
3636
[target.'cfg(any(all(target_os = "linux", not(target_arch = "loongarch64"), not(all(target_arch = "riscv64", target_env = "musl")), not(target_env = "ohos")), all(target_os = "freebsd", not(target_arch = "aarch64"))))'.dependencies]
37-
mimalloc-safe = { version = "0.1.56", features = ["local_dynamic_tls"] }
37+
mimalloc-safe = { version = "0.1.58", features = ["local_dynamic_tls"] }
3838

3939
# Disable architecture specific optimizations on aarch64 platforms
4040
# Mimalloc assumes `armv8.1-a` is supported, which is not always the case
4141
# Ref: https://github.com/rollup/rollup/issues/6047
4242
[target.'cfg(all(target_arch = "aarch64", not(target_vendor = "apple")))'.dependencies]
43-
mimalloc-safe = { version = "0.1.56", features = ["no_opt_arch"] }
43+
mimalloc-safe = { version = "0.1.58", features = ["no_opt_arch"] }
4444

4545
[build-dependencies]
4646
napi-build = "2.3.1"

rust/bindings_wasm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.0.0"
44
edition = "2021"
55

66
[dependencies]
7-
wasm-bindgen = "0.2.118"
7+
wasm-bindgen = "0.2.120"
88
parse_ast = { path = "../parse_ast" }
99
xxhash = { path = "../xxhash" }
10-
js-sys = "0.3.95"
10+
js-sys = "0.3.97"
1111
console_error_panic_hook = "0.1.7"
1212

1313
[lib]

0 commit comments

Comments
 (0)