chore(deps): update all non-major dependencies (#18404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: sapphi-red <49056869+sapphi-red@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-21 13:06:14 +09:00 committed by GitHub
parent 257883fccc
commit 802839d483
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
22 changed files with 386 additions and 762 deletions

View File

@ -40,7 +40,7 @@
"ci-docs": "pnpm build && pnpm docs-build"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@type-challenges/utils": "^0.1.1",
"@types/babel__core": "^7.20.5",
"@types/babel__preset-env": "^7.9.7",
@ -51,28 +51,28 @@
"@types/etag": "^1.8.3",
"@types/less": "^3.0.6",
"@types/micromatch": "^4.0.9",
"@types/node": "^20.16.11",
"@types/node": "^20.16.13",
"@types/picomatch": "^3.0.1",
"@types/stylus": "^0.48.43",
"@types/ws": "^8.5.12",
"@vitejs/release-scripts": "^1.3.2",
"conventional-changelog-cli": "^5.0.0",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"eslint-plugin-import-x": "^4.3.1",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-regexp": "^2.6.0",
"execa": "^9.4.0",
"execa": "^9.4.1",
"globals": "^15.11.0",
"gsap": "^3.12.5",
"lint-staged": "^15.2.10",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"playwright-chromium": "^1.48.1",
"prettier": "3.3.3",
"rimraf": "^5.0.10",
"rollup": "^4.22.5",
"rollup-plugin-esbuild": "^6.1.1",
"simple-git-hooks": "^2.11.1",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"typescript-eslint": "^8.10.0",
@ -96,16 +96,16 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@9.12.1",
"packageManager": "pnpm@9.12.2",
"pnpm": {
"overrides": {
"vite": "workspace:*"
},
"patchedDependencies": {
"acorn@8.12.1": "patches/acorn@8.12.1.patch",
"chokidar@3.6.0": "patches/chokidar@3.6.0.patch",
"http-proxy@1.18.1": "patches/http-proxy@1.18.1.patch",
"sirv@3.0.0": "patches/sirv@3.0.0.patch"
"sirv@3.0.0": "patches/sirv@3.0.0.patch",
"acorn@8.13.0": "patches/acorn@8.13.0.patch"
},
"peerDependencyRules": {
"allowedVersions": {

View File

@ -37,7 +37,7 @@
"@types/prompts": "^2.4.9",
"cross-spawn": "^7.0.3",
"minimist": "^1.2.8",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"unbuild": "^2.0.0"
}

View File

@ -9,7 +9,7 @@
"preview": "serve dist"
},
"devDependencies": {
"serve": "^14.2.3",
"serve": "^14.2.4",
"typescript": "^5.6.2",
"vite": "^5.4.9"
},

View File

@ -9,7 +9,7 @@
"preview": "serve dist"
},
"devDependencies": {
"serve": "^14.2.3",
"serve": "^14.2.4",
"vite": "^5.4.9"
},
"dependencies": {

View File

@ -14,13 +14,13 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.10.0",

View File

@ -14,14 +14,14 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@eslint/js": "^9.13.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.13.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"vite": "^5.4.9"
}

View File

@ -14,7 +14,7 @@
"@tsconfig/svelte": "^5.0.4",
"svelte": "^4.2.19",
"svelte-check": "^4.0.5",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"typescript": "^5.6.2",
"vite": "^5.4.9"
}

View File

@ -55,8 +55,8 @@
"vite": "^5.0.0"
},
"devDependencies": {
"acorn": "^8.12.1",
"picocolors": "^1.1.0",
"acorn": "^8.13.0",
"picocolors": "^1.1.1",
"unbuild": "^2.0.0",
"vite": "workspace:*"
}

View File

@ -347,44 +347,6 @@ Repository: git+https://github.com/jridgewell/trace-mapping.git
---------------------------------------
## @nodelib/fs.scandir, @nodelib/fs.stat, @nodelib/fs.walk, fast-glob
License: MIT
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
License: MIT
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
License: MIT
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
License: MIT
By: Denis Malinochkin
Repository: mrmlnc/fast-glob
> The MIT License (MIT)
>
> Copyright (c) Denis Malinochkin
>
> 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.
---------------------------------------
## @polka/compression
License: MIT
Repository: lukeed/polka
@ -1124,27 +1086,6 @@ Repository: git://github.com/primus/eventemitter3.git
---------------------------------------
## fastq
License: ISC
By: Matteo Collina
Repository: git+https://github.com/mcollina/fastq.git
> Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
>
> Permission to use, copy, modify, and/or distribute this software for any
> purpose with or without fee is hereby granted, provided that the above
> copyright notice and this permission notice appear in all copies.
>
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
---------------------------------------
## fdir
License: MIT
By: thecodrr
@ -1585,34 +1526,6 @@ Repository: https://github.com/rich-harris/magic-string
---------------------------------------
## merge2
License: MIT
Repository: git@github.com:teambition/merge2.git
> The MIT License (MIT)
>
> Copyright (c) 2014-2020 Teambition
>
> 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.
---------------------------------------
## mlly, ufo
License: MIT
Repositories: unjs/mlly, unjs/ufo
@ -2143,34 +2056,6 @@ Repository: https://github.com/TrySound/postcss-value-parser.git
---------------------------------------
## queue-microtask, run-parallel
License: MIT
By: Feross Aboukhadijeh
Repositories: git://github.com/feross/queue-microtask.git, git://github.com/feross/run-parallel.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.
---------------------------------------
## read-cache
License: MIT
By: Bogdan Chadkin
@ -2286,35 +2171,6 @@ Repositories: lukeed/resolve.exports, lukeed/totalist
---------------------------------------
## reusify
License: MIT
By: Matteo Collina
Repository: git+https://github.com/mcollina/reusify.git
> The MIT License (MIT)
>
> Copyright (c) 2015 Matteo Collina
>
> 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

