Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 10, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@capsizecss/metrics (source) 3.5.0 -> 3.6.2 age confidence devDependencies minor
@capsizecss/unpack (source) 3.0.0 -> 3.0.1 age confidence dependencies patch
@types/node (source) 24.10.0 -> 24.10.1 age confidence devDependencies patch
actions/checkout v5.0.0 -> v5.0.1 age confidence action patch
danielroe/provenance-action v0.1.0 -> v0.1.1 age confidence action patch
esbuild ^0.25.12 -> ^0.27.0 age confidence dependencies minor
knip (source) 5.68.0 -> 5.70.0 age confidence devDependencies minor
pnpm (source) 10.21.0 -> 10.22.0 age confidence packageManager minor
rollup (source) 4.52.5 -> 4.53.3 age confidence devDependencies minor
shadcn-docs-nuxt (source) 1.1.4 -> 1.1.7 age confidence dependencies patch
tsdown (source) 0.16.0 -> 0.16.5 age confidence devDependencies patch
unstorage (source) 1.17.1 -> 1.17.2 age confidence dependencies patch
unstorage (source) 1.17.1 -> 1.17.2 age confidence resolutions patch

Release Notes

seek-oss/capsize (@​capsizecss/metrics)

v3.6.2

Compare Source

Patch Changes

v3.6.1

Compare Source

Patch Changes
  • #​239 41ef5b0 Thanks @​delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.

v3.6.0

Compare Source

Minor Changes
seek-oss/capsize (@​capsizecss/unpack)

v3.0.1

Compare Source

Patch Changes
  • #​239 41ef5b0 Thanks @​delucis! - Bundle Capsize packages with tsdown instead of Crackle. This is an internal change only and does not affect the public API.
actions/checkout (actions/checkout)

v5.0.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

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
evanw/esbuild (esbuild)

v0.27.0

Compare Source

This release deliberately contains backwards-incompatible changes. To avoid automatically picking up releases like this, you should either be pinning the exact version of esbuild in your package.json file (recommended) or be using a version range syntax that only accepts patch upgrades such as ^0.26.0 or ~0.26.0. See npm's documentation about semver for more information.

  • Use Uint8Array.fromBase64 if available (#​4286)

    With this release, esbuild's binary loader will now use the new Uint8Array.fromBase64 function unless it's unavailable in the configured target environment. If it's unavailable, esbuild's previous code for this will be used as a fallback. Note that this means you may now need to specify target when using this feature with Node (for example --target=node22) unless you're using Node v25+.

  • Update the Go compiler from v1.23.12 to v1.25.4 (#​4208, #​4311)

    This raises the operating system requirements for running esbuild:

    • Linux: now requires a kernel version of 3.2 or later
    • macOS: now requires macOS 12 (Monterey) or later

v0.26.0

Compare Source

  • Enable trusted publishing (#​4281)

    GitHub and npm are recommending that maintainers for packages such as esbuild switch to trusted publishing. With this release, a VM on GitHub will now build and publish all of esbuild's packages to npm instead of me. In theory.

    Unfortunately there isn't really a way to test that this works other than to do it live. So this release is that live test. Hopefully this release is uneventful and is exactly the same as the previous one (well, except for the green provenance attestation checkmark on npm that happens with trusted publishing).

webpro-nl/knip (knip)

v5.70.0

Compare Source

v5.69.1

Compare Source

v5.69.0

Compare Source

pnpm/pnpm (pnpm)

v10.22.0: pnpm 10.22

Compare Source

Minor Changes

  • Added support for trustPolicyExclude #​10164.

    You can now list one or more specific packages or versions that pnpm should allow to install, even if those packages don't satisfy the trust policy requirement. For example:

    trustPolicy: no-downgrade
    trustPolicyExclude:
      - [email protected]
      - [email protected] || 5.102.1
  • Allow to override the engines field on publish by the publishConfig.engines field.

Patch Changes

  • Don't crash when two processes of pnpm are hardlinking the contents of a directory to the same destination simultaneously #​10179.

Platinum Sponsors

Bit

Gold Sponsors

Discord CodeRabbit Workleap
Stackblitz Vite
rollup/rollup (rollup)

v4.53.3

Compare Source

2025-11-19

Bug Fixes
  • Fix an error where too many modules where flagged for having an unused external import (#​6182)
  • Fix an error where an assignment was wrongly tree-shaken when mutating it (#​6183)
Pull Requests

v4.53.2

Compare Source

2025-11-10

Bug Fixes
  • Do not throw when using invalid escape sequences in template literals (#​6177)
Pull Requests

v4.53.1

Compare Source

2025-11-07

Bug Fixes
Pull Requests

v4.53.0

Compare Source

2025-11-07

Features
  • Improve rendering performance by caching generated variable names (#​5947)
Pull Requests
ZTL-UwU/shadcn-docs-nuxt (shadcn-docs-nuxt)

v1.1.7

Compare Source

🌐 i18n
  • Add zhcn and zhtw as alternative language codes
  • Add Chinese docs translation
View changes on GitHub

v1.1.6

Compare Source

🐞 Bug Fixes

v1.1.5

Compare Source

rolldown/tsdown (tsdown)

v0.16.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.16.4

Compare Source

   🚀 Features
    View changes on GitHub

v0.16.3

Compare Source

   🏎 Performance
    View changes on GitHub

v0.16.2

Compare Source

   🚀 Features
  • Upgrade rolldown to v1.0.0-beta.49  -  by @​sxzz (48181)
  • entry: Auto enable glob, support infer entry extension  -  by @​sxzz and jinghaihan (2c525)
    View changes on GitHub

v0.16.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
unjs/unstorage (unstorage)

v1.17.2

Compare Source

compare changes

📦 Build
  • Fix masquerading as CJS issue (#​700)
❤️ 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 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.

@renovate renovate bot added the chore label Nov 10, 2025
@renovate renovate bot requested a review from danielroe as a code owner November 10, 2025 08:07
@netlify
Copy link

netlify bot commented Nov 10, 2025

Deploy Preview for fontless ready!

Name Link
🔨 Latest commit 91553ea
🔍 Latest deploy log https://app.netlify.com/projects/fontless/deploys/691d69ba9474850008f5e437
😎 Deploy Preview https://deploy-preview-688--fontless.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 project configuration.

@pkg-pr-new
Copy link

pkg-pr-new bot commented Nov 10, 2025

Open in StackBlitz

npm i https://pkg.pr.new/fontaine@688
npm i https://pkg.pr.new/fontless@688

commit: 91553ea

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from b44ec32 to 8df74aa Compare November 17, 2025 07:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 2f58ace to 3f22829 Compare November 18, 2025 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f22829 to 91553ea Compare November 19, 2025 06:54
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.

2 participants