Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #497

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@antfu/eslint-config 4.2.0 -> 4.2.1 age adoption passing confidence
@types/node (source) 22.13.1 -> 22.13.4 age adoption passing confidence
bumpp 10.0.2 -> 10.0.3 age adoption passing confidence
pnpm (source) 10.2.1 -> 10.4.1 age adoption passing confidence
rollup (source) 4.34.6 -> 4.34.8 age adoption passing confidence
unplugin 2.1.2 -> 2.2.0 age adoption passing confidence

Release Notes

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

v4.2.1

Compare Source

   🚀 Features
    View changes on GitHub
antfu-collective/bumpp (bumpp)

v10.0.3

Compare Source

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

v10.4.1

Compare Source

Patch Changes
  • Throws an error when the value provided by the --allow-build option overlaps with the pnpm.ignoredBuildDependencies list #​9105.
  • Print pnpm's version after the execution time at the end of the console output.
  • Print warning about ignored builds of dependencies on repeat install #​9106.
  • Setting init-package-manager should work.

v10.4.0

Compare Source

Minor Changes
  • pnpm approve-builds --global works now for allowing dependencies of globally installed packages to run postinstall scripts.

  • The pnpm add command now supports a new flag, --allow-build, which allows building the specified dependencies. For instance, if you want to install a package called bundle that has esbuild as a dependency and want to allow esbuild to run postinstall scripts, you can run:

    pnpm --allow-build=esbuild add bundle
    

    This will run esbuild's postinstall script and also add it to the pnpm.onlyBuiltDependencies field of package.json. So, esbuild will always be allowed to run its scripts in the future.

    Related PR: #​9086.

  • The pnpm init command adds a packageManager field with the current version of pnpm CLI #​9069. To disable this behaviour, set the init-package-manager setting to false.

Patch Changes
  • pnpm approve-builds should work after two consecutive pnpm install runs #​9083.
  • Fix instruction for updating pnpm with corepack #​9101.
  • The pnpm version specified by packageManager cannot start with v.

v10.3.0

Compare Source

Minor Changes
  • Added a new setting called strict-dep-builds. When enabled, the installation will exit with a non-zero exit code if any dependencies have unreviewed build scripts (aka postinstall scripts) #​9071.
Patch Changes
  • Fix a false negative of verify-deps-before-run after pnpm install --production|--no-optional #​9019.
  • Print the warning about blocked installation scripts at the end of the installation output and make it more prominent.
rollup/rollup (rollup)

v4.34.8

Compare Source

2025-02-17

Bug Fixes
  • Do not make assumptions about the value of nested paths in logical expressions if the expression cannot be simplified (#​5846)
Pull Requests
  • #​5846: return UnknownValue if the usedbranch is unkown and the path is not empty (@​TrickyPi)

v4.34.7

Compare Source

2025-02-14

Bug Fixes
  • Ensure that calls to parameters are included correctly when using try-catch deoptimization (#​5842)
Pull Requests
unjs/unplugin (unplugin)

v2.2.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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.

@renovate renovate bot added the chore label Feb 17, 2025
@renovate renovate bot requested a review from danielroe as a code owner February 17, 2025 01:01
Copy link

vercel bot commented Feb 17, 2025

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

Name Status Preview Comments Updated (UTC)
magic-regexp-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 17, 2025 5:52pm

Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 349 349 ± (0.00%)
Lines 143770 143679 ▼ (-0.06%)
Identifiers 148250 148228 ▼ (-0.01%)
Symbols 250368 250348 ▼ (-0.01%)
Types 51231 51233 ▲ (+0.00%)
Instantiations 612180 612183 ▲ (+0.00%)
Memory used 284658K 286765K ▲ (+0.73%)
I/O read 0.02s 0.02s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.94s 1s ± (+6.00%)
Bind time 0.4s 0.41s ± (+2.44%)
Check time 2.16s 2.01s ± (-7.46%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.61s 3.52s ± (-2.56%)

Copy link

codspeed-hq bot commented Feb 17, 2025

CodSpeed Performance Report

Merging #497 will not alter performance

Comparing renovate/all-minor-patch (0b54051) with main (1eacdcd)

Summary

✅ 6 untouched benchmarks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 510a635 to caf66a4 Compare February 17, 2025 09:47
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 349 349 ± (0.00%)
Lines 143770 143679 ▼ (-0.06%)
Identifiers 148250 148228 ▼ (-0.01%)
Symbols 250368 250348 ▼ (-0.01%)
Types 51231 51233 ▲ (+0.00%)
Instantiations 612180 612183 ▲ (+0.00%)
Memory used 284409K 253452K ▼ (-12.21%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0.01s ▲ (+100.00%)
Parse time 0.94s 0.95s ± (+1.05%)
Bind time 0.4s 0.4s ± (0.00%)
Check time 2s 1.95s ± (-2.56%)
Emit time 0.1s 0.11s ± (+9.09%)
Total time 3.44s 3.41s ± (-0.88%)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from caf66a4 to 0b54051 Compare February 17, 2025 17:51
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 349 349 ± (0.00%)
Lines 143770 143679 ▼ (-0.06%)
Identifiers 148250 148228 ▼ (-0.01%)
Symbols 250368 250348 ▼ (-0.01%)
Types 51231 51233 ▲ (+0.00%)
Instantiations 612180 612183 ▲ (+0.00%)
Memory used 286192K 286081K ▼ (-0.04%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.92s 0.98s ± (+6.12%)
Bind time 0.42s 0.41s ± (-2.44%)
Check time 2.03s 2.02s ± (-0.50%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.47s 3.51s ± (+1.14%)

@danielroe danielroe merged commit a7c2dcf into main Feb 18, 2025
12 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch February 18, 2025 05:14
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