chore(deps): update all non-major dependencies (2.x) (#24868)

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:
renovate[bot] 2024-01-12 15:04:51 +00:00 committed by GitHub
parent 8f6327228f
commit 4a59ca460b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 647 additions and 983 deletions

View File

@ -44,7 +44,7 @@ jobs:
run: yarn --check-files --frozen-lockfile --non-interactive
- name: cache workspace
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -69,7 +69,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -98,7 +98,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -130,7 +130,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -160,7 +160,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -199,7 +199,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -234,7 +234,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -244,7 +244,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
- name: restore fixtures
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
@ -270,7 +270,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -280,7 +280,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
- name: restore fixtures
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
@ -306,7 +306,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -316,7 +316,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
- name: restore fixtures
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
@ -344,7 +344,7 @@ jobs:
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules

View File

@ -38,7 +38,7 @@ jobs:
run: yarn --check-files --frozen-lockfile --non-interactive
- name: cache workspace
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -66,7 +66,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -99,7 +99,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -137,7 +137,7 @@ jobs:
cache: "yarn"
- name: restore workspace cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: |
node_modules
@ -147,7 +147,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}
- name: restore fixtures
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures

View File

@ -38,8 +38,8 @@
"@nuxt/telemetry": "^1.5.0",
"@nuxt/utils": "2.17.2",
"@nuxt/vue-renderer": "2.17.2",
"node-fetch-native": "^1.4.1",
"vue": "^2.7.10",
"node-fetch-native": "^1.6.1",
"vue": "^2.7.16",
"vue-client-only": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",

View File

@ -34,8 +34,8 @@
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/preset-env": "7.23.6",
"@babel/core": "7.23.7",
"@babel/preset-env": "7.23.8",
"@ls-lint/ls-lint": "2.2.2",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
@ -45,8 +45,8 @@
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.5",
"@types/jest": "29.5.11",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vue/server-test-utils": "1.3.0",
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.6",
@ -56,10 +56,10 @@
"consola": "3.2.3",
"create-require": "1.1.1",
"cross-spawn": "7.0.3",
"esbuild": "0.19.10",
"esbuild": "0.19.11",
"eslint": "8.56.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest": "27.6.2",
"execa": "^5.1.1",
"express": "4.18.2",
"finalhandler": "1.2.0",
@ -72,26 +72,26 @@
"jest-environment-jsdom": "29.7.0",
"jest-util": "29.7.0",
"jiti": "1.21.0",
"jsdom": "23.0.1",
"jsdom": "23.2.0",
"jsonfile": "6.1.0",
"klaw-sync": "6.0.0",
"lerna": "8.0.1",
"lerna": "8.0.2",
"lodash": "4.17.21",
"node-fetch-native": "1.4.1",
"node-fetch-native": "1.6.1",
"ofetch": "1.3.3",
"puppeteer-core": "21.6.1",
"puppeteer-core": "21.7.0",
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "4.9.1",
"rollup": "4.9.5",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-license": "3.2.0",
"sass": "1.69.5",
"sass": "1.69.7",
"sass-loader": "^10.4.1",
"semver": "7.5.4",
"sort-package-json": "2.6.0",
"typescript": "5.3.3",
"vue-jest": "4.0.1",
"vue-tsc": "1.8.26"
"vue-tsc": "1.8.27"
},
"packageManager": "yarn@1.22.21"
}

View File

@ -14,21 +14,21 @@
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.23.5",
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@babel/helper-compilation-targets": "^7.23.6",
"@babel/helper-module-imports": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.6",
"@babel/plugin-proposal-decorators": "^7.23.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.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/runtime": "^7.23.8",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.34.0",
"core-js-compat": "^3.34.0",
"core-js": "^3.35.0",
"core-js-compat": "^3.35.0",
"regenerator-runtime": "^0.14.1"
},
"engines": {

View File

@ -24,7 +24,7 @@
"ignore": "^5.3.0",
"lodash": "^4.17.21",
"pify": "^5.0.0",
"serialize-javascript": "^6.0.1",
"serialize-javascript": "^6.0.2",
"upath": "^2.0.1"
},
"engines": {

View File

@ -23,7 +23,7 @@
"connect": "^3.7.0",
"consola": "^3.2.3",
"crc": "^4.3.2",
"defu": "^6.1.3",
"defu": "^6.1.4",
"destr": "^2.0.2",
"execa": "^5.1.1",
"exit": "^0.1.2",
@ -36,7 +36,7 @@
"pretty-bytes": "^5.6.0",
"semver": "^7.5.4",
"serve-static": "^1.15.0",
"std-env": "^3.6.0",
"std-env": "^3.7.0",
"upath": "^2.0.1",
"wrap-ansi": "^7.0.0"
},

