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

Bump node-polyglot from 2.2.2 to 2.4.2 #12

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps node-polyglot from 2.2.2 to 2.4.2.

Changelog

Sourced from node-polyglot's changelog.

v2.4.2: August 16, 2021

  • [Fix] Handle null and undefined gracefully in extend and unset (#161)

v2.4.1: August 16, 2021

  • [Fix] French starts plural at 2 (#154)
  • [Refactor] Replace for-each with object.entries and array.prototype.foreach (#127)
  • [Performance] Add plural type name memoization (#158)
  • [Deps] Update string.prototype.trim (#127)
  • [Dev Deps] update chai, safe-publish-latest, eslint, eslint-plugin-import (#127)

v2.4.0: September 10, 2019

  • [New] add ability to configure pluralization rules (#138)

v2.3.1: June 20, 2019

  • [Fix] fix plurals for Russian with n > 100 (#119)
  • [Performance] Remove unnecessary dollar signs replacement (#132)
  • [Docs] fix typo in the Czech example (#123)
  • [Deps] update warning
  • [Dev Deps] update chai, eslint, eslint-config-airbnb-base, eslint-plugin-import, safe-publish-latest, uglify-js
  • [Tests] on node v12, v11, v10

v2.3.0: July 2, 2018

  • [New] add ability to change interpolation regex by specifying prefix and suffix (#106, #64)
  • [New] support for Serbian (Latin & Cyrillic), Bosnian (Latin & Cyrillic), Czech (#113)
  • [Fix] Moved lt to it's own group (#101)
  • [Fix] Moved tr from chinese to german group (#100)
  • [Fix] Move persian(fa) language to german group of pluralization (#86)
  • [Fix] Remove long-since-updated build files
  • [Fix] fix russian pluralization; add tests (#115)
  • [Fix] croatian is not russian (#114)
  • [Clarity] add more specific locales, even though language codes will match them (#115)
  • [Docs] document constructor options (#84)
  • [Docs] document all instance and static methods (#83)
  • [Docs] fix spelling of "delimiter" (#91)
  • [Docs] onMissingKey can (rather, should) return a value (#95)
  • [Docs] fix instructions to only recommend use with npm (#96)
  • [Docs] Added documentation for method has (#104)
  • [Docs] add example for languages with multiple plurals (#108)
  • [Docs] remove outdated sentence (#112, #110)
  • [Deps] update for-each, has, warning
  • [Dev Deps] update chai, eslint, eslint-config-airbnb-base, eslint-plugin-import, mocha; remove should
  • [Tests] up to node v10; use nvm install-latest-npm to ensure new npm doesn’t break old node; improve matrix
Commits
  • c46c10f 2.4.2
  • 6c10c6f Merge pull request #161 from airbnb/null-undefined
  • fe7be0c Handle null and undefined gracefully in extend and unset
  • 8b5bdce Merge pull request #160 from airbnb/lencioni-patch-1
  • 56a9ab7 Add node 14 and 16 to test matric
  • eadca8c 2.4.1
  • 4683071 [patch] adds plural type name memoization
  • 0aab728 [Refactor] Replace for-each with object.entries and `array.prototype.fore...
  • 7cacbc1 [Deps] update string.prototype.trim
  • dbfac19 [Dev Deps] update chai, safe-publish-latest, eslint, `eslint-plugin-imp...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by lencioni, a new releaser for node-polyglot 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 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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 8, 2021
@awlx
Copy link
Member

awlx commented Nov 8, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-polyglot-2.4.2 branch 2 times, most recently from 466d3c5 to c7bdbf9 Compare November 8, 2021 13:54
@awlx
Copy link
Member

awlx commented Nov 8, 2021

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-polyglot-2.4.2 branch 2 times, most recently from 556e1df to 4fdf7f5 Compare November 8, 2021 14:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-polyglot-2.4.2 branch from 4fdf7f5 to 8b61ebc Compare February 5, 2022 20:58
GoliathLabs added a commit that referenced this pull request Feb 23, 2022
…d-git-info-2.8.9

Bump hosted-git-info from 2.8.5 to 2.8.9
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-polyglot-2.4.2 branch from 8b61ebc to cf9d239 Compare September 11, 2022 21:48
@GoliathLabs
Copy link
Member

@dependabot recreate

Bumps [node-polyglot](https://github.com/airbnb/polyglot.js) from 2.2.2 to 2.4.2.
- [Release notes](https://github.com/airbnb/polyglot.js/releases)
- [Changelog](https://github.com/airbnb/polyglot.js/blob/master/CHANGELOG.md)
- [Commits](airbnb/polyglot.js@v2.2.2...v2.4.2)

---
updated-dependencies:
- dependency-name: node-polyglot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/node-polyglot-2.4.2 branch from cf9d239 to 75d2794 Compare September 12, 2022 17:34
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Feb 1, 2023

Superseded by #46.

@dependabot dependabot bot closed this Feb 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/node-polyglot-2.4.2 branch February 1, 2023 23:02
awlx pushed a commit that referenced this pull request Nov 14, 2023
Update JavaScript dependencies
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.

2 participants