Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@eslint/js (source) 9.24.0 -> 9.25.1 age adoption passing confidence
@vitest/coverage-v8 (source) 3.1.1 -> 3.1.2 age adoption passing confidence
eslint (source) 9.24.0 -> 9.25.1 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.9.0 age adoption passing confidence
typescript-eslint (source) 8.30.1 -> 8.31.0 age adoption passing confidence
vite (source) 6.3.0 -> 6.3.2 age adoption passing confidence
vitest (source) 3.1.1 -> 3.1.2 age adoption passing confidence
vue-tsc (source) 2.2.8 -> 2.2.10 age adoption passing confidence

Release Notes

eslint/eslint (@​eslint/js)

v9.25.1

Compare Source

v9.25.0

Compare Source

vitest-dev/vitest (@​vitest/coverage-v8)

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub
eslint/eslint (eslint)

v9.25.1

Compare Source

v9.25.0

Compare Source

pnpm/pnpm (pnpm)

v10.9.0

Compare Source

Minor Changes
  • Added support for installing JSR packages. You can now install JSR packages using the following syntax:

    pnpm add jsr:<pkg_name>
    

    or with a version range:

    pnpm add jsr:<pkg_name>@&#8203;<range>
    

    For example, running:

    pnpm add jsr:@&#8203;foo/bar
    

    will add the following entry to your package.json:

    {
      "dependencies": {
        "@&#8203;foo/bar": "jsr:^0.1.2"
      }
    }

    When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:

    {
      "dependencies": {
        "@&#8203;foo/bar": "npm:@&#8203;jsr/foo__bar@^0.1.2"
      }
    }

    Related issue: #​8941.

    Note: The @jsr scope defaults to https://npm.jsr.io/ if the @jsr:registry setting is not defined.

  • Added a new setting, dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this to pnpm-workspace.yaml:

    neverBuiltDependencies: []

    dangerouslyAllowAllBuilds has the same effect but also allows to be set globally via:

    pnpm config set dangerouslyAllowAllBuilds true
    

    It can also be set when running a command:

    pnpm install --dangerously-allow-all-builds
    
Patch Changes
  • Fix a false negative in verifyDepsBeforeRun when nodeLinker is hoisted and there is a workspace package without dependencies and node_modules directory #​9424.
  • Explicitly drop verifyDepsBeforeRun support for nodeLinker: pnp. Combining verifyDepsBeforeRun and nodeLinker: pnp will now print a warning.
typescript-eslint/typescript-eslint (typescript-eslint)

v8.31.0

Compare Source

🩹 Fixes
  • typescript-eslint: gracefully handle invalid flat config objects in config helper (#​11070)
  • typescript-eslint: address bugs in config() around global ignores (#​11065)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

vitejs/vite (vite)

v6.3.2

Compare Source

v6.3.1

Compare Source

vuejs/language-tools (vue-tsc)

v2.2.10

Compare Source


Configuration

📅 Schedule: Branch creation - "after 1am on Wednesday" (UTC), 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.

Copy link

netlify bot commented Apr 23, 2025

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit 254ccc3
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/680861437c16130008e49bda
😎 Deploy Preview https://deploy-preview-2656--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@renovate renovate bot merged commit 0630538 into main Apr 23, 2025
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 23, 2025 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants