build(deps): bump the dependencies group across 1 directory with 23 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(about 1 month ago)
(about 1 month ago)
dependencies security
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-loading6cf41b9
Fixes Cohere API request body handlinga5f9dc8
Sets up CI workflow and fixes data handling902c1b5
Merge pull request #120 from blaxel-ai/cdrappier/refresh-token-on-model-loadingc8fdaeb
Move to ts ignoree86748a
Set preview to version 2341fa029
Merge pull request #119 from blaxel-ai/cdrappier/refresh-token-on-model-loadingcce53dc
Enhances model authentication and customization53f579e
Fix eslint error in llamaindex30e0368
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
- (fix): Update fallbackRequestHandler type to match _requestHandlers leaves type by
@fredericbarthelet
in modelcontextprotocol/typescript-sdk#784- fix: prevent responses being sent to wrong client when multiple transports connect by
@grimmerk
in modelcontextprotocol/typescript-sdk#820- 1.17.1 by
@ihrpr
in modelcontextprotocol/typescript-sdk#831Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.0...1.17.1
1.17.0
What's Changed
- Add CODEOWNERS file for sdk by
@ihrpr
in modelcontextprotocol/typescript-sdk#781- Add more robust base64 check by
@cliffhall
in modelcontextprotocol/typescript-sdk#786- update codeowners by
@ihrpr
in modelcontextprotocol/typescript-sdk#803- Fix indent by
@jiec-msft
in modelcontextprotocol/typescript-sdk#807- fix: Explicitly declare accpet type to json when exchanging oauth token by
@JoJoJoJoJoJoJo
in modelcontextprotocol/typescript-sdk#801- feat: support oidc discovery in client sdk by
@xiaoyijun
in modelcontextprotocol/typescript-sdk#652- fix: remove extraneous code block in README.md by
@sd0ric4
in modelcontextprotocol/typescript-sdk#791- Bump form-data from 4.0.2 to 4.0.4 in the npm_and_yarn group across 1 directory by
@dependabot
[bot] in modelcontextprotocol/typescript-sdk#798- Bump version 1.17.0 by
@ihrpr
in modelcontextprotocol/typescript-sdk#810New Contributors 🙏
@jiec-msft
made their first contribution in modelcontextprotocol/typescript-sdk#807@sd0ric4
made their first contribution in modelcontextprotocol/typescript-sdk#791Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.16.0...1.17.0
1.16.0
What's Changed
- Add type compatibility test between SDK and spec types by
@ochafik
in modelcontextprotocol/typescript-sdk#729- Add OIDC ID token support by
@dankelleher
in modelcontextprotocol/typescript-sdk#680- Add prompt=consent for OIDC offline_access scope by
@dankelleher
in modelcontextprotocol/typescript-sdk#681- Non-critical: Readme syntax and typographical error fixes by
@freakynit
in modelcontextprotocol/typescript-sdk#765- make client side client_id generation configurable in the oauth router by
@cdaguerre
in modelcontextprotocol/typescript-sdk#734- Adding
invalidateCredentials()
toOAuthClientProvider
by@geelen
in modelcontextprotocol/typescript-sdk#570- fix: use authorization_server_url as issuer when fetching metadata by
@JoJoJoJoJoJoJo
in modelcontextprotocol/typescript-sdk#763- feat(protocol): Debounce notifications to improve network efficiancy by
@jneums
in modelcontextprotocol/typescript-sdk#746- fix(731): StreamableHTTPClientTransport Fails to Reconnect on Non-Resumable Streams by
@jneums
in modelcontextprotocol/typescript-sdk#732- fix: consistently use consumer-provided fetch function by
@LucaButBoring
in modelcontextprotocol/typescript-sdk#767- fix client id issuance date should only be sent when generated by
@cdaguerre
in modelcontextprotocol/typescript-sdk#775- 1.16.0 by
@ihrpr
in modelcontextprotocol/typescript-sdk#779New Contributors 🙏
@dankelleher
made their first contribution in modelcontextprotocol/typescript-sdk#680@freakynit
made their first contribution in modelcontextprotocol/typescript-sdk#765@cdaguerre
made their first contribution in modelcontextprotocol/typescript-sdk#734@JoJoJoJoJoJoJo
made their first contribution in modelcontextprotocol/typescript-sdk#763@jneums
made their first contribution in modelcontextprotocol/typescript-sdk#746@LucaButBoring
made their first contribution in modelcontextprotocol/typescript-sdk#767
... (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
- See full diff in compare view
Updates cacheable
from 1.8.10 to 1.10.3
Commits
- See full diff in compare view
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
Commits
67db246
5.5.079ee2d3
Make Ghostty terminal use true color (#653)- See full diff in compare view
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. UseEventSourceFetchInit
.- 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. UseEventSourceFetchInit
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. UseEventSourceFetchInit
.- 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. UseEventSourceFetchInit
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 guide6786e46
fix!: dropFetchLikeInit
type. UseEventSourceFetchInit
instead.91a3a48
feat!: require node.js v20 or higher54fbb3e
chore(deps): upgrade dev dependencies to latest versions270e7f2
chore(release): 3.0.7 [skip ci]1282872
fix: mark fetch init properties required in typings20869db
chore(release): 3.0.6 [skip ci]55b870d
chore: upgrade deno lockfilefae8c99
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
- See full diff in compare view
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.01e85fc8
style: Apply updated lint rules02f7d5f
chore: Refresh lockfile389ca7c
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-compatb27c124
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
af96ad4
4.0.149bdbc2f
Avoid infinite loops in defineLazy. Fixes #4994.b8257d7
Improve tuple recursive inference.dbb05ef
Add JSON Schema draft-04 output (#4811)e25303e
Docs: fix typo (#5008)99391a8
Docs: Fix typo (#5005)362eb33
Fix optional + pipe handling. Closes #5002. v4.0.1373a1970
4.0.1260a9372
Implementllms-full.txt
(#5004)3ac7bf0
Clean up Edit this Page- Additional commits viewable in compare view
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.67b9d40d
fix(commonjs): fix crash with invalidated proxy modules (#1876)cb1b08d
chore(release): commonjs v28.0.5ff4c928
fix(commonjs): crawl dynamicRequireRoot outside cwd (#1859)bb54901
chore(release): commonjs v28.0.4ad141c1
fix(commonjs): try/catch instanceof in getAugmentedNamespace (#1868)8b5fb98
chore(release): commonjs v28.0.3f873993
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.1d455fff
fix(node-resolve): addignoreSideEffectsForRoot
to exported interface (#1841)d64f8d6
chore(release): node-resolve v16.0.0ebd0969
feat(node-resolve)!: set development or production condition (#1823)f89ca92
chore(release): node-resolve v15.3.14cfc1c3
refactor(pluginutils,node-resolve): replacetest
withincludes
(#1787)a8e326d
chore(release): node-resolve v15.3.0032055b
feat(node-resolve): allow preferBuiltins to be a function (#1694)6d4bb6b
chore(release): node-resolve v15.2.4190aa21
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
Commits
Updates @types/node
from 22.13.4 to 24.1.0
Commits
- See full diff in compare view
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
37cf55a
17.2.1f2d92e9
changelog 🪵bd27017
Merge pull request #897 from motdotla/adjust-tip-for-click8a9ce45
add to tests19e5ad9
adjust clickable tip4186757
Merge pull request #894 from mjomble/patch-104322a6
Merge pull request #895 from andersr/add-es6-config-info-to-readme1102cab
Add info about ES6 import with config options5566b77
Fixed link in changelog11acd9f
17.2.0- Additional commits viewable in compare view
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 inParserOptions.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: unpinjiti
to version^2.5.1
(#19970) (루밀LuMir)2ab1381
ci: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
tests (#19953) (Milos Djermanovic)f5a35e3
test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)e22af8c
refactor: useCustomRuleDefinitionType
inJSRuleDefinition
(#19949) (Francesco Trotta)e855717
chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)2f73a23
test: switch to flat config mode inast-utils
tests (#19948) (Milos Djermanovic)c565a53
chore: excludefurther_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 inno-loop-func
(#19895) (Milos Djermanovic)4682cdc
feat: support explicit resource management inno-undef-init
(#19894) (Milos Djermanovic)5848216
feat: support explicit resource management ininit-declarations
(#19893) (Milos Djermanovic)bb370b8
feat: support explicit resource management inno-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 betweenglobalIgnores()
code and text (#19914) (MaoShizhong)5a0069d
docs: Update README (GitHub Actions Bot)fef04b5
docs: Update working on issues info (#19902) (Nicholas C. Zakas)Chores
... (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: unpinjiti
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: pinjiti
to version 2.4.2 (#19964) (Francesco Trotta)b7f7545
test: switch to flat config mode inSourceCode
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: useCustomRuleDefinitionType
inJSRuleDefinition
(#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 inast-utils
tests (#19948) (Milos Djermanovic)7863d26
fix: remove outdated types inParserOptions.ecmaFeatures
(#19944) (ntnyq)c565a53
chore: excludefurther_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 betweenglobalIgnores()
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 inno-loop-func
(#19895) (Milos Djermanovic)4682cdc
feat: support explicit resource management inno-undef-init
(#19894) (Milos Djermanovic)5848216
feat: support explicit resource management ininit-declarations
(#19893) (Milos Djermanovic)bb370b8
feat: support explicit resource management inno-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
Pull Request Statistics
1
1
+24
-24
Package Dependencies
@rollup/plugin-typescript
npm
12.1.2 → 12.1.4
Patch
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
@modelcontextprotocol/sdk
npm
1.11.0 → 1.17.1
Minor
Technical Details
ID: | 4516996 |
UUID: | 2716794059 |
Node ID: | PR_kwDON5upic6h7vzL |
Host: | GitHub |
Repository: | OneGrep/typescript-sdk |
Merge State: | Unknown |