Skip to content

Commit 802839d

Browse files
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 <[email protected]>
1 parent 257883f commit 802839d

File tree

22 files changed

+387
-763
lines changed

22 files changed

+387
-763
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ci-docs": "pnpm build && pnpm docs-build"
4141
},
4242
"devDependencies": {
43-
"@eslint/js": "^9.12.0",
43+
"@eslint/js": "^9.13.0",
4444
"@type-challenges/utils": "^0.1.1",
4545
"@types/babel__core": "^7.20.5",
4646
"@types/babel__preset-env": "^7.9.7",
@@ -51,28 +51,28 @@
5151
"@types/etag": "^1.8.3",
5252
"@types/less": "^3.0.6",
5353
"@types/micromatch": "^4.0.9",
54-
"@types/node": "^20.16.11",
54+
"@types/node": "^20.16.13",
5555
"@types/picomatch": "^3.0.1",
5656
"@types/stylus": "^0.48.43",
5757
"@types/ws": "^8.5.12",
5858
"@vitejs/release-scripts": "^1.3.2",
5959
"conventional-changelog-cli": "^5.0.0",
60-
"eslint": "^9.12.0",
60+
"eslint": "^9.13.0",
6161
"eslint-plugin-import-x": "^4.3.1",
6262
"eslint-plugin-n": "^17.11.1",
6363
"eslint-plugin-regexp": "^2.6.0",
64-
"execa": "^9.4.0",
64+
"execa": "^9.4.1",
6565
"globals": "^15.11.0",
6666
"gsap": "^3.12.5",
6767
"lint-staged": "^15.2.10",
68-
"picocolors": "^1.1.0",
68+
"picocolors": "^1.1.1",
6969
"playwright-chromium": "^1.48.1",
7070
"prettier": "3.3.3",
7171
"rimraf": "^5.0.10",
7272
"rollup": "^4.22.5",
7373
"rollup-plugin-esbuild": "^6.1.1",
7474
"simple-git-hooks": "^2.11.1",
75-
"tslib": "^2.7.0",
75+
"tslib": "^2.8.0",
7676
"tsx": "^4.19.1",
7777
"typescript": "^5.6.2",
7878
"typescript-eslint": "^8.10.0",
@@ -96,16 +96,16 @@
9696
"eslint --cache --fix"
9797
]
9898
},
99-
"packageManager": "[email protected].1",
99+
"packageManager": "[email protected].2",
100100
"pnpm": {
101101
"overrides": {
102102
"vite": "workspace:*"
103103
},
104104
"patchedDependencies": {
105-
106105
107106
108-
107+
108+
109109
},
110110
"peerDependencyRules": {
111111
"allowedVersions": {

packages/create-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@types/prompts": "^2.4.9",
3838
"cross-spawn": "^7.0.3",
3939
"minimist": "^1.2.8",
40-
"picocolors": "^1.1.0",
40+
"picocolors": "^1.1.1",
4141
"prompts": "^2.4.2",
4242
"unbuild": "^2.0.0"
4343
}

packages/create-vite/template-qwik-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "serve dist"
1010
},
1111
"devDependencies": {
12-
"serve": "^14.2.3",
12+
"serve": "^14.2.4",
1313
"typescript": "^5.6.2",
1414
"vite": "^5.4.9"
1515
},

packages/create-vite/template-qwik/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "serve dist"
1010
},
1111
"devDependencies": {
12-
"serve": "^14.2.3",
12+
"serve": "^14.2.4",
1313
"vite": "^5.4.9"
1414
},
1515
"dependencies": {

packages/create-vite/template-react-ts/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.12.0",
17+
"@eslint/js": "^9.13.0",
1818
"@types/react": "^18.3.11",
1919
"@types/react-dom": "^18.3.1",
20-
"@vitejs/plugin-react": "^4.3.2",
21-
"eslint": "^9.12.0",
20+
"@vitejs/plugin-react": "^4.3.3",
21+
"eslint": "^9.13.0",
2222
"eslint-plugin-react-hooks": "^5.0.0",
23-
"eslint-plugin-react-refresh": "^0.4.12",
23+
"eslint-plugin-react-refresh": "^0.4.13",
2424
"globals": "^15.11.0",
2525
"typescript": "^5.6.2",
2626
"typescript-eslint": "^8.10.0",

packages/create-vite/template-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@eslint/js": "^9.12.0",
17+
"@eslint/js": "^9.13.0",
1818
"@types/react": "^18.3.11",
1919
"@types/react-dom": "^18.3.1",
20-
"@vitejs/plugin-react": "^4.3.2",
21-
"eslint": "^9.12.0",
20+
"@vitejs/plugin-react": "^4.3.3",
21+
"eslint": "^9.13.0",
2222
"eslint-plugin-react": "^7.37.1",
2323
"eslint-plugin-react-hooks": "^5.0.0",
24-
"eslint-plugin-react-refresh": "^0.4.12",
24+
"eslint-plugin-react-refresh": "^0.4.13",
2525
"globals": "^15.11.0",
2626
"vite": "^5.4.9"
2727
}

