Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
@chakra-ui/cli 2.4.1 -> 2.5.8 age confidence
@chakra-ui/theme (source) 3.3.1 -> 3.4.6 age confidence
@playwright/test (source) 1.54.1 -> 1.54.2 age confidence
@sveltejs/package (source) 2.4.0 -> 2.4.1 age confidence
@swc/core (source) 1.13.1 -> 1.13.3 age confidence
eslint (source) 9.31.0 -> 9.33.0 age confidence
pnpm (source) 10.13.1 -> 10.14.0 age confidence
tsx (source) 4.20.3 -> 4.20.4 age confidence

Release Notes

chakra-ui/chakra-ui (@​chakra-ui/cli)

v2.5.8

Compare Source

v2.5.7

Compare Source

v2.5.6

Compare Source

v2.5.5

Compare Source

v2.5.4

Compare Source

v2.5.3

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

chakra-ui/chakra-ui (@​chakra-ui/theme)

v3.4.6

Compare Source

v3.4.5

Compare Source

v3.4.4

Compare Source

v3.4.3

Compare Source

v3.4.2

Compare Source

v3.4.1

Compare Source

v3.4.0

Compare Source

microsoft/playwright (@​playwright/test)

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
sveltejs/kit (@​sveltejs/package)

v2.4.1

Compare Source

Patch Changes
  • chore: add .git to the end of package.json repository url (#​14134)
swc-project/swc (@​swc/core)

v1.13.3

Compare Source

Bug Fixes
Performance

v1.13.2

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (claude) Use Opus and allow assigning to the claude-bot (3275b9c)
Performance
Refactor
Testing
eslint/eslint (eslint)

v9.33.0

Compare Source

v9.32.0

Compare Source

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.
privatenumber/tsx (tsx)

v4.20.4

Compare Source


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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.

Copy link

changeset-bot bot commented Jul 28, 2025

⚠️ No Changeset found

Latest commit: 5fa7be1

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Jul 28, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Project Deployment Preview Updated (UTC)
zag-nextjs Ready Preview Aug 13, 2025 11:29am
zag-solid Ready Preview Aug 13, 2025 11:29am
zag-svelte Ready Preview Aug 13, 2025 11:29am
zag-vue Ready Preview Aug 13, 2025 11:29am
zag-website Failed Aug 13, 2025 11:29am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6d7bc59 to f14790d Compare July 28, 2025 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f14790d to 6f54d10 Compare July 28, 2025 10:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6f54d10 to 6a3e110 Compare July 28, 2025 17:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a3e110 to 707d9e3 Compare July 28, 2025 23:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 71feafe to bea20fe Compare August 12, 2025 18:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d9ade86 to 42dab84 Compare August 12, 2025 19:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42dab84 to bd7417f Compare August 12, 2025 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant