chore(deps): bump the npm_and_yarn group across 3 directories with 4 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(4 months ago)
(4 months ago)
dependencies javascript
Bumps the npm_and_yarn group with 3 updates in the / directory: @modelcontextprotocol/sdk, better-auth and js-yaml.
Bumps the npm_and_yarn group with 3 updates in the /apps/sim directory: @modelcontextprotocol/sdk, better-auth and js-yaml.
Bumps the npm_and_yarn group with 1 update in the /scripts directory: glob.
Updates @modelcontextprotocol/sdk from 1.20.2 to 1.25.2
Release notes
Sourced from @modelcontextprotocol/sdk's releases.
v1.25.2
What's Changed
- ci: trigger workflow on v1.x branch by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1319- fix: README badges links destinations by
@antonpk1in modelcontextprotocol/typescript-sdk#907- fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) by
@pcarletonin modelcontextprotocol/typescript-sdk#1365New Contributors
@antonpk1made their first contribution in modelcontextprotocol/typescript-sdk#907Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.1...v1.25.2
1.25.1
What's Changed
- spec types - backwards compatibility changes by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1306- chore: bump version for patch fix by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1307Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.0...1.25.1
1.25.0
What's Changed
- list changed handlers on client constructor by
@mattzcareyin modelcontextprotocol/typescript-sdk#1206- Role - moved from inline to reusable type by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1221- fix: use versioned npm tag for non-main branch releases by
@pcarletonin modelcontextprotocol/typescript-sdk#1236- No automatic completion support unless needed - Revisited yet again by
@cliffhallin modelcontextprotocol/typescript-sdk#1237- fix: Support updating output schema by
@vincent0426in modelcontextprotocol/typescript-sdk#1048- Remove type dependency on
@cfworker/json-schemaby@LucaButBoringin modelcontextprotocol/typescript-sdk#1229- Relocate tests under
/testby@KKonstantinovin modelcontextprotocol/typescript-sdk#1220- Fix tsconfig: remove tests by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1240- tsconfig - tests and build fix by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1243- fix a typo in examples README by
@DaleSeoin modelcontextprotocol/typescript-sdk#1246- Protocol date validation by
@mattzcareyin modelcontextprotocol/typescript-sdk#1247- Flaky test fix on Types.test.ts by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1244- SPEC COMPLIANCE: Remove loose/passthrough types not allowed/defined by MCP spec + Task types by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1242- Follow-up fixes for PR #1242 by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1274- Update server examples and docs by
@DaleSeoin modelcontextprotocol/typescript-sdk#1285- Update TypeScript config to ES2020 to fix AJV imports by
@mattzcareyin modelcontextprotocol/typescript-sdk#1297- Fix Zod v4 schema description extraction by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1296- Add optional description field to Implementation schema by
@calclaviain modelcontextprotocol/typescript-sdk#1295- Add theme property to Icon schema by
@DaleSeoin modelcontextprotocol/typescript-sdk#1290- feat: fetch transport by
@mattzcareyin modelcontextprotocol/typescript-sdk#1209- chore: bump version for release by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1301New Contributors
@vincent0426made their first contribution in modelcontextprotocol/typescript-sdk#1048Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.3...1.25.0
1.24.3
What's Changed
... (truncated)
Commits
b392f02fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) (#1365)a0c9b13fix: README badges links destinations (#907)6dd08acci: trigger workflow on v1.x branch (#1319)384311bchore: bump version for patch fix (#1307)fb07af8spec types - backwards compatibility changes (#1306)2b20ca9chore: bump version for release (#1301)67ba7adfeat: fetch transport (#1209)1d42547Add theme property to Icon schema (#1290)54303b4Add optional description field to Implementation schema (#1295)9941294Fix Zod v4 schema description extraction (#1296)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by pcarleton, a new releaser for @modelcontextprotocol/sdk since your current version.
Updates better-auth from 1.3.12 to 1.4.5
Release notes
Sourced from better-auth's releases.
v1.4.5-beta.2
🐞 Bug Fixes
- Add helper types to exports - by
@himself65in better-auth/better-auth#6479 (9b556)View changes on GitHub
v1.4.4
🚀 Features
- cli: Better-auth-command - by
@Ridhim-RRin better-auth/better-auth#6362 (5e06f)- scim: Add support to parse custom scim+json media type - by
@jonathansaminesin better-auth/better-auth#6365 (6e9ec)🐞 Bug Fixes
- Customizing fields should be optional for rate limit options - by
@ceolinwillin better-auth/better-auth#6398 (115c9)- Chunk account data cookie when exceeding limit - by
@jslnoin better-auth/better-auth#6393 (c9eca)- Remove applying user-agent by default - by
@Bekacruin better-auth/better-auth#6417 (34d7d)- Additional fields default values should apply when creating session - by
@Bekacruin better-auth/better-auth#5763 (d5713)- Return null early if userid isn't defined - by
@Bekacruin better-auth/better-auth#6418 (e4508)- logger: Log level priority - by
@danielfinkein better-auth/better-auth#6411 (4c25b)- mcp: Return origin url as authorization server - by
@jslnoin better-auth/better-auth#6397 (594bb)- multi-session: Endpoints breaks with invalid signatures - by
@ping-maxwellin better-auth/better-auth#6342 (9433e)- oidc-provider: Resolve getSignedCookie return type - by
@bytaesuin better-auth/better-auth#6346 (425dd)View changes on GitHub
v1.4.4-beta.3
🚀 Features
- Lint dependencies - by
@jonathansaminesin better-auth/better-auth#6309 (efaef)- cli: Better-auth-command - by
@Ridhim-RRin better-auth/better-auth#6362 (1abd7)- one-tap: Add fedcm support - by
@jslnoin better-auth/better-auth#6380 (fd23c)- scim: Add support to parse custom scim+json media type - by
@jonathansaminesin better-auth/better-auth#6365 (a91a8)🐞 Bug Fixes
- Customizing fields should be optional for rate limit options - by
@ceolinwillin better-auth/better-auth#6398 (9abd8)- Chunk account data cookie when exceeding limit - by
@jslnoin better-auth/better-auth#6393 (57d36)- Remove applying user-agent by default - by
@Bekacruin better-auth/better-auth#6417 (0617b)- Improve error handling for unsupported additionalFields on generate - by
@Kinfe123in better-auth/better-auth#3977 (39eb6)- Return null early if userid isn't defined - by
@Bekacruin better-auth/better-auth#6418 (022ce)- Additional fields default values should apply when creating session - by
@Bekacruin better-auth/better-auth#5763 (76998)- Preserve user ID in cookie cache during stateless sessions - by
@GautamBytesin better-auth/better-auth#6452 (a25fb)- expo:
- Dismiss auth session on android to prevent invalid state error - by
@GautamBytesin better-auth/better-auth#6388 (3a133)- logger:
- Log level priority - by
@danielfinkein better-auth/better-auth#6411 (fa01c)- mcp:
- Return origin url as authorization server - by
@jslnoin better-auth/better-auth#6397 (86c8d)
... (truncated)
Commits
2000fd6chore: release v1.4.5fcab5a8fix: add helper types to exports (#6479)c666670chore: release v1.4.5-beta.1fd72560fix(db-adapter): string[] and number[] fieldTypes incorrectly parsed for plug...189deddchore: release v1.4.4-beta.36269a33chore: release v1.4.4-beta.252c15d4chore: fix validation errors in unit tests (#6466)a25fb65fix: preserve user ID in cookie cache during stateless sessions (#6452)5cbe0a5chore: enforce imports to usenode:protocol (#6461)fbe51c8chore: add spell checker (#6319)- Additional commits viewable in compare view
Updates js-yaml from 4.1.0 to 4.1.1
Changelog
Sourced from js-yaml's changelog.
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
Commits
Updates @modelcontextprotocol/sdk from 1.20.2 to 1.25.2
Release notes
Sourced from @modelcontextprotocol/sdk's releases.
v1.25.2
What's Changed
- ci: trigger workflow on v1.x branch by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1319- fix: README badges links destinations by
@antonpk1in modelcontextprotocol/typescript-sdk#907- fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) by
@pcarletonin modelcontextprotocol/typescript-sdk#1365New Contributors
@antonpk1made their first contribution in modelcontextprotocol/typescript-sdk#907Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.1...v1.25.2
1.25.1
What's Changed
- spec types - backwards compatibility changes by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1306- chore: bump version for patch fix by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1307Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.0...1.25.1
1.25.0
What's Changed
- list changed handlers on client constructor by
@mattzcareyin modelcontextprotocol/typescript-sdk#1206- Role - moved from inline to reusable type by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1221- fix: use versioned npm tag for non-main branch releases by
@pcarletonin modelcontextprotocol/typescript-sdk#1236- No automatic completion support unless needed - Revisited yet again by
@cliffhallin modelcontextprotocol/typescript-sdk#1237- fix: Support updating output schema by
@vincent0426in modelcontextprotocol/typescript-sdk#1048- Remove type dependency on
@cfworker/json-schemaby@LucaButBoringin modelcontextprotocol/typescript-sdk#1229- Relocate tests under
/testby@KKonstantinovin modelcontextprotocol/typescript-sdk#1220- Fix tsconfig: remove tests by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1240- tsconfig - tests and build fix by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1243- fix a typo in examples README by
@DaleSeoin modelcontextprotocol/typescript-sdk#1246- Protocol date validation by
@mattzcareyin modelcontextprotocol/typescript-sdk#1247- Flaky test fix on Types.test.ts by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1244- SPEC COMPLIANCE: Remove loose/passthrough types not allowed/defined by MCP spec + Task types by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1242- Follow-up fixes for PR #1242 by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1274- Update server examples and docs by
@DaleSeoin modelcontextprotocol/typescript-sdk#1285- Update TypeScript config to ES2020 to fix AJV imports by
@mattzcareyin modelcontextprotocol/typescript-sdk#1297- Fix Zod v4 schema description extraction by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1296- Add optional description field to Implementation schema by
@calclaviain modelcontextprotocol/typescript-sdk#1295- Add theme property to Icon schema by
@DaleSeoin modelcontextprotocol/typescript-sdk#1290- feat: fetch transport by
@mattzcareyin modelcontextprotocol/typescript-sdk#1209- chore: bump version for release by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1301New Contributors
@vincent0426made their first contribution in modelcontextprotocol/typescript-sdk#1048Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.3...1.25.0
1.24.3
What's Changed
... (truncated)
Commits
b392f02fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) (#1365)a0c9b13fix: README badges links destinations (#907)6dd08acci: trigger workflow on v1.x branch (#1319)384311bchore: bump version for patch fix (#1307)fb07af8spec types - backwards compatibility changes (#1306)2b20ca9chore: bump version for release (#1301)67ba7adfeat: fetch transport (#1209)1d42547Add theme property to Icon schema (#1290)54303b4Add optional description field to Implementation schema (#1295)9941294Fix Zod v4 schema description extraction (#1296)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by pcarleton, a new releaser for @modelcontextprotocol/sdk since your current version.
Updates better-auth from 1.3.12 to 1.4.5
Release notes
Sourced from better-auth's releases.
v1.4.5-beta.2
🐞 Bug Fixes
- Add helper types to exports - by
@himself65in better-auth/better-auth#6479 (9b556)View changes on GitHub
v1.4.4
🚀 Features
- cli: Better-auth-command - by
@Ridhim-RRin better-auth/better-auth#6362 (5e06f)- scim: Add support to parse custom scim+json media type - by
@jonathansaminesin better-auth/better-auth#6365 (6e9ec)🐞 Bug Fixes
- Customizing fields should be optional for rate limit options - by
@ceolinwillin better-auth/better-auth#6398 (115c9)- Chunk account data cookie when exceeding limit - by
@jslnoin better-auth/better-auth#6393 (c9eca)- Remove applying user-agent by default - by
@Bekacruin better-auth/better-auth#6417 (34d7d)- Additional fields default values should apply when creating session - by
@Bekacruin better-auth/better-auth#5763 (d5713)- Return null early if userid isn't defined - by
@Bekacruin better-auth/better-auth#6418 (e4508)- logger: Log level priority - by
@danielfinkein better-auth/better-auth#6411 (4c25b)- mcp: Return origin url as authorization server - by
@jslnoin better-auth/better-auth#6397 (594bb)- multi-session: Endpoints breaks with invalid signatures - by
@ping-maxwellin better-auth/better-auth#6342 (9433e)- oidc-provider: Resolve getSignedCookie return type - by
@bytaesuin better-auth/better-auth#6346 (425dd)View changes on GitHub
v1.4.4-beta.3
🚀 Features
- Lint dependencies - by
@jonathansaminesin better-auth/better-auth#6309 (efaef)- cli: Better-auth-command - by
@Ridhim-RRin better-auth/better-auth#6362 (1abd7)- one-tap: Add fedcm support - by
@jslnoin better-auth/better-auth#6380 (fd23c)- scim: Add support to parse custom scim+json media type - by
@jonathansaminesin better-auth/better-auth#6365 (a91a8)🐞 Bug Fixes
- Customizing fields should be optional for rate limit options - by
@ceolinwillin better-auth/better-auth#6398 (9abd8)- Chunk account data cookie when exceeding limit - by
@jslnoin better-auth/better-auth#6393 (57d36)- Remove applying user-agent by default - by
@Bekacruin better-auth/better-auth#6417 (0617b)- Improve error handling for unsupported additionalFields on generate - by
@Kinfe123in better-auth/better-auth#3977 (39eb6)- Return null early if userid isn't defined - by
@Bekacruin better-auth/better-auth#6418 (022ce)- Additional fields default values should apply when creating session - by
@Bekacruin better-auth/better-auth#5763 (76998)- Preserve user ID in cookie cache during stateless sessions - by
@GautamBytesin better-auth/better-auth#6452 (a25fb)- expo:
- Dismiss auth session on android to prevent invalid state error - by
@GautamBytesin better-auth/better-auth#6388 (3a133)- logger:
- Log level priority - by
@danielfinkein better-auth/better-auth#6411 (fa01c)- mcp:
- Return origin url as authorization server - by
@jslnoin better-auth/better-auth#6397 (86c8d)
... (truncated)
Commits
2000fd6chore: release v1.4.5fcab5a8fix: add helper types to exports (#6479)c666670chore: release v1.4.5-beta.1fd72560fix(db-adapter): string[] and number[] fieldTypes incorrectly parsed for plug...189deddchore: release v1.4.4-beta.36269a33chore: release v1.4.4-beta.252c15d4chore: fix validation errors in unit tests (#6466)a25fb65fix: preserve user ID in cookie cache during stateless sessions (#6452)5cbe0a5chore: enforce imports to usenode:protocol (#6461)fbe51c8chore: add spell checker (#6319)- Additional commits viewable in compare view
Updates js-yaml from 4.1.0 to 4.1.1
Changelog
Sourced from js-yaml's changelog.
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
Commits
Updates @modelcontextprotocol/sdk from 1.20.2 to 1.25.2
Release notes
Sourced from @modelcontextprotocol/sdk's releases.
v1.25.2
What's Changed
- ci: trigger workflow on v1.x branch by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1319- fix: README badges links destinations by
@antonpk1in modelcontextprotocol/typescript-sdk#907- fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) by
@pcarletonin modelcontextprotocol/typescript-sdk#1365New Contributors
@antonpk1made their first contribution in modelcontextprotocol/typescript-sdk#907Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.1...v1.25.2
1.25.1
What's Changed
- spec types - backwards compatibility changes by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1306- chore: bump version for patch fix by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1307Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.25.0...1.25.1
1.25.0
What's Changed
- list changed handlers on client constructor by
@mattzcareyin modelcontextprotocol/typescript-sdk#1206- Role - moved from inline to reusable type by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1221- fix: use versioned npm tag for non-main branch releases by
@pcarletonin modelcontextprotocol/typescript-sdk#1236- No automatic completion support unless needed - Revisited yet again by
@cliffhallin modelcontextprotocol/typescript-sdk#1237- fix: Support updating output schema by
@vincent0426in modelcontextprotocol/typescript-sdk#1048- Remove type dependency on
@cfworker/json-schemaby@LucaButBoringin modelcontextprotocol/typescript-sdk#1229- Relocate tests under
/testby@KKonstantinovin modelcontextprotocol/typescript-sdk#1220- Fix tsconfig: remove tests by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1240- tsconfig - tests and build fix by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1243- fix a typo in examples README by
@DaleSeoin modelcontextprotocol/typescript-sdk#1246- Protocol date validation by
@mattzcareyin modelcontextprotocol/typescript-sdk#1247- Flaky test fix on Types.test.ts by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1244- SPEC COMPLIANCE: Remove loose/passthrough types not allowed/defined by MCP spec + Task types by
@KKonstantinovin modelcontextprotocol/typescript-sdk#1242- Follow-up fixes for PR #1242 by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1274- Update server examples and docs by
@DaleSeoin modelcontextprotocol/typescript-sdk#1285- Update TypeScript config to ES2020 to fix AJV imports by
@mattzcareyin modelcontextprotocol/typescript-sdk#1297- Fix Zod v4 schema description extraction by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1296- Add optional description field to Implementation schema by
@calclaviain modelcontextprotocol/typescript-sdk#1295- Add theme property to Icon schema by
@DaleSeoin modelcontextprotocol/typescript-sdk#1290- feat: fetch transport by
@mattzcareyin modelcontextprotocol/typescript-sdk#1209- chore: bump version for release by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1301New Contributors
@vincent0426made their first contribution in modelcontextprotocol/typescript-sdk#1048Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.24.3...1.25.0
1.24.3
What's Changed
... (truncated)
Commits
b392f02fix: prevent ReDoS in UriTemplate regex patterns (v1.x backport) (#1365)a0c9b13fix: README badges links destinations (#907)6dd08acci: trigger workflow on v1.x branch (#1319)384311bchore: bump version for patch fix (#1307)fb07af8spec types - backwards compatibility changes (#1306)2b20ca9chore: bump version for release (#1301)67ba7adfeat: fetch transport (#1209)1d42547Add theme property to Icon schema (#1290)54303b4Add optional description field to Implementation schema (Package Dependencies
Package:
@modelcontextprotocol/sdkEcosystem:
npmVersion Change:
1.20.2 → 1.25.2Update Type:
Minor
Technical Details
| ID: | 13135410 |
| UUID: | 3852176450 |
| Node ID: | PR_kwDONmSNmM6_Lhlj |
| Host: | GitHub |
| Repository: | simstudioai/sim |