An open index of dependabot pull requests across open source projects.

build(deps): bump the dependencies group across 1 directory with 23 updates

Open
Number: #102
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 1
Created: August 04, 2025 at 05:48 AM UTC
(about 1 month ago)
Updated: August 04, 2025 at 05:48 AM UTC
(about 1 month ago)
Labels:
dependencies security
Description:

Bumps the dependencies group with 23 updates in the /packages/onegrep-sdk directory:

Package From To
@blaxel/core 0.2.14 0.2.23
@composio/mcp 1.0.5 1.0.7
@modelcontextprotocol/sdk 1.11.0 1.17.1
@smithery/sdk 1.4.3 1.5.5
cache-manager 6.4.2 7.1.0
cacheable 1.8.10 1.10.3
chalk 5.4.1 5.5.0
eventsource 3.0.5 4.0.0
keyv 5.3.3 5.5.0
yaml 2.7.1 2.8.0
zod 3.24.2 4.0.14
@rollup/plugin-commonjs 28.0.2 28.0.6
@rollup/plugin-node-resolve 16.0.0 16.0.1
@rollup/plugin-typescript 12.1.2 12.1.4
@types/node 22.13.4 24.1.0
dotenv 16.4.7 17.2.1
eslint 8.57.1 9.32.0
@types/eslint 8.56.12 9.6.1
rollup 4.34.9 4.46.2
rollup-plugin-dts 6.1.1 6.2.1
tsup 8.3.6 8.5.0
tsx 4.19.4 4.20.3
vitest 3.0.5 3.2.4

Updates @blaxel/core from 0.2.14 to 0.2.23

Commits
  • 0254cfc Merge pull request #121 from blaxel-ai/cdrappier/refresh-token-on-model-loading
  • 6cf41b9 Fixes Cohere API request body handling
  • a5f9dc8 Sets up CI workflow and fixes data handling
  • 902c1b5 Merge pull request #120 from blaxel-ai/cdrappier/refresh-token-on-model-loading
  • c8fdaeb Move to ts ignore
  • e86748a Set preview to version 23
  • 41fa029 Merge pull request #119 from blaxel-ai/cdrappier/refresh-token-on-model-loading
  • cce53dc Enhances model authentication and customization
  • 53f579e Fix eslint error in llamaindex
  • 30e0368 Llamaindex patch for authentication refresh
  • Additional commits viewable in compare view

Updates @composio/mcp from 1.0.5 to 1.0.7

Maintainer changes

This version was pushed to npm by utkarshdixit, a new releaser for @​composio/mcp since your current version.


Updates @modelcontextprotocol/sdk from 1.11.0 to 1.17.1

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.17.1

What's Changed

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.0...1.17.1

1.17.0

What's Changed

New Contributors 🙏

Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.16.0...1.17.0

1.16.0

What's Changed

New Contributors 🙏

... (truncated)

