Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sxzz/eslint-config ^6.1.1 -> ^6.1.2 age adoption passing confidence
eslint (source) ^9.24.0 -> ^9.25.0 age adoption passing confidence
pnpm (source) 10.8.1 -> 10.9.0 age adoption passing confidence
tsdown ^0.8.0-beta.4 -> ^0.9.1 age adoption passing confidence
vitest (source) ^3.1.1 -> ^3.1.2 age adoption passing confidence

Release Notes

sxzz/eslint-config (@​sxzz/eslint-config)

v6.1.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint (eslint)

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.
rolldown/tsdown (tsdown)

v0.9.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.9.0

Compare Source

   🚨 Breaking Changes
  • Rename dts.isolatedDeclaration to dts.isolatedDeclarations  -  by @​sxzz (afc8e)
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.8.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.8.0

Compare Source

   🚀 Features
    View changes on GitHub
vitest-dev/vitest (vitest)

v3.1.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.

@socket-security
Copy link

socket-security bot commented Mar 17, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedtsdown@​0.8.0-beta.4 ⏵ 0.9.179 +110086 +196 +1100
Updated@​sxzz/​eslint-config@​6.1.1 ⏵ 6.1.280 +110097 +195 +3100
Updatedeslint@​9.24.0 ⏵ 9.25.097 +110010096100
Updatedvitest@​3.1.1 ⏵ 3.1.2100 +3100100 +24100 +4100

View full report

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 11 times, most recently from 1eb6021 to fcd2383 Compare March 23, 2025 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 9af23d4 to 771d1a9 Compare March 31, 2025 11:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 362ffbb to 85a2fb6 Compare April 3, 2025 18:06
@socket-security
Copy link

socket-security bot commented Apr 3, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from b5672b1 to 5352429 Compare April 7, 2025 18:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3f472eb to ff40020 Compare April 16, 2025 08:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Apr 16, 2025
@renovate renovate bot closed this Apr 16, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 16, 2025 08:11
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Apr 21, 2025
@renovate renovate bot reopened this Apr 21, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from ff40020 to 371f1b9 Compare April 21, 2025 07:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 371f1b9 to 60fa6e2 Compare April 21, 2025 10:39
@renovate renovate bot merged commit 3d5bbe5 into main Apr 21, 2025
8 checks passed
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