Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the version-updates group with 7 updates in the / directory:

Package From To
@modelcontextprotocol/sdk 1.20.0 1.22.0
linkup-sdk 2.4.1 2.5.0
@biomejs/biome 2.2.6 2.3.7
@smithery/cli 1.5.3 1.6.3
@types/node 24.8.0 24.10.1
knip 5.65.0 5.70.1
semantic-release 25.0.1 25.0.2

Updates @modelcontextprotocol/sdk from 1.20.0 to 1.22.0

Release notes

Sourced from @​modelcontextprotocol/sdk's releases.

1.22.0

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.1...1.22.0

1.21.2

What's changed

This is a patch release for a regression highlighted by #1103

This patch contains only the cherry picked fix in #1108

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.1...1.21.2

1.21.1

What's Changed

New Contributors

Full Changelog: modelcontextprotocol/typescript-sdk@1.21.0...1.21.1

1.21.0

What's Changed

New Contributors

... (truncated)

Commits
  • 324d471 chore: bump version for release (#1110)
  • 8019972 [auth] Fix march spec fallback for metadata discovery (#1108)
  • 29cb080 Implementation of SEP-986: Specify Format for Tool Names (#900)
  • 9f06b6b SEP-1330: Compatibility with SEP-1034 (#1100)
  • ce420f8 DRAFT: SEP-1034: Default values for Elicitation Schemas (#1096)
  • 2da89db change step name (#1089)
  • 6f20663 Upgrade to Node LTS (#1072)
  • 5e735c1 add pkg-pr-new bot (#1088)
  • f59996a SEP-1319: Decouple Request Payloads, Remove passthrough iteration, Typecheck ...
  • 806d7cf registerTool: accept ZodType<object> for input and output schema (#816)
  • 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 linkup-sdk from 2.4.1 to 2.5.0

Release notes

Sourced from linkup-sdk's releases.

v2.5.0

2.5.0 (2025-11-14)

Features

  • search: add maxResults parameter (6861131)
Commits

Updates @biomejs/biome from 2.2.6 to 2.3.7

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.7

2.3.7

Patch Changes

  • #8169 7fdcec8 Thanks @​arendjr! - Fixed #7999: Correctly place await after leading comment in auto-fix action from noFloatingPromises rule.

  • #8157 12d5b42 Thanks @​Conaclos! - Fixed #8148. noInvalidUseBeforeDeclaration no longer reports some valid use before declarations.

    The following code is no longer reported as invalid:

    class classA {
      C = C;
    }
    const C = 0;
  • #8178 6ba4157 Thanks @​dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.

    - <Component v-else:property="123" />
    + <Component v-else :property="123" />
  • #8088 0eb08e8 Thanks @​db295! - Fixed #7876: The noUnusedImports rule now ignores imports that are used by @​linkcode and @​linkplain (previously supported @​link and @​see).

    The following code will no longer be a false positive:

    import type { a } from "a"
    /**
    
    {@​linkcode a}
    */
    function func() {}
  • #8119 8d64655 Thanks @​ematipico! - Improved the detection of the rule noUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.

    This logic deviates from the original rule, hence noUnnecessaryConditions is now marked as "inspired".

    In the following example, hey starts as false, but then it's assigned to a string. The rule isn't triggered inside the if check.

    let hey = false;
    function test() {
    hey = "string";

  • ... (truncated)

    Changelog

    Sourced from @​biomejs/biome's changelog.

    2.3.7

    Patch Changes

    • #8169 7fdcec8 Thanks @​arendjr! - Fixed #7999: Correctly place await after leading comment in auto-fix action from noFloatingPromises rule.

    • #8157 12d5b42 Thanks @​Conaclos! - Fixed #8148. noInvalidUseBeforeDeclaration no longer reports some valid use before declarations.

      The following code is no longer reported as invalid:

      class classA {
        C = C;
      }
      const C = 0;
    • #8178 6ba4157 Thanks @​dyc3! - Fixed #8174, where the HTML parser would parse 2 directives as a single directive because it would not reject whitespace in Vue directives. This would cause the formatter to erroneously merge the 2 directives into one, resulting in broken code.

      - <Component v-else:property="123" />
      + <Component v-else :property="123" />
    • #8088 0eb08e8 Thanks @​db295! - Fixed #7876: The noUnusedImports rule now ignores imports that are used by @​linkcode and @​linkplain (previously supported @​link and @​see).

      The following code will no longer be a false positive:

      import type { a } from "a"
      /**
      
      {@​linkcode a}
      */
      function func() {}
  • #8119 8d64655 Thanks @​ematipico! - Improved the detection of the rule noUnnecessaryConditions. Now the rule isn't triggered for variables that are mutated inside a module.

    This logic deviates from the original rule, hence noUnnecessaryConditions is now marked as "inspired".

    In the following example, hey starts as false, but then it's assigned to a string. The rule isn't triggered inside the if check.

    let hey = false;
    function test() {
    hey = "string";
    }

  • ... (truncated)

    Commits
    Maintainer changes

    This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​biomejs/biome since your current version.


    Updates @smithery/cli from 1.5.3 to 1.6.3

    Commits

    Updates @types/node from 24.8.0 to 24.10.1

    Commits

    Updates knip from 5.65.0 to 5.70.1

    Release notes

    Sourced from knip's releases.

    Release 5.70.1

    • chore: fix vitest node env recognition (#1360) (9a38e10230b18b256ee8ed03dcc5217029b5298d) - thanks @​jonathansamines!
    • Improve some export/import positions (f6f58fa96ef1243c4e5c70e8860b286bd63bed94)
    • Add some common hints/FAQs to plugin test template (da7cf84a501321a9bbb3e118e840d36d47abad56)

    Release 5.70.0

    • Revert "Revive some tests in Bun" (f1406b5d8fc5add850e88ea23619bad745519c97)
    • feat(plugins): Add Prisma plugin entry and Prisma schema compiler (#1340) (9f80aa4b09f9c9c5a0e55015a8b0eae9fb2e1812) - thanks @​CHC383!
    • Improve some export/import positions (b19282b3ff84d1486820afb9f09e1384d8934bc8)
    • Move block to group top-level patterns (bba25f33d489fb1942925d022348536513e4a4dd)
    • Improve some naming around module graph (63d61176f0613bb405627f6cab2dc1bbee052df5)
    • Minor refactors (a63b0dce0f886f297650185c72003f7c935a9deb)
    • Update auto-fix.mdx (#1356) (c64d9056ef9aed63b1b8255dc1bad120a21f311f) - thanks @​skvale!
    • Improve side-effects & opaque import call handling (resolve #1352) (e364589d790ce185c9a3b29aa2ea00f2663064d6)
    • Add some unit tests for isIdentifierReferenced (f31eab4b443f084ff4af3eab187c352deab27089)
    • Add support for awaited import call promise (92cbcef6b0501891e9e62ef6a3ef801b0de945e7)
    • Edit and dim tag hints title (e4affd2f0651ba530817bb04805805e6474b0fbe)
    • feat(plugins): Add taskfile plugin (#1357) (f64b72c31f0ee47da68a1eff96505dc770c43194) - thanks @​elierotenberg!
    • Improve pragmas handling/setup (resolves #1358) (e0f497cc937e5cb5281a84a7e9c2181942b94361)
    • Upgrade js-yaml + some others (resolve #1359) (5195888a691c200c971e214f28ad20bf4a395862)
    • Clean up (da9440fb6a09222cc8a50093178e6cd69fee3bd6)

    Release 5.69.1

    • Release @​knip/create-config 1.0.8 (87405169656dbfa8cf931092d516c91647f95529)
    • Edit docs (5eb8a6943904505b5630dee1ee58379c7707f72d)
    • Apply Next.js page extensions to app directory (#1351) (f9cf9dc0fd44880a515979a104261ed77fa8878d) - thanks @​remcohaszing!
    • Refactor fixes & consistently use issue.fixes (d7b45cfebb135881160ecda2acf0ad5239d98441)
    • Revive some tests in Bun (74a0bd8ebf6e68e121333489495d2b6d58545fd4)
    • Fix import identifier/specifier pos (95d2c04d5400ffb57f9057653c0977967b3ae02e)
    • Fix namespace import pos (6b6b80b813d545d16ba74fc68beecd492f1252a2)
    • Improve some export/import positions (9b87b1ac20fb33d9f9b5af1de1cbe1d053fa18ff)
    • Rely on absolute paths with formatly (npx acts weird) (6653f357074c559f537af1b5563b191372d7901e)

    Release 5.69.0

    • Update mdxlint-preset-webpro (88e772a01022dd8a023d5f9c54fe2e1e1407565b)
    • Edit docs (c44b8bfe849e131c0a071cd67cb63e8ef1bffc30)
    • Upgrade biome (5d3d74d0cdcd507c5b9f7db2bc4c7a9896394bff)
    • Fix up issue type shorthands (88ad825f80cd8390631ea6a67db35a28d21d6a0c)
    • Improve zod error message (208381009cf99a15c0b1fe3feecbc202cbe4d7a1)
    • Correct mdxlint setup in package.json (#1337) (71a4d125a8450c7a9e4a5c78735bbb3c2aabdae1) - thanks @​remcohaszing!
    • (create-config): Fix regex for detecting packages in pnpm-workspace.yaml (#1342) (46e33d95f8390ca051ddc43f711724dfc2ac0e4e) - thanks @​taro-28!
    • Add missing dependency on remark-gfm (#1338) (e1462d3ca7fe65402d8eb7f9ed758129554cbdc0) - thanks @​remcohaszing!
    • feat(plugins): extend prisma plugin (#1339) (6dc700a1351c776342ca54b6968865ed3bc9fd43) - thanks @​CHC383!
    • Link to github org knip search results (2ee1f1b488150cbe848ecf2e4b4952997f43f0eb)
    • Support --format in eslint plugin (resolves #1343) (4cb18bb21419194df751e54baaab069bfdd26219)
    • mdxlint uses remark prefix (cdd21733e458693b9ca61c28289e804c26eeab48)
    • Print relative path in trace renderer (379e798b7a8e950ae5fc0c609e433987d3189ab6)
    • Allow to un-ignore wildcard ignored workspaces (b422f10229d953f4e480bdc51bbf51c531448d1e)
    • Support URL constructor with import.meta.url (resolves #1310) (ffff5a625bfd7c3f8647cdf8f326907a5089f6dc)
    • Refactor import props into modifiers (9a0ace7460cb58ab3aec632caacf1008e4cf1adc)

    ... (truncated)

    Commits

    Updates semantic-release from 25.0.1 to 25.0.2

    Release notes

    Sourced from semantic-release's releases.

    v25.0.2

    25.0.2 (2025-11-07)

    Bug Fixes

    • deps: update dependency read-package-up to v12 (#3935) (1494cb9)
    Commits
    • 1494cb9 fix(deps): update dependency read-package-up to v12 (#3935)
    • b79ff4c Merge pull request #3931 from Simek/patch-1
    • ddfe3cb Merge pull request #3932 from Deltamir/docs-add-semantic-release-uv-community...
    • adac0b7 Merge pull request #3920 from semantic-release/installation
    • 8b68108 update Node version in npx command example
    • 15293df docs(plugins): add semantic-release-uv community plugin in plugins list
    • bfc6d4d docs: Update minimal required Node version
    • 8d7d8ed chore(deps): update dependency @​types/node to v24.10.0 (#3929)
    • 809126c chore(deps): lock file maintenance (#3928)
    • d1affd3 chore(deps): update dependency got to v14.6.2 (#3927)
    • Additional commits viewable in compare view
    Maintainer changes

    This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for semantic-release since your current version.


    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

    … updates
    
    Bumps the version-updates group with 7 updates in the / directory:
    
    | Package | From | To |
    | --- | --- | --- |
    | [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk) | `1.20.0` | `1.22.0` |
    | [linkup-sdk](https://github.com/LinkupPlatform/linkup-js-sdk) | `2.4.1` | `2.5.0` |
    | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.2.6` | `2.3.7` |
    | [@smithery/cli](https://github.com/smithery-ai/cli) | `1.5.3` | `1.6.3` |
    | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.8.0` | `24.10.1` |
    | [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.65.0` | `5.70.1` |
    | [semantic-release](https://github.com/semantic-release/semantic-release) | `25.0.1` | `25.0.2` |
    
    
    
    Updates `@modelcontextprotocol/sdk` from 1.20.0 to 1.22.0
    - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases)
    - [Commits](modelcontextprotocol/typescript-sdk@1.20.0...1.22.0)
    
    Updates `linkup-sdk` from 2.4.1 to 2.5.0
    - [Release notes](https://github.com/LinkupPlatform/linkup-js-sdk/releases)
    - [Commits](LinkupPlatform/linkup-js-sdk@v2.4.1...v2.5.0)
    
    Updates `@biomejs/biome` from 2.2.6 to 2.3.7
    - [Release notes](https://github.com/biomejs/biome/releases)
    - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
    - [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)
    
    Updates `@smithery/cli` from 1.5.3 to 1.6.3
    - [Release notes](https://github.com/smithery-ai/cli/releases)
    - [Changelog](https://github.com/smithery-ai/cli/blob/main/CHANGELOG.md)
    - [Commits](smithery-ai/cli@v1.5.3...v1.6.3)
    
    Updates `@types/node` from 24.8.0 to 24.10.1
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
    
    Updates `knip` from 5.65.0 to 5.70.1
    - [Release notes](https://github.com/webpro-nl/knip/releases)
    - [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
    - [Commits](https://github.com/webpro-nl/knip/commits/5.70.1/packages/knip)
    
    Updates `semantic-release` from 25.0.1 to 25.0.2
    - [Release notes](https://github.com/semantic-release/semantic-release/releases)
    - [Commits](semantic-release/semantic-release@v25.0.1...v25.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: "@modelcontextprotocol/sdk"
      dependency-version: 1.22.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: version-updates
    - dependency-name: linkup-sdk
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: version-updates
    - dependency-name: "@biomejs/biome"
      dependency-version: 2.3.7
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: version-updates
    - dependency-name: "@smithery/cli"
      dependency-version: 1.6.3
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: version-updates
    - dependency-name: "@types/node"
      dependency-version: 24.10.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: version-updates
    - dependency-name: knip
      dependency-version: 5.70.1
      dependency-type: direct:development
      update-type: version-update:semver-minor
      dependency-group: version-updates
    - dependency-name: semantic-release
      dependency-version: 25.0.2
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: version-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    @dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 24, 2025
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    1 participant