Skip to content

Commit b4ef852

Browse files
chore(deps-dev): bump vitest from 2.1.8 to 2.1.9 (#138)
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 2.1.8 to 2.1.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vitest-dev/vitest/releases">vitest's releases</a>.</em></p> <blockquote> <h2>v2.1.9</h2> <p>This release includes security patches for:</p> <ul> <li><a href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-8gvc-j273-4wm5">Browser mode serves arbitrary files | CVE-2025-24963</a></li> <li><a href="https://github.com/vitest-dev/vitest/security/advisories/GHSA-9crc-q9x8-hgqq">Remote Code Execution when accessing a malicious website while Vitest API server is listening | CVE-2025-24964</a></li> </ul> <h3>   🐞 Bug Fixes</h3> <ul> <li>backport <a href="https://redirect.github.com/vitest-dev/vitest/issues/7317">vitest-dev/vitest#7317</a> to v2 - by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/pull/7318">vitest-dev/vitest#7318</a></li> <li>(backport <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7340">#7340</a> to v2) restrict served files from <code>/__screenshot-error</code> - by <a href="https://github.com/hi-ogawa"><code>@​hi-ogawa</code></a> in <a href="https://redirect.github.com/vitest-dev/vitest/pull/7343">vitest-dev/vitest#7343</a></li> </ul> <h5>    <a href="https://github.com/vitest-dev/vitest/compare/v2.1.8...v2.1.9">View changes on GitHub</a></h5> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vitest-dev/vitest/commit/c9e59a089d94642eea29a43f2ee1986a5afb99c6"><code>c9e59a0</code></a> chore: release v2.1.9</li> <li><a href="https://github.com/vitest-dev/vitest/commit/e0fe1d81e2d4bcddb1c6ca3c5c3970d8ba697383"><code>e0fe1d8</code></a> fix: backport <a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7317">#7317</a> to v2 (<a href="https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest/issues/7318">#7318</a>)</li> <li>See full diff in <a href="https://github.com/vitest-dev/vitest/commits/v2.1.9/packages/vitest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vitest&package-manager=npm_and_yarn&previous-version=2.1.8&new-version=2.1.9)](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/JasonWeinzierl/eslint-plugin-rxjs-x/network/alerts). </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 160ae82 commit b4ef852

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"tsup": "^8.3.6",
9595
"typescript": "~5.7.3",
9696
"typescript-eslint": "^8.22.0",
97-
"vitest": "^2.1.8"
97+
"vitest": "^2.1.9"
9898
},
9999
"engines": {
100100
"node": "^18.18.0 || ^20.9.0 || >= 21.1.0"

yarn.lock

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,23 +1072,23 @@ __metadata:
10721072
languageName: node
10731073
linkType: hard
10741074

1075-
"@vitest/expect@npm:2.1.8":
1076-
version: 2.1.8
1077-
resolution: "@vitest/expect@npm:2.1.8"
1075+
"@vitest/expect@npm:2.1.9":
1076+
version: 2.1.9
1077+
resolution: "@vitest/expect@npm:2.1.9"
10781078
dependencies:
1079-
"@vitest/spy": "npm:2.1.8"
1080-
"@vitest/utils": "npm:2.1.8"
1079+
"@vitest/spy": "npm:2.1.9"
1080+
"@vitest/utils": "npm:2.1.9"
10811081
chai: "npm:^5.1.2"
10821082
tinyrainbow: "npm:^1.2.0"
1083-
checksum: 10c0/6fbf4abc2360efe4d3671d3425f8bb6012fe2dd932a88720d8b793030b766ba260494822c721d3fc497afe52373515c7e150635a95c25f6e1b567f86155c5408
1083+
checksum: 10c0/98d1cf02917316bebef9e4720723e38298a1c12b3c8f3a81f259bb822de4288edf594e69ff64f0b88afbda6d04d7a4f0c2f720f3fec16b4c45f5e2669f09fdbb
10841084
languageName: node
10851085
linkType: hard
10861086

1087-
"@vitest/mocker@npm:2.1.8":
1088-
version: 2.1.8
1089-
resolution: "@vitest/mocker@npm:2.1.8"
1087+
"@vitest/mocker@npm:2.1.9":
1088+
version: 2.1.9
1089+
resolution: "@vitest/mocker@npm:2.1.9"
10901090
dependencies:
1091-
"@vitest/spy": "npm:2.1.8"
1091+
"@vitest/spy": "npm:2.1.9"
10921092
estree-walker: "npm:^3.0.3"
10931093
magic-string: "npm:^0.30.12"
10941094
peerDependencies:
@@ -1099,57 +1099,57 @@ __metadata:
10991099
optional: true
11001100
vite:
11011101
optional: true
1102-
checksum: 10c0/b4113ed8a57c0f60101d02e1b1769357a346ecd55ded499eab384d52106fd4b12d51e9aaa6db98f47de0d56662477be0ed8d46d6dfa84c235f9e1b234709814e
1102+
checksum: 10c0/f734490d8d1206a7f44dfdfca459282f5921d73efa72935bb1dc45307578defd38a4131b14853316373ec364cbe910dbc74594ed4137e0da35aa4d9bb716f190
11031103
languageName: node
11041104
linkType: hard
11051105

1106-
"@vitest/pretty-format@npm:2.1.8, @vitest/pretty-format@npm:^2.1.8":
1107-
version: 2.1.8
1108-
resolution: "@vitest/pretty-format@npm:2.1.8"
1106+
"@vitest/pretty-format@npm:2.1.9, @vitest/pretty-format@npm:^2.1.9":
1107+
version: 2.1.9
1108+
resolution: "@vitest/pretty-format@npm:2.1.9"
11091109
dependencies:
11101110
tinyrainbow: "npm:^1.2.0"
1111-
checksum: 10c0/1dc5c9b1c7c7e78e46a2a16033b6b20be05958bbebc5a5b78f29e32718c80252034804fccd23f34db6b3583239db47e68fc5a8e41942c54b8047cc3b4133a052
1111+
checksum: 10c0/155f9ede5090eabed2a73361094bb35ed4ec6769ae3546d2a2af139166569aec41bb80e031c25ff2da22b71dd4ed51e5468e66a05e6aeda5f14b32e30bc18f00
11121112
languageName: node
11131113
linkType: hard
11141114

1115-
"@vitest/runner@npm:2.1.8":
1116-
version: 2.1.8
1117-
resolution: "@vitest/runner@npm:2.1.8"
1115+
"@vitest/runner@npm:2.1.9":
1116+
version: 2.1.9
1117+
resolution: "@vitest/runner@npm:2.1.9"
11181118
dependencies:
1119-
"@vitest/utils": "npm:2.1.8"
1119+
"@vitest/utils": "npm:2.1.9"
11201120
pathe: "npm:^1.1.2"
1121-
checksum: 10c0/d0826a71494adeafc8c6478257f584d11655145c83e2d8f94c17301d7059c7463ad768a69379e394c50838a7435abcc9255a6b7d8894f5ee06b153e314683a75
1121+
checksum: 10c0/e81f176badb12a815cbbd9bd97e19f7437a0b64e8934d680024b0f768d8670d59cad698ef0e3dada5241b6731d77a7bb3cd2c7cb29f751fd4dd35eb11c42963a
11221122
languageName: node
11231123
linkType: hard
11241124

1125-
"@vitest/snapshot@npm:2.1.8":
1126-
version: 2.1.8
1127-
resolution: "@vitest/snapshot@npm:2.1.8"
1125+
"@vitest/snapshot@npm:2.1.9":
1126+
version: 2.1.9
1127+
resolution: "@vitest/snapshot@npm:2.1.9"
11281128
dependencies:
1129-
"@vitest/pretty-format": "npm:2.1.8"
1129+
"@vitest/pretty-format": "npm:2.1.9"
11301130
magic-string: "npm:^0.30.12"
11311131
pathe: "npm:^1.1.2"
1132-
checksum: 10c0/8d7a77a52e128630ea737ee0a0fe746d1d325cac5848326861dbf042844da4d5c1a5145539ae0ed1a3f0b0363506e98d86f2679fadf114ec4b987f1eb616867b
1132+
checksum: 10c0/394974b3a1fe96186a3c87f933b2f7f1f7b7cc42f9c781d80271dbb4c987809bf035fecd7398b8a3a2d54169e3ecb49655e38a0131d0e7fea5ce88960613b526
11331133
languageName: node
11341134
linkType: hard
11351135

1136-
"@vitest/spy@npm:2.1.8":
1137-
version: 2.1.8
1138-
resolution: "@vitest/spy@npm:2.1.8"
1136+
"@vitest/spy@npm:2.1.9":
1137+
version: 2.1.9
1138+
resolution: "@vitest/spy@npm:2.1.9"
11391139
dependencies:
11401140
tinyspy: "npm:^3.0.2"
1141-
checksum: 10c0/9740f10772ede004ea7f9ffb8a6c3011341d75d9d7f2d4d181b123a701c4691e942f38cf1700684a3bb5eea3c78addf753fd8cdf78c51d8eadc3bada6fadf8f2
1141+
checksum: 10c0/12a59b5095e20188b819a1d797e0a513d991b4e6a57db679927c43b362a3eff52d823b34e855a6dd9e73c9fa138dcc5ef52210841a93db5cbf047957a60ca83c
11421142
languageName: node
11431143
linkType: hard
11441144

1145-
"@vitest/utils@npm:2.1.8":
1146-
version: 2.1.8
1147-
resolution: "@vitest/utils@npm:2.1.8"
1145+
"@vitest/utils@npm:2.1.9":
1146+
version: 2.1.9
1147+
resolution: "@vitest/utils@npm:2.1.9"
11481148
dependencies:
1149-
"@vitest/pretty-format": "npm:2.1.8"
1149+
"@vitest/pretty-format": "npm:2.1.9"
11501150
loupe: "npm:^3.1.2"
11511151
tinyrainbow: "npm:^1.2.0"
1152-
checksum: 10c0/d4a29ecd8f6c24c790e4c009f313a044d89e664e331bc9c3cfb57fe1380fb1d2999706dbbfc291f067d6c489602e76d00435309fbc906197c0d01f831ca17d64
1152+
checksum: 10c0/81a346cd72b47941f55411f5df4cc230e5f740d1e97e0d3f771b27f007266fc1f28d0438582f6409ea571bc0030ed37f684c64c58d1947d6298d770c21026fdf
11531153
languageName: node
11541154
linkType: hard
11551155

@@ -2161,7 +2161,7 @@ __metadata:
21612161
tsup: "npm:^8.3.6"
21622162
typescript: "npm:~5.7.3"
21632163
typescript-eslint: "npm:^8.22.0"
2164-
vitest: "npm:^2.1.8"
2164+
vitest: "npm:^2.1.9"
21652165
peerDependencies:
21662166
eslint: ^8.57.0 || ^9.0.0
21672167
rxjs: ">=7.2.0"
@@ -4779,9 +4779,9 @@ __metadata:
47794779
languageName: node
47804780
linkType: hard
47814781

4782-
"vite-node@npm:2.1.8":
4783-
version: 2.1.8
4784-
resolution: "vite-node@npm:2.1.8"
4782+
"vite-node@npm:2.1.9":
4783+
version: 2.1.9
4784+
resolution: "vite-node@npm:2.1.9"
47854785
dependencies:
47864786
cac: "npm:^6.7.14"
47874787
debug: "npm:^4.3.7"
@@ -4790,7 +4790,7 @@ __metadata:
47904790
vite: "npm:^5.0.0"
47914791
bin:
47924792
vite-node: vite-node.mjs
4793-
checksum: 10c0/cb28027a7425ba29780e216164c07d36a4ff9eb60d83afcad3bc222fd5a5f3e36030071c819edd6d910940f502d49e52f7564743617bc1c5875485b0952c72d5
4793+
checksum: 10c0/0d3589f9f4e9cff696b5b49681fdb75d1638c75053728be52b4013f70792f38cb0120a9c15e3a4b22bdd6b795ad7c2da13bcaf47242d439f0906049e73bdd756
47944794
languageName: node
47954795
linkType: hard
47964796

@@ -4837,17 +4837,17 @@ __metadata:
48374837
languageName: node
48384838
linkType: hard
48394839

4840-
"vitest@npm:^2.1.8":
4841-
version: 2.1.8
4842-
resolution: "vitest@npm:2.1.8"
4843-
dependencies:
4844-
"@vitest/expect": "npm:2.1.8"
4845-
"@vitest/mocker": "npm:2.1.8"
4846-
"@vitest/pretty-format": "npm:^2.1.8"
4847-
"@vitest/runner": "npm:2.1.8"
4848-
"@vitest/snapshot": "npm:2.1.8"
4849-
"@vitest/spy": "npm:2.1.8"
4850-
"@vitest/utils": "npm:2.1.8"
4840+
"vitest@npm:^2.1.9":
4841+
version: 2.1.9
4842+
resolution: "vitest@npm:2.1.9"
4843+
dependencies:
4844+
"@vitest/expect": "npm:2.1.9"
4845+
"@vitest/mocker": "npm:2.1.9"
4846+
"@vitest/pretty-format": "npm:^2.1.9"
4847+
"@vitest/runner": "npm:2.1.9"
4848+
"@vitest/snapshot": "npm:2.1.9"
4849+
"@vitest/spy": "npm:2.1.9"
4850+
"@vitest/utils": "npm:2.1.9"
48514851
chai: "npm:^5.1.2"
48524852
debug: "npm:^4.3.7"
48534853
expect-type: "npm:^1.1.0"
@@ -4859,13 +4859,13 @@ __metadata:
48594859
tinypool: "npm:^1.0.1"
48604860
tinyrainbow: "npm:^1.2.0"
48614861
vite: "npm:^5.0.0"
4862-
vite-node: "npm:2.1.8"
4862+
vite-node: "npm:2.1.9"
48634863
why-is-node-running: "npm:^2.3.0"
48644864
peerDependencies:
48654865
"@edge-runtime/vm": "*"
48664866
"@types/node": ^18.0.0 || >=20.0.0
4867-
"@vitest/browser": 2.1.8
4868-
"@vitest/ui": 2.1.8
4867+
"@vitest/browser": 2.1.9
4868+
"@vitest/ui": 2.1.9
48694869
happy-dom: "*"
48704870
jsdom: "*"
48714871
peerDependenciesMeta:
@@ -4883,7 +4883,7 @@ __metadata:
48834883
optional: true
48844884
bin:
48854885
vitest: vitest.mjs
4886-
checksum: 10c0/e70631bad5662d6c60c5cf836a4baf58b890db6654fef1f608fe6a86aa49a2b9f078aac74b719d4d3c87c5c781968cc73590a7935277b48f3d8b6fb9c5b4d276
4886+
checksum: 10c0/e339e16dccacf4589ff43cb1f38c7b4d14427956ae8ef48702af6820a9842347c2b6c77356aeddb040329759ca508a3cb2b104ddf78103ea5bc98ab8f2c3a54e
48874887
languageName: node
48884888
linkType: hard
48894889

0 commit comments

Comments
 (0)