PR #145 opened: chore(deps): bump the minor-and-patch group across 1 directory with 8 updates
Bumps the minor-and-patch group with 8 updates in the / directory:
| Package | From | To |
|---|---|---|
| @modelcontextprotocol/sdk | 1.27.1 | 1.28.0 |
| @types/node | 25.4.0 | 25.5.0 |
| @typescript-eslint/eslint-plugin | 8.57.0 | 8.57.2 |
| @typescript-eslint/parser | 8.57.0 | 8.57.2 |
| eslint | 10.0.3 | 10.1.0 |
| lint-staged | 16.3.3 | 16.4.0 |
| markdownlint-cli2 | 0.21.0 | 0.22.0 |
| typescript-eslint | 8.57.0 | 8.57.2 |
Updates @modelcontextprotocol/sdk from 1.27.1 to 1.28.0
▶Release notes
Sourced from @modelcontextprotocol/sdk's releases.
v1.28.0
What's Changed
- feat: use scopes_supported from resource metadata by default (fixes #580) by
@antogynin modelcontextprotocol/typescript-sdk#757- [v1.x backport] Default to client_secret_basic when server omits token_endpoint_auth_methods_supported by
@pcarletonin modelcontextprotocol/typescript-sdk#1611- fix: reject plain JSON Schema objects passed as inputSchema by
@tiluckdavein modelcontextprotocol/typescript-sdk#1596- fix: clear _timeoutInfo in _onclose() and scope .finally() abort controller cleanup by
@pcarletonin modelcontextprotocol/typescript-sdk#1462- fix(server/auth): RFC 8252 loopback port relaxation by
@poteatin modelcontextprotocol/typescript-sdk#1738- chore: bump version to 1.28.0 by
@felixweinbergerin modelcontextprotocol/typescript-sdk#1746New Contributors
@antogynmade their first contribution in modelcontextprotocol/typescript-sdk#757@tiluckdavemade their first contribution in modelcontextprotocol/typescript-sdk#1596@poteatmade their first contribution in modelcontextprotocol/typescript-sdk#1738Full Changelog: https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.27.1...v1.28.0
▶Commits
a056569chore: bump version to 1.28.0 (#1746)897bc25fix(server/auth): RFC 8252 loopback port relaxation (#1738)398dc70fix: clear _timeoutInfo in _onclose() and scope .finally() abort controller c...93640d3fix: reject plain JSON Schema objects passed as inputSchema (#1596)4cbcec0[v1.x backport] Default to client_secret_basic when server omits token_endpoi...c9b58d1feat: use scopes_supported from resource metadata by default (fixes #580) (#757)351e124docs: add links to hosted V1 and V2 API reference docs- See full diff in compare view
Updates @types/node from 25.4.0 to 25.5.0
▶Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.57.0 to 8.57.2
▶Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.57.2
8.57.2 (2026-03-23)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
- eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
- eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- RyoheiYamamoto
- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.57.2 (2026-03-23)
🩹 Fixes
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
- eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
- eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
be4d54dchore(release): publish 8.57.2f68c8e4fix(eslint-plugin): [prefer-readonly-parameter-types] preserve type alias inf...73acd2efix(eslint-plugin): [no-useless-default-assignment] skip reporting false posi...3d21482fix(eslint-plugin): [no-unsafe-return] false positive on unwrapping generic (...e128548fix(eslint-plugin): [no-restricted-types] flag banned generics in extends or ...2b7f63fchore(eslint-plugin): correct tsutils.isTypeFlag usage post-merge65175cdfix(eslint-plugin): [array-type] ignore Array and ReadonlyArray without type ...9c9ab5efeat(eslint-plugin): [no-unnecessary-type-arguments] report inferred required...42a1c89fix(eslint-plugin): [prefer-optional-chain] remove dangling closing parenthes...71855ffdocs(eslint-plugin): [no-unnecessary-condition] add link to TS handbook (#12131)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 8.57.0 to 8.57.2
▶Release notes
Sourced from @typescript-eslint/parser's releases.
v8.57.2
8.57.2 (2026-03-23)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
- eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
- eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- RyoheiYamamoto
- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from @typescript-eslint/parser's changelog.
8.57.2 (2026-03-23)
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.57.1 (2026-03-16)
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1- See full diff in compare view
Updates eslint from 10.0.3 to 10.1.0
▶Release notes
Sourced from eslint's releases.
v10.1.0
Features
ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638) (Tanuj Kanti)0916995feat: Implement api support for bulk-suppressions (#20565) (Blake Sager)Bug Fixes
2b8824efix: Preventno-varautofix when a variable is used before declaration (#20464) (Amaresh S M)e58b4bffix: update eslint (#20597) (renovate[bot])Documentation
b7b57fedocs: use correct JSDoc link in require-jsdoc.md (#20641) (mkemna-clb)58e4cfcdocs: add deprecation notice partial (#20639) (Milos Djermanovic)7143dbfdocs: update v9 migration guide for@eslint/jsusage (#20540) (fnx)035fc4fdocs: note thatglobalReturnapplies only withsourceType: "script"(#20630) (Milos Djermanovic)e972c88docs: merge ESLint option descriptions into type definitions (#20608) (Francesco Trotta)7f10d84docs: Update README (GitHub Actions Bot)aeed007docs: open playground link in new tab (#20602) (Tanuj Kanti)a0d1a37docs: Add AI Usage Policy (#20510) (Nicholas C. Zakas)Chores
a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584) (Milos Djermanovic)1f42bd7chore: updateprettierto 3.8.1 (#20651) (루밀LuMir)c0a6f4achore: update dependency@eslint/jsonto ^1.2.0 (#20652) (renovate[bot])cc43f79chore: update dependency c8 to v11 (#20650) (renovate[bot])2ce4635chore: update dependency@eslint/jsonto v1 (#20649) (renovate[bot])f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646) (renovate[bot])dbb4c95chore: remove trunk (#20478) (sethamus)c672a2atest: fix CLI test for empty output file (#20640) (kuldeep kumar)c7ada24ci: bump pnpm/action-setup from 4.3.0 to 4.4.0 (#20636) (dependabot[bot])07c4b8btest: fixRuleTestertest without test runners (#20631) (Francesco Trotta)079bba7test: Add tests forisValidWithUnicodeFlag(#20601) (Manish chaudhary)5885ae6ci: unpin Node.js 25.x in CI (#20615) (Copilot)f65e5d3chore: update pnpm/action-setup digest to b906aff (#20610) (renovate[bot])
▶Commits
8351ec710.1.03270bc1Build: changelog update for 10.1.0a9f9ccechore: update dependency eslint-plugin-unicorn to ^63.0.0 (#20584)1f42bd7chore: updateprettierto 3.8.1 (#20651)c0a6f4achore: update dependency@eslint/jsonto ^1.2.0 (#20652)cc43f79chore: update dependency c8 to v11 (#20650)2ce4635chore: update dependency@eslint/jsonto v1 (#20649)f0406eechore: update dependency markdownlint-cli2 to ^0.21.0 (#20646)dbb4c95chore: remove trunk (#20478)ff4382bfeat: apply fix forno-varinTSModuleBlock(#20638)- Additional commits viewable in compare view
Updates lint-staged from 16.3.3 to 16.4.0
▶Release notes
Sourced from lint-staged's releases.
v16.4.0
Minor Changes
- #1739
687fc90Thanks@hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.v16.3.4
Patch Changes
- #1742
9d6e827Thanks@iiroj! - Update dependencies, including[email protected]to make sure localnode_modules/.binare preferred to global locations (released in[email protected]).
▶Changelog
Sourced from lint-staged's changelog.
16.4.0
Minor Changes
- #1739
687fc90Thanks@hyperz111! - Replacemicromatchwithpicomatchto reduce dependencies.16.3.4
Patch Changes
- #1742
9d6e827Thanks@iiroj! - Update dependencies, including[email protected]to make sure localnode_modules/.binare preferred to global locations (released in[email protected]).
▶Commits
Updates markdownlint-cli2 from 0.21.0 to 0.22.0
▶Changelog
Sourced from markdownlint-cli2's changelog.
0.22.0
- Make
--configparameter more flexible- Support TOML with
--configparameter- Add
--configPointerparameter- Update dependencies
▶Commits
3766ad8Update to version 0.22.0.18fab89Bump eslint from 10.0.3 to 10.1.0b7106cbFreshen list of external custom rules included with the markdownlint-cli2-rul...cfaf497Update README.md to show how to use the Docker container image with pre-commit.0ae96d5Remove test-only shims for import.meta limitations in Node 18.6c8d949Add support for TOML files to --config, --configPointer, and extends (fixes #...02e491dBump pnpm/action-setup from 4 to 54777cf9Add --configPointer command-line parameter, supersedes dedicated handling of ...7ecda61Bump eslint-plugin-jsdoc from 62.7.1 to 62.8.069616e9Bump eslint from 10.0.2 to 10.0.3- Additional commits viewable in compare view
Updates typescript-eslint from 8.57.0 to 8.57.2
▶Release notes
Sourced from typescript-eslint's releases.
v8.57.2
8.57.2 (2026-03-23)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] remove dangling closing parenthesis (#11865)
- eslint-plugin: [array-type] ignore Array and ReadonlyArray without type arguments (#11971)
- eslint-plugin: [no-restricted-types] flag banned generics in extends or implements (#12120)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-unsafe-return] false positive on unwrapping generic (#12125)
- eslint-plugin: [no-useless-default-assignment] skip reporting false positives for unresolved type parameters (#12127)
- eslint-plugin: [prefer-readonly-parameter-types] preserve type alias infomation (#11954)
- typescript-estree: skip createIsolatedProgram fallback for projectService (#12066, #12065)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- Konv Suu
- mdm317
- Newton Yuan
@NewtonYuan- RyoheiYamamoto
- SungHyun627
@SungHyun627- Tamashoo
@TamashooSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1
8.57.1 (2026-03-16)
🩹 Fixes
- eslint-plugin: [prefer-optional-chain] no report for property on intersection type (#12126)
❤️ Thank You
- Newton Yuan
@NewtonYuanSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.57.2 (2026-03-23)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.57.1 (2026-03-16)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
be4d54dchore(release): publish 8.57.2c7c38aachore(release): publish 8.57.1- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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