View File

@ -538,7 +538,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -997,7 +997,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -1462,7 +1462,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -1921,7 +1921,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -2386,7 +2386,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -2851,7 +2851,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -3322,7 +3322,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -3790,7 +3790,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -4264,7 +4264,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -4729,7 +4729,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -5200,7 +5200,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},
@ -5665,7 +5665,7 @@ exports[`webpack nuxt webpack module.rules 1`] = `
"postcssPlugin": "cssnano-util-raw-cache",
},
],
"version": "8.4.32",
"version": "8.4.33",
},
],
},

View File

@ -12,12 +12,12 @@
"dependencies": {
"@nuxt/utils": "2.17.2",
"consola": "^3.2.3",
"defu": "^6.1.3",
"defu": "^6.1.4",
"destr": "^2.0.2",
"dotenv": "^16.3.1",
"lodash": "^4.17.21",
"rc9": "^2.1.1",
"std-env": "^3.6.0",
"std-env": "^3.7.0",
"ufo": "^1.3.2"
},
"engines": {

View File

@ -14,11 +14,11 @@
"@nuxt/utils": "2.17.2",
"chalk": "^4.1.2",
"consola": "^3.2.3",
"defu": "^6.1.3",
"defu": "^6.1.4",
"devalue": "^2.0.1",
"fs-extra": "^10.1.0",
"html-minifier": "^4.0.0",
"node-html-parser": "^6.1.11",
"node-html-parser": "^6.1.12",
"ufo": "^1.3.2"
},
"engines": {

View File

@ -19,7 +19,7 @@
"lodash": "^4.17.21",
"proper-lockfile": "^4.1.2",
"semver": "^7.5.4",
"serialize-javascript": "^6.0.1",
"serialize-javascript": "^6.0.2",
"signal-exit": "^4.1.0",
"ua-parser-js": "^1.0.37",
"ufo": "^1.3.2"

View File

@ -16,15 +16,15 @@
"index.d.ts"
],
"dependencies": {
"node-fetch-native": "^1.4.1",
"node-fetch-native": "^1.6.1",
"ufo": "^1.3.2",
"unfetch": "^5.0.0",
"vue": "^2.7.10",
"vue": "^2.7.16",
"vue-client-only": "^2.1.0",
"vue-meta": "^2.4.0",
"vue-no-ssr": "^1.1.1",
"vue-router": "^3.6.5",
"vue-template-compiler": "^2.7.15",
"vue-template-compiler": "^2.7.16",
"vuex": "^3.6.2"
},
"engines": {

View File

@ -14,14 +14,14 @@
"@nuxt/devalue": "^2.0.2",
"@nuxt/utils": "2.17.2",
"consola": "^3.2.3",
"defu": "^6.1.3",
"defu": "^6.1.4",
"fs-extra": "^10.1.0",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"ufo": "^1.3.2",
"vue": "^2.7.10",
"vue": "^2.7.16",
"vue-meta": "^2.4.0",
"vue-server-renderer": "^2.7.15"
"vue-server-renderer": "^2.7.16"
},
"engines": {
"node": "^14.18.0 || >=16.10.0"

View File

@ -11,16 +11,16 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.23.6",
"@babel/core": "^7.23.7",
"@nuxt/babel-preset-app": "2.17.2",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/utils": "2.17.2",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001571",
"caniuse-lite": "^1.0.30001576",
"consola": "^3.2.3",
"css-loader": "^5.2.7",
"cssnano": "^6.0.2",
"cssnano": "^6.0.3",
"eventsource-polyfill": "^0.9.6",
"extract-css-chunks-webpack-plugin": "^4.10.0",
"file-loader": "^6.2.0",
@ -33,14 +33,14 @@
"optimize-css-assets-webpack-plugin": "^6.0.1",
"pify": "^5.0.0",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.32",
"postcss": "^8.4.33",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^9.3.0",
"postcss-url": "^10.1.3",
"semver": "^7.5.4",
"std-env": "^3.6.0",
"std-env": "^3.7.0",
"style-resources-loader": "^1.5.0",
"terser-webpack-plugin": "^4.2.3",
"thread-loader": "^3.0.4",
@ -50,12 +50,12 @@
"url-loader": "^4.1.1",
"vue-loader": "^15.11.1",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.15",
"vue-template-compiler": "^2.7.16",
"watchpack": "^2.4.0",
"webpack": "^4.47.0",
"webpack-bundle-analyzer": "^4.10.1",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.4",
"webpack-hot-middleware": "^2.26.0",
"webpack-node-externals": "^3.0.0",
"webpackbar": "^6.0.0"
},

1484
yarn.lock

File diff suppressed because it is too large Load Diff