Skip to content

chore(deps): update dependency @capsizecss/unpack to v4#708

Merged
danielroe merged 1 commit intomainfrom
renovate/capsizecss-unpack-4.x
Jan 12, 2026
Merged

chore(deps): update dependency @capsizecss/unpack to v4#708
danielroe merged 1 commit intomainfrom
renovate/capsizecss-unpack-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 22, 2025

This PR contains the following updates:

Package Change Age Confidence
@capsizecss/unpack (source) ^3.0.0^4.0.0 age confidence

Release Notes

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

v4.0.0

Compare Source

Major Changes
BREAKING CHANGES

Move fromFile to fs entry point.

MIGRATION GUIDE
-import { fromFile } from '@​capsizecss/unpack';
+import { fromFile } from '@​capsizecss/unpack/fs';
BREAKING CHANGES

As a result of migrating to a lighter weight package for extracting font file metrics, this package is now ESM-only.

MIGRATION GUIDE

In most projects you can continue to use the package as before.
CommonJS (CJS) projects using Node.js <20, should update to use a dynamic import:

// For CJS projects before Node 20
const { fromBuffer } = await import("@&#8203;capsizecss/unpack");

// For all other projects
import { fromBuffer } from "@&#8203;capsizecss/unpack";
Patch Changes
  • #​238 61f51f3 Thanks @​delucis! - Reduce install size by using a lighter weight package for extracting font file metrics

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Dec 22, 2025

Open in StackBlitz

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

commit: a398513

@netlify
Copy link
Copy Markdown

netlify Bot commented Dec 22, 2025

Deploy Preview for fontless ready!

Name Link
🔨 Latest commit a398513
🔍 Latest deploy log https://app.netlify.com/projects/fontless/deploys/6964c7fb4fe9cd0008ca1698
😎 Deploy Preview https://deploy-preview-708--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.

@renovate renovate Bot force-pushed the renovate/capsizecss-unpack-4.x branch 2 times, most recently from ec1c01a to edc4535 Compare December 22, 2025 21:09
@renovate renovate Bot force-pushed the renovate/capsizecss-unpack-4.x branch from edc4535 to 5f163c4 Compare December 31, 2025 18:54
@delucis
Copy link
Copy Markdown
Contributor

delucis commented Jan 7, 2026

The fromFile() usage will need updating to import from @capsize/unpack/fs.

@renovate renovate Bot force-pushed the renovate/capsizecss-unpack-4.x branch from 5f163c4 to a398513 Compare January 12, 2026 10:07
@danielroe danielroe merged commit 2733c6d into main Jan 12, 2026
7 of 9 checks passed
@danielroe danielroe deleted the renovate/capsizecss-unpack-4.x branch January 12, 2026 10:09
@delucis
Copy link
Copy Markdown
Contributor

delucis commented Jan 12, 2026

@danielroe CI was failing here. Happy to make a PR fixing up the v4 @capsizecss/unpack usage if you need one. Let me know!

@danielroe
Copy link
Copy Markdown
Member

oh, yes please if you have a chance!

@delucis
Copy link
Copy Markdown
Contributor

delucis commented Jan 12, 2026

Done in #711

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.

3 participants