Commits
  • 0551cc5 1.17.1 (#831)
  • 31acdcb fix: prevent responses being sent to wrong client when multiple transports co...
  • ee16173 (fix): Update fallbackRequestHandler type to match _requestHandlers leaves ty...
  • 222db4a Bump version 1.17.0 (#810)
  • b8ec665 Bump form-data from 4.0.2 to 4.0.4 in the npm_and_yarn group across 1 directo...
  • 1fc452e fix: remove extraneous code block in README.md (#791)
  • bb7cccc feat: support oidc discovery in client sdk (#652)
  • 62c608d fix: Explicitly declare accpet type to json when exchanging oauth token (#801)
  • 8316825 Fix indent (#807)
  • 8e15edc update codeowners (#803)
  • Additional commits viewable in compare view

Updates @smithery/sdk from 1.4.3 to 1.5.5

Updates cache-manager from 6.4.2 to 7.1.0

Commits

Updates cacheable from 1.8.10 to 1.10.3

Commits

Updates chalk from 5.4.1 to 5.5.0

Release notes

Sourced from chalk's releases.

v5.5.0

  • Make Ghostty terminal use true color (#653) 79ee2d3

https://github.com/chalk/chalk/compare/v5.4.1...v5.5.0

Commits

Updates eventsource from 3.0.5 to 4.0.0

Release notes

Sourced from eventsource's releases.

v4.0.0

4.0.0 (2025-05-13)

⚠ BREAKING CHANGES

  • FetchLikeInit is now removed. Use EventSourceFetchInit.
  • Drop support for Node.js v18, as it is end-of-life.

Features

  • require node.js v20 or higher (91a3a48)

Bug Fixes

  • drop FetchLikeInit type. Use EventSourceFetchInit instead. (6786e46)

This release is also available on:

v3.0.7

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)

This release is also available on:

v3.0.6

3.0.6 (2025-03-27)

Bug Fixes

  • upgrade parser to latest version, improving performance (59a5ddd)

This release is also available on:

Changelog

Sourced from eventsource's changelog.

4.0.0 (2025-05-13)

⚠ BREAKING CHANGES

  • FetchLikeInit is now removed. Use EventSourceFetchInit.
  • Drop support for Node.js v18, as it is end-of-life.

Features

  • require node.js v20 or higher (91a3a48)

Bug Fixes

  • drop FetchLikeInit type. Use EventSourceFetchInit instead. (6786e46)

3.0.7 (2025-05-09)

Bug Fixes

  • mark fetch init properties required in typings (1282872)

3.0.6 (2025-03-27)

Bug Fixes

  • upgrade parser to latest version, improving performance (59a5ddd)
Commits
  • d4385cb chore(release): 4.0.0 [skip ci]
  • 3057f3a docs: update migration guide
  • 6786e46 fix!: drop FetchLikeInit type. Use EventSourceFetchInit instead.
  • 91a3a48 feat!: require node.js v20 or higher
  • 54fbb3e chore(deps): upgrade dev dependencies to latest versions
  • 270e7f2 chore(release): 3.0.7 [skip ci]
  • 1282872 fix: mark fetch init properties required in typings
  • 20869db chore(release): 3.0.6 [skip ci]
  • 55b870d chore: upgrade deno lockfile
  • fae8c99 test: silence write-after-close errors in bun/deno
  • Additional commits viewable in compare view

Updates keyv from 5.3.3 to 5.5.0

Commits

Updates yaml from 2.7.1 to 2.8.0

Release notes

Sourced from yaml's releases.

v2.8.0

  • Add node cache for faster alias resolution (#612)
  • Re-introduce compatibility with Node.js 14.6 (#614)
  • Add --merge option to CLI tool (#611)
  • Improve error for tag resolution error on null value (#616)
  • Allow empty string as plain scalar representation, for failsafe schema (#616)
  • docs: include cli example (#617)
Commits
  • c000eb7 2.8.0
  • 1e85fc8 style: Apply updated lint rules
  • 02f7d5f chore: Refresh lockfile
  • 389ca7c docs: include cli example (#617)
  • 0f29ce6 feat: Add --merge option to CLI tool (#611)
  • e00cab9 fix: Improve error for tag resolution error on null value (#616)
  • 2a841cc fix: Allow empty string as plain scalar representation, for failsafe schema (...
  • 55c5ef4 feat: Add node cache for faster alias resolution (#612)
  • ab17552 Merge pull request #614 from eemeli/engines-compat
  • b27c124 ci: Re-introduce tests for Node.js 14.6 and later
  • Additional commits viewable in compare view

Updates zod from 3.24.2 to 4.0.14

Release notes

Sourced from zod's releases.

v4.0.14

Commits:

  • 99391a844271558e0f1736c9550375e82e630bbd Docs: Fix typo (#5005)
  • e25303e98c8d13ea96c3296507c564011f403ffe Docs: fix typo (#5008)
  • dbb05ef990c86ec6b1f6eac11b91ec7572e29c89 Add JSON Schema draft-04 output (#4811)
  • b8257d7d1f51dd3cb4033a58271bb6ac8e3678c7 Improve tuple recursive inference.
  • 9bdbc2f10d466050421a8e28c4b95a8a5776d150 Avoid infinite loops in defineLazy. Fixes #4994.
  • af96ad4700879b0d6e390a0c65ded4e700049cb9 4.0.14

v4.0.13

Commits:

  • 362eb33093e9c5f306eeec95e36985a99aba8fc7 Fix optional + pipe handling. Closes #5002. v4.0.13

v4.0.12

Commits:

  • ff83fc916ec2b35c0008a48782fa14f84293149d Add eslint-plugin-import-zod (#4848)
  • 7c9ce388ae39b2324c5ad05420ecf4732ebca6fe Update docs for z.property check (#4863)
  • c432577ad1a7201631ae0a4d80e945fc4937bcc9 docs: add jwt schema docs (#4867)
  • 35e6a6f6d64d7d5ba58c4cb8c80105759b977c9b Add llms.txt (#4915)
  • 3ac7bf00d0d924d1afa1031b798bdd72b59117db Clean up Edit this Page
  • 60a9372414955094b84aae2f30b491a039780b7c Implement llms-full.txt (#5004)
  • 73a1970e7fd0cdcb2ffac3f6f7db85da849ee3d8 4.0.12

v4.0.11

Commits:

  • 8e6a5f8e48837fb403deb4025935e97a758ad6ca Fix “Edit on Github” link (#4997)
  • 930a2f68d799889df4c1f662dfe61934db84fdd1 Fix number of errors in doc (#4993)
  • c762dbb4fdb249cfddccdd69812da3f4b659df67 feat(locale): Add Yoruba (yo) locale (#4996)
  • 9a34a3a60d92c44f695b08e4c665209aa7160e24 Zod 4.0.11 (#4981)

v4.0.10

Commits:

  • 291c1ca9864570e68a6c104d869de467f665da86 Add should-build script
  • e32d99b54fff920c4b0b451e9099b472d20a3c4b Move should-build script
  • d4faf71b8cc156a49bae23fc09c4d54b88f22bd5 Add v3 docs (#4972)
  • dfae37195bed15dce84af0b17ef04cdc3704ef5e Update Jazz img on v3 docs
  • d6cd30d3898aaf592c6077464c1a45fd0f6f66d3 fix #4973 (#4974)
  • 18504960cdce29529e37415b87fed1732facf1ef Fix typo in valype (#4960)
  • 4ec2f8776193642d91814521d8a4c22bbb766cb1 Add Zod Playground to zod 4 ecosystem (#4975)
  • 2b571a21875e9e3299de261e512dad300878c3a1 Update docs z.enum with object literal example (#4967)
  • 813451db7fcf64c5322835984eded9bfe95be1da v4.0.10 (#4978)

v4.0.9

Commits:

... (truncated)

Commits

Updates @rollup/plugin-commonjs from 28.0.2 to 28.0.6

Changelog

Sourced from @​rollup/plugin-commonjs's changelog.

v28.0.6

2025-06-17

Bugfixes

  • fix: fix crash with invalidated proxy modules (#1876)

v28.0.5

2025-06-14

Bugfixes

  • fix: crawl dynamicRequireRoot outside cwd (#1859)

v28.0.4

2025-06-14

Bugfixes

  • fix: try/catch instanceof in getAugmentedNamespace (#1868)

v28.0.3

2025-03-06

Bugfixes

  • fix: fix error when bundle contains require() of module with falsy __esModule export (#1850)
Commits
  • a433ac9 chore(release): commonjs v28.0.6
  • 7b9d40d fix(commonjs): fix crash with invalidated proxy modules (#1876)
  • cb1b08d chore(release): commonjs v28.0.5
  • ff4c928 fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)
  • bb54901 chore(release): commonjs v28.0.4
  • ad141c1 fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)
  • 8b5fb98 chore(release): commonjs v28.0.3
  • f873993 fix(commonjs): fix error when bundle contains require() of module with falsy ...
  • See full diff in compare view

Updates @rollup/plugin-node-resolve from 16.0.0 to 16.0.1

Changelog

Sourced from @​rollup/plugin-node-resolve's changelog.

v16.0.1

2025-03-11

Bugfixes

  • fix: add ignoreSideEffectsForRoot to exported interface (#1841)
Commits
  • e1a5ef9 chore(release): node-resolve v16.0.1
  • d455fff fix(node-resolve): add ignoreSideEffectsForRoot to exported interface (#1841)
  • d64f8d6 chore(release): node-resolve v16.0.0
  • ebd0969 feat(node-resolve)!: set development or production condition (#1823)
  • f89ca92 chore(release): node-resolve v15.3.1
  • 4cfc1c3 refactor(pluginutils,node-resolve): replace test with includes (#1787)
  • a8e326d chore(release): node-resolve v15.3.0
  • 032055b feat(node-resolve): allow preferBuiltins to be a function (#1694)
  • 6d4bb6b chore(release): node-resolve v15.2.4
  • 190aa21 chore(node-resolve): remove is-builtin-module (#1735)
  • Additional commits viewable in compare view

Updates @rollup/plugin-typescript from 12.1.2 to 12.1.4

Changelog

Sourced from @​rollup/plugin-typescript's changelog.

v12.1.4

2025-06-28

Bugfixes

v12.1.3

2025-06-17

Bugfixes

  • fix: fixes #1652 compile when source exists anywhere in the working directory (#1653)
Commits

Updates @types/node from 22.13.4 to 24.1.0

Commits

Updates dotenv from 16.4.7 to 17.2.1

Changelog

Sourced from dotenv's changelog.

17.2.1 (2025-07-24)

Changed

  • Fix clickable tip links by removing parentheses (#897)

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World

or

$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
</tr></table> 

... (truncated)

Commits

Updates eslint from 8.57.1 to 9.32.0

Release notes

Sourced from eslint's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

Changelog

Sourced from eslint's changelog.

v9.32.0 - July 25, 2025

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 86e7426 docs: Update README (GitHub Actions Bot)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

v9.31.0 - July 11, 2025

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

v9.30.1 - July 1, 2025

  • b035f74 chore: upgrade to @eslint/js@9.30.1 (#19906) (Francesco Trotta)
  • b3dbc16 chore: package.json update for @​eslint/js release (Jenkins)
  • e91bb87 fix: allow separate default and named type imports (#19899) (xbinaryx)
  • ab7c625 docs: Update README (GitHub Act...

    Description has been truncated

Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+24
Deletions:
-24
Package Dependencies
Package:
vitest
Ecosystem:
npm
Version Change:
3.0.5 → 3.2.4
Update Type:
Minor
Package:
zod
Ecosystem:
npm
Version Change:
3.24.2 → 4.0.14
Update Type:
Major
Package:
eslint
Ecosystem:
npm
Version Change:
8.57.1 → 9.32.0
Update Type:
Major
Package:
@types/node
Ecosystem:
npm
Version Change:
22.13.4 → 24.1.0
Update Type:
Major
Package:
yaml
Ecosystem:
npm
Version Change:
2.7.1 → 2.8.0
Update Type:
Minor
Package:
eventsource
Ecosystem:
npm
Version Change:
3.0.5 → 4.0.0
Update Type:
Major
Package:
rollup
Ecosystem:
npm
Version Change:
4.34.9 → 4.46.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
28.0.2 → 28.0.6
Update Type:
Patch
Package:
tsx
Ecosystem:
npm
Version Change:
4.19.4 → 4.20.3
Update Type:
Minor
Package:
dotenv
Ecosystem:
npm
Version Change:
16.4.7 → 17.2.1
Update Type:
Major
Ecosystem:
npm
Version Change:
12.1.2 → 12.1.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
16.0.0 → 16.0.1
Update Type:
Patch
Package:
tsup
Ecosystem:
npm
Version Change:
8.3.6 → 8.5.0
Update Type:
Minor
Package:
chalk
Ecosystem:
npm
Version Change:
5.4.1 → 5.5.0
Update Type:
Minor
Package:
keyv
Ecosystem:
npm
Version Change:
5.3.3 → 5.5.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.56.12 → 9.6.1
Update Type:
Major
Ecosystem:
npm
Version Change:
1.11.0 → 1.17.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.4.2 → 7.1.0
Update Type:
Major
Package:
cacheable
Ecosystem:
npm
Version Change:
1.8.10 → 1.10.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.4.3 → 1.5.5
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.1.1 → 6.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.2.14 → 0.2.23
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.0.5 → 1.0.7
Update Type:
Patch
Technical Details
ID: 4516996
UUID: 2716794059
Node ID: PR_kwDON5upic6h7vzL
Host: GitHub
Repository: OneGrep/typescript-sdk
Merge State: Unknown