Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#10488)
Browse files Browse the repository at this point in the history
Co-authored-by: sapphi-red <green@sapphi.red>
  • Loading branch information
renovate[bot] and sapphi-red committed Oct 20, 2022
1 parent 64f19b9 commit 15aa827
Show file tree
Hide file tree
Showing 44 changed files with 724 additions and 647 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4

- name: Set node version to ${{ matrix.node_version }}
uses: actions/setup-node@v3
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4

- name: Set node version to 16
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v2.2.4

- name: Set node version to 16.x
uses: actions/setup-node@v3
Expand Down
30 changes: 15 additions & 15 deletions package.json
Expand Up @@ -36,8 +36,8 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.19.3",
"@microsoft/api-extractor": "^7.32.0",
"@babel/types": "^7.19.4",
"@microsoft/api-extractor": "^7.33.4",
"@rollup/plugin-typescript": "^8.5.0",
"@types/babel__core": "^7.1.19",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -58,8 +58,8 @@
"@types/semver": "^7.3.12",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.14.47",
"eslint": "^8.25.0",
Expand All @@ -70,27 +70,27 @@
"fast-glob": "^3.2.12",
"fs-extra": "^10.1.0",
"lint-staged": "^13.0.3",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.27.0",
"pnpm": "^7.13.3",
"playwright-chromium": "^1.27.1",
"pnpm": "^7.13.5",
"prettier": "2.7.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"rollup-plugin-license": "^2.8.1",
"rollup-plugin-license": "^2.8.2",
"semver": "^7.3.8",
"simple-git-hooks": "^2.8.0",
"simple-git-hooks": "^2.8.1",
"tslib": "^2.4.0",
"tsx": "^3.10.1",
"tsx": "^3.10.4",
"typescript": "^4.6.4",
"unbuild": "^0.8.11",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.19",
"vitest": "^0.24.0",
"vue": "^3.2.40"
"vitepress": "^1.0.0-alpha.21",
"vitest": "^0.24.3",
"vue": "^3.2.41"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec lint-staged --concurrent false",
Expand All @@ -110,7 +110,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@7.13.3",
"packageManager": "pnpm@7.13.5",
"pnpm": {
"overrides": {
"vite": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/LICENSE
Expand Up @@ -141,7 +141,7 @@ Repository: https://github.com/marvinhagemeister/kolorist.git
## minimist
License: MIT
By: James Halliday
Repository: git://github.com/substack/minimist.git
Repository: git://github.com/minimistjs/minimist.git

> This software is released under the MIT license:
>
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/package.json
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"cross-spawn": "^7.0.3",
"kolorist": "^1.6.0",
"minimist": "^1.2.6",
"minimist": "^1.2.7",
"prompts": "^2.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -21,6 +21,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -18,6 +18,6 @@
"lit": "^2.4.0"
},
"devDependencies": {
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact-ts/package.json
Expand Up @@ -9,11 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.11.1"
"preact": "^10.11.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-preact/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.11.1"
"preact": "^10.11.2"
},
"devDependencies": {
"@preact/preset-vite": "^2.4.0",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/package.json
Expand Up @@ -17,6 +17,6 @@
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"typescript": "^4.6.4",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/package.json
Expand Up @@ -16,6 +16,6 @@
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.1.0",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
6 changes: 3 additions & 3 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -12,11 +12,11 @@
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.9",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.50.1",
"svelte-check": "^2.9.1",
"svelte": "^3.52.0",
"svelte-check": "^2.9.2",
"svelte-preprocess": "^4.10.7",
"tslib": "^2.4.0",
"typescript": "^4.6.4",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.9",
"svelte": "^3.50.1",
"vite": "^3.1.6"
"svelte": "^3.52.0",
"vite": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla-ts/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"typescript": "^4.6.4",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vanilla/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"devDependencies": {
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Expand Up @@ -9,12 +9,12 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.40"
"vue": "^3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"typescript": "^4.6.4",
"vite": "^3.1.6",
"vite": "^3.1.8",
"vue-tsc": "^0.40.13"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue/package.json
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.40"
"vue": "^3.2.41"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"vite": "^3.1.6"
"vite": "^3.1.8"
}
}
4 changes: 2 additions & 2 deletions packages/plugin-legacy/package.json
Expand Up @@ -35,10 +35,10 @@
},
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"dependencies": {
"@babel/standalone": "^7.19.3",
"@babel/standalone": "^7.19.5",
"core-js": "^3.25.5",
"magic-string": "^0.26.7",
"regenerator-runtime": "^0.13.9",
"regenerator-runtime": "^0.13.10",
"systemjs": "^6.13.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-vue/package.json
Expand Up @@ -40,12 +40,12 @@
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.2",
"@jridgewell/trace-mapping": "^0.3.16",
"@jridgewell/trace-mapping": "^0.3.17",
"debug": "^4.3.4",
"rollup": "^2.79.1",
"slash": "^5.0.0",
"source-map": "^0.6.1",
"vite": "workspace:*",
"vue": "^3.2.40"
"vue": "^3.2.41"
}
}
29 changes: 0 additions & 29 deletions packages/vite/LICENSE.md
Expand Up @@ -3033,35 +3033,6 @@ Repository: git://github.com/feross/run-parallel.git
---------------------------------------

