Skip to content

Bump harfbuzzjs from 0.4.6 to 1.4.0#6

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/harfbuzzjs-1.4.0
Open

Bump harfbuzzjs from 0.4.6 to 1.4.0#6
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/harfbuzzjs-1.4.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown

Bumps harfbuzzjs from 0.4.6 to 1.4.0.

Release notes

Sourced from harfbuzzjs's releases.

v1.4.0

What's Changed

Full Changelog: harfbuzz/harfbuzzjs@v1.3.0...v1.4.0

v1.3.0

What's Changed

Full Changelog: harfbuzz/harfbuzzjs@v1.2.1...v1.3.0

v1.2.1

What's Changed

Full Changelog: harfbuzz/harfbuzzjs@v1.2.0...v1.2.1

v1.2.0

What's Changed

Full Changelog: harfbuzz/harfbuzzjs@v1.1.0...v1.2.0

v1.1.0

  • Add face.getFeatureLookups()
  • Add font.getLookupOpticalBound()

v1.0.0

First stable release of the v1.x line. A major rewrite of the JavaScript bindings.

Highlights since v0.x:

  • TypeScript & ES modules: The package is now written in TypeScript and ships as an ES module, with top-level-await WASM initialization.
  • Class-based API: Constructors replace the factory functions.
  • Automatic memory management: WASM objects are reclaimed via FinalizationRegistry, without the need for manual .destroy() calls.
  • Typed enums: APIs that took string codes or magic numbers now take typed enum values (Direction, BufferFlag, etc.).
  • camelCase naming: APIs and properties that used snake_case have been renamed using camelCase for consistency.
  • Feature class wrapping hb_feature_t. shape() and shapeWithTrace() now take Feature[].
  • Variation class wrapping hb_variation_t. Font.setVariations() now takes Variation[].
  • New bindings: hb_buffer_add(), hb_font_get_glyph() and friends.
  • GlyphInfo exposes glyph flags.
  • Buffer.serialize() takes a single options object ({ font, start, end, format, flags }); Buffer.json() removed in favor of getGlyphInfos() / getGlyphPositions().
  • null is no longer used anywhere in the API; undefined is used throughout.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for harfbuzzjs since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@dependabot
dependabot Bot requested a review from Desmosy as a code owner June 28, 2026 19:00
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 28, 2026
@netlify

netlify Bot commented Jun 28, 2026

Copy link
Copy Markdown

Deploy Preview for aifont ready!

Name Link
🔨 Latest commit afb2e80
🔍 Latest deploy log https://app.netlify.com/projects/aifont/deploys/6a543e7d7c9de000087360e6
😎 Deploy Preview https://deploy-preview-6--aifont.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.

Bumps [harfbuzzjs](https://github.com/harfbuzz/harfbuzzjs) from 0.4.6 to 1.4.0.
- [Release notes](https://github.com/harfbuzz/harfbuzzjs/releases)
- [Commits](harfbuzz/harfbuzzjs@v0.4.6...v1.4.0)

---
updated-dependencies:
- dependency-name: harfbuzzjs
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/harfbuzzjs-1.4.0 branch from e3d682f to afb2e80 Compare July 13, 2026 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants