mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
chore(deps): update all non-major dependencies (2.x) (#21820)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
parent
1853c67fa3
commit
7ffa47c520
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0 # All history
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -65,7 +65,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -129,7 +129,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -169,7 +169,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -205,7 +205,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -242,7 +242,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -279,7 +279,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -333,7 +333,7 @@ jobs:
|
||||
packages/*/dist
|
||||
key: ${{ matrix.os }}-node-v${{ matrix.node }}-nuxt-${{ github.sha }}
|
||||
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
|
8
.github/workflows/windows.yml
vendored
8
.github/workflows/windows.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -62,7 +62,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
@ -135,7 +135,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||
- run: corepack enable
|
||||
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
cache: "yarn"
|
||||
|
@ -56,7 +56,7 @@ module.exports = {
|
||||
],
|
||||
|
||||
moduleNameMapper: {
|
||||
[`consola$`]: '<rootDir>/node_modules/consola/dist/index.basic.cjs',
|
||||
[`consola$`]: '<rootDir>/node_modules/consola/dist/index.cjs',
|
||||
[`@nuxt/(${corePackages.join('|')})(/?.*)$`]: '<rootDir>/packages/$1/src/$2'
|
||||
}
|
||||
}
|
||||
|
36
package.json
36
package.json
@ -33,9 +33,9 @@
|
||||
"test:unit": "jest packages --forceExit"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.22.5",
|
||||
"@babel/preset-env": "7.22.5",
|
||||
"@ls-lint/ls-lint": "2.0.0",
|
||||
"@babel/core": "7.22.8",
|
||||
"@babel/preset-env": "7.22.7",
|
||||
"@ls-lint/ls-lint": "2.0.1",
|
||||
"@nuxtjs/eslint-config": "12.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "12.0.0",
|
||||
"@rollup/plugin-alias": "5.0.0",
|
||||
@ -44,18 +44,18 @@
|
||||
"@rollup/plugin-node-resolve": "15.1.0",
|
||||
"@rollup/plugin-replace": "5.0.2",
|
||||
"@types/jest": "29.5.2",
|
||||
"@typescript-eslint/eslint-plugin": "5.60.1",
|
||||
"@typescript-eslint/parser": "5.60.1",
|
||||
"@typescript-eslint/eslint-plugin": "5.61.0",
|
||||
"@typescript-eslint/parser": "5.61.0",
|
||||
"@vue/server-test-utils": "1.3.0",
|
||||
"@vue/test-utils": "1.3.6",
|
||||
"@vue/vue2-jest": "29.2.4",
|
||||
"babel-jest": "29.5.0",
|
||||
"babel-jest": "29.6.1",
|
||||
"chrome-launcher": "0.15.2",
|
||||
"consola": "3.1.0",
|
||||
"consola": "3.2.3",
|
||||
"create-require": "1.1.1",
|
||||
"cross-spawn": "7.0.3",
|
||||
"esbuild": "0.18.10",
|
||||
"eslint": "8.43.0",
|
||||
"esbuild": "0.18.11",
|
||||
"eslint": "8.44.0",
|
||||
"eslint-multiplexer": "2.0.0",
|
||||
"eslint-plugin-jest": "27.2.2",
|
||||
"execa": "^5.1.1",
|
||||
@ -66,26 +66,26 @@
|
||||
"glob": "8.1.0",
|
||||
"got": "13.0.0",
|
||||
"improved-yarn-audit": "3.0.0",
|
||||
"jest": "29.5.0",
|
||||
"jest-environment-jsdom": "29.5.0",
|
||||
"jest-util": "29.5.0",
|
||||
"jiti": "1.18.2",
|
||||
"jest": "29.6.1",
|
||||
"jest-environment-jsdom": "29.6.1",
|
||||
"jest-util": "29.6.1",
|
||||
"jiti": "1.19.1",
|
||||
"jsdom": "22.1.0",
|
||||
"jsonfile": "6.1.0",
|
||||
"klaw-sync": "6.0.0",
|
||||
"lerna": "7.1.0",
|
||||
"lerna": "7.1.1",
|
||||
"lodash": "4.17.21",
|
||||
"node-fetch-native": "1.2.0",
|
||||
"puppeteer-core": "20.7.3",
|
||||
"puppeteer-core": "20.8.0",
|
||||
"request": "2.88.2",
|
||||
"rimraf": "4.4.1",
|
||||
"rollup": "3.25.3",
|
||||
"rollup": "3.26.2",
|
||||
"rollup-plugin-esbuild": "5.0.0",
|
||||
"rollup-plugin-license": "3.0.1",
|
||||
"sass": "1.63.6",
|
||||
"sass-loader": "^10.1.1",
|
||||
"sort-package-json": "2.4.1",
|
||||
"typescript": "5.1.3",
|
||||
"sort-package-json": "2.5.0",
|
||||
"typescript": "5.1.6",
|
||||
"vue-jest": "4.0.1"
|
||||
},
|
||||
"packageManager": "yarn@1.22.19"
|
||||
|
@ -10,22 +10,22 @@
|
||||
],
|
||||
"main": "src/index.js",
|
||||
"dependencies": {
|
||||
"@babel/compat-data": "^7.22.5",
|
||||
"@babel/core": "^7.22.5",
|
||||
"@babel/helper-compilation-targets": "^7.22.5",
|
||||
"@babel/compat-data": "^7.22.6",
|
||||
"@babel/core": "^7.22.8",
|
||||
"@babel/helper-compilation-targets": "^7.22.6",
|
||||
"@babel/helper-module-imports": "^7.22.5",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.22.5",
|
||||
"@babel/plugin-proposal-decorators": "^7.22.7",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@babel/plugin-transform-runtime": "^7.22.5",
|
||||
"@babel/preset-env": "^7.22.5",
|
||||
"@babel/runtime": "^7.22.5",
|
||||
"@babel/plugin-transform-runtime": "^7.22.7",
|
||||
"@babel/preset-env": "^7.22.7",
|
||||
"@babel/runtime": "^7.22.6",
|
||||
"@vue/babel-preset-jsx": "^1.4.0",
|
||||
"core-js": "^3.31.0",
|
||||
"core-js-compat": "^3.31.0",
|
||||
"core-js": "^3.31.1",
|
||||
"core-js-compat": "^3.31.1",
|
||||
"regenerator-runtime": "^0.13.11"
|
||||
},
|
||||
"engines": {
|
||||
|
@ -14,7 +14,7 @@
|
||||
"@nuxt/webpack": "2.17.0",
|
||||
"chalk": "^4.1.2",
|
||||
"chokidar": "^3.5.3",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
"glob": "^8.1.0",
|
||||
"hash-sum": "^2.0.0",
|
||||
|
@ -18,7 +18,7 @@
|
||||
"chalk": "^4.1.2",
|
||||
"compression": "^1.7.4",
|
||||
"connect": "^3.7.0",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"crc": "^4.3.2",
|
||||
"defu": "^6.1.2",
|
||||
"destr": "^2.0.0",
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -11,7 +11,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.17.0",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"defu": "^6.1.2",
|
||||
"destr": "^2.0.0",
|
||||
"dotenv": "^16.3.1",
|
||||
|
@ -11,7 +11,7 @@
|
||||
"@nuxt/config": "2.17.0",
|
||||
"@nuxt/server": "2.17.0",
|
||||
"@nuxt/utils": "2.17.0",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"fs-extra": "^10.1.0",
|
||||
"hable": "^3.0.0",
|
||||
"hash-sum": "^2.0.0",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/utils": "2.17.0",
|
||||
"chalk": "^4.1.2",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"defu": "^6.1.2",
|
||||
"devalue": "^2.0.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
|
@ -13,7 +13,7 @@
|
||||
"@nuxtjs/youch": "^4.2.3",
|
||||
"compression": "^1.7.4",
|
||||
"connect": "^3.7.0",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"etag": "^1.8.1",
|
||||
"fresh": "^0.5.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
|
@ -8,11 +8,11 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"create-require": "^1.1.1",
|
||||
"fs-extra": "^10.1.0",
|
||||
"hash-sum": "^2.0.0",
|
||||
"jiti": "^1.18.2",
|
||||
"jiti": "^1.19.1",
|
||||
"lodash": "^4.17.21",
|
||||
"proper-lockfile": "^4.1.2",
|
||||
"semver": "^7.5.3",
|
||||
|
@ -10,7 +10,7 @@
|
||||
"dependencies": {
|
||||
"@nuxt/devalue": "^2.0.2",
|
||||
"@nuxt/utils": "2.17.0",
|
||||
"consola": "^3.1.0",
|
||||
"consola": "^3.2.3",
|
||||
"defu": "^6.1.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
"lodash": "^4.17.21",
|
||||
|
@ -8,14 +8,14 @@
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/core": "^7.22.5",
|
||||
"@babel/core": "^7.22.8",
|
||||
"@nuxt/babel-preset-app": "2.17.0",
|
||||
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
|
||||
"@nuxt/utils": "2.17.0",
|
||||
"babel-loader": "^8.3.0",
|
||||
"cache-loader": "^4.1.0",
|
||||
"caniuse-lite": "^1.0.30001508",
|
||||
"consola": "^3.1.0",
|
||||
"caniuse-lite": "^1.0.30001513",
|
||||
"consola": "^3.2.3",
|
||||
"css-loader": "^5.2.7",
|
||||
"cssnano": "^6.0.1",
|
||||
"eventsource-polyfill": "^0.9.6",
|
||||
@ -30,7 +30,7 @@
|
||||
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
||||
"pify": "^5.0.0",
|
||||
"pnp-webpack-plugin": "^1.7.0",
|
||||
"postcss": "^8.4.24",
|
||||
"postcss": "^8.4.25",
|
||||
"postcss-import": "^15.1.0",
|
||||
"postcss-import-resolver": "^2.0.0",
|
||||
"postcss-loader": "^4.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user