Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NPM(deps): Bump hyphenopoly from 3.4.0 to 4.12.0 #77

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2022

Bumps hyphenopoly from 3.4.0 to 4.12.0.

Release notes

Sourced from hyphenopoly's releases.

Version 4.12.0 (2021-07-21)

Fixed

  • Fixed memory access out of bounds (#165)
  • Fixed Module aborting with SIGBUS error (#169)
  • bump devDependencies

Version 4.11.0 (2021-03-07)

Fixed

  • Fixed too long word error not stopping hyphenation in module (7373d9d80c6b632d46194f99d6778cbb04f260e1)
  • Refactor code to determine language of elements (5c8379f230e3f34e4f3e73fcb32f81fccb383f24)
  • Refactor code to store word in memory (7373d9d80c6b632d46194f99d6778cbb04f260e1)
  • Refactor translateMap (35c8eb3dab3010a96feef589b049d2349d0a3bf1)
  • bump devDependencies

Version 4.10.0 (2021-01-05)

Fixed

  • Prevent error on elements with lang="zxx" (#160)
  • Refactor code to determine language of elements (79735497cb51f15fbc6932dce809293f4cd1050e)
  • Enhance wasm.hyphenate() (1567e276ccdae2ca1b611c01b51e341e6ddb9dca)
  • bump devDependencies

Version 4.9.0 (2020-12-01)

Fixed

  • Add compatibility to node v10 (thanks to yashha and danburzo, #154)

Changed

  • wasm.hyphenate() returns the length of the hyphenated word - or 0 on error (d1c0d8e23485fc9ae9468d71c4414236a096bd3d)
  • Extended CI testing to all node LTS versions (#156)
  • Add lint script to pretest (4afce88b1b1341daed256ef8fd99e3206c21dd2b)

Version 4.8.1 (2020-11-05)

Fixed

  • Don't hyphenate words with (non-normalized) COMBINING ACCENTS (#147)
  • bump devDependencies

Changed

  • use TextDecoder instead of StringDecoder

Doc

  • Update the webpack example for webpack 5.4.0

Version 4.8.0 (2020-10-09)

Fixed

  • bump dependencies in Webpack example
  • bump devDependencies

Changed

  • linked list based pattern trie needs much less memory

Version 4.7.0 (2020-08-05)

... (truncated)

Changelog

Sourced from hyphenopoly's changelog.

Version 4.12.0 (2021-07-21)

Fixed

  • Fixed memory access out of bounds (#165)
  • Fixed Module aborting with SIGBUS error (#169)
  • bump devDependencies

Version 4.11.0 (2021-03-07)

Fixed

  • Fixed too long word error not stopping hyphenation in module (7373d9d80c6b632d46194f99d6778cbb04f260e1)
  • Refactor code to determine language of elements (5c8379f230e3f34e4f3e73fcb32f81fccb383f24)
  • Refactor code to store word in memory (7373d9d80c6b632d46194f99d6778cbb04f260e1)
  • Refactor translateMap (35c8eb3dab3010a96feef589b049d2349d0a3bf1)
  • bump devDependencies

Version 4.10.0 (2021-01-05)

Fixed

  • Prevent error on elements with lang="zxx" (#160)
  • Refactor code to determine language of elements (79735497cb51f15fbc6932dce809293f4cd1050e)
  • Enhance wasm.hyphenate() (1567e276ccdae2ca1b611c01b51e341e6ddb9dca)
  • bump devDependencies

Version 4.9.0 (2020-12-01)

Fixed

  • Add compatibility to node v10 (thanks to yashha and danburzo, #154)

Changed

  • wasm.hyphenate() returns the length of the hyphenated word - or 0 on error (d1c0d8e23485fc9ae9468d71c4414236a096bd3d)
  • Extended CI testing to all node LTS versions (#156)
  • Add lint script to pretest (4afce88b1b1341daed256ef8fd99e3206c21dd2b)

Version 4.8.1 (2020-11-05)

Fixed

  • Don't hyphenate words with (non-normalized) COMBINING ACCENTS (#147)
  • bump devDependencies

Changed

  • use TextDecoder instead of StringDecoder

Doc

  • Update the webpack example for webpack 5.4.0

Version 4.8.0 (2020-10-09)

Fixed

  • bump dependencies in Webpack example
  • bump devDependencies

Changed

  • linked list based pattern trie needs much less memory

Version 4.7.0 (2020-08-05)

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [hyphenopoly](https://github.com/mnater/Hyphenopoly) from 3.4.0 to 4.12.0.
- [Release notes](https://github.com/mnater/Hyphenopoly/releases)
- [Changelog](https://github.com/mnater/Hyphenopoly/blob/master/CHANGELOG.md)
- [Commits](mnater/Hyphenopoly@v3.4.0...v4.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 4, 2023

Superseded by #125.

@dependabot dependabot bot closed this Jan 4, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hyphenopoly-4.12.0 branch January 4, 2023 01:23
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.

0 participants