packages/create-vite/template-svelte-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@tsconfig/svelte": "^5.0.4",
1515
"svelte": "^4.2.19",
1616
"svelte-check": "^4.0.5",
17-
"tslib": "^2.7.0",
17+
"tslib": "^2.8.0",
1818
"typescript": "^5.6.2",
1919
"vite": "^5.4.9"
2020
}

packages/plugin-legacy/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
"vite": "^5.0.0"
5656
},
5757
"devDependencies": {
58-
"acorn": "^8.12.1",
59-
"picocolors": "^1.1.0",
58+
"acorn": "^8.13.0",
59+
"picocolors": "^1.1.1",
6060
"unbuild": "^2.0.0",
6161
"vite": "workspace:*"
6262
}

packages/vite/LICENSE.md

Lines changed: 0 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -347,44 +347,6 @@ Repository: git+https://github.com/jridgewell/trace-mapping.git
347347
348348
---------------------------------------
349349

350-
## @nodelib/fs.scandir, @nodelib/fs.stat, @nodelib/fs.walk, fast-glob
351-
License: MIT
352-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.scandir
353-
354-
License: MIT
355-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.stat
356-
357-
License: MIT
358-
Repository: https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk
359-
360-
License: MIT
361-
By: Denis Malinochkin
362-
Repository: mrmlnc/fast-glob
363-
364-
> The MIT License (MIT)
365-
>
366-
> Copyright (c) Denis Malinochkin
367-
>
368-
> Permission is hereby granted, free of charge, to any person obtaining a copy
369-
> of this software and associated documentation files (the "Software"), to deal
370-
> in the Software without restriction, including without limitation the rights
371-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372-
> copies of the Software, and to permit persons to whom the Software is
373-
> furnished to do so, subject to the following conditions:
374-
>
375-
> The above copyright notice and this permission notice shall be included in all
376-
> copies or substantial portions of the Software.
377-
>
378-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
384-
> SOFTWARE.
385-
386-
---------------------------------------
387-
388350
## @polka/compression
389351
License: MIT
390352
Repository: lukeed/polka
@@ -1124,27 +1086,6 @@ Repository: git://github.com/primus/eventemitter3.git
11241086
11251087
---------------------------------------
11261088

1127-
## fastq
1128-
License: ISC
1129-
By: Matteo Collina
1130-
Repository: git+https://github.com/mcollina/fastq.git
1131-
1132-
> Copyright (c) 2015-2020, Matteo Collina <[email protected]>
1133-
>
1134-
> Permission to use, copy, modify, and/or distribute this software for any
1135-
> purpose with or without fee is hereby granted, provided that the above
1136-
> copyright notice and this permission notice appear in all copies.
1137-
>
1138-
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1139-
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1140-
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1141-
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1142-
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1143-
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1144-
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1145-
1146-
---------------------------------------
1147-
11481089
## fdir
11491090
License: MIT
11501091
By: thecodrr
@@ -1585,34 +1526,6 @@ Repository: https://github.com/rich-harris/magic-string
15851526
15861527
---------------------------------------
15871528

1588-
## merge2
1589-
License: MIT
1590-
Repository: [email protected]:teambition/merge2.git
1591-
1592-
> The MIT License (MIT)
1593-
>
1594-
> Copyright (c) 2014-2020 Teambition
1595-
>
1596-
> Permission is hereby granted, free of charge, to any person obtaining a copy
1597-
> of this software and associated documentation files (the "Software"), to deal
1598-
> in the Software without restriction, including without limitation the rights
1599-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1600-
> copies of the Software, and to permit persons to whom the Software is
1601-
> furnished to do so, subject to the following conditions:
1602-
>
1603-
> The above copyright notice and this permission notice shall be included in all
1604-
> copies or substantial portions of the Software.
1605-
>
1606-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1607-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1608-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1609-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1610-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1611-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1612-
> SOFTWARE.
1613-
1614-
---------------------------------------
1615-
16161529
## mlly, ufo
16171530
License: MIT
16181531
Repositories: unjs/mlly, unjs/ufo
@@ -2143,34 +2056,6 @@ Repository: https://github.com/TrySound/postcss-value-parser.git
21432056
21442057
---------------------------------------
21452058

