Skip to content

Commit b0c3122

Browse files
build(deps-dev): bump vite from 5.3.5 to 5.3.6 (#2442)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.3.5 to 5.3.6. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md">vite's changelog</a>.</em></p> <blockquote> <h2><!-- raw HTML omitted -->5.3.6 (2024-09-16)<!-- raw HTML omitted --></h2> <ul> <li>fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>) (<a href="https://github.com/vitejs/vite/commit/2691bb3ff6b073b41fb9046909e1e03a74e36675">2691bb3</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18115">#18115</a></li> <li>fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>) (<a href="https://github.com/vitejs/vite/commit/4573a6fd6f1b097fb7296a3e135e0646b996b249">4573a6f</a>), closes <a href="https://redirect.github.com/vitejs/vite/issues/18112">#18112</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitejs/vite/commit/f469ceb5d883f00b2c60a7d6361ac2e2a4b35df6"><code>f469ceb</code></a> release: v5.3.6</li> <li><a href="https://github.com/vitejs/vite/commit/2691bb3ff6b073b41fb9046909e1e03a74e36675"><code>2691bb3</code></a> fix: avoid DOM Clobbering gadget in <code>getRelativeUrlFromDocument</code> (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18115">#18115</a>)</li> <li><a href="https://github.com/vitejs/vite/commit/4573a6fd6f1b097fb7296a3e135e0646b996b249"><code>4573a6f</code></a> fix: fs raw query (<a href="https://github.com/vitejs/vite/tree/HEAD/packages/vite/issues/18112">#18112</a>)</li> <li>See full diff in <a href="https://github.com/vitejs/vite/commits/v5.3.6/packages/vite">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite&package-manager=npm_and_yarn&previous-version=5.3.5&new-version=5.3.6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/digdir/designsystemet/network/alerts). </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Marszalek <mimarz@gmail.com>
1 parent 5e89cdc commit b0c3122

File tree

3 files changed

+38
-21
lines changed

3 files changed

+38
-21
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"stylelint-config-standard": "^36.0.1",
5151
"typescript": "^5.5.4",
5252
"typescript-plugin-css-modules": "^5.1.0",
53-
"vite": "^5.3.5",
53+
"vite": "^5.3.6",
5454
"vitest": "^2.0.5"
5555
},
5656
"engines": {

plugins/figma-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"npm-run-all2": "^6.2.2",
3333
"postcss": "^8.4.41",
3434
"rollup": "^4.20.0",
35-
"vite": "^5.3.5",
35+
"vite": "^5.3.6",
3636
"vite-plugin-generate-file": "^0.2.0",
3737
"vite-plugin-react-rich-svg": "^1.1.1",
3838
"vite-plugin-singlefile": "^2.0.2"

yarn.lock

+36-19
Original file line numberDiff line numberDiff line change
@@ -9198,7 +9198,7 @@ __metadata:
91989198
react-dom: "npm:^18.3.1"
91999199
react-router-dom: "npm:^6.26.0"
92009200
rollup: "npm:^4.20.0"
9201-
vite: "npm:^5.3.5"
9201+
vite: "npm:^5.3.6"
92029202
vite-plugin-generate-file: "npm:^0.2.0"
92039203
vite-plugin-react-rich-svg: "npm:^1.1.1"
92049204
vite-plugin-singlefile: "npm:^2.0.2"
@@ -13331,6 +13331,13 @@ __metadata:
1333113331
languageName: node
1333213332
linkType: hard
1333313333

13334+
"picocolors@npm:^1.1.0":
13335+
version: 1.1.0
13336+
resolution: "picocolors@npm:1.1.0"
13337+
checksum: 10/a2ad60d94d185c30f2a140b19c512547713fb89b920d32cc6cf658fa786d63a37ba7b8451872c3d9fc34883971fb6e5878e07a20b60506e0bb2554dce9169ccb
13338+
languageName: node
13339+
linkType: hard
13340+
1333413341
"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.3.1":
1333513342
version: 2.3.1
1333613343
resolution: "picomatch@npm:2.3.1"
@@ -13955,17 +13962,6 @@ __metadata:
1395513962
languageName: node
1395613963
linkType: hard
1395713964

13958-
"postcss@npm:^8.4.39":
13959-
version: 8.4.39
13960-
resolution: "postcss@npm:8.4.39"
13961-
dependencies:
13962-
nanoid: "npm:^3.3.7"
13963-
picocolors: "npm:^1.0.1"
13964-
source-map-js: "npm:^1.2.0"
13965-
checksum: 10/ad9c1add892c96433b9a5502878201ede4a20c4ce02d056251f61f8d9a3e5426dab3683fe5a086edfa78a1a19f2b4988c8cea02c5122136d29758cb5a17e2621
13966-
languageName: node
13967-
linkType: hard
13968-
1396913965
"postcss@npm:^8.4.40":
1397013966
version: 8.4.40
1397113967
resolution: "postcss@npm:8.4.40"
@@ -13988,6 +13984,17 @@ __metadata:
1398813984
languageName: node
1398913985
linkType: hard
1399013986

13987+
"postcss@npm:^8.4.43":
13988+
version: 8.4.47
13989+
resolution: "postcss@npm:8.4.47"
13990+
dependencies:
13991+
nanoid: "npm:^3.3.7"
13992+
picocolors: "npm:^1.1.0"
13993+
source-map-js: "npm:^1.2.1"
13994+
checksum: 10/f2b50ba9b6fcb795232b6bb20de7cdc538c0025989a8ed9c4438d1960196ba3b7eaff41fdb1a5c701b3504651ea87aeb685577707f0ae4d6ce6f3eae5df79a81
13995+
languageName: node
13996+
linkType: hard
13997+
1399113998
"preferred-pm@npm:^3.0.0":
1399213999
version: 3.1.4
1399314000
resolution: "preferred-pm@npm:3.1.4"
@@ -15126,7 +15133,7 @@ __metadata:
1512615133
stylelint-config-standard: "npm:^36.0.1"
1512715134
typescript: "npm:^5.5.4"
1512815135
typescript-plugin-css-modules: "npm:^5.1.0"
15129-
vite: "npm:^5.3.5"
15136+
vite: "npm:^5.3.6"
1513015137
vitest: "npm:^2.0.5"
1513115138
languageName: unknown
1513215139
linkType: soft
@@ -15569,6 +15576,13 @@ __metadata:
1556915576
languageName: node
1557015577
linkType: hard
1557115578

15579+
"source-map-js@npm:^1.2.1":
15580+
version: 1.2.1
15581+
resolution: "source-map-js@npm:1.2.1"
15582+
checksum: 10/ff9d8c8bf096d534a5b7707e0382ef827b4dd360a577d3f34d2b9f48e12c9d230b5747974ee7c607f0df65113732711bb701fe9ece3c7edbd43cb2294d707df3
15583+
languageName: node
15584+
linkType: hard
15585+
1557215586
"source-map-support@npm:^0.5.16, source-map-support@npm:~0.5.20":
1557315587
version: 0.5.21
1557415588
resolution: "source-map-support@npm:0.5.21"
@@ -17204,19 +17218,20 @@ __metadata:
1720417218
languageName: node
1720517219
linkType: hard
1720617220

17207-
"vite@npm:^5.3.5":
17208-
version: 5.3.5
17209-
resolution: "vite@npm:5.3.5"
17221+
"vite@npm:^5.3.6":
17222+
version: 5.4.6
17223+
resolution: "vite@npm:5.4.6"
1721017224
dependencies:
1721117225
esbuild: "npm:^0.21.3"
1721217226
fsevents: "npm:~2.3.3"
17213-
postcss: "npm:^8.4.39"
17214-
rollup: "npm:^4.13.0"
17227+
postcss: "npm:^8.4.43"
17228+
rollup: "npm:^4.20.0"
1721517229
peerDependencies:
1721617230
"@types/node": ^18.0.0 || >=20.0.0
1721717231
less: "*"
1721817232
lightningcss: ^1.21.0
1721917233
sass: "*"
17234+
sass-embedded: "*"
1722017235
stylus: "*"
1722117236
sugarss: "*"
1722217237
terser: ^5.4.0
@@ -17232,6 +17247,8 @@ __metadata:
1723217247
optional: true
1723317248
sass:
1723417249
optional: true
17250+
sass-embedded:
17251+
optional: true
1723517252
stylus:
1723617253
optional: true
1723717254
sugarss:
@@ -17240,7 +17257,7 @@ __metadata:
1724017257
optional: true
1724117258
bin:
1724217259
vite: bin/vite.js
17243-
checksum: 10/5672dde4a969349d9cf90a9e43029c8489dfff60fb04d6a10717d6224553cf12283a8cace633fa80b006df6037f72d08a459a38bf8ea66cb19075d60fe159482
17260+
checksum: 10/8489fa55c48675fc12b64bf7af58b5e2f8a11b2aebc63cb177861bd53dc196d7c496d6918f5a8c48828f51b6fe498166a1a2350334bbfaae10d015a0c71f1c77
1724417261
languageName: node
1724517262
linkType: hard
1724617263

0 commit comments

Comments
 (0)