build(deps): bump the dependencies group across 1 directory with 18 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(3 months ago)
(3 months ago)
dependencies security
Bumps the dependencies group with 18 updates in the /packages/onegrep-sdk directory:
Package | From | To |
---|---|---|
@blaxel/core | 0.2.0 |
0.2.14 |
@modelcontextprotocol/sdk | 1.11.0 |
1.12.0 |
@smithery/sdk | 1.1.2 |
1.3.3 |
cache-manager | 6.4.2 |
6.4.3 |
cacheable | 1.8.10 |
1.9.0 |
eventsource | 3.0.5 |
4.0.0 |
zod | 3.24.2 |
3.25.30 |
yaml | 2.7.1 |
2.8.0 |
@rollup/plugin-commonjs | 28.0.2 |
28.0.3 |
@rollup/plugin-node-resolve | 16.0.0 |
16.0.1 |
@types/node | 22.13.4 |
22.15.21 |
dotenv | 16.4.7 |
16.5.0 |
eslint | 8.57.1 |
9.27.0 |
@types/eslint | 8.56.12 |
9.6.1 |
rollup | 4.34.9 |
4.41.1 |
rollup-plugin-dts | 6.1.1 |
6.2.1 |
tsup | 8.3.6 |
8.5.0 |
vitest | 3.0.5 |
3.1.4 |
Updates @blaxel/core
from 0.2.0 to 0.2.14
Commits
d7c167a
Merge pull request #40 from blaxel-ai/develop6df9967
Improve test for hash1ad6c98
Merge branch 'main' of https://github.com/beamlit/sdk-typescript into develope9ad90f
Merge pull request #39 from blaxel-ai/fix-md5da638ab
Fix internal md5 function to be compliant with normal md54e1da1d
Merge branch 'main' of https://github.com/beamlit/sdk-typescript into develop36d6563
Merge pull request #38 from blaxel-ai/feature/fix-trace-loga0915ef
Fix tracer for jobs1da1f98
Merge pull request #37 from blaxel-ai/cploujoux/cloudflare-compatibility1e4a88a
Remove name- Additional commits viewable in compare view
Updates @modelcontextprotocol/sdk
from 1.11.0 to 1.12.0
Release notes
Sourced from @modelcontextprotocol/sdk
's releases.
1.12.0
Authorization spec: DRAFT-2025-v2 🔐 🚀
- feat: Add support for separate Authorization Server / Resource server in server flow (spec: DRAFT-2025-v2) by
@pcarleton
in modelcontextprotocol/typescript-sdk#503- Feat: Separate authorization server and resource server on client auth flow by
@0Itsuki0
in modelcontextprotocol/typescript-sdk#416- Example Auth client by
@ihrpr
in modelcontextprotocol/typescript-sdk#526Other changes
- Add support for message field in progress notifications by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#502- Fix Ajv import compatibility issue by downgrading to v6 by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#517- fix: ProxyOAuthServerProvider: redirect_uri missing in token request by
@shubham-lohar
in modelcontextprotocol/typescript-sdk#519- Save existing refresh_token in store if no new refresh_token is returned by
@fredericbarthelet
in modelcontextprotocol/typescript-sdk#483 modelcontextprotocol/typescript-sdk#527- Add state param to OAuth provider by
@jescalan
in modelcontextprotocol/typescript-sdk#529- Fix StreamableHttp example for tool calls - have a separate option for testing notifications resumption by
@ihrpr
in modelcontextprotocol/typescript-sdk#534New Contributors
@0Itsuki0
made their first contribution in modelcontextprotocol/typescript-sdk#416@shubham-lohar
made their first contribution in modelcontextprotocol/typescript-sdk#519@jescalan
made their first contribution in modelcontextprotocol/typescript-sdk#529Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.4...1.12.0
1.11.5
What's Changed
- Make content in Tool Result required by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#524Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.4...1.11.5
1.11.4
What's Changed
- Prototype support for
outputSchema
/structuredContent
by@bhosmer-ant
in modelcontextprotocol/typescript-sdk#454- fix sse endpoint path preservation by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#504- rollback path preservation fix by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#506Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.11.3...1.11.4
1.11.3
What's Changed
- fix: preserve custom paths in SSE endpoint URLs by
@bhosmer-ant
in modelcontextprotocol/typescript-sdk#466- chore: fix cross-spawn version to 7.0.5 (issue: #488) by
@rafaelportomoura
in modelcontextprotocol/typescript-sdk#489- [FEAT] added support for AuthInfo in extra for StreamableHTTPServerTransport by
@its-nikhil
in modelcontextprotocol/typescript-sdk#399- feat(auth): support custom scope in authorization requests by
@xiaoyijun
in modelcontextprotocol/typescript-sdk#491- Fix notificaions in README.md by
@Boyquotes
in modelcontextprotocol/typescript-sdk#480- docs: Fix import paths for ProxyOAuthServerProvider in README by
@grimmerk
in modelcontextprotocol/typescript-sdk#457- Fix Table of Contents in README and markdown linter warnings. by
@petervandenabeele
in modelcontextprotocol/typescript-sdk#449New Contributors
@rafaelportomoura
made their first contribution in modelcontextprotocol/typescript-sdk#489
... (truncated)
Commits
0c4b308
Merge pull request #537 from modelcontextprotocol/ihrpr/1.12.0c69168c
Merge pull request #534 from modelcontextprotocol/ihrpr/fix-example-shttpacefd57
bum package version0516f98
add state param to oauth provider (#529)3d76bbe
Merge pull request #526 from modelcontextprotocol/ihrpr/auth-example-client3cbe9279
add new tool for testing resumability - leave the rest normal9bb5ed6
lint70f03ee
remove non mac open browser commands77a284c
Merge pull request #527 from modelcontextprotocol/basil/structured_output_checkaeb7b8d
server error if tool declares outputSchema but no structuredContent in result- Additional commits viewable in compare view
Updates @smithery/sdk
from 1.1.2 to 1.3.3
Updates cache-manager
from 6.4.2 to 6.4.3
Commits
- See full diff in compare view
Updates cacheable
from 1.8.10 to 1.9.0
Commits
- 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 zod
from 3.24.2 to 3.25.30
Release notes
Sourced from zod's releases.
v3.25.30
Commits:
- 269e018881de390830a9863d462c371f2ba831f3 Add v4/mini path, update url docs
- 7080d97997f91fcb7cde7ee91bd61563cd09c805 Improve web url docs
- 94003c4eb05b56cbb1f691cc5e65a9cb231fb39b Improve web url docs
- 4a2e2140b3e0b72c54abceea1623ac35fa7e3909 Fix z.instanceof typing
- 3503f1b5286bc3226eef28cd23539256d9ac82f4 3.25.30
v3.25.29
Commits:
- 592de8de6e9c1f1d41aaa68e2c8ba57adced6507 fix: Rollup comment warning. (#4462)
- f98d1a30b403a3d3e4c2f7929dfc87b528f32d88 Standardize URL behavior, clarify docs
- 6bcc9237742323a0dfa25edc16b30743e3d31b6e Fix endswith/startswith params
- 028ca36a0b084a032ae65e97d602e6aa5f87d65d Add unwrap to ZodArray
- 703aecd3fbdb47874c4fd386ebd15b8fff6fbe03 Remove interface from type enum
- 70476635f51caa89a13785c4496d6b354f61ba2e 3.25.29
- 2f77d56d4f41319eab5d1a9c143aeee93106eaf0 Fix tests
v3.25.28
Commits:
- e012bd248d45d3204fb9554f99e8222426e29da6 Improve override docs
- 7bd15ed2b08956ba3c25704bd85a1e8e39eadf55 fix: add missing re-exports files and add new entries the published files (#4500)
- b588d2c004fb414fe0215fc4f5f41bdaace88c05 Improve z.function typing. Add .def
- 5ac95df45b5ed1c49d32bbe2e7b4de7ec33a0664 3.25.28
- 7aecb617e02ba6b40e93a1c0badde350f419f372 Clean up ZodFunction
- ed48cbbe5aa7951b52ff96dfbe3fe3d3d98d0768 bugfix: Small typo in V4 docs (#4435)
- 5e4ff20b501b3977012a0b7619f0d94b6db67e2e fix: JSON Schema > override section typo (#4428)
v3.25.27
Commits:
- 27ccaf1d36eb826dab1cb84f7ce4e1a0782121af 3.25.27. Use for override. Add .value to ZodLiteral.
v3.25.26
Commits:
- d0627208f847087dfb89dd142ee4ebd4b8f1a908 Fix on .register methods
- d93271e86fb09243507231a07e300acaebd0c297 Replace z.min/z.max in mini docs
v3.25.25
Commits:
- 605286346e151f75f5a27d12f435cfb465f7f1cb Add error serialization test
- fbf88f2dd75cba4d1dc4bc8f04f2c5763d1aaf0c Document parsing with Zod Core
- 6413fa90e4aa3f113b280de8b417fa6c6bf01439 Add additionalProperties:false by default for objects in io:output mode
- 5477ea2068879e1e408fe126bb7cb819471473d9 3.25.25
... (truncated)
Commits
3503f1b
3.25.304a2e214
Fix z.instanceof typing94003c4
Improve web url docs7080d97
Improve web url docs269e018
Add v4/mini path, update url docs2f77d56
Fix tests7047663
3.25.29703aecd
Remove interface from type enum028ca36
Add unwrap to ZodArray6bcc923
Fix endswith/startswith params- Additional commits viewable 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 @rollup/plugin-commonjs
from 28.0.2 to 28.0.3
Changelog
Sourced from @rollup/plugin-commonjs
's changelog.
v28.0.3
2025-03-06
Bugfixes
- fix: fix error when bundle contains require() of module with falsy
__esModule
export (#1850)
Commits
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 @types/node
from 22.13.4 to 22.15.21
Commits
- See full diff in compare view
Updates dotenv
from 16.4.7 to 16.5.0
Changelog
Sourced from dotenv's changelog.
16.5.0 (2025-04-07)
Added
- 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.
[!TIP] Become a sponsor
The dotenvx README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv is a great way to get in front of developers and give back to the developer community at the same time.
Changed
- Remove
_log
method. Use_debug
#862
Commits
Updates eslint
from 8.57.1 to 9.27.0
Release notes
Sourced from eslint's releases.
v9.27.0
Features
d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)Bug Fixes
5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)de1b5de
fix: correctservice
property name inLinter.ESLintParseResult
type (#19713) (Francesco Trotta)60c3e2c
fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)9da90ca
fix: addallowReserved
toLinter.ParserOptions
type (#19710) (Francesco Trotta)fbb8be9
fix: addinfo
toESLint.DeprecatedRuleUse
type (#19701) (Francesco Trotta)Documentation
25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)71317eb
docs: Update README (GitHub Actions Bot)4c289e6
docs: Update README (GitHub Actions Bot)f0f0d46
docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)8ed3273
docs: fix internal usages ofConfigData
type (#19688) (Francesco Trotta)eb316a8
docs: addfmt
andcheck
sections toPackage.json Conventions
(#19686) (루밀LuMir)a3a2559
docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1
docs: Update README (GitHub Actions Bot)Chores
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)58a171e
chore: update dependency@eslint/plugin-kit
to ^0.3.1 (#19712) (renovate[bot])3a075a2
chore: update dependency@eslint/core
to ^0.14.0 (#19715) (renovate[bot])44bac9d
ci: run tests in Node.js 24 (#19702) (Francesco Trotta)35304dd
chore: add missingfunding
field to packages (#19684) (루밀LuMir)f305beb
test: mockprocess.emitWarning
to prevent output disruption (#19687) (Francesco Trotta)v9.26.0
Features
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.27.0 - May 16, 2025
f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739) (Milos Djermanovic)ecaef73
chore: package.json update for@eslint/js
release (Jenkins)25de550
docs: Update description of frozen rules to mention TypeScript (#19736) (Nicholas C. Zakas)bd5def6
docs: Clean up configuration files docs (#19735) (Nicholas C. Zakas)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717) (Nicholas C. Zakas)5687ce7
fix: correct mismatched removed rules (#19734) (루밀LuMir)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732) (renovate[bot])ba456e0
feat: Externalize MCP server (#19699) (Nicholas C. Zakas)dc5ed33
fix: correct types and tighten type definitions inSourceCode
class (#19731) (루밀LuMir)4d0c60d
docs: Add Neovim to editor integrations (#19729) (Maria José Solano)f791da0
chore: remove unbalanced curly brace from.editorconfig
(#19730) (Maria José Solano)e86edee
refactor: Consolidate Config helpers (#19675) (Nicholas C. Zakas)07c1a7e
feat: addallowRegexCharacters
tono-useless-escape
(#19705) (sethamus)cf36352
chore: remove shared types (#19718) (Francesco Trotta)f60f276
refactor: Easier RuleContext creation (#19709) (Nicholas C. Zakas)71317eb
docs: Update README (GitHub Actions Bot)de1b5de
fix: correctservice
property name inLinter.ESLintParseResult
type (#19713) (Francesco Trotta)58a171e
chore: update dependency@eslint/plugin-kit
to ^0.3.1 (#19712) (renovate[bot])3a075a2
chore: update dependency@eslint/core
to ^0.14.0 (#19715) (renovate[bot])60c3e2c
fix: sort keys in eslint-suppressions.json to avoid git churn (#19711) (Ron Waldon-Howe)4c289e6
docs: Update README (GitHub Actions Bot)9da90ca
fix: addallowReserved
toLinter.ParserOptions
type (#19710) (Francesco Trotta)7bc6c71
feat: add no-unassigned-vars rule (#19618) (Jacob Bandes-Storch)ee40364
feat: convert no-array-constructor suggestions to autofixes (#19621) (sethamus)fbb8be9
fix: addinfo
toESLint.DeprecatedRuleUse
type (#19701) (Francesco Trotta)f0f0d46
docs: clarify that unused suppressions cause non-zero exit code (#19698) (Milos Djermanovic)44bac9d
ci: run tests in Node.js 24 (#19702) (Francesco Trotta)32957cd
feat: support TS syntax inmax-params
(#19557) (Nitin Kumar)35304dd
chore: add missingfunding
field to packages (#19684) (루밀LuMir)8ed3273
docs: fix internal usages ofConfigData
type (#19688) (Francesco Trotta)f305beb
test: mockprocess.emitWarning
to prevent output disruption (#19687) (Francesco Trotta)eb316a8
docs: addfmt
andcheck
sections toPackage.json Conventions
(#19686) (루밀LuMir)a3a2559
docs: fix wording in Combine Configs (#19685) (Milos Djermanovic)c8d17e1
docs: Update README (GitHub Actions Bot)v9.26.0 - May 2, 2025
5b247c8
chore: upgrade to@eslint/js@9.26.0
(#19681) (Francesco Trotta)d6fa4ac
chore: package.json update for@eslint/js
release (Jenkins)e9754e7
feat: add reportGlobalThis to no-shadow-restricted-names (#19670) (sethamus)0fa2b7a
feat: add suggestions foreqeqeq
rule (#19640) (Nitin Kumar)dd98d63
docs: Update README (GitHub Actions Bot)96e84de
fix: check cache file existence before deletion (#19648) (sethamus)c25e858
docs: Update README (GitHub Actions Bot)0958690
chore: disambiguate internal typesLanguageOptions
andRule
(#19669) (Francesco Trotta)dcbdcc9
feat: Add MCP server (#19592) (Nicholas C. Zakas)b2397e9
docs: Update README (GitHub Actions Bot)d683aeb
fix: don't crash on tests with circular references inRuleTester
(#19664) (Milos Djermanovic)
... (truncated)
Commits
b9080cf
9.27.0b7a5c66
Build: changelog update for 9.27.0f8f1560
chore: upgrade@eslint/js
@9
.27.0 (#19739)ecaef73
chore: package.json update for@eslint/js
release25de550
docs: Update description of frozen rules to mention TypeScript (#19736)bd5def6
docs: Clean up configuration files docs (#19735)d71e37f
feat: Allow flags to be set in ESLINT_FLAGS env variable (#19717)5687ce7
fix: correct mismatched removed rules (#19734)596fdc6
chore: update dependency@arethetypeswrong/cli
to ^0.18.0 (#19732)ba456e0
feat: Externalize MCP server (#19699)- Additional commits viewable in compare view
Updates @types/eslint
from 8.56.12 to 9.6.1
Commits
- See full diff in compare view
Updates rollup
from 4.34.9 to 4.41.1
Release notes
Sourced from rollup's releases.
v4.41.1
4.41.1
2025-05-24
Bug Fixes
- If a plugin calls
this.resolve
withskipSelf: true
, subsequent calls when handling this by the same plugin with same parameters will returnnull
to avoid infinite recursions (#5945)Pull Requests
- #5945: Avoid recursively calling a plugin's resolveId hook with same id and importer (
@younggglcy
,@lukastaegert
)- #5963: fix(deps): update swc monorepo (major) (
@renovate
[bot])- #5964: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])v4.41.0
4.41.0
2025-05-18
Features
- Detect named exports in more dynamic import scenarios (#5954)
Pull Requests
- #5949: ci: use node 24 (
@btea
,@lukastaegert
)- #5951: chore(deps): update dependency pretty-bytes to v7 (
@renovate
[bot])- #5952: fix(deps): update swc monorepo (major) (
@renovate
[bot],@lukastaegert
)- #5953: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5954: enhance tree-shaking for dynamic imports (
@TrickyPi
,@renovate
[bot],@lukastaegert
)- #5957: chore(deps): update dependency lint-staged to v16 (
@renovate
[bot],@lukastaegert
)- #5958: fix(deps): update rust crate swc_compiler_base to v20 (
@renovate
[bot],@lukastaegert
)- #5959: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot],@lukastaegert
)- #5960: Use spawn to run CLI tests (
@lukastaegert
)v4.40.2
4.40.2
2025-05-06
Bug Fixes
- Create ...
Description has been truncated
Pull Request Statistics
1
1
+18
-18
Package Dependencies
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
@modelcontextprotocol/sdk
npm
1.11.0 → 1.12.0
Minor
Technical Details
ID: | 675109 |
UUID: | 2545121086 |
Node ID: | PR_kwDON5upic6Xs3c- |
Host: | GitHub |
Repository: | OneGrep/typescript-sdk |
Merge State: | Unknown |