2146-
## queue-microtask, run-parallel
2147-
License: MIT
2148-
By: Feross Aboukhadijeh
2149-
Repositories: git://github.com/feross/queue-microtask.git, git://github.com/feross/run-parallel.git
2150-
2151-
> The MIT License (MIT)
2152-
>
2153-
> Copyright (c) Feross Aboukhadijeh
2154-
>
2155-
> Permission is hereby granted, free of charge, to any person obtaining a copy of
2156-
> this software and associated documentation files (the "Software"), to deal in
2157-
> the Software without restriction, including without limitation the rights to
2158-
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
2159-
> the Software, and to permit persons to whom the Software is furnished to do so,
2160-
> subject to the following conditions:
2161-
>
2162-
> The above copyright notice and this permission notice shall be included in all
2163-
> copies or substantial portions of the Software.
2164-
>
2165-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2166-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
2167-
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
2168-
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
2169-
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
2170-
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2171-
2172-
---------------------------------------
2173-
21742059
## read-cache
21752060
License: MIT
21762061
By: Bogdan Chadkin
@@ -2286,35 +2171,6 @@ Repositories: lukeed/resolve.exports, lukeed/totalist
22862171
22872172
---------------------------------------
22882173

2289-
## reusify
2290-
License: MIT
2291-
By: Matteo Collina
2292-
Repository: git+https://github.com/mcollina/reusify.git
2293-
2294-
> The MIT License (MIT)
2295-
>
2296-
> Copyright (c) 2015 Matteo Collina
2297-
>
2298-
> Permission is hereby granted, free of charge, to any person obtaining a copy
2299-
> of this software and associated documentation files (the "Software"), to deal
2300-
> in the Software without restriction, including without limitation the rights
2301-
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
2302-
> copies of the Software, and to permit persons to whom the Software is
2303-
> furnished to do so, subject to the following conditions:
2304-
>
2305-
> The above copyright notice and this permission notice shall be included in all
2306-
> copies or substantial portions of the Software.
2307-
>
2308-
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
2309-
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2310-
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
2311-
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
2312-
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2313-
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2314-
> SOFTWARE.
2315-
2316-
---------------------------------------
2317-
23182174
## shebang-command
23192175
License: MIT
23202176
By: Kevin Mårtensson

packages/vite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
"@jridgewell/trace-mapping": "^0.3.25",
9999
"@polka/compression": "^1.0.0-next.25",
100100
"@rollup/plugin-alias": "^5.1.1",
101-
"@rollup/plugin-commonjs": "^28.0.0",
102-
"@rollup/plugin-dynamic-import-vars": "^2.1.3",
101+
"@rollup/plugin-commonjs": "^28.0.1",
102+
"@rollup/plugin-dynamic-import-vars": "^2.1.4",
103103
"@rollup/plugin-json": "^6.1.0",
104104
"@rollup/plugin-node-resolve": "15.3.0",
105105
"@rollup/pluginutils": "^5.1.2",
@@ -132,7 +132,7 @@
132132
"parse5": "^7.2.0",
133133
"pathe": "^1.1.2",
134134
"periscopic": "^4.0.2",
135-
"picocolors": "^1.1.0",
135+
"picocolors": "^1.1.1",
136136
"picomatch": "^2.3.1",
137137
"postcss-import": "^16.1.0",
138138
"postcss-load-config": "^4.0.2",
@@ -141,15 +141,15 @@
141141
"rollup-plugin-dts": "^6.1.1",
142142
"rollup-plugin-esbuild": "^6.1.1",
143143
"rollup-plugin-license": "^3.5.3",
144-
"sass": "^1.79.5",
145-
"sass-embedded": "^1.79.5",
144+
"sass": "^1.80.3",
145+
"sass-embedded": "^1.80.3",
146146
"sirv": "^3.0.0",
147147
"source-map-support": "^0.5.21",
148148
"strip-ansi": "^7.1.0",
149149
"strip-literal": "^2.1.0",
150150
"tinyglobby": "^0.2.9",
151151
"tsconfck": "^3.1.4",
152-
"tslib": "^2.7.0",
152+
"tslib": "^2.8.0",
153153
"types": "link:./types",
154154
"ufo": "^1.5.4",
155155
"ws": "^8.18.0"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/package.json b/package.json
2-
index 355692a301ea5ddaf8541825b22046a31505d139..35acec04252f1063cff56a334565c946e992327c 100644
2+
index 3396013bbbf060137a30d40c5b60c34bf40dc27e..559eaab9b5bb5b44d5a6bcc1b4542c314e5141cb 100644
33
--- a/package.json
44
+++ b/package.json
55
@@ -46,5 +46,6 @@

playground/backend-integration/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"preview": "vite preview"
1111
},
1212
"devDependencies": {
13-
"sass": "^1.79.5",
14-
"tailwindcss": "^3.4.13",
13+
"sass": "^1.80.3",
14+
"tailwindcss": "^3.4.14",
1515
"tinyglobby": "^0.2.9"
1616
}
1717
}

playground/config/packages/siblings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vite/test-config-sibling",
33
"type": "module",
44
"devDependencies": {
5-
"@types/lodash": "^4.17.10",
5+
"@types/lodash": "^4.17.12",
66
"lodash": "^4.17.21"
77
}
88
}

0 commit comments

Comments
 (0)