Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#954)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <[email protected]>
  • Loading branch information
renovate[bot] and danielroe authored Oct 7, 2024
1 parent af810cb commit 7ff7ad5
Show file tree
Hide file tree
Showing 17 changed files with 701 additions and 1,157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autofix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: corepack enable
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelogensets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- run: corepack enable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: corepack enable
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: corepack enable
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- run: corepack enable
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
- run: corepack enable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reproduction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
reproduire:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
2 changes: 1 addition & 1 deletion examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.6",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/app-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.6",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "29.5.13",
"jest": "29.7.0",
"playwright-core": "1.47.1",
"playwright-core": "1.47.2",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2"
Expand Down
4 changes: 2 additions & 2 deletions examples/app-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.6",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"std-env": "3.7.0"
}
}
4 changes: 2 additions & 2 deletions examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.1.0",
"happy-dom": "15.7.4",
"jsdom": "25.0.0",
"listhen": "1.7.2",
"jsdom": "25.0.1",
"listhen": "1.9.0",
"nuxt": "3.13.2",
"typescript": "5.6.2",
"vitest": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"dependencies": {
"nuxt": "^3.13.2",
"vue": "^3.5.6",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "14.0.2",
"happy-dom": "15.7.4",
"playwright-core": "1.47.1",
"playwright-core": "1.47.2",
"typescript": "5.6.2",
"vitest": "2.1.2"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"devDependencies": {
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@nuxtjs/i18n": "8.5.4",
"@nuxtjs/i18n": "8.5.5",
"nuxt": "3.13.2",
"vitest": "2.1.2",
"vue": "3.5.6",
"vue": "3.5.11",
"vue-router": "4.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@nuxt/kit": "^3.13.2",
"vue": "^3.5.6",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/module/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"nuxt": "3.13.2"
},
"dependencies": {
"vue": "^3.5.6",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
}
}
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"c12": "^2.0.0",
"c12": "^2.0.1",
"consola": "^3.2.3",
"defu": "^6.1.4",
"destr": "^2.0.3",
Expand All @@ -52,7 +52,7 @@
"local-pkg": "^0.5.0",
"magic-string": "^0.30.11",
"node-fetch-native": "^1.6.4",
"ofetch": "^1.3.4",
"ofetch": "^1.4.0",
"pathe": "^1.1.2",
"perfect-debounce": "^1.0.0",
"radix3": "^1.1.2",
Expand All @@ -70,7 +70,7 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.5.7",
"@nuxt/module-builder": "0.8.4",
"@playwright/test": "1.47.1",
"@playwright/test": "1.47.2",
"@testing-library/vue": "8.1.0",
"@types/estree": "1.0.6",
"@types/jsdom": "21.1.7",
Expand All @@ -79,18 +79,18 @@
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.7",
"compatx": "0.1.8",
"eslint": "9.10.0",
"h3": "1.12.0",
"jiti": "2.0.0",
"eslint": "9.12.0",
"h3": "1.13.0",
"jiti": "2.3.1",
"nitropack": "2.9.7",
"nuxt": "3.13.2",
"playwright-core": "1.47.1",
"rollup": "4.22.2",
"playwright-core": "1.47.2",
"rollup": "4.24.0",
"semver": "7.6.3",
"typescript": "5.6.2",
"unbuild": "latest",
"unimport": "3.12.0",
"vite": "5.4.6",
"unimport": "3.13.1",
"vite": "5.4.8",
"vitest": "2.1.2",
"vue-router": "4.4.5",
"vue-tsc": "2.1.6"
Expand Down Expand Up @@ -150,14 +150,14 @@
"@nuxt/kit": "^3.13.2",
"@nuxt/schema": "^3.13.2",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.22.2",
"vite": "5.4.6",
"rollup": "4.24.0",
"vite": "5.4.8",
"vite-node": "2.1.2",
"vitest": "2.1.2",
"vue": "^3.5.6"
"vue": "^3.5.11"
},
"engines": {
"node": ">=18.20.4"
},
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.12.0"
}
Loading

0 comments on commit 7ff7ad5

Please sign in to comment.