Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent e2619b0 commit e22f749
Show file tree
Hide file tree
Showing 7 changed files with 942 additions and 573 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@
"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.22.15",
"@babel/preset-env": "7.22.15",
"@ls-lint/ls-lint": "2.1.0",
"@nuxtjs/eslint-config": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.0.0",
"@nuxtjs/eslint-config-typescript": "12.1.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",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"@vue/server-test-utils": "1.3.0",
"@vue/test-utils": "1.3.6",
"@vue/vue2-jest": "29.2.5",
"@vue/vue2-jest": "29.2.6",
"babel-jest": "29.6.4",
"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",
"eslint": "8.48.0",
"eslint-multiplexer": "2.0.0",
"eslint-plugin-jest": "27.2.3",
"execa": "^5.1.1",
Expand All @@ -75,23 +75,23 @@
"jsdom": "22.1.0",
"jsonfile": "6.1.0",
"klaw-sync": "6.0.0",
"lerna": "7.1.5",
"lerna": "7.2.0",
"lodash": "4.17.21",
"node-fetch-native": "1.4.0",
"ofetch": "1.3.3",
"puppeteer-core": "21.1.0",
"puppeteer-core": "21.1.1",
"request": "2.88.2",
"rimraf": "4.4.1",
"rollup": "3.28.1",
"rollup": "3.29.0",
"rollup-plugin-esbuild": "5.0.0",
"rollup-plugin-license": "3.0.1",
"rollup-plugin-license": "3.1.0",
"sass": "1.66.1",
"sass-loader": "^10.1.1",
"semver": "7.5.4",
"sort-package-json": "2.5.1",
"typescript": "5.2.2",
"vue-jest": "4.0.1",
"vue-tsc": "1.8.8"
"vue-tsc": "1.8.10"
},
"packageManager": "yarn@1.22.19"
}
14 changes: 7 additions & 7 deletions packages/babel-preset-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"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/core": "^7.22.15",
"@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.22.15",
"@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.15",
"@babel/runtime": "^7.22.15",
"@vue/babel-preset-jsx": "^1.4.0",
"core-js": "^3.32.1",
"core-js-compat": "^3.32.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
],
"dependencies": {
"@types/babel__core": "7.20.1",
"@types/compression": "1.7.2",
"@types/connect": "3.4.35",
"@types/compression": "1.7.3",
"@types/connect": "3.4.36",
"@types/etag": "1.8.1",
"@types/file-loader": "5.0.1",
"@types/html-minifier": "4.0.2",
"@types/less": "3.0.3",
"@types/less": "3.0.4",
"@types/node": "^16",
"@types/optimize-css-assets-webpack-plugin": "5.0.5",
"@types/optimize-css-assets-webpack-plugin": "5.0.6",
"@types/pug": "2.0.6",
"@types/serve-static": "1.15.2",
"@types/terser-webpack-plugin": "4.2.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"dist"
],
"dependencies": {
"@babel/core": "^7.22.11",
"@babel/core": "^7.22.15",
"@nuxt/babel-preset-app": "2.17.1",
"@nuxt/friendly-errors-webpack-plugin": "^2.5.2",
"@nuxt/utils": "2.17.1",
"babel-loader": "^8.3.0",
"cache-loader": "^4.1.0",
"caniuse-lite": "^1.0.30001523",
"caniuse-lite": "^1.0.30001528",
"consola": "^3.2.3",
"css-loader": "^5.2.7",
"cssnano": "^6.0.1",
Expand All @@ -30,11 +30,11 @@
"optimize-css-assets-webpack-plugin": "^6.0.1",
"pify": "^5.0.0",
"pnp-webpack-plugin": "^1.7.0",
"postcss": "^8.4.28",
"postcss": "^8.4.29",
"postcss-import": "^15.1.0",
"postcss-import-resolver": "^2.0.0",
"postcss-loader": "^4.3.0",
"postcss-preset-env": "^9.1.1",
"postcss-preset-env": "^9.1.3",
"postcss-url": "^10.1.3",
"semver": "^7.5.4",
"std-env": "^3.4.3",
Expand All @@ -49,8 +49,8 @@
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"watchpack": "^2.4.0",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.9.0",
"webpack": "^4.47.0",
"webpack-bundle-analyzer": "^4.9.1",
"webpack-dev-middleware": "^5.0.0",
"webpack-hot-middleware": "^2.25.4",
"webpack-node-externals": "^3.0.0",
Expand Down

0 comments on commit e22f749

Please sign in to comment.