Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pnpm (source) 10.7.1 -> 10.8.0 age adoption passing confidence
ufo 1.5.4 -> 1.6.0 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v10.8.0

Compare Source

Minor Changes
  • Experimental. A new hook is supported for updating configuration settings. The hook can be provided via .pnpmfile.cjs. For example:

    module.exports = {
      hooks: {
        updateConfig: (config) => ({
          ...config,
          nodeLinker: "hoisted",
        }),
      },
    };
  • Now you can use the pnpm add command with the --config flag to install new configurational dependencies #​9377.

Patch Changes
  • Do not hang indefinitely, when there is a glob that starts with !/ in pnpm-workspace.yaml. This fixes a regression introduced by #​9169.
  • pnpm audit --fix should update the overrides in pnpm-workspace.yaml.
  • pnpm link should update overrides in pnpm-workspace.yaml, not in package.json #​9365.
unjs/ufo (ufo)

v1.6.0

Compare Source

compare changes

🚀 Enhancements
  • Add filterQuery utility (#​287)
🩹 Fixes
  • parseQuery: Use object with null prototype (#​286)
  • parseFilename: Use optional chaining to access opts.strict (#​284)
📖 Documentation
🏡 Chore
  • Consistent spelling in JSDoc comments & update automd syntax (#​256)
  • Apply automated lint fixes (aa6d406)
  • Apply automated lint fixes (46d0a04)
  • Update dev dependencies (9eaa57c)
  • Lint (a7012eb)
✅ Tests
  • query: Validate more than 2 values for key (#​273)
🤖 CI
❤️ Contributors

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 Apr 7, 2025
@renovate renovate bot requested a review from danielroe as a code owner April 7, 2025 17:27
@renovate renovate bot added the dependencies label Apr 7, 2025
@vercel
Copy link

vercel bot commented Apr 7, 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 Apr 7, 2025 5:27pm

@github-actions
Copy link

github-actions bot commented Apr 7, 2025

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 356 356 ± (0.00%)
Lines 147688 147704 ▲ (+0.01%)
Identifiers 150593 150594 ▲ (+0.00%)
Symbols 252749 252756 ▲ (+0.00%)
Types 51231 51231 ± (0.00%)
Instantiations 612217 612217 ± (0.00%)
Memory used 281826K 283420K ▲ (+0.56%)
I/O read 0.03s 0.03s ± (0.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.94s 0.94s ± (0.00%)
Bind time 0.45s 0.45s ± (0.00%)
Check time 2.03s 2.13s ± (+4.69%)
Emit time 0.11s 0.1s ± (-10.00%)
Total time 3.52s 3.62s ± (+2.76%)

@codspeed-hq
Copy link

codspeed-hq bot commented Apr 7, 2025

CodSpeed Performance Report

Merging #537 will not alter performance

Comparing renovate/all-minor-patch (55e419a) with main (41fa80a)

Summary

✅ 6 untouched benchmarks

@danielroe danielroe merged commit 4be3c53 into main Apr 7, 2025
12 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch April 7, 2025 17:40
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