Skip to content

Commit 42785ff

Browse files
chore(deps): update minor/patch updates (#6319)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
1 parent 65e82a9 commit 42785ff

6 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/actions/install-and-cache-node-deps/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- name: Restore Node dependencies cache
77
id: cache-node-modules
8-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
8+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
99
with:
1010
path: |
1111
node_modules
@@ -24,7 +24,7 @@ runs:
2424
shell: bash
2525
- name: Save Node dependencies cache
2626
if: steps.cache-node-modules.outputs.cache-hit != 'true' && github.ref == 'refs/heads/master'
27-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
27+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2828
with:
2929
path: |
3030
node_modules

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
if: ${{ contains(matrix.settings.target, 'ohos') }}
239239
uses: openharmony-rs/setup-ohos-sdk@eb82b94ef522b07269679195c2512f22e922ef3b # v1.0.0
240240
- name: Restore Cargo cache
241-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
241+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
242242
if: matrix.settings.cache-cargo != false
243243
with:
244244
path: |
@@ -254,7 +254,7 @@ jobs:
254254
with:
255255
version: 0.14.1
256256
- name: Install cargo-zigbuild
257-
uses: taiki-e/install-action@de6bbd1333b8f331563d54a051e542c7dfef81c3 # v2.68.34
257+
uses: taiki-e/install-action@328a871ad8f62ecac78390391f463ccabc974b72 # v2.69.9
258258
if: ${{ matrix.settings.cross == 'zig' }}
259259
env:
260260
GITHUB_TOKEN: ${{ github.token }}
@@ -286,7 +286,7 @@ jobs:
286286
shell: bash
287287
- name: Save Cargo cache
288288
if: github.ref == 'refs/heads/master' && matrix.settings.cache-cargo != false
289-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
289+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
290290
with:
291291
path: |
292292
~/.cargo/registry/index/
@@ -325,7 +325,7 @@ jobs:
325325
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
326326

327327
- name: Restore Cargo cache
328-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
328+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
329329
with:
330330
path: |
331331
~/.cargo/registry/index/
@@ -352,7 +352,7 @@ jobs:
352352
353353
- name: Save Cargo cache
354354
if: github.ref == 'refs/heads/master'
355-
uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
355+
uses: actions/cache/save@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
356356
with:
357357
path: |
358358
~/.cargo/registry/index/
@@ -536,7 +536,7 @@ jobs:
536536
env:
537537
CI: true
538538
- name: Upload coverage
539-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
539+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
540540
if: matrix.coverage
541541
with:
542542
fail_ci_if_error: true

.github/workflows/performance-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
toolchain: nightly-2025-07-25
4141
components: rust-src
4242
- name: Restore Cargo cache
43-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
43+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4444
with:
4545
path: |
4646
~/.cargo/registry/index/
@@ -82,7 +82,7 @@ jobs:
8282
toolchain: nightly-2025-07-25
8383
components: rust-src
8484
- name: Restore Cargo cache
85-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
85+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8686
with:
8787
path: |
8888
~/.cargo/registry/index/

.github/workflows/repl-artefacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
toolchain: nightly-2025-07-25
4141
components: rust-src
4242
- name: Restore Cargo cache
43-
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
43+
uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
4444
with:
4545
path: |
4646
~/.cargo/registry/index/

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"@types/picomatch": "^4.0.2",
149149
"@types/semver": "^7.7.1",
150150
"@types/yargs-parser": "^21.0.3",
151-
"@vue/language-server": "^3.2.5",
151+
"@vue/language-server": "^3.2.6",
152152
"acorn": "^8.16.0",
153153
"acorn-import-assertions": "^1.9.0",
154154
"acorn-import-phases": "^1.0.4",
@@ -177,21 +177,21 @@
177177
"lint-staged": "^16.4.0",
178178
"locate-character": "^3.0.0",
179179
"magic-string": "^0.30.21",
180-
"memfs": "^4.56.11",
180+
"memfs": "^4.57.1",
181181
"mocha": "11.7.5",
182182
"nodemon": "^3.1.14",
183183
"npm-audit-resolver": "^3.0.0-RC.0",
184184
"nyc": "^18.0.0",
185185
"patch-package": "^8.0.1",
186186
"picocolors": "^1.1.1",
187-
"picomatch": "^4.0.3",
187+
"picomatch": "^4.0.4",
188188
"pinia": "^3.0.4",
189189
"prettier": "^3.8.1",
190190
"prettier-plugin-organize-imports": "^4.3.0",
191191
"pretty-bytes": "^7.1.0",
192192
"pretty-ms": "^9.3.0",
193193
"requirejs": "^2.3.8",
194-
"rollup": "^4.59.0",
194+
"rollup": "^4.60.0",
195195
"rollup-plugin-license": "^3.7.0",
196196
"semver": "^7.7.4",
197197
"shx": "^0.4.0",
@@ -202,12 +202,12 @@
202202
"terser": "^5.46.1",
203203
"tslib": "^2.8.1",
204204
"typescript": "^5.9.3",
205-
"typescript-eslint": "^8.57.1",
205+
"typescript-eslint": "^8.57.2",
206206
"vite": "^7.3.1",
207207
"vitepress": "^1.6.4",
208208
"vue": "^3.5.30",
209209
"vue-eslint-parser": "^10.4.0",
210-
"vue-tsc": "^3.2.5",
210+
"vue-tsc": "^3.2.6",
211211
"wasm-pack": "^0.14.0",
212212
"yargs-parser": "^21.1.1"
213213
},

0 commit comments

Comments
 (0)