build(deps): bump the dependencies group across 1 directory with 19 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 19 updates in the /packages/onegrep-sdk directory:
Package | From | To |
---|---|---|
@blaxel/core | 0.2.14 |
0.2.16 |
@composio/mcp | 1.0.5 |
1.0.6 |
@modelcontextprotocol/sdk | 1.11.0 |
1.12.1 |
@smithery/sdk | 1.4.3 |
1.5.2 |
cache-manager | 6.4.2 |
7.0.0 |
cacheable | 1.8.10 |
1.10.0 |
eventsource | 3.0.5 |
4.0.0 |
yaml | 2.7.1 |
2.8.0 |
zod | 3.24.2 |
3.25.56 |
@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.30 |
dotenv | 16.4.7 |
16.5.0 |
eslint | 8.57.1 |
9.28.0 |
@types/eslint | 8.56.12 |
9.6.1 |
rollup | 4.34.9 |
4.42.0 |
rollup-plugin-dts | 6.1.1 |
6.2.1 |
tsup | 8.3.6 |
8.5.0 |
vitest | 3.0.5 |
3.2.2 |
Updates @blaxel/core
from 0.2.14 to 0.2.16
Commits
9a81047
Merge pull request #58 from blaxel-ai/cdrappier/fix-force-handle-url-plural-s...3839453
Do not use firect process.env207c8db
Merge branch 'main' of https://github.com/beamlit/sdk-typescript into cdrappi...10b2ea1
Fix handle of plural vs singular for force url86388b2
Merge pull request #57 from blaxel-ai/cploujoux/update-fetch-url5a377ca
Update fetch url2a6ab26
Merge pull request #56 from blaxel-ai/cdrappier/fix-provider-llm-compatibility99adb84
Revert "Revert "Revert websocket linting""86f9cbc
Revert "Revert websocket linting"6246503
Revert websocket linting- Additional commits viewable in compare view
Updates @composio/mcp
from 1.0.5 to 1.0.6
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.12.1
Release notes
Sourced from @modelcontextprotocol/sdk
's releases.
1.12.1
What's Changed
- chore: fix typo by
@Skn0tt
in modelcontextprotocol/typescript-sdk#315- Add request init headers defined on the sse transport on the start phase by
@danielgek
in modelcontextprotocol/typescript-sdk#538- fix: Ensure _meta object is not lost when onprogress option is passed by
@daidi
in modelcontextprotocol/typescript-sdk#560New Contributors
@Skn0tt
made their first contribution in modelcontextprotocol/typescript-sdk#315@danielgek
made their first contribution in modelcontextprotocol/typescript-sdk#538@daidi
made their first contribution in modelcontextprotocol/typescript-sdk#560Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.12.0...1.12.1
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
... (truncated)
Commits
590d484
Merge pull request #561 from modelcontextprotocol/ihrpr/1.12.1d46d488
bump versionb2b426f
Merge pull request #560 from daidi/maincdcb009
fix build and add tests49777d5
fix: Ensure _meta object is not lost when onprogress option is passeddf0d9c4
Merge pull request #538 from danielgek/add-request-init-headers-to-sse-startd5c996b
Merge pull request #315 from Skn0tt/patch-1d38a597
Add request init headers defined on the sse transport to the start0c4b308
Merge pull request #537 from modelcontextprotocol/ihrpr/1.12.0c69168c
Merge pull request #534 from modelcontextprotocol/ihrpr/fix-example-shttp- Additional commits viewable in compare view
Updates @smithery/sdk
from 1.4.3 to 1.5.2
Updates cache-manager
from 6.4.2 to 7.0.0
Commits
- See full diff in compare view
Updates cacheable
from 1.8.10 to 1.10.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 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 3.25.56
Release notes
Sourced from zod's releases.
v3.25.56
Commits:
- 64bfb7001cf6f2575bf38b5e6130bc73b4b0e371 3.25.56
v3.25.55
Commits:
- 44141ea1dbd48403f14704386119884aeda5cb27 3.25.55
v3.25.54
Commits:
- 8ab237423cd8fdca58dc9e18f45d48d56ca2a24d fix(util): cross realm IsPlainObject check (#4627)
- 2be1c6ad909a9d0598d9f45fedc9038213130529 Fix generic assignability issue. 3.25.54
v3.25.53
Commits:
- a6adb148012f59d734245c637a577ed413a484e7 zod mini internals (#4631)
- da4f92170ac838029178c4622015dbdae4a1de7c 3.25.53
v3.25.52
Commits:
- 2954f40a4e41f61e835ba211ff084467dca1f41e Fix json (#4630)
- 51dc6f9361851e64a925c3f4ee9364ce4da4c4e7 3.25.52
- e479ea76ae1571064c3dade621b3af0ea2dff942 Add test cast for deferred self-recursion
v3.25.51
Commits:
- d7ffdfa73a800ea810218431d1dd751f15d0fba4 Remove _
- 50ef910565a14c127942442b7e09596afcfdca5f Add output type generic test
- eb14475c3ca14562c4bf11c2111a1fbfa3d114b6 Improve docs
- 32104c2801f01edac3fb3168017b09b6c43f3cef Improve extend docs
- f67332f9fbcae13ce59dbb1eeb67f9c4c60bdcd9 Docs
- 8230237b3453b02bf34b81d0bc11b40d9868cd09 Standardize string format continuability
- c58bd9b0125881caee03a408eae88ec1dc5eb18b 3.25.51
v3.25.50
Commits:
- 5fdece94bf1ada76e5742f2755d45d3711a8e962 fix(v4): reflect inclusive boundaries in minLength/maxLength issue objects (#4591)
- 4897269451f0b0afeb2313389d20ffa1f22ce8b1 Restructure: mitigate excessively deep errors (#4599)
- a88a080f0b9782a87b5732cb9cd96fc2b1a71794 Improve prototype tests
- c7833356a3211d32ae322739a7a6f66dce52ed5f 3.25.50
v3.25.49
Commits:
... (truncated)
Commits
64bfb70
3.25.5644141ea
3.25.552be1c6a
Fix generic assignability issue. 3.25.548ab2374
fix(util): cross realm IsPlainObject check (#4627)da4f921
3.25.53a6adb14
zod mini internals (#4631)e479ea7
Add test cast for deferred self-recursion51dc6f9
3.25.522954f40
Fix json (#4630)c58bd9b
3.25.51- 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.30
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.28.0
Release notes
Sourced from eslint's releases.
v9.28.0
Features
b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)Bug Fixes
eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)81c3c93
fix: curly types (#19750) (Eli)Documentation
3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)Chores
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])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
... (truncated)
Changelog
Sourced from eslint's changelog.
v9.28.0 - May 30, 2025
175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802) (Francesco Trotta)844f5a6
chore: package.json update for@eslint/js
release (Jenkins)b0674be
feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas)3ec2082
docs: Nested arrays in files config entry (#19799) (Nicholas C. Zakas)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788) (Shais Ch)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798) (Nicholas C. Zakas)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779) (Milos Djermanovic)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773) (Milos Djermanovic)a467de3
fix: update context.report types (#19751) (Nitin Kumar)59dd7e6
docs: updatefunc-style
with examples (#19793) (Tanuj Kanti)62b1c1b
chore: update globals to v16 (#19791) (Nitin Kumar)bfd0e7a
feat: support TypeScript syntax inno-use-before-define
(#19566) (Tanuj Kanti)68c61c0
feat: support TS syntax inno-shadow
(#19565) (Nitin Kumar)e8a1cb8
chore: ignore jiti-v2.0 & jiti-v2.1 for renovate (#19786) (Nitin Kumar)0f773ef
feat: support TS syntax inno-magic-numbers
(#19561) (Nitin Kumar)43d3975
chore: Add Copilot Instructions file (#19753) (Nicholas C. Zakas)c4a6b60
feat: add allowTypeAnnotation to func-style (#19754) (sethamus)fd467bb
fix: remove interopDefault to use jiti's default (#19697) (sethamus)2dfb5eb
test: updateSourceCodeTraverser
tests (#19763) (Milos Djermanovic)b03ad17
feat: add TypeScript support toprefer-arrow-callback
(#19678) (Tanuj Kanti)e9129e0
docs: add global scope'simplicit
field to Scope Manager docs (#19770) (Milos Djermanovic)bc3c331
feat: ignore overloaded function declarations in func-style rule (#19755) (sethamus)5bc21f9
chore: add*.code-workspace
to.gitignore
(#19771) (루밀LuMir)72d16e3
fix: avoid false positive inno-unassigned-vars
for declare module (#19746) (Azat S.)f4fa40e
refactor: NodeEventGenerator -> SourceCodeTraverser (#19679) (Nicholas C. Zakas)81c3c93
fix: curly types (#19750) (Eli)52f5b7a
docs: fix minor typos and add links (#19743) (루밀LuMir)0f49329
refactor: use a service to emit warnings (#19725) (Francesco Trotta)20a9e59
chore: update dependency shelljs to ^0.10.0 (#19740) (renovate[bot])00716a3
docs: upfront recommend against using the no-return-await rule (#19727) (Mike DiDomizio)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)
... (truncated)
Commits
f341f21
9.28.0779dda9
Build: changelog update for 9.28.0175b7b8
chore: upgrade to@eslint/js@9.28.0
(#19802)844f5a6
chore: package.json update for@eslint/js
releaseb0674be
feat: Customization of serialization for languageOptions (#19760)3ec2082
docs: Nested arrays in files config entry (#19799)89a65b0
docs: clarify how config arrays can apply to subsets of files (#19788)2ba8a0d
docs: Add description of meta.namespace to plugin docs (#19798)eea3e7e
fix: Remove configured global variables fromGlobalScope#implicit
(#19779)a95721f
feat: Add--pass-on-unpruned-suppressions
CLI option (#19773)- 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.42.0
Release notes
Sourced from rollup's releases.
v4.42.0
4.42.0
2025-06-06
Features
- Add option to allow the input to be located in the output in watch mode (#5966)
Pull Requests
- #5966: feat: watch mode add
allowInputInsideOutputPath
option (@btea
,@lukastaegert
)v4.41.2
4.41.2
2025-06-06
Bug Fixes
- Detect named export usages in dynamic imports with
then
and non-arrow function expressions (#5977)- Do not replace usages of constant variables with their values for readability (#5968)
Pull Requests
- #5968: fix: preserve constant identifiers in unary expressions instead of magic numbers (
@OmkarJ13
,@lukastaegert
)- #5969: chore(deps): update dependency yargs-parser to v22 (
@renovate
[bot],@lukastaegert
)- #5970: chore(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5971: chore(deps): lock file maintenance (
@renovate
[bot])- #5976: Update README.md (
@ftlno
,@lukastaegert
)- #5977: fix: consider function expression in thenable when tree-shaking dynamic imports (
@TrickyPi
)- #5981: fix(deps): lock file maintenance minor/patch updates (
@renovate
[bot])- #5982: Debug/fix watch pipeline (
@lukastaegert
)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 (
Pull Request Statistics
Commits:
0Files Changed:
0Additions:
+0Deletions:
-0
Package Dependencies
@rollup/plugin-node-resolve
npm
16.0.0 → 16.0.1
Patch
@modelcontextprotocol/sdk
npm
1.11.0 → 1.12.1
Minor
Technical Details
ID: | 1315267 |
UUID: | 3129111600 |
Node ID: | PR_kwDON5upic6Znv0W |
Host: | GitHub |
Repository: | OneGrep/typescript-sdk |