Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 21, 2021

Bumps hyphenopoly from 3.4.0 to 4.11.0.

Release notes

Sourced from hyphenopoly's releases.

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)

Fixed

  • retrieving maindir now works correctly if the filename is mangled (#135)
  • bump devDependencies

Changed

  • use nb instead of nb-no, equivalent to nn

... (truncated)

Changelog

Sourced from hyphenopoly's changelog.

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)

Fixed

  • retrieving maindir now works correctly if the filename is mangled (#135)
  • bump devDependencies

Changed

  • use nb instead of nb-no, equivalent to nn

... (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)

@dependabot dependabot bot added maintenance maintenance-npm NPM Related Automatic PRs labels May 21, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hyphenopoly-4.11.0 branch from 4465a32 to 9d8f4e3 Compare June 7, 2021 09:46
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hyphenopoly-4.11.0 branch from 9d8f4e3 to 7f34288 Compare June 10, 2021 06:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2021

Superseded by #114.

@dependabot dependabot bot closed this Jul 21, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hyphenopoly-4.11.0 branch July 21, 2021 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance maintenance-npm NPM Related Automatic PRs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant