Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 8, 2025

This PR contains the following updates:

Package Change Age Confidence
@modelcontextprotocol/sdk (source) ^1.16.0 -> ^1.17.1 age confidence
@types/node (source) ^22.16.5 -> ^22.17.0 age confidence
pnpm (source) 10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad -> 10.14.0 age confidence

Release Notes

modelcontextprotocol/typescript-sdk (@​modelcontextprotocol/sdk)

v1.17.1

Compare Source

What's Changed

Full Changelog: modelcontextprotocol/typescript-sdk@1.17.0...1.17.1

v1.17.0

Compare Source

What's Changed

New Contributors 🙏

Full Changelog: modelcontextprotocol/typescript-sdk@1.16.0...1.17.0

pnpm/pnpm (pnpm)

v10.14.0

Compare Source

Minor Changes
  • Added support for JavaScript runtime resolution

    Declare Node.js, Deno, or Bun in devEngines.runtime (inside package.json) and let pnpm download and pin it automatically.

    Usage example:

    {
      "devEngines": {
        "runtime": {
          "name": "node",
          "version": "^24.4.0",
          "onFail": "download" (we only support the "download" value for now)
        }
      }
    }

    How it works:

    1. pnpm install resolves your specified range to the latest matching runtime version.
    2. The exact version (and checksum) is saved in the lockfile.
    3. Scripts use the local runtime, ensuring consistency across environments.

    Why this is better:

    1. This new setting supports also Deno and Bun (vs. our Node-only settings useNodeVersion and executionEnv.nodeVersion)
    2. Supports version ranges (not just a fixed version).
    3. The resolved version is stored in the pnpm lockfile, along with an integrity checksum for future validation of the Node.js content's validity.
    4. It can be used on any workspace project (like executionEnv.nodeVersion). So, different projects in a workspace can use different runtimes.
    5. For now devEngines.runtime setting will install the runtime locally, which we will improve in future versions of pnpm by using a shared location on the computer.

    Related PR: #​9755.

  • Add --cpu, --libc, and --os to pnpm install, pnpm add, and pnpm dlx to customize supportedArchitectures via the CLI #​7510.

Patch Changes
  • Fix a bug in which pnpm add downloads packages whose libc differ from pnpm.supportedArchitectures.libc.
  • The integrities of the downloaded Node.js artifacts are verified #​9750.
  • Allow dlx to parse CLI flags and options between the dlx command and the command to run or between the dlx command and -- #​9719.
  • pnpm install --prod should removing hoisted dev dependencies #​9782.
  • Fix an edge case bug causing local tarballs to not re-link into the virtual store. This bug would happen when changing the contents of the tarball without renaming the file and running a filtered install.
  • Fix a bug causing pnpm install to incorrectly assume the lockfile is up to date after changing a local tarball that has peers dependencies.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Aug 8, 2025
Copy link
Contributor Author

renovate bot commented Aug 8, 2025

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot enabled auto-merge (squash) August 8, 2025 00:36
@renovate renovate bot added the dependencies label Aug 8, 2025
@renovate renovate bot merged commit a3836fa into master Aug 8, 2025
18 checks passed
@renovate renovate bot deleted the renovate/minor-updates branch August 8, 2025 00:40
@azu azu added the Type: Dependencies Dependency issues or Changes to dependency files label Aug 9, 2025
@github-actions github-actions bot mentioned this pull request Aug 20, 2025
azu added a commit that referenced this pull request Aug 20, 2025
<!-- Release notes generated using configuration in .github/release.yml
at master -->

## What's Changed
### Bug Fixes
* fix(textlint-tester): support empty string test cases by @kellyselden
in #1698
### Documentation
* docs: add filterRules parameter to TextlintKernelDescriptor by @k35o
in #1668
* docs: add GitHub Actions CI/CD integration examples by @azu in
#1671
* docs: fix typos in README by @azu in
#1681
* docs: clarify JSON comment support in configuration files by @azu in
#1690
### Maintenance
* chore: Node.js maintenance updates by @azu in
#1682
### CI
* chore(deps): update github/codeql-action action to v3.29.3 by
@renovate[bot] in #1672
* chore(deps): update github/codeql-action action to v3.29.5 by
@renovate[bot] in #1675
* chore(deps): update github/codeql-action action to v3.29.7 by
@renovate[bot] in #1679
* chore(deps): update actions/checkout action to v4.3.0 by
@renovate[bot] in #1695
* CI(create-release-pr): remove unneeded --yes by @azu in
#1699
* chore(deps): update github/codeql-action action to v3.29.9 by
@renovate[bot] in #1700
### Dependency Updates
* fix(deps): update dependency @modelcontextprotocol/sdk to ^1.16.0 by
@renovate[bot] in #1665
* chore(deps): update dependency eslint-config-prettier to ^10.1.8 by
@renovate[bot] in #1666
* chore(deps): update patch updates (patch) by @renovate[bot] in
#1667
* chore(deps): update eslint to ^8.38.0 (patch) by @renovate[bot] in
#1674
* fix(deps): update patch updates (patch) by @renovate[bot] in
#1676
* chore(deps): update dependency @eslint/js to ^9.32.0 by @renovate[bot]
in #1678
* fix(deps): update react monorepo to ^19.1.1 (patch) by @renovate[bot]
in #1677
* fix(deps): update minor updates (minor) by @renovate[bot] in
#1680
* chore(deps): update dependency lint-staged to ^16.1.4 by
@renovate[bot] in #1683
* chore(deps): remove unused unique-concat dependency by @azu in
#1687
* chore(deps): remove unused mkdirp dependency by @azu in
#1688
* chore(deps): update eslint to ^8.39.0 (minor) by @renovate[bot] in
#1691
* fix(deps): update dependency @modelcontextprotocol/sdk to ^1.17.2 by
@renovate[bot] in #1692
* chore(deps): update dependency lint-staged to ^16.1.5 by
@renovate[bot] in #1693
* chore(deps): update dependency @eslint/js to ^9.33.0 by @renovate[bot]
in #1694
* chore(deps): update eslint to ^8.39.1 (patch) by @renovate[bot] in
#1696
### Other Changes
* chore(deps): update node.js to v22.17.1 by @renovate[bot] in
#1660
* feat(website): make the entire sidebar hideable by @JamBalaya56562 in
#1669

## New Contributors
* @JamBalaya56562 made their first contribution in
#1669

**Full Changelog**:
v15.2.1...v15.2.2

Co-authored-by: azu <azu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Dependencies Dependency issues or Changes to dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant