Skip to content

Commit

Permalink
build(deps-dev): bump vite from 5.4.8 to 5.4.12 (#5614)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.8 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent c6d4cdd commit daf2244
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 33 deletions.
2 changes: 1 addition & 1 deletion examples/aws-companion/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"express": "^4.19.2",
"express-session": "^1.17.3",
"npm-run-all": "^4.1.5",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"express": "^4.19.2",
"express-session": "^1.15.6",
"npm-run-all": "^4.1.2",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/digitalocean-spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"dotenv": "^16.0.1",
"express": "^4.19.2",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/multiple-instances/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@uppy/golden-retriever": "workspace:*"
},
"devDependencies": {
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/node-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/php-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/python-xhr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.3",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^5.3.6"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion examples/redux/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"redux-logger": "^3.0.6"
},
"devDependencies": {
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "~5.4",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"dependencies": {
"@uppy/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit-markdown-bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"marked": "^12.0.0"
},
"devDependencies": {
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/transloadit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"dependencies": {
"@uppy/core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.3.6"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion examples/xhr-bundle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/@uppy/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.11"
"vite": "^5.4.12"
},
"peerDependencies": {
"@uppy/core": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion private/dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"autoprefixer": "^10.2.6",
"postcss-dir-pseudo-class": "^6.0.0",
"postcss-logical": "^5.0.0",
"vite": "^5.3.6"
"vite": "^5.4.12"
},
"private": true,
"type": "module",
Expand Down
77 changes: 60 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8210,7 +8210,7 @@ __metadata:
autoprefixer: "npm:^10.2.6"
postcss-dir-pseudo-class: "npm:^6.0.0"
postcss-logical: "npm:^5.0.0"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8339,7 +8339,7 @@ __metadata:
express: "npm:^4.19.2"
express-session: "npm:^1.17.3"
npm-run-all: "npm:^4.1.5"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8406,7 +8406,7 @@ __metadata:
express-session: "npm:^1.15.6"
npm-run-all: "npm:^4.1.2"
preact: "npm:^10.5.13"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8421,7 +8421,7 @@ __metadata:
cors: "npm:^2.8.5"
dotenv: "npm:^16.0.1"
express: "npm:^4.19.2"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8432,7 +8432,7 @@ __metadata:
"@uppy/core": "workspace:*"
"@uppy/dashboard": "workspace:*"
"@uppy/golden-retriever": "workspace:*"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8446,7 +8446,7 @@ __metadata:
"@uppy/xhr-upload": "workspace:*"
formidable: "npm:^3.2.4"
npm-run-all: "npm:^4.1.3"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8459,7 +8459,7 @@ __metadata:
"@uppy/webcam": "workspace:*"
"@uppy/xhr-upload": "workspace:*"
npm-run-all: "npm:^4.1.3"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8472,7 +8472,7 @@ __metadata:
"@uppy/webcam": "workspace:*"
"@uppy/xhr-upload": "workspace:*"
npm-run-all: "npm:^4.1.3"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8514,7 +8514,7 @@ __metadata:
"@vitejs/plugin-react": "npm:^4.0.0"
react: "npm:^18.0.0"
react-dom: "npm:^18.0.0"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8529,7 +8529,7 @@ __metadata:
"@uppy/tus": "workspace:*"
redux: "npm:^4.2.1"
redux-logger: "npm:^3.0.6"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8554,7 +8554,7 @@ __metadata:
svelte-check: "npm:^3.6.0"
tslib: "npm:^2.4.1"
typescript: "npm:~5.4"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8570,7 +8570,7 @@ __metadata:
"@uppy/transloadit": "workspace:*"
"@uppy/webcam": "workspace:*"
marked: "npm:^12.0.0"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand All @@ -8590,7 +8590,7 @@ __metadata:
express: "npm:^4.19.2"
he: "npm:^1.2.0"
npm-run-all: "npm:^4.1.5"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -8619,7 +8619,7 @@ __metadata:
"@uppy/vue": "workspace:*"
"@uppy/webcam": "workspace:*"
"@vitejs/plugin-vue": "npm:^5.0.0"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
vue: "npm:^3.2.33"
languageName: unknown
linkType: soft
Expand All @@ -8635,7 +8635,7 @@ __metadata:
express: "npm:^4.19.2"
multer: "npm:^1.4.1"
npm-run-all: "npm:^4.1.5"
vite: "npm:^5.3.6"
vite: "npm:^5.4.12"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9194,7 +9194,7 @@ __metadata:
svelte-check: "npm:^3.6.0"
tslib: "npm:^2.4.1"
typescript: "npm:^5.0.0"
vite: "npm:^5.0.11"
vite: "npm:^5.4.12"
peerDependencies:
"@uppy/core": "workspace:^"
"@uppy/dashboard": "workspace:^"
Expand Down Expand Up @@ -30511,7 +30511,7 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.0.0, vite@npm:^5.0.11, vite@npm:^5.3.6":
"vite@npm:^5.0.0":
version: 5.4.8
resolution: "vite@npm:5.4.8"
dependencies:
Expand Down Expand Up @@ -30554,6 +30554,49 @@ __metadata:
languageName: node
linkType: hard

"vite@npm:^5.4.12":
version: 5.4.14
resolution: "vite@npm:5.4.14"
dependencies:
esbuild: "npm:^0.21.3"
fsevents: "npm:~2.3.3"
postcss: "npm:^8.4.43"
rollup: "npm:^4.20.0"
peerDependencies:
"@types/node": ^18.0.0 || >=20.0.0
less: "*"
lightningcss: ^1.21.0
sass: "*"
sass-embedded: "*"
stylus: "*"
sugarss: "*"
terser: ^5.4.0
dependenciesMeta:
fsevents:
optional: true
peerDependenciesMeta:
"@types/node":
optional: true
less:
optional: true
lightningcss:
optional: true
sass:
optional: true
sass-embedded:
optional: true
stylus:
optional: true
sugarss:
optional: true
terser:
optional: true
bin:
vite: bin/vite.js
checksum: 10/ce382f4059eb6c939823b8f62163794752243755d84c71a4b73ad0f7d4d9f4c7a557a6ef4c78e0640f4bcf5ae5ec6b20c7ee4816419af3c81ba275f478b73468
languageName: node
linkType: hard

"vitefu@npm:^0.2.5":
version: 0.2.5
resolution: "vitefu@npm:0.2.5"
Expand Down

0 comments on commit daf2244

Please sign in to comment.