View File

@ -98,8 +98,8 @@
"@jridgewell/trace-mapping": "^0.3.25",
"@polka/compression": "^1.0.0-next.25",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-dynamic-import-vars": "^2.1.3",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-dynamic-import-vars": "^2.1.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/pluginutils": "^5.1.2",
@ -132,7 +132,7 @@
"parse5": "^7.2.0",
"pathe": "^1.1.2",
"periscopic": "^4.0.2",
"picocolors": "^1.1.0",
"picocolors": "^1.1.1",
"picomatch": "^2.3.1",
"postcss-import": "^16.1.0",
"postcss-load-config": "^4.0.2",
@ -141,15 +141,15 @@
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-license": "^3.5.3",
"sass": "^1.79.5",
"sass-embedded": "^1.79.5",
"sass": "^1.80.3",
"sass-embedded": "^1.80.3",
"sirv": "^3.0.0",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
"strip-literal": "^2.1.0",
"tinyglobby": "^0.2.9",
"tsconfck": "^3.1.4",
"tslib": "^2.7.0",
"tslib": "^2.8.0",
"types": "link:./types",
"ufo": "^1.5.4",
"ws": "^8.18.0"

View File

@ -1,5 +1,5 @@
diff --git a/package.json b/package.json
index 355692a301ea5ddaf8541825b22046a31505d139..35acec04252f1063cff56a334565c946e992327c 100644
index 3396013bbbf060137a30d40c5b60c34bf40dc27e..559eaab9b5bb5b44d5a6bcc1b4542c314e5141cb 100644
--- a/package.json
+++ b/package.json
@@ -46,5 +46,6 @@

View File

@ -10,8 +10,8 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.79.5",
"tailwindcss": "^3.4.13",
"sass": "^1.80.3",
"tailwindcss": "^3.4.14",
"tinyglobby": "^0.2.9"
}
}

View File

@ -2,7 +2,7 @@
"name": "@vite/test-config-sibling",
"type": "module",
"devDependencies": {
"@types/lodash": "^4.17.10",
"@types/lodash": "^4.17.12",
"lodash": "^4.17.21"
}
}

View File

@ -12,8 +12,8 @@
"devDependencies": {
"less": "^4.2.0",
"magic-string": "^0.30.12",
"sass": "^1.79.5",
"stylus": "^0.63.0",
"sass": "^1.80.3",
"stylus": "^0.64.0",
"sugarss": "^4.0.1"
}
}

View File

@ -23,8 +23,8 @@
"@vitejs/test-scss-proxy-dep": "file:./scss-proxy-dep",
"less": "^4.2.0",
"postcss-nested": "^6.2.0",
"sass": "^1.79.5",
"stylus": "^0.63.0",
"sass": "^1.80.3",
"stylus": "^0.64.0",
"sugarss": "^4.0.1",
"tinyglobby": "^0.2.9"
},

View File

@ -18,6 +18,6 @@
"vite": "workspace:*",
"@vitejs/plugin-legacy": "workspace:*",
"express": "^4.21.1",
"terser": "^5.34.1"
"terser": "^5.36.0"
}
}

View File

@ -10,6 +10,6 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.79.5"
"sass": "^1.80.3"
}
}

View File

@ -18,7 +18,7 @@
"preview:preload-disabled": "vite preview --config vite.config-preload-disabled.js"
},
"devDependencies": {
"terser": "^5.34.1",
"terser": "^5.36.0",
"@vitejs/test-dep-a": "file:./dep-a",
"@vitejs/test-dep-including-a": "file:./dep-including-a"
}

View File

@ -13,7 +13,7 @@
"@vitejs/test-worker-exports": "file:./worker-exports"
},
"devDependencies": {
"miniflare": "^3.20241004.0",
"miniflare": "^3.20241011.0",
"@vitejs/test-resolve-linked": "workspace:*"
}
}

View File

@ -10,6 +10,6 @@
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.4.13"
"tailwindcss": "^3.4.14"
}
}

View File

@ -10,7 +10,7 @@
},
"dependencies": {
"autoprefixer": "^10.4.20",
"tailwindcss": "^3.4.13",
"tailwindcss": "^3.4.14",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},

File diff suppressed because it is too large Load Diff