Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#832)
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 <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe committed May 8, 2024
1 parent a00b2c1 commit 1ebcd12
Show file tree
Hide file tree
Showing 17 changed files with 807 additions and 972 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- run: corepack enable
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp
with:
label: needs reproduction
4 changes: 2 additions & 2 deletions examples/app-cucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"dependencies": {
"nuxt": "^3.11.2",
"vue": "^3.4.24",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@cucumber/cucumber": "^10.5.1",
"@cucumber/cucumber": "^10.6.0",
"@nuxt/test-utils": "latest",
"ts-node": "^10.9.2"
}
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.11.2",
"vue": "^3.4.24",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"playwright-core": "1.43.1",
"playwright-core": "1.44.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
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,11 +12,11 @@
},
"dependencies": {
"nuxt": "^3.11.2",
"vue": "^3.4.24",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"@playwright/test": "^1.43.1"
"@playwright/test": "^1.44.0"
}
}
6 changes: 3 additions & 3 deletions examples/app-vitest-full/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"@nuxt/devtools": "1.0.8",
"@nuxt/test-utils": "latest",
"@testing-library/vue": "8.0.3",
"happy-dom": "14.7.1",
"happy-dom": "14.10.1",
"jsdom": "24.0.0",
"listhen": "^1.7.2",
"nuxt": "3.11.2",
"typescript": "5.4.5",
"vitest": "1.5.0",
"vue-tsc": "2.0.14"
"vitest": "1.6.0",
"vue-tsc": "2.0.16"
},
"dependencies": {
"idb-keyval": "^6.2.1"
Expand Down
8 changes: 4 additions & 4 deletions examples/app-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"dependencies": {
"nuxt": "^3.11.2",
"vue": "^3.4.24",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/test-utils": "latest",
"globby": "^14.0.1",
"happy-dom": "^14.7.1",
"playwright-core": "^1.43.1",
"happy-dom": "^14.10.1",
"playwright-core": "^1.44.0",
"typescript": "^5.4.5",
"vitest": "1.5.0"
"vitest": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion examples/content/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"@nuxt/content": "^2.12.1",
"@nuxt/test-utils": "latest",
"nuxt": "^3.11.2",
"vitest": "1.5.0"
"vitest": "1.6.0"
}
}
6 changes: 3 additions & 3 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.3.0",
"@nuxtjs/i18n": "8.3.1",
"nuxt": "^3.11.2",
"vitest": "1.5.0",
"vue": "^3.4.24",
"vitest": "1.6.0",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}
6 changes: 3 additions & 3 deletions examples/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"vue": "^3.4.24",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "latest",
"changelogen": "^0.5.5",
"nuxt": "^3.11.2",
"vitest": "1.5.0"
"vitest": "1.6.0"
}
}
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.11.2"
},
"dependencies": {
"vue": "^3.4.24",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,33 +65,33 @@
"vitest-environment-nuxt": "^1.0.0"
},
"devDependencies": {
"@cucumber/cucumber": "10.5.1",
"@cucumber/cucumber": "10.6.0",
"@jest/globals": "29.7.0",
"@nuxt/devtools": "1.0.8",
"@nuxt/eslint-config": "0.3.9",
"@nuxt/module-builder": "0.5.5",
"@playwright/test": "1.43.1",
"@nuxt/eslint-config": "0.3.10",
"@nuxt/module-builder": "0.6.0",
"@playwright/test": "1.44.0",
"@testing-library/vue": "8.0.3",
"@types/estree": "1.0.5",
"@types/jsdom": "21.1.6",
"@types/semver": "7.5.8",
"@vitest/ui": "1.5.2",
"@vue/test-utils": "2.4.5",
"@vitest/ui": "1.6.0",
"@vue/test-utils": "2.4.6",
"changelogen": "0.5.5",
"eslint": "9.1.1",
"eslint": "9.2.0",
"h3": "1.11.1",
"jiti": "1.21.0",
"nitropack": "2.9.6",
"nuxt": "3.11.2",
"playwright-core": "1.43.1",
"rollup": "4.16.4",
"semver": "7.6.0",
"playwright-core": "1.44.0",
"rollup": "4.17.2",
"semver": "7.6.1",
"unbuild": "latest",
"unimport": "3.7.1",
"vite": "5.2.10",
"vitest": "1.5.2",
"vite": "5.2.11",
"vitest": "1.6.0",
"vue-router": "4.3.2",
"vue-tsc": "2.0.14"
"vue-tsc": "2.0.16"
},
"peerDependencies": {
"@cucumber/cucumber": "^10.3.1",
Expand Down Expand Up @@ -146,12 +146,12 @@
"@nuxt/kit": "^3.11.2",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "workspace:*",
"rollup": "4.16.4",
"vite": "5.2.10",
"vue": "^3.4.25"
"rollup": "4.17.2",
"vite": "5.2.11",
"vue": "^3.4.27"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.0"
}

0 comments on commit 1ebcd12

Please sign in to comment.