Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 22, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update
@antfu/eslint-config 5.3.0 -> 5.4.1 age confidence devDependencies minor
@types/node (source) 22.18.4 -> 22.18.6 age confidence devDependencies patch
danielroe/provenance-action v0.1.0 -> v0.1.1 age confidence action patch
pnpm (source) 10.16.1 -> 10.17.0 age confidence packageManager minor
rollup (source) 4.50.2 -> 4.52.0 age confidence devDependencies minor

Release Notes

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

v5.4.1

Compare Source

No significant changes

    View changes on GitHub

v5.4.0

Compare Source

No significant changes

    View changes on GitHub
danielroe/provenance-action (danielroe/provenance-action)

v0.1.1

Compare Source

compare changes

🚀 Enhancements
  • Add support for bun.lock (#​12)
📖 Documentation
  • Use @main constraint for example (237ceea)
❤️ Contributors
pnpm/pnpm (pnpm)

v10.17.0

Compare Source

Minor Changes
  • The minimumReleaseAgeExclude setting now supports patterns. For instance:

    minimumReleaseAge: 1440
    minimumReleaseAgeExclude:
      - "@​eslint/*"

    Related PR: #​9984.

Patch Changes
  • Don't ignore the minimumReleaseAge check, when the package is requested by exact version and the packument is loaded from cache #​9978.
  • When minimumReleaseAge is set and the active version under a dist-tag is not mature enough, do not downgrade to a prerelease version in case the original version wasn't a prerelease one #​9979.
rollup/rollup (rollup)

v4.52.0

Compare Source

2025-09-19

Features
  • Add option output.onlyExplicitManualChunks to turn off merging additional dependencies into manual chunks (#​6087)
  • Add support for x86_64-pc-windows-gnu platform (#​6110)
Pull Requests

v4.51.0

Compare Source

2025-09-19

Features
  • Support ROLLUP_FILE_URL_OBJ placeholder to inject file URLs into the generated code (#​6108)
Bug Fixes
  • Improve OpenHarmony build to work in more situations (#​6115)
Pull Requests

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.

Copy link

vercel bot commented Sep 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
magic-regexp-docs Ready Ready Preview Comment Sep 22, 2025 0:18am

Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 371 371 ± (0.00%)
Lines 166888 166897 ▲ (+0.01%)
Identifiers 155637 155657 ▲ (+0.01%)
Symbols 259596 259608 ▲ (+0.00%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 341151K 340675K ▼ (-0.14%)
I/O read 0.03s 0.02s ▼ (-50.00%)
I/O write 0s 0s ± (0.00%)
Parse time 0.87s 0.87s ± (0.00%)
Bind time 0.37s 0.36s ± (-2.78%)
Check time 2.12s 2.19s ± (+3.20%)
Emit time 0.1s 0.11s ± (+9.09%)
Total time 3.47s 3.53s ± (+1.70%)

Copy link

codspeed-hq bot commented Sep 22, 2025

CodSpeed Performance Report

Merging #628 will not alter performance

Comparing renovate/all-minor-patch (7e93b14) with main (3c68b6e)1

Summary

✅ 6 untouched

Footnotes

  1. No successful run was found on main (c8f8653) during the generation of this report, so 3c68b6e was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 371 371 ± (0.00%)
Lines 166847 166856 ▲ (+0.01%)
Identifiers 155637 155657 ▲ (+0.01%)
Symbols 259596 259608 ▲ (+0.00%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 374825K 341728K ▼ (-9.69%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.82s 0.83s ± (+1.20%)
Bind time 0.34s 0.35s ± (+2.86%)
Check time 2.03s 1.97s ± (-3.05%)
Emit time 0.09s 0.1s ± (+10.00%)
Total time 3.28s 3.25s ± (-0.92%)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5e99c23 to 7e93b14 Compare September 22, 2025 12:17
Copy link

Diagnostics Comparison:

Click to expand
Metric Previous New Status
Files 372 372 ± (0.00%)
Lines 167564 167573 ▲ (+0.01%)
Identifiers 156212 156232 ▲ (+0.01%)
Symbols 260071 260083 ▲ (+0.00%)
Types 53581 53581 ± (0.00%)
Instantiations 396483 396483 ± (0.00%)
Memory used 365373K 366387K ▲ (+0.28%)
I/O read 0.02s 0.03s ▲ (+33.33%)
I/O write 0s 0s ± (0.00%)
Parse time 0.84s 0.84s ± (0.00%)
Bind time 0.35s 0.35s ± (0.00%)
Check time 2.16s 2.13s ± (-1.41%)
Emit time 0.1s 0.1s ± (0.00%)
Total time 3.45s 3.43s ± (-0.58%)

@danielroe danielroe merged commit d7a0575 into main Sep 22, 2025
13 checks passed
@danielroe danielroe deleted the renovate/all-minor-patch branch September 22, 2025 12:46
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