deps(deps): bump the minor-and-patch group with 4 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 1
(23 days ago)
(23 days ago)
Bumps the minor-and-patch group with 4 updates: @modelcontextprotocol/sdk, shx, tsx and typescript.
Updates @modelcontextprotocol/sdk
from 1.13.3 to 1.17.5
Release notes
Sourced from @modelcontextprotocol/sdk
's releases.
1.17.5
What's Changed
- Automatic handling of logging level by
@cliffhall
in modelcontextprotocol/typescript-sdk#882- Fix the SDK vs Spec types test that is breaking CI by
@cliffhall
in modelcontextprotocol/typescript-sdk#908Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.4...1.17.5
1.17.4
What's Changed
- feature(middleware): Composable fetch middleware for auth and cross‑cutting concerns by
@m-paternostro
in modelcontextprotocol/typescript-sdk#485- restrict url schemes allowed in oauth metadata by
@pcarleton
in modelcontextprotocol/typescript-sdk#877- [auth] OAuth protected-resource-metadata: fallback on 4xx not just 404 by
@pcarleton
in modelcontextprotocol/typescript-sdk#879- chore: bump version to 1.17.4 by
@felixweinberger
in modelcontextprotocol/typescript-sdk#894Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.3...1.17.4
1.17.3
What's Changed
- Fix quit command in Example client with OAuth by
@DaleSeo
in modelcontextprotocol/typescript-sdk#864- fix: client import & server imports by
@jatinsandilya
in modelcontextprotocol/typescript-sdk#851- fix: pass fetchfn parameter to registerClient and refreshAuthorizatio… by
@arjunkmrm
in modelcontextprotocol/typescript-sdk#850- docs: correct parameter schema key in Dynamic Servers documentation by
@bianbianzhu
in modelcontextprotocol/typescript-sdk#789- version: patch to 0.17.3 by
@felixweinberger
in modelcontextprotocol/typescript-sdk#878New Contributors
@DaleSeo
made their first contribution in modelcontextprotocol/typescript-sdk#864@jatinsandilya
made their first contribution in modelcontextprotocol/typescript-sdk#851@arjunkmrm
made their first contribution in modelcontextprotocol/typescript-sdk#850@bianbianzhu
made their first contribution in modelcontextprotocol/typescript-sdk#789Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.2...1.17.3
1.17.2
What's Changed
- fix: retry next endpoint on CORS error during auth server discovery by
@xiaoyijun
in modelcontextprotocol/typescript-sdk#827Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/1.17.1...1.17.2
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
... (truncated)
Commits
bf81793
bump version (#913)3dd074f
Fix the SDK vs Spec types test that is breaking CI (#908)79d11dc
Automatic handling of logging level (#882)3bc2235
chore: bump version to 1.17.4 (#894)1f5950b
[auth] OAuth protected-resource-metadata: fallback on 4xx not just 404 (#879)64f7cdd
restrict url schemes allowed in oauth metadata (#877)abb2f0a
feature(middleware): Composable fetch middleware for auth and cross‑cutting c...4a63974
version: patch to 0.17.3 (#878)65119eb
docs: correct parameter schema key in Dynamic Servers documentation (#789)aad33a1
fix: pass fetchfn parameter to registerClient and refreshAuthorizatio… (#850)- Additional commits viewable in compare view
Updates shx
from 0.3.4 to 0.4.0
Release notes
Sourced from shx's releases.
v0.4.0
✨ Highlighted changes
- This is based on ShellJS v0.9! This means we bumped the minimum node version to >= v18.
- Small bash compatibility change to
shx sed
. Now if you invokeshx sed -i
, this will not print any output to stdout (this is for consistency with unixsed
). Usingshx sed
without the-i
flag will still print to stdout as before.What's Changed
- chore: remove codecov devDependency by
@nfischer
in shelljs/shx#198- chore(ci): run tests up to node v16 by
@nfischer
in shelljs/shx#197- chore: rename master -> main by
@nfischer
in shelljs/shx#204- chore: update deps by
@nfischer
in shelljs/shx#205- chore: update CI to include v18 by
@nfischer
in shelljs/shx#206- fix(lint): fixes import order lint warnings by
@nfischer
in shelljs/shx#215- doc: highlight globs and emphasize double quotes by
@nfischer
in shelljs/shx#214- chore: update CI to test against node v20 by
@nfischer
in shelljs/shx#212- docs: change GitHub Actions README badge by
@nfischer
in shelljs/shx#216- chore: keep node < 16 around longer by
@nfischer
in shelljs/shx#219- Bump GitHub workflow action to latest version by
@deining
in shelljs/shx#220- Update minimist for CVE-2021-44906 by
@tomhaines432
in shelljs/shx#218- chore: add codecov token by
@nfischer
in shelljs/shx#222- chore: remove unsupported node configs from CI by
@nfischer
in shelljs/shx#221- chore: switch to codecov v4 by
@nfischer
in shelljs/shx#223- chore(dependencies): update js-yaml by
@nfischer
in shelljs/shx#224- doc: Fix typo in README by
@mpaw
in shelljs/shx#227- chore: update shelljs and drop old node support by
@nfischer
in shelljs/shx#228- chore: drop non-LTS node versions by
@nfischer
in shelljs/shx#229- chore: drop some dependencies and simplify by
@nfischer
in shelljs/shx#230- chore: update dependencies by
@nfischer
in shelljs/shx#231- fix: add back ShellJS version in --version by
@nfischer
in shelljs/shx#232- Adding a global --negate flag by
@SoTrx
in shelljs/shx#189- refactor: code cleanup for the --negate flag by
@nfischer
in shelljs/shx#233New Contributors
@deining
made their first contribution in shelljs/shx#220@tomhaines432
made their first contribution in shelljs/shx#218@mpaw
made their first contribution in shelljs/shx#227@SoTrx
made their first contribution in shelljs/shx#189Full Changelog: https://github.com/shelljs/shx/compare/v0.3.4...v0.4.0
Commits
8886c3e
0.4.0e8db3bc
refactor: code cleanup for the --negate flag6184003
Adding a global --negate flag (#189)b3d5b80
fix: add back ShellJS version in --version5106c6b
chore: update dependenciese8bb9f8
chore: drop some dependencies and simplify3bb21d9
chore: drop non-LTS node versionsb70e666
chore: update shelljs and drop old node supportf8b0b37
doc: Fix typo in README03c2964
chore(dependencies): update js-yaml- Additional commits viewable in compare view
Updates tsx
from 4.20.3 to 4.20.5
Release notes
Sourced from tsx's releases.
v4.20.5
4.20.5 (2025-08-24)
Bug Fixes
- handle ambiguous packages (796053a)
This release is also available on:
v4.20.4
4.20.4 (2025-08-12)
Bug Fixes
This release is also available on:
Commits
e6d1a47
docs: obfuscate aside classnamede2719d
style: remove unused variable13f2954
chore: upgrade docs deps0504525
chore: upgrade manten132fdd8
test: assert require.cachef057e7d
test: require loopa6f8f9f
refactor: getFormat to handle all formats796053a
fix: handle ambiguous packages471997a
test: CJS & ESM race conditiona639836
fix: override Node's native TS formats (#733)- Additional commits viewable in compare view
Updates typescript
from 5.8.3 to 5.9.2
Release notes
Sourced from typescript's releases.
TypeScript 5.9
For release notes, check out the release announcement
- fixed issues query for Typescript 5.9.0 (Beta).
- fixed issues query for Typescript 5.9.1 (RC).
- No specific changes for TypeScript 5.9.2 (Stable)
Downloads are available on:
TypeScript 5.9 RC
For release notes, check out the release announcement
Downloads are available on:
TypeScript 5.9 Beta
For release notes, check out the release announcement.
Downloads are available on:
Commits
be86783
Give more specific errors forverbatimModuleSyntax
(#62113)22ef577
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250714...d5a414c
Don't usenoErrorTruncation
when printing types withmaximumLength
set (#...f14b5c8
Remove unused and confusing dom.iterable.d.ts file (#62037)2778e84
Restore AbortSignal.abort (#62086)65cb4bd
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250710...9e20e03
Clear out checker-level stacks on pop (#62016)87740bc
Fix for Issue 61081 (#61221)833a8d4
Fix Symbol completion priority and cursor positioning (#61945)0018c9f
LEGO: Pull request from lego/hb_5378966c-b857-470a-8675-daebef4a6da1_20250702...- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+211
-64
Package Dependencies
@modelcontextprotocol/sdk
npm
1.13.3 → 1.17.5
Minor
Technical Details
ID: | 7546094 |
UUID: | 2818307039 |
Node ID: | PR_kwDOPt4HVc6n-_Pf |
Host: | GitHub |
Repository: | vltansky/cursor-user-commands |
Merge State: | Unknown |