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 compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

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 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 e3d682f
🔍 Latest deploy log https://app.netlify.com/projects/aifont/deploys/6a416f351592140007058611
😎 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.

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