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) #22820

Merged
merged 4 commits into from
Oct 11, 2023
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- run: corepack enable
Expand Down
38 changes: 19 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0 # All history
- run: corepack enable
Expand All @@ -45,7 +45,7 @@ jobs:
run: yarn --check-files --frozen-lockfile --non-interactive

- name: cache workspace
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand All @@ -63,15 +63,15 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down Expand Up @@ -99,15 +99,15 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand All @@ -130,15 +130,15 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down Expand Up @@ -170,15 +170,15 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand All @@ -191,7 +191,7 @@ jobs:
run: yarn test:fixtures -i

- name: Save fixtures
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
path: test/fixtures
Expand All @@ -206,15 +206,15 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down Expand Up @@ -243,15 +243,15 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down Expand Up @@ -280,15 +280,15 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
ref: "refs/heads/dev"
fetch-depth: 0 # All history
Expand All @@ -327,7 +327,7 @@ jobs:
run: git fetch --depth=1 origin "+refs/tags/*:refs/tags/*"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node: [16]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
Expand All @@ -39,7 +39,7 @@ jobs:
run: yarn --check-files --frozen-lockfile --non-interactive

- name: cache workspace
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand All @@ -60,15 +60,15 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand All @@ -94,15 +94,15 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand All @@ -115,7 +115,7 @@ jobs:
run: yarn test:fixtures

- name: Save fixtures
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
with:
name: fixtures-${{ matrix.os }}-node-v${{ matrix.node }}
path: test/fixtures
Expand All @@ -133,15 +133,15 @@ jobs:
NODE_OPTIONS: "--max_old_space_size=4096"

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- run: corepack enable
- uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1
with:
node-version: ${{ matrix.node }}
cache: "yarn"

- name: restore workspace cache
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
with:
path: |
node_modules
Expand Down
4 changes: 2 additions & 2 deletions .iyarc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# See https://github.com/nuxt/nuxt.js/issues/9284 for mor information
# See https://github.com/nuxt/nuxt.js/issues/9284 for more information
# These advisories won't affect nuxt

GHSA-f8q6-p94x-37v3
GHSA-c2qf-rxjj-qqgw
GHSA-7fh5-64p2-3v2j
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"test:vue-types": "vue-tsc -p ./test/fixtures/vue-tsc/tsconfig.json"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.10",
"@ls-lint/ls-lint": "2.0.1",
"@babel/core": "7.23.0",
"@babel/preset-env": "7.22.20",
"@ls-lint/ls-lint": "2.1.0",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@rollup/plugin-alias": "5.0.0",
"@rollup/plugin-commonjs": "25.0.4",
"@rollup/plugin-json": "6.0.0",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-replace": "5.0.2",
"@types/jest": "29.5.4",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@nuxtjs/eslint-config-typescript": "12.1.0",
"@rollup/plugin-alias": "5.0.1",
"@rollup/plugin-commonjs": "25.0.5",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-replace": "5.0.3",
"@types/jest": "29.5.5",
"@typescript-eslint/eslint-plugin": "6.7.5",
"@typescript-eslint/parser": "6.7.5",
"@vue/server-test-utils": "1.3.0",
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.5",
"babel-jest": "29.6.4",
"@vue/vue2-jest": "29.2.6",
"babel-jest": "29.7.0",
"changelogen": "0.5.5",
"chrome-launcher": "0.15.2",
"consola": "3.2.3",
"create-require": "1.1.1",
"cross-spawn": "7.0.3",
"esbuild": "0.19.2",
"eslint": "8.47.0",
"esbuild": "0.19.4",
"eslint": "8.51.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest": "27.4.2",
"execa": "^5.1.1",
"express": "4.18.2",
"finalhandler": "1.2.0",
Expand All @@ -68,30 +68,30 @@
"glob": "8.1.0",
"got": "13.0.0",
"improved-yarn-audit": "3.0.0",
"jest": "29.6.4",
"jest-environment-jsdom": "29.6.4",
"jest-util": "29.6.3",
"jiti": "1.19.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-util": "29.7.0",
"jiti": "1.20.0",
"jsdom": "22.1.0",
"jsonfile": "6.1.0",
"klaw-sync": "6.0.0",
"lerna": "7.1.5",
"lerna": "7.3.1",
"lodash": "4.17.21",
"node-fetch-native": "1.4.0",
"ofetch": "1.3.3",
"puppeteer-core": "21.1.0",
"puppeteer-core": "21.3.8",
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "3.28.1",
"rollup-plugin-esbuild": "6.0.1",
"rollup-plugin-license": "3.0.1",
"sass": "1.66.1",
"rollup": "3.29.4",
"rollup-plugin-esbuild": "6.1.0",
"rollup-plugin-license": "3.1.0",
"sass": "1.69.2",
"sass-loader": "^10.1.1",
"semver": "7.5.4",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"typescript": "5.2.2",
"vue-jest": "4.0.1",
"vue-tsc": "1.8.8"
"vue-tsc": "1.8.19"
},
"packageManager": "yarn@1.22.19"
}
20 changes: 10 additions & 10 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
],
"main": "src/index.js",
"dependencies": {
"@babel/compat-data": "^7.22.9",
"@babel/core": "^7.22.11",
"@babel/helper-compilation-targets": "^7.22.10",
"@babel/helper-module-imports": "^7.22.5",
"@babel/compat-data": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/helper-compilation-targets": "^7.22.15",
"@babel/helper-module-imports": "^7.22.15",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.10",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@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.10",
"@babel/preset-env": "^7.22.10",
"@babel/runtime": "^7.22.11",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.1",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.32.1",
"core-js-compat": "^3.32.1",
"core-js": "^3.33.0",
"core-js-compat": "^3.33.0",
"regenerator-runtime": "^0.14.0"
},
"engines": {
Expand Down