Skip to content

Commit cfe4211

Browse files
chore(deps-dev): bump @typescript/vfs from 1.6.1 to 1.6.2 (#287)
Bumps [@typescript/vfs](https://github.com/microsoft/TypeScript-Website/tree/HEAD/packages/create-typescript-playground-plugin) from 1.6.1 to 1.6.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/microsoft/TypeScript-Website/releases"><code>@​typescript/vfs</code>'s releases</a>.</em></p> <blockquote> <h2><code>@​typescript/vfs</code><a href="https://github.com/1"><code>@​1</code></a>.6.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/microsoft/TypeScript-Website/pull/3450">#3450</a> <a href="https://github.com/microsoft/TypeScript-Website/commit/1843cf45e06193b3dc072088785fe2bfad477de5"><code>1843cf4</code></a> Thanks <a href="https://github.com/yamcodes"><code>@​yamcodes</code></a>! - Modify localStorage check to prevent crashes in Node 25</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/microsoft/TypeScript-Website/commits/@typescript/[email protected]/packages/create-typescript-playground-plugin">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript/vfs&package-manager=npm_and_yarn&previous-version=1.6.1&new-version=1.6.2)](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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25562e3 commit cfe4211

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@types/common-tags": "^1.8.4",
7979
"@types/node": "~18.18.0",
8080
"@typescript-eslint/rule-tester": "^8.46.2",
81-
"@typescript/vfs": "^1.6.1",
81+
"@typescript/vfs": "^1.6.2",
8282
"@vitest/coverage-v8": "^3.2.4",
8383
"@vitest/eslint-plugin": "^1.4.0",
8484
"bumpp": "^10.3.1",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -973,14 +973,14 @@ __metadata:
973973
languageName: node
974974
linkType: hard
975975

976-
"@typescript/vfs@npm:^1.6.1":
977-
version: 1.6.1
978-
resolution: "@typescript/vfs@npm:1.6.1"
976+
"@typescript/vfs@npm:^1.6.2":
977+
version: 1.6.2
978+
resolution: "@typescript/vfs@npm:1.6.2"
979979
dependencies:
980980
debug: "npm:^4.1.1"
981981
peerDependencies:
982982
typescript: "*"
983-
checksum: 10c0/3878686aff4bf26813dad9242aa8e01c5c9734f4d37f31035f93e9c8b850f15ec6a4480f04cf3a3a1cbf78a4e796ae1be5d6c54f7f7c91556eafee913a8d0da4
983+
checksum: 10c0/72e9a551337aa5478e39d6e0568bcf00d30fad68eae456a68b7436d2b5c7a35d78dd1d121242433fb6c8dc02ca618dfb5fe09916de88dabe746b3fb6b224793a
984984
languageName: node
985985
linkType: hard
986986

@@ -2190,7 +2190,7 @@ __metadata:
21902190
"@typescript-eslint/rule-tester": "npm:^8.46.2"
21912191
"@typescript-eslint/scope-manager": "npm:^8.19.1"
21922192
"@typescript-eslint/utils": "npm:^8.19.1"
2193-
"@typescript/vfs": "npm:^1.6.1"
2193+
"@typescript/vfs": "npm:^1.6.2"
21942194
"@vitest/coverage-v8": "npm:^3.2.4"
21952195
"@vitest/eslint-plugin": "npm:^1.4.0"
21962196
bumpp: "npm:^10.3.1"

0 commit comments

Comments
 (0)