From 351768526ea48076d2e675a067d674840370e640 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 23 Mar 2026 09:39:36 -0700
Subject: [PATCH] chore(deps): bump the all-dependencies group in
/libs/cli/js-monorepo-example with 6 updates (#7246)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Bumps the all-dependencies group in /libs/cli/js-monorepo-example with 6
updates:
| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.8.17` | `2.8.20` |
| [eslint](https://github.com/eslint/eslint) | `10.0.3` | `10.1.0` |
|
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
| `8.57.0` | `8.57.1` |
|
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
| `8.57.0` | `8.57.1` |
| [@langchain/core](https://github.com/langchain-ai/langchainjs) |
`1.1.32` | `1.1.35` |
|
[@langchain/langgraph](https://github.com/langchain-ai/langgraphjs/tree/HEAD/libs/langgraph-core)
| `1.2.2` | `1.2.5` |
Updates `turbo` from 2.8.17 to 2.8.20
Release notes
Sourced from turbo's
releases.
Turborepo v2.8.20
What's Changed
Changelog
Full Changelog: https://github.com/vercel/turborepo/compare/v2.8.19...v2.8.20
Turborepo v2.8.20-canary.1
What's Changed
Examples
Changelog
New Contributors
Full Changelog: https://github.com/vercel/turborepo/compare/v2.8.19-canary.3...v2.8.20-canary.1
Turborepo v2.8.19
What's Changed
turbo-ignore
Examples
Changelog
New Contributors
Full Changelog: https://github.com/vercel/turborepo/compare/v2.8.18...v2.8.19
Turborepo v2.8.19-canary.3
What's Changed
turbo-ignore
... (truncated)
Commits
b61c532
publish 2.8.20 to registry
8f0e719
release(turborepo): 2.8.20-canary.1 (#12395)
106fa3e
fix: Prevent stdin from being dropped for persistent tasks
in stream mode (...
66f2c36
release(turborepo): 2.8.19 (#12392)
7da779a
fix: Support legacy unscoped binary package names in Node shim (#12391)
9d977f1
fix: Detect scoped @turbo/{platform} packages in local
binary resolution (#...
2ff8fc9
chore: Upgrade Next.js to 16.2.0 in examples and apps (#12389)
ee90d8e
release(turborepo): 2.8.19-canary.3 (#12387)
4b2eae6
fix: Tailored turbo-ignore deprecation notice for Vercel
users (#12385)
1885f08
release(turborepo): 2.8.19-canary.2 (#12384)
- Additional commits viewable in compare
view
Updates `eslint` from 10.0.3 to 10.1.0
Release notes
Sourced from eslint's
releases.
v10.1.0
Features
ff4382b
feat: apply fix for no-var in TSModuleBlock
(#20638)
(Tanuj Kanti)
0916995
feat: Implement api support for bulk-suppressions (#20565)
(Blake Sager)
Bug Fixes
2b8824e
fix: Prevent no-var autofix when a variable is used before
declaration (#20464)
(Amaresh S M)
e58b4bf
fix: update eslint (#20597)
(renovate[bot])
Documentation
b7b57fe
docs: use correct JSDoc link in require-jsdoc.md (#20641)
(mkemna-clb)
58e4cfc
docs: add deprecation notice partial (#20639)
(Milos Djermanovic)
7143dbf
docs: update v9 migration guide for @eslint/js usage (#20540)
(fnx)
035fc4f
docs: note that globalReturn applies only with
sourceType: "script" (#20630)
(Milos Djermanovic)
e972c88
docs: merge ESLint option descriptions into type definitions (#20608)
(Francesco Trotta)
7f10d84
docs: Update README (GitHub Actions Bot)
aeed007
docs: open playground link in new tab (#20602)
(Tanuj Kanti)
a0d1a37
docs: Add AI Usage Policy (#20510)
(Nicholas C. Zakas)
Chores
a9f9cce
chore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584)
(Milos Djermanovic)
1f42bd7
chore: update prettier to 3.8.1 (#20651)
(루밀LuMir)
c0a6f4a
chore: update dependency @eslint/json to ^1.2.0 (#20652)
(renovate[bot])
cc43f79
chore: update dependency c8 to v11 (#20650)
(renovate[bot])
2ce4635
chore: update dependency @eslint/json to v1 (#20649)
(renovate[bot])
f0406ee
chore: update dependency markdownlint-cli2 to ^0.21.0 (#20646)
(renovate[bot])
dbb4c95
chore: remove trunk (#20478)
(sethamus)
c672a2a
test: fix CLI test for empty output file (#20640)
(kuldeep kumar)
c7ada24
ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636)
(dependabot[bot])
07c4b8b
test: fix RuleTester test without test runners (#20631)
(Francesco Trotta)
079bba7
test: Add tests for isValidWithUnicodeFlag (#20601)
(Manish chaudhary)
5885ae6
ci: unpin Node.js 25.x in CI (#20615)
(Copilot)
f65e5d3
chore: update pnpm/action-setup digest to b906aff (#20610)
(renovate[bot])
Commits
Updates `@typescript-eslint/eslint-plugin` from 8.57.0 to 8.57.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's
releases.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report
for property on intersection type (#12126)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's
changelog.
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report
for property on intersection type (#12126)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
Commits
c7c38aa
chore(release): publish 8.57.1
e114629
fix(eslint-plugin): [prefer-optional-chain] no report for property on
interse...
- See full diff in compare
view
Updates `@typescript-eslint/parser` from 8.57.0 to 8.57.1
Release notes
Sourced from @typescript-eslint/parser's
releases.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report
for property on intersection type (#12126)
❤️ Thank You
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
Changelog
Sourced from @typescript-eslint/parser's
changelog.
8.57.1 (2026-03-16)
This was a version bump only for parser to align it with other
projects, there were no code changes.
See GitHub
Releases for more information.
You can read about our versioning
strategy and releases on our
website.
Commits
Updates `@langchain/core` from 1.1.32 to 1.1.35
Release notes
Sourced from @langchain/core's
releases.
@langchain/core@1.1.35
Patch Changes
-
#10327
5dc11b5
Thanks @hntrl! -
fix(core): replace exported zod type references with structural
duck-type interfaces to fix TypeScript OOM
Replaces all exported Zod type references (z3.ZodType,
z4.$ZodType, etc.) in @langchain/core's public
API with minimal structural ("duck-type") interfaces. This
prevents TypeScript from performing expensive deep structural
comparisons (~3,400+ lines of mutually recursive generics) when
downstream packages resolve a different Zod version than
@langchain/core, which was causing OOM crashes and
unresponsive language servers in monorepo setups.
-
#10433
7af0b65
Thanks @tanushree-sharma!
- feat: Add LangSmith integration metadata to createAgent and
initChatModel
@langchain/core@1.1.34
Patch Changes
@langchain/core@1.1.33
Patch Changes
Commits
443253b
chore: version packages (#10469)
005d4a1
chore(deps-dev): bump fast-xml-parser from 5.5.6 to 5.5.7 (#10473)
63b7268
fix(@langchain/google) Duplicate function call (#10493)
75e9d56
fix: support structured output (providerStrategy) for Google Gemini
models in...
21094f3
Create nasty-cars-fold.md
ab11688
format
b741848
add google response schema to invokation params
0c14206
fix: patch 30+ Dependabot security alerts (critical/high/medium) (#10488)
ec2b0b5
structured output via model profiles
5dc11b5
fix(core): replace exported zod type references with structural
interfaces to...
- Additional commits viewable in compare
view
Updates `@langchain/langgraph` from 1.2.2 to 1.2.5
Release notes
Sourced from @langchain/langgraph's
releases.
@langchain/langgraph@1.2.5
Patch Changes
-
#2213
a09932a
Thanks @hntrl! -
fix(core): prevent AbortSignal listener leak in stream() and
streamEvents()
Pregel.stream() and streamEvents() called
combineAbortSignals() but discarded the
dispose function, leaking one abort listener on the
caller's signal per invocation. Over many invocations this caused
unbounded memory growth as each leaked listener retained references to
its associated graph execution state.
- Use
AbortSignal.any() on Node 20+ which handles
listener lifecycle automatically via GC
- Fall back to manual listener management on Node 18, with proper
dispose() called when the stream completes or is
cancelled
-
#2210
4d2e948
Thanks @jackjin1997! -
Fix AnyValue.update() returning false instead
of true when values are received, aligning with all other
channel implementations.
-
Updated dependencies [414a7ad]:
@langchain/langgraph-sdk@1.8.0
@langchain/langgraph@1.2.4
Patch Changes
@langchain/langgraph@1.2.3
Patch Changes
Changelog
Sourced from @langchain/langgraph's
changelog.
1.2.5
Patch Changes
-
#2213
a09932a
Thanks @hntrl! -
fix(core): prevent AbortSignal listener leak in stream() and
streamEvents()
Pregel.stream() and streamEvents() called
combineAbortSignals() but discarded the
dispose function, leaking one abort listener on the
caller's signal per invocation. Over many invocations this caused
unbounded memory growth as each leaked listener retained references to
its associated graph execution state.
- Use
AbortSignal.any() on Node 20+ which handles
listener lifecycle automatically via GC
- Fall back to manual listener management on Node 18, with proper
dispose() called when the stream completes or is
cancelled
-
#2210
4d2e948
Thanks @jackjin1997! -
Fix AnyValue.update() returning false instead
of true when values are received, aligning with all other
channel implementations.
-
Updated dependencies [414a7ad]:
@langchain/langgraph-sdk@1.8.0
1.2.4
Patch Changes
1.2.3
Patch Changes
Commits
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)
---
Dependabot commands and options
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 show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.../apps/agent/package.json | 4 +-
libs/cli/js-monorepo-example/package.json | 8 +-
libs/cli/js-monorepo-example/yarn.lock | 274 +++++++++---------
3 files changed, 143 insertions(+), 143 deletions(-)
diff --git a/libs/cli/js-monorepo-example/apps/agent/package.json b/libs/cli/js-monorepo-example/apps/agent/package.json
index 2c2937c38..0c7d6afc7 100644
--- a/libs/cli/js-monorepo-example/apps/agent/package.json
+++ b/libs/cli/js-monorepo-example/apps/agent/package.json
@@ -9,8 +9,8 @@
},
"dependencies": {
"@js-monorepo-example/shared": "*",
- "@langchain/core": "^1.1.32",
- "@langchain/langgraph": "^1.2.2"
+ "@langchain/core": "^1.1.35",
+ "@langchain/langgraph": "^1.2.5"
},
"devDependencies": {
"typescript": "^5.9.3"
diff --git a/libs/cli/js-monorepo-example/package.json b/libs/cli/js-monorepo-example/package.json
index 1a5dec310..6b582373a 100644
--- a/libs/cli/js-monorepo-example/package.json
+++ b/libs/cli/js-monorepo-example/package.json
@@ -17,18 +17,18 @@
"lint": "eslint 'apps/**/*.ts' 'libs/**/*.ts'"
},
"devDependencies": {
- "turbo": "^2.8.17",
+ "turbo": "^2.8.20",
"typescript": "^5.9.3",
"@tsconfig/recommended": "^1.0.13",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
- "eslint": "^10.0.3",
+ "eslint": "^10.1.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-no-instanceof": "^1.0.1",
"eslint-plugin-prettier": "^5.5.5",
- "@typescript-eslint/eslint-plugin": "^8.57.0",
- "@typescript-eslint/parser": "^8.57.0",
+ "@typescript-eslint/eslint-plugin": "^8.57.1",
+ "@typescript-eslint/parser": "^8.57.1",
"prettier": "^3.8.1"
}
}
diff --git a/libs/cli/js-monorepo-example/yarn.lock b/libs/cli/js-monorepo-example/yarn.lock
index 4326a2574..bd3bdd222 100644
--- a/libs/cli/js-monorepo-example/yarn.lock
+++ b/libs/cli/js-monorepo-example/yarn.lock
@@ -28,14 +28,14 @@
debug "^4.3.1"
minimatch "^10.2.4"
-"@eslint/config-helpers@^0.5.2":
- version "0.5.2"
- resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.2.tgz#314c7b03d02a371ad8c0a7f6821d5a8a8437ba9d"
- integrity sha512-a5MxrdDXEvqnIq+LisyCX6tQMPF/dSJpCfBgBauY+pNZ28yCtSsTvyTYrMhaI+LK26bVyCJfJkT0u8KIj2i1dQ==
+"@eslint/config-helpers@^0.5.3":
+ version "0.5.3"
+ resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.5.3.tgz#721fe6bbb90d74b0c80d6ff2428e5bbcb002becb"
+ integrity sha512-lzGN0onllOZCGroKJmRwY6QcEHxbjBw1gwB8SgRSqK8YbbtEXMvKynsXc3553ckIEBxsbMBU7oOZXKIPGZNeZw==
dependencies:
- "@eslint/core" "^1.1.0"
+ "@eslint/core" "^1.1.1"
-"@eslint/core@^1.1.0", "@eslint/core@^1.1.1":
+"@eslint/core@^1.1.1":
version "1.1.1"
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-1.1.1.tgz#450f3d2be2d463ccd51119544092256b4e88df32"
integrity sha512-QUPblTtE51/7/Zhfv8BDwO0qkkzQL7P/aWWbqcf4xWLEYn1oKjdO0gglQBB4GAsu7u6wjijbCmzsUTy6mnk6oQ==
@@ -103,10 +103,10 @@
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-9.0.0.tgz#4d0a3f127058043bf2e7ee169eaf30ed901302f3"
integrity sha512-AokJm4tuBHillT+FpMtxQ60n8ObyXBatq7jD2/JA9dxbDDokKQm8KMht5ibGzLVU9IJDIKK4TPKgMHEYMn3lMg==
-"@langchain/core@^1.1.32":
- version "1.1.32"
- resolved "https://registry.yarnpkg.com/@langchain/core/-/core-1.1.32.tgz#a9baf37e5cb40e8b877160d5d03ef3bf6e8e250d"
- integrity sha512-ZZNiER5tceFXqZOghfrxNHzM60gcQL5XK/8Ow5+o4OuKHrP1p/RUQBDM9Y1nddi/VmKQj+ncaXXM5KovXTEGGQ==
+"@langchain/core@^1.1.35":
+ version "1.1.35"
+ resolved "https://registry.yarnpkg.com/@langchain/core/-/core-1.1.35.tgz#4c681cc9af3d59d139f6272768dd30361dccd518"
+ integrity sha512-TM0idLSAx17IEMqEIN7F8MDdXpN53p4A4vhhjZxf7LedwShB/8Zx1F5D5Nq1Bbn0zh9QDzSHpWyfCrTtggKf7g==
dependencies:
"@cfworker/json-schema" "^4.0.2"
"@standard-schema/spec" "^1.1.0"
@@ -120,30 +120,30 @@
uuid "^11.1.0"
zod "^3.25.76 || ^4"
-"@langchain/langgraph-checkpoint@^1.0.0":
- version "1.0.0"
- resolved "https://registry.yarnpkg.com/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-1.0.0.tgz#ece2ede439d0d0b0b532c4be7817fd5029afe4f8"
- integrity sha512-xrclBGvNCXDmi0Nz28t3vjpxSH6UYx6w5XAXSiiB1WEdc2xD2iY/a913I3x3a31XpInUW/GGfXXfePfaghV54A==
+"@langchain/langgraph-checkpoint@^1.0.1":
+ version "1.0.1"
+ resolved "https://registry.yarnpkg.com/@langchain/langgraph-checkpoint/-/langgraph-checkpoint-1.0.1.tgz#0ee5bdfeb9878d8d1d99347f23e199e5afd52995"
+ integrity sha512-HM0cJLRpIsSlWBQ/xuDC67l52SqZ62Bh2Y61DX+Xorqwoh5e1KxYvfCD7GnSTbWWhjBOutvnR0vPhu4orFkZfw==
dependencies:
uuid "^10.0.0"
-"@langchain/langgraph-sdk@~1.7.0":
- version "1.7.2"
- resolved "https://registry.yarnpkg.com/@langchain/langgraph-sdk/-/langgraph-sdk-1.7.2.tgz#8273ef749082d6e1c7c7e281d75287b2b4deedfa"
- integrity sha512-8ad5OTwqc15J/DxLNJYLn3IC2mpfow09nxJdszxhwm3KgsolGZIUV6g7m67C2p4j3cbQZD5USHt3hKEL0ahqoA==
+"@langchain/langgraph-sdk@~1.8.0":
+ version "1.8.0"
+ resolved "https://registry.yarnpkg.com/@langchain/langgraph-sdk/-/langgraph-sdk-1.8.0.tgz#aa62fd641a4ef964a57cea7a7c11e662e8082fb8"
+ integrity sha512-TPowjgfLjRll4zUDiOUVgd8qLgSOhy5uHt0sWhpvxgQd+dcUs4x/3nKjrepSvmp24KQKbF6GJy6MaHBDj3Ubtw==
dependencies:
"@types/json-schema" "^7.0.15"
p-queue "^9.0.1"
p-retry "^7.1.1"
uuid "^13.0.0"
-"@langchain/langgraph@^1.2.2":
- version "1.2.2"
- resolved "https://registry.yarnpkg.com/@langchain/langgraph/-/langgraph-1.2.2.tgz#747cc0ddb6fe350906c7f982289499f072345701"
- integrity sha512-1F94azb3b3TpHi5Jxa7gFvAYXuSIsEobEXk3/PD7+gkOobIC5Jty3+/ATSkH7joUo0bXCF/rgMOjRGusi6YvSQ==
+"@langchain/langgraph@^1.2.5":
+ version "1.2.5"
+ resolved "https://registry.yarnpkg.com/@langchain/langgraph/-/langgraph-1.2.5.tgz#f4285b77baee945092795c2989bdd6589dc5b142"
+ integrity sha512-O/ROF1oaXN7VK6+WTpXsDvJp7L+YyTOHa9rt3L85jrvwxBqQQRIlRLOWT8ehB/ywE3M1K7WAWOAXbmorCYzviQ==
dependencies:
- "@langchain/langgraph-checkpoint" "^1.0.0"
- "@langchain/langgraph-sdk" "~1.7.0"
+ "@langchain/langgraph-checkpoint" "^1.0.1"
+ "@langchain/langgraph-sdk" "~1.8.0"
"@standard-schema/spec" "1.1.0"
uuid "^10.0.0"
@@ -167,6 +167,36 @@
resolved "https://registry.yarnpkg.com/@tsconfig/recommended/-/recommended-1.0.13.tgz#269fce3ad04ca70b93269ff44cca81b950f542da"
integrity sha512-sySRuBfMKyKO/j2ZAhR8kSembhjuPEV4Ra3AHtmWLq51+iGaudr45crPSzNC5b7/Ctrh9dfUpBuTlYrH6rM58Q==
+"@turbo/darwin-64@2.8.20":
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/@turbo/darwin-64/-/darwin-64-2.8.20.tgz#6ebc903fbfe31db85f67b84af69e84822765cbf4"
+ integrity sha512-FQ9EX1xMU5nbwjxXxM3yU88AQQ6Sqc6S44exPRroMcx9XZHqqppl5ymJF0Ig/z3nvQNwDmz1Gsnvxubo+nXWjQ==
+
+"@turbo/darwin-arm64@2.8.20":
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/@turbo/darwin-arm64/-/darwin-arm64-2.8.20.tgz#f02fdd818bfe610240c1a60865eeb9ca338160f5"
+ integrity sha512-Gpyh9ATFGThD6/s9L95YWY54cizg/VRWl2B67h0yofG8BpHf67DFAh9nuJVKG7bY0+SBJDAo5cMur+wOl9YOYw==
+
+"@turbo/linux-64@2.8.20":
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/@turbo/linux-64/-/linux-64-2.8.20.tgz#51faba95b242731b0beae9811724b3eeee6aa0a1"
+ integrity sha512-p2QxWUYyYUgUFG0b0kR+pPi8t7c9uaVlRtjTTI1AbCvVqkpjUfCcReBn6DgG/Hu8xrWdKLuyQFaLYFzQskZbcA==
+
+"@turbo/linux-arm64@2.8.20":
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/@turbo/linux-arm64/-/linux-arm64-2.8.20.tgz#4c466ec09a2c2e6513df94d703660bb6efa61614"
+ integrity sha512-Gn5yjlZGLRZWarLWqdQzv0wMqyBNIdq1QLi48F1oY5Lo9kiohuf7BPQWtWxeNVS2NgJ1+nb/DzK1JduYC4AWOA==
+
+"@turbo/windows-64@2.8.20":
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/@turbo/windows-64/-/windows-64-2.8.20.tgz#b8f23ff1d5ddf9b1abe41db2b1cb35b13066c063"
+ integrity sha512-vyaDpYk/8T6Qz5V/X+ihKvKFEZFUoC0oxYpC1sZanK6gaESJlmV3cMRT3Qhcg4D2VxvtC2Jjs9IRkrZGL+exLw==
+
+"@turbo/windows-arm64@2.8.20":
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/@turbo/windows-arm64/-/windows-arm64-2.8.20.tgz#8032d42c6cfd954d3c381720d5a65dc3e7ea3014"
+ integrity sha512-voicVULvUV5yaGXo0Iue13BcHGYW3u0VgqSbfQwBaHbpj1zLjYV4KIe+7fYIo6DO8FVUJzxFps3ODCQG/Wy2Qw==
+
"@types/esrecurse@^4.3.1":
version "4.3.1"
resolved "https://registry.yarnpkg.com/@types/esrecurse/-/esrecurse-4.3.1.tgz#6f636af962fbe6191b830bd676ba5986926bccec"
@@ -192,100 +222,100 @@
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-10.0.0.tgz#e9c07fe50da0f53dc24970cca94d619ff03f6f6d"
integrity sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==
-"@typescript-eslint/eslint-plugin@^8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.0.tgz#6e4085604ab63f55b3dcc61ce2c16965b2c36374"
- integrity sha512-qeu4rTHR3/IaFORbD16gmjq9+rEs9fGKdX0kF6BKSfi+gCuG3RCKLlSBYzn/bGsY9Tj7KE/DAQStbp8AHJGHEQ==
+"@typescript-eslint/eslint-plugin@^8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.57.1.tgz#ddfdfb30f8b5ccee7f3c21798b377c51370edd55"
+ integrity sha512-Gn3aqnvNl4NGc6x3/Bqk1AOn0thyTU9bqDRhiRnUWezgvr2OnhYCWCgC8zXXRVqBsIL1pSDt7T9nJUe0oM0kDQ==
dependencies:
"@eslint-community/regexpp" "^4.12.2"
- "@typescript-eslint/scope-manager" "8.57.0"
- "@typescript-eslint/type-utils" "8.57.0"
- "@typescript-eslint/utils" "8.57.0"
- "@typescript-eslint/visitor-keys" "8.57.0"
+ "@typescript-eslint/scope-manager" "8.57.1"
+ "@typescript-eslint/type-utils" "8.57.1"
+ "@typescript-eslint/utils" "8.57.1"
+ "@typescript-eslint/visitor-keys" "8.57.1"
ignore "^7.0.5"
natural-compare "^1.4.0"
ts-api-utils "^2.4.0"
-"@typescript-eslint/parser@^8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.0.tgz#444c57a943e8b04f255cda18a94c8e023b46b08c"
- integrity sha512-XZzOmihLIr8AD1b9hL9ccNMzEMWt/dE2u7NyTY9jJG6YNiNthaD5XtUHVF2uCXZ15ng+z2hT3MVuxnUYhq6k1g==
+"@typescript-eslint/parser@^8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.57.1.tgz#d523e559b148264055c0a49a29d5f50c7de659c2"
+ integrity sha512-k4eNDan0EIMTT/dUKc/g+rsJ6wcHYhNPdY19VoX/EOtaAG8DLtKCykhrUnuHPYvinn5jhAPgD2Qw9hXBwrahsw==
dependencies:
- "@typescript-eslint/scope-manager" "8.57.0"
- "@typescript-eslint/types" "8.57.0"
- "@typescript-eslint/typescript-estree" "8.57.0"
- "@typescript-eslint/visitor-keys" "8.57.0"
+ "@typescript-eslint/scope-manager" "8.57.1"
+ "@typescript-eslint/types" "8.57.1"
+ "@typescript-eslint/typescript-estree" "8.57.1"
+ "@typescript-eslint/visitor-keys" "8.57.1"
debug "^4.4.3"
-"@typescript-eslint/project-service@8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.0.tgz#2014ed527bcd0eff8aecb7e44879ae3150604ab3"
- integrity sha512-pR+dK0BlxCLxtWfaKQWtYr7MhKmzqZxuii+ZjuFlZlIGRZm22HnXFqa2eY+90MUz8/i80YJmzFGDUsi8dMOV5w==
+"@typescript-eslint/project-service@8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.57.1.tgz#16af9fe16eedbd7085e4fdc29baa73715c0c55c5"
+ integrity sha512-vx1F37BRO1OftsYlmG9xay1TqnjNVlqALymwWVuYTdo18XuKxtBpCj1QlzNIEHlvlB27osvXFWptYiEWsVdYsg==
dependencies:
- "@typescript-eslint/tsconfig-utils" "^8.57.0"
- "@typescript-eslint/types" "^8.57.0"
+ "@typescript-eslint/tsconfig-utils" "^8.57.1"
+ "@typescript-eslint/types" "^8.57.1"
debug "^4.4.3"
-"@typescript-eslint/scope-manager@8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.0.tgz#7d2a2aeaaef2ae70891b21939fadb4cb0b19f840"
- integrity sha512-nvExQqAHF01lUM66MskSaZulpPL5pgy5hI5RfrxviLgzZVffB5yYzw27uK/ft8QnKXI2X0LBrHJFr1TaZtAibw==
+"@typescript-eslint/scope-manager@8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.57.1.tgz#4524d7e7b420cb501807499684d435ae129aaf35"
+ integrity sha512-hs/QcpCwlwT2L5S+3fT6gp0PabyGk4Q0Rv2doJXA0435/OpnSR3VRgvrp8Xdoc3UAYSg9cyUjTeFXZEPg/3OKg==
dependencies:
- "@typescript-eslint/types" "8.57.0"
- "@typescript-eslint/visitor-keys" "8.57.0"
+ "@typescript-eslint/types" "8.57.1"
+ "@typescript-eslint/visitor-keys" "8.57.1"
-"@typescript-eslint/tsconfig-utils@8.57.0", "@typescript-eslint/tsconfig-utils@^8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.0.tgz#cf2f2822af3887d25dd325b6bea6c3f60a83a0b4"
- integrity sha512-LtXRihc5ytjJIQEH+xqjB0+YgsV4/tW35XKX3GTZHpWtcC8SPkT/d4tqdf1cKtesryHm2bgp6l555NYcT2NLvA==
+"@typescript-eslint/tsconfig-utils@8.57.1", "@typescript-eslint/tsconfig-utils@^8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.57.1.tgz#9233443ec716882a6f9e240fd900a73f0235f3d7"
+ integrity sha512-0lgOZB8cl19fHO4eI46YUx2EceQqhgkPSuCGLlGi79L2jwYY1cxeYc1Nae8Aw1xjgW3PKVDLlr3YJ6Bxx8HkWg==
-"@typescript-eslint/type-utils@8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.0.tgz#2877af4c2e8f0998b93a07dad1c34ce1bb669448"
- integrity sha512-yjgh7gmDcJ1+TcEg8x3uWQmn8ifvSupnPfjP21twPKrDP/pTHlEQgmKcitzF/rzPSmv7QjJ90vRpN4U+zoUjwQ==
+"@typescript-eslint/type-utils@8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.57.1.tgz#c49af1347b5869ca85155547a8f34f84ab386fd9"
+ integrity sha512-+Bwwm0ScukFdyoJsh2u6pp4S9ktegF98pYUU0hkphOOqdMB+1sNQhIz8y5E9+4pOioZijrkfNO/HUJVAFFfPKA==
dependencies:
- "@typescript-eslint/types" "8.57.0"
- "@typescript-eslint/typescript-estree" "8.57.0"
- "@typescript-eslint/utils" "8.57.0"
+ "@typescript-eslint/types" "8.57.1"
+ "@typescript-eslint/typescript-estree" "8.57.1"
+ "@typescript-eslint/utils" "8.57.1"
debug "^4.4.3"
ts-api-utils "^2.4.0"
-"@typescript-eslint/types@8.57.0", "@typescript-eslint/types@^8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.0.tgz#4fa5385ffd1cd161fa5b9dce93e0493d491b8dc6"
- integrity sha512-dTLI8PEXhjUC7B9Kre+u0XznO696BhXcTlOn0/6kf1fHaQW8+VjJAVHJ3eTI14ZapTxdkOmc80HblPQLaEeJdg==
+"@typescript-eslint/types@8.57.1", "@typescript-eslint/types@^8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.57.1.tgz#54b27a8a25a7b45b4f978c3f8e00c4c78f11142c"
+ integrity sha512-S29BOBPJSFUiblEl6RzPPjJt6w25A6XsBqRVDt53tA/tlL8q7ceQNZHTjPeONt/3S7KRI4quk+yP9jK2WjBiPQ==
-"@typescript-eslint/typescript-estree@8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.0.tgz#e0e4a89bfebb207de314826df876e2dabc7dea04"
- integrity sha512-m7faHcyVg0BT3VdYTlX8GdJEM7COexXxS6KqGopxdtkQRvBanK377QDHr4W/vIPAR+ah9+B/RclSW5ldVniO1Q==
+"@typescript-eslint/typescript-estree@8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.57.1.tgz#a9fd28d4a0ec896aa9a9a7e0cead62ea24f99e76"
+ integrity sha512-ybe2hS9G6pXpqGtPli9Gx9quNV0TWLOmh58ADlmZe9DguLq0tiAKVjirSbtM1szG6+QH6rVXyU6GTLQbWnMY+g==
dependencies:
- "@typescript-eslint/project-service" "8.57.0"
- "@typescript-eslint/tsconfig-utils" "8.57.0"
- "@typescript-eslint/types" "8.57.0"
- "@typescript-eslint/visitor-keys" "8.57.0"
+ "@typescript-eslint/project-service" "8.57.1"
+ "@typescript-eslint/tsconfig-utils" "8.57.1"
+ "@typescript-eslint/types" "8.57.1"
+ "@typescript-eslint/visitor-keys" "8.57.1"
debug "^4.4.3"
minimatch "^10.2.2"
semver "^7.7.3"
tinyglobby "^0.2.15"
ts-api-utils "^2.4.0"
-"@typescript-eslint/utils@8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.0.tgz#c7193385b44529b788210d20c94c11de79ad3498"
- integrity sha512-5iIHvpD3CZe06riAsbNxxreP+MuYgVUsV0n4bwLH//VJmgtt54sQeY2GszntJ4BjYCpMzrfVh2SBnUQTtys2lQ==
+"@typescript-eslint/utils@8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.57.1.tgz#e40f5a7fcff02fd24092a7b52bd6ec029fb50465"
+ integrity sha512-XUNSJ/lEVFttPMMoDVA2r2bwrl8/oPx8cURtczkSEswY5T3AeLmCy+EKWQNdL4u0MmAHOjcWrqJp2cdvgjn8dQ==
dependencies:
"@eslint-community/eslint-utils" "^4.9.1"
- "@typescript-eslint/scope-manager" "8.57.0"
- "@typescript-eslint/types" "8.57.0"
- "@typescript-eslint/typescript-estree" "8.57.0"
+ "@typescript-eslint/scope-manager" "8.57.1"
+ "@typescript-eslint/types" "8.57.1"
+ "@typescript-eslint/typescript-estree" "8.57.1"
-"@typescript-eslint/visitor-keys@8.57.0":
- version "8.57.0"
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.0.tgz#23aea662279bb66209700854453807a119350f85"
- integrity sha512-zm6xx8UT/Xy2oSr2ZXD0pZo7Jx2XsCoID2IUh9YSTFRu7z+WdwYTRk6LhUftm1crwqbuoF6I8zAFeCMw0YjwDg==
+"@typescript-eslint/visitor-keys@8.57.1":
+ version "8.57.1"
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.57.1.tgz#3af4f88118924d3be983d4b8ae84803f11fe4563"
+ integrity sha512-YWnmJkXbofiz9KbnbbwuA2rpGkFPLbAIetcCNO6mJ8gdhdZ/v7WDXsoGFAJuM6ikUFKTlSQnjWnVO4ux+UzS6A==
dependencies:
- "@typescript-eslint/types" "8.57.0"
+ "@typescript-eslint/types" "8.57.1"
eslint-visitor-keys "^5.0.0"
acorn-jsx@^5.3.2:
@@ -796,15 +826,15 @@ eslint-visitor-keys@^5.0.0, eslint-visitor-keys@^5.0.1:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-5.0.1.tgz#9e3c9489697824d2d4ce3a8ad12628f91e9f59be"
integrity sha512-tD40eHxA35h0PEIZNeIjkHoDR4YjjJp34biM0mDvplBe//mB+IHCqHDGV7pxF+7MklTvighcCPPZC7ynWyjdTA==
-eslint@^10.0.3:
- version "10.0.3"
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.0.3.tgz#360a7de7f2706eb8a32caa17ca983f0089efe694"
- integrity sha512-COV33RzXZkqhG9P2rZCFl9ZmJ7WL+gQSCRzE7RhkbclbQPtLAWReL7ysA0Sh4c8Im2U9ynybdR56PV0XcKvqaQ==
+eslint@^10.1.0:
+ version "10.1.0"
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-10.1.0.tgz#9ca98e654e642ab2e1af6d1e9d8613857ac341b4"
+ integrity sha512-S9jlY/ELKEUwwQnqWDO+f+m6sercqOPSqXM5Go94l7DOmxHVDgmSFGWEzeE/gwgTAr0W103BWt0QLe/7mabIvA==
dependencies:
"@eslint-community/eslint-utils" "^4.8.0"
"@eslint-community/regexpp" "^4.12.2"
"@eslint/config-array" "^0.23.3"
- "@eslint/config-helpers" "^0.5.2"
+ "@eslint/config-helpers" "^0.5.3"
"@eslint/core" "^1.1.1"
"@eslint/plugin-kit" "^0.6.1"
"@humanfs/node" "^0.16.6"
@@ -817,7 +847,7 @@ eslint@^10.0.3:
escape-string-regexp "^4.0.0"
eslint-scope "^9.1.2"
eslint-visitor-keys "^5.0.1"
- espree "^11.1.1"
+ espree "^11.2.0"
esquery "^1.7.0"
esutils "^2.0.2"
fast-deep-equal "^3.1.3"
@@ -841,10 +871,10 @@ espree@^10.0.1:
acorn-jsx "^5.3.2"
eslint-visitor-keys "^4.2.1"
-espree@^11.1.1:
- version "11.1.1"
- resolved "https://registry.yarnpkg.com/espree/-/espree-11.1.1.tgz#866f6bc9ccccd6f28876b7a6463abb281b9cb847"
- integrity sha512-AVHPqQoZYc+RUM4/3Ly5udlZY/U4LS8pIG05jEjWM2lQMU/oaZ7qshzAl2YP1tfNmXfftH3ohurfwNAug+MnsQ==
+espree@^11.2.0:
+ version "11.2.0"
+ resolved "https://registry.yarnpkg.com/espree/-/espree-11.2.0.tgz#01d5e47dc332aaba3059008362454a8cc34ccaa5"
+ integrity sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==
dependencies:
acorn "^8.16.0"
acorn-jsx "^5.3.2"
@@ -1850,47 +1880,17 @@ tsconfig-paths@^3.15.0:
minimist "^1.2.6"
strip-bom "^3.0.0"
-turbo-darwin-64@2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.8.17.tgz#265fe92ca6c923fae0c688b2dbcce5602e121221"
- integrity sha512-ZFkv2hv7zHpAPEXBF6ouRRXshllOavYc+jjcrYyVHvxVTTwJWsBZwJ/gpPzmOKGvkSjsEyDO5V6aqqtZzwVF+Q==
-
-turbo-darwin-arm64@2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.8.17.tgz#0a0fd172a0ea28cc10e494ccf56f8e44301cdd2d"
- integrity sha512-5DXqhQUt24ycEryXDfMNKEkW5TBHs+QmU23a2qxXwwFDaJsWcPo2obEhBxxdEPOv7qmotjad+09RGeWCcJ9JDw==
-
-turbo-linux-64@2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.8.17.tgz#d4361e48bb0b3c849200723157ecfa085fe465dd"
- integrity sha512-KLUbz6w7F73D/Ihh51hVagrKR0/CTsPEbRkvXLXvoND014XJ4BCrQUqSxlQ4/hu+nqp1v5WlM85/h3ldeyujuA==
-
-turbo-linux-arm64@2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.8.17.tgz#3fc2d0c93786874651b679ea7a269e3449b2463c"
- integrity sha512-pJK67XcNJH40lTAjFu7s/rUlobgVXyB3A3lDoq+/JccB3hf+SysmkpR4Itlc93s8LEaFAI4mamhFuTV17Z6wOg==
-
-turbo-windows-64@2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.8.17.tgz#67f45f883fef586f12807d332702fb8009cce1af"
- integrity sha512-EijeQ6zszDMmGZLP2vT2RXTs/GVi9rM0zv2/G4rNu2SSRSGFapgZdxgW4b5zUYLVaSkzmkpWlGfPfj76SW9yUg==
-
-turbo-windows-arm64@2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.8.17.tgz#e3c2a471f6f64e1e4084bd3e51d219cbd6e60608"
- integrity sha512-crpfeMPkfECd4V1PQ/hMoiyVcOy04+bWedu/if89S15WhOalHZ2BYUi6DOJhZrszY+mTT99OwpOsj4wNfb/GHQ==
-
-turbo@^2.8.17:
- version "2.8.17"
- resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.8.17.tgz#45abeefe9d2ee06bc69c906e8384514b49822dbc"
- integrity sha512-YwPsNSqU2f/RXU/+Kcb7cPkPZARxom4+me7LKEdN5jsvy2tpfze3zDZ4EiGrJnvOm9Avu9rK0aaYsP7qZ3iz7A==
+turbo@^2.8.20:
+ version "2.8.20"
+ resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.8.20.tgz#1632aff5453240f5e96597b6439cc7e70cd871e8"
+ integrity sha512-Rb4qk5YT8RUwwdXtkLpkVhNEe/lor6+WV7S5tTlLpxSz6MjV5Qi8jGNn4gS6NAvrYGA/rNrE6YUQM85sCZUDbQ==
optionalDependencies:
- turbo-darwin-64 "2.8.17"
- turbo-darwin-arm64 "2.8.17"
- turbo-linux-64 "2.8.17"
- turbo-linux-arm64 "2.8.17"
- turbo-windows-64 "2.8.17"
- turbo-windows-arm64 "2.8.17"
+ "@turbo/darwin-64" "2.8.20"
+ "@turbo/darwin-arm64" "2.8.20"
+ "@turbo/linux-64" "2.8.20"
+ "@turbo/linux-arm64" "2.8.20"
+ "@turbo/windows-64" "2.8.20"
+ "@turbo/windows-arm64" "2.8.20"
type-check@^0.4.0, type-check@~0.4.0:
version "0.4.0"