## safe-buffer
License: MIT
By: Feross Aboukhadijeh
Repository: git://github.com/feross/safe-buffer.git

> The MIT License (MIT)
>
> Copyright (c) Feross Aboukhadijeh
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.
---------------------------------------

## shebang-command
License: MIT
By: Kevin Mårtensson
Expand Down
14 changes: 7 additions & 7 deletions packages/vite/package.json
Expand Up @@ -60,7 +60,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.15.9",
"postcss": "^8.4.17",
"postcss": "^8.4.18",
"resolve": "^1.22.1",
"rollup": "^2.79.1"
},
Expand All @@ -69,9 +69,9 @@
},
"devDependencies": {
"@ampproject/remapping": "^2.2.0",
"@babel/parser": "^7.19.3",
"@babel/types": "^7.19.3",
"@jridgewell/trace-mapping": "^0.3.16",
"@babel/parser": "^7.19.4",
"@babel/types": "^7.19.4",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-dynamic-import-vars": "^1.4.4",
Expand All @@ -84,14 +84,14 @@
"chokidar": "^3.5.3",
"connect": "^3.7.0",
"connect-history-api-fallback": "^2.0.0",
"convert-source-map": "^1.8.0",
"convert-source-map": "^1.9.0",
"cors": "^2.8.5",
"cross-spawn": "^7.0.3",
"debug": "^4.3.4",
"dep-types": "link:./src/types",
"dotenv": "^14.3.2",
"dotenv-expand": "^5.1.0",
"es-module-lexer": "^1.0.3",
"es-module-lexer": "^1.0.5",
"estree-walker": "^3.0.1",
"etag": "^1.8.1",
"fast-glob": "^3.2.12",
Expand Down Expand Up @@ -121,7 +121,7 @@
"tsconfck": "^2.0.1",
"tslib": "^2.4.0",
"types": "link:./types",
"ufo": "^0.8.5",
"ufo": "^0.8.6",
"ws": "^8.9.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playground/alias/package.json
Expand Up @@ -10,8 +10,8 @@
},
"dependencies": {
"aliased-module": "file:./dir/module",
"vue": "^3.2.40",
"@vue/shared": "^3.2.40"
"vue": "^3.2.41",
"@vue/shared": "^3.2.41"
},
"devDependencies": {
"resolve-linked": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"sass": "^1.55.0",
"tailwindcss": "^3.1.8",
"tailwindcss": "^3.2.0",
"fast-glob": "^3.2.12"
}
}
2 changes: 1 addition & 1 deletion playground/extensions/package.json
Expand Up @@ -9,6 +9,6 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.40"
"vue": "^3.2.41"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-imports-vue/package.json
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.40"
"vue": "^3.2.41"
}
}
2 changes: 1 addition & 1 deletion playground/external/dep-that-requires-vue/package.json
Expand Up @@ -3,6 +3,6 @@
"private": true,
"version": "0.0.0",
"dependencies": {
"vue": "^3.2.40"
"vue": "^3.2.41"
}
}

0 comments on commit 15aa827

Please sign in to comment.