WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit a69f9c7

Browse files
chore(deps): update all non-major dependencies (#1420)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88fba6b commit a69f9c7

File tree

5 files changed

+554
-486
lines changed

5 files changed

+554
-486
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
with:
1818
fetch-depth: 0
1919
- name: Check provenance downgrades
20-
uses: danielroe/provenance-action@a5a718233ca12eff67651fcf29a030bbbd5b3ca1 # v0.1.0
20+
uses: danielroe/provenance-action@41bcc969e579d9e29af08ba44fcbfdf95cee6e6c # v0.1.1
2121
with:
2222
fail-on-provenance-change: true

examples/app-jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/jest": "30.0.0",
1919
"jest": "30.1.3",
2020
"playwright-core": "1.55.0",
21-
"ts-jest": "29.4.2",
21+
"ts-jest": "29.4.4",
2222
"ts-node": "10.9.2",
2323
"typescript": "5.9.2"
2424
}

examples/content/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"preview": "nuxt preview"
1414
},
1515
"devDependencies": {
16-
"@nuxt/content": "3.7.0",
16+
"@nuxt/content": "3.7.1",
1717
"@nuxt/test-utils": "latest",
1818
"@vitest/browser": "3.2.4",
1919
"nuxt": "4.1.2",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"devDependencies": {
9595
"@cucumber/cucumber": "12.2.0",
9696
"@jest/globals": "30.1.2",
97-
"@nuxt/devtools-kit": "2.6.3",
97+
"@nuxt/devtools-kit": "2.6.5",
9898
"@nuxt/eslint-config": "1.9.0",
9999
"@nuxt/schema": "4.1.2",
100100
"@playwright/test": "1.55.0",
@@ -107,19 +107,19 @@
107107
"@vue/test-utils": "2.4.6",
108108
"changelogen": "0.6.2",
109109
"compatx": "0.2.0",
110-
"eslint": "9.35.0",
110+
"eslint": "9.36.0",
111111
"installed-check": "9.3.0",
112-
"knip": "5.63.1",
112+
"knip": "5.64.0",
113113
"nitropack": "2.12.6",
114114
"nuxt": "4.1.2",
115115
"pkg-pr-new": "0.0.60",
116116
"playwright-core": "1.55.0",
117-
"rollup": "4.50.2",
117+
"rollup": "4.52.0",
118118
"semver": "7.7.2",
119119
"typescript": "5.9.2",
120120
"unbuild": "latest",
121-
"unimport": "5.2.0",
122-
"vite": "7.1.5",
121+
"unimport": "5.3.0",
122+
"vite": "7.1.7",
123123
"vitest": "3.2.4",
124124
"vue-router": "4.5.1",
125125
"vue-tsc": "3.0.7"
@@ -173,16 +173,16 @@
173173
"@nuxt/schema": "4.1.2",
174174
"@nuxt/test-utils": "workspace:*",
175175
"@types/node": "22.18.6",
176-
"rollup": "4.50.2",
177-
"vite": "7.1.5",
176+
"rollup": "4.52.0",
177+
"vite": "7.1.7",
178178
"vite-node": "3.2.4",
179179
"vitest": "3.2.4",
180180
"vue": "^3.5.21"
181181
},
182182
"engines": {
183183
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
184184
},
185-
"packageManager": "pnpm@10.16.1",
185+
"packageManager": "pnpm@10.17.1",
186186
"pnpm": {
187187
"onlyBuiltDependencies": [
188188
"@tailwindcss/oxide",

0 commit comments

Comments
 (0)