Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
26 changes: 13 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
fetch-depth: 0 # All history
- run: corepack enable
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
os: [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 Expand Up @@ -90,7 +90,7 @@ jobs:
os: [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 Expand Up @@ -122,7 +122,7 @@ jobs:
os: [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 Expand Up @@ -152,7 +152,7 @@ jobs:
os: [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 Expand Up @@ -191,7 +191,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

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 Expand Up @@ -226,7 +226,7 @@ jobs:
os: [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 @@ -244,7 +244,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}

- name: restore fixtures
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
Expand All @@ -262,7 +262,7 @@ jobs:
os: [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 @@ -280,7 +280,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}

- name: restore fixtures
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
Expand All @@ -298,7 +298,7 @@ jobs:
os: [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 @@ -316,7 +316,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}

- name: restore fixtures
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
Expand All @@ -335,7 +335,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
with:
ref: "refs/heads/dev"
fetch-depth: 0 # All history
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: [windows-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 Expand Up @@ -58,7 +58,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

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 Expand Up @@ -91,7 +91,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

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 Expand Up @@ -129,7 +129,7 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

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 @@ -147,7 +147,7 @@ jobs:
key: ${{ matrix.os }}-node-v18-nuxt-${{ github.sha }}

- name: restore fixtures
uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: fixtures-${{ matrix.os }}-node-v18
path: test/fixtures
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
},
"devDependencies": {
"@babel/core": "7.24.4",
"@babel/preset-env": "7.24.4",
"@babel/core": "7.24.5",
"@babel/preset-env": "7.24.5",
"@ls-lint/ls-lint": "2.2.3",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.1.0",
Expand All @@ -56,10 +56,10 @@
"consola": "3.2.3",
"create-require": "1.1.1",
"cross-spawn": "7.0.3",
"esbuild": "0.20.2",
"esbuild": "0.21.1",
"eslint": "8.57.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "28.2.0",
"eslint-plugin-jest": "28.5.0",
"execa": "^5.1.1",
"express": "4.19.2",
"finalhandler": "1.2.0",
Expand All @@ -79,19 +79,19 @@
"lodash": "4.17.21",
"node-fetch-native": "1.6.4",
"ofetch": "1.3.4",
"puppeteer-core": "22.0.0",
"puppeteer-core": "22.8.0",
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "4.16.4",
"rollup": "4.17.2",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-license": "3.3.1",
"sass": "1.75.0",
"sass": "1.77.0",
"sass-loader": "^10.4.1",
"semver": "7.6.0",
"semver": "7.6.1",
"sort-package-json": "2.10.0",
"typescript": "5.4.5",
"vue-jest": "4.0.1",
"vue-tsc": "2.0.14"
"vue-tsc": "2.0.16"
},
"resolutions": {
"tar": "6.2.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.24.4",
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/helper-compilation-targets": "^7.23.6",
"@babel/helper-module-imports": "^7.24.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
Expand All @@ -24,8 +24,8 @@
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/runtime": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@babel/runtime": "^7.24.5",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.37.0",
"core-js-compat": "^3.37.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"minimist": "^1.2.8",
"opener": "1.5.2",
"pretty-bytes": "^5.6.0",
"semver": "^7.6.0",
"semver": "^7.6.1",
"serve-static": "^1.15.0",
"std-env": "^3.7.0",
"upath": "^2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"jiti": "^1.21.0",
"lodash": "^4.17.21",
"proper-lockfile": "^4.1.2",
"semver": "^7.6.0",
"semver": "^7.6.1",
"serialize-javascript": "^6.0.2",
"signal-exit": "^4.1.0",
"ua-parser-js": "^1.0.37",
Expand Down
8 changes: 4 additions & 4 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@nuxt/babel-preset-app": "2.17.3",
"@nuxt/friendly-errors-webpack-plugin": "^2.6.0",
"@nuxt/utils": "2.17.3",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001612",
"caniuse-lite": "^1.0.30001616",
"consola": "^3.2.3",
"css-loader": "^5.2.7",
"cssnano": "^6.1.2",
Expand All @@ -37,9 +37,9 @@
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^9.5.9",
"postcss-preset-env": "^9.5.11",
"postcss-url": "^10.1.3",
"semver": "^7.6.0",
"semver": "^7.6.1",
"std-env": "^3.7.0",
"style-resources-loader": "^1.5.0",
"terser-webpack-plugin": "^4.2.3",
Expand Down