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

Update i18next to the latest version 🚀 #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link

@greenkeeper greenkeeper bot commented Oct 24, 2018

The dependency i18next was updated from 11.10.2 to 12.0.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Find out more about this release.

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 22, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Nov 22, 2018

  • The dependency i18next was updated from 11.10.2 to 12.1.0.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • e7dd382 rebuild, update changelog
  • a23acf1 Merge pull request #1136 from dyniper/partial-bundled-languages
  • abdb1eb PR feedback
  • a36455d Adding a new flag "partialBundledLanguages" to allow using both a backend and bundled resources
  • 3d1bb7d Merge pull request #1 from i18next/master
  • 9364368 Update README.md
  • 1103f8f Merge pull request #1123 from necccc/master
  • 600e0b6 update .npmignore

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 14, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 14, 2018

  • The dependency i18next was updated from 11.10.2 to 13.0.0.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • bc58338 rebuild
  • b232a7c Merge pull request #1130 from i18next/Promises
  • e8b82af Merge pull request #1142 from emilgpa/master
  • bf56ae3 Merge pull request #1143 from ddemirkhanyan-vineti/add-object-to-invalid-keys-check
  • d47c620 Merge pull request #1146 from johnburkert/master
  • b69b345 linting fix
  • 73a3559 refactor non valid keys handling
  • b52c60c include typescript definition file
  • af44d14 added options as arg to missingInterpolationHandler
  • a36bb75 add hint for the promise extention
  • 7fa9066 adds promises API

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 25, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 25, 2018

  • The dependency i18next was updated from 11.10.2 to 13.0.1.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 6b67324 rebuild
  • d627306 Merge pull request #1152 from nikolay-borzov/master
  • fc6447a update typescript definition file
  • 85637ee Merge pull request #1149 from adrai/patch-1
  • 67bec0d fix link

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 31, 2018
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 31, 2018

  • The dependency i18next was updated from 11.10.2 to 13.1.0.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 1d22b3e rebuild
  • 7ece8b4 Merge pull request #1151 from messerm/patch-1
  • 20cc059 Add some extended use cases and add specs for all the test cases.
  • 37b846e Update defaults.js

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 9, 2019

  • The dependency i18next was updated from 11.10.2 to 13.1.1.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 12, 2019

  • The dependency i18next was updated from 11.10.2 to 13.1.2.

Update to this version instead 🚀

Commits

The new version differs by 4 commits.

  • 5bd4b74 prepare 13.1.2
  • c1358a6 Run prettier on typescript files for easier diffing in PRs (#1167)
  • a1400fe Update index.d.ts (#1166)
  • 3be868a Add typescript testing (#1165)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 17, 2019

  • The dependency i18next was updated from 11.10.2 to 13.1.3.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • a9979fb update version
  • 87df33f set semi true again
  • 140934b Pull up WithT interface allowing for overrides (#1172)
  • 0c60262 change function value type to generic function interface (#1163)
  • 1f501ec fix: tsconfig typo and npmignore (#1170)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 17, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 17, 2019

  • The dependency i18next was updated from 11.10.2 to 13.1.4.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • f033840 fixes plurals for JSON v2

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 7, 2019

  • The dependency i18next was updated from 11.10.2 to 14.1.0.

Update to this version instead 🚀

Commits

The new version differs by 18 commits.

  • 51bb65e support plurals in returning objecttree array
  • 3b31cf3 exclude build artefacts from linting
  • a46f67a Merge branch 'master' of github.com:i18next/i18next
  • 442a9d5 exclude build artefacts from linting
  • 67791ad Update README.md
  • 26a2b80 prepare 14.0.1
  • aeb1554 Parameterized use of TFunction fails while WithT use works (#1188)
  • e0fa366 TFunction external use broken without using interface (#1186)
  • 537b1d6 prepare v14
  • 8944d0f Refactor generics usage (#1180)
  • 270904f Add lint-staged prettier (#1183)
  • 5134e75 TS cleanup (#1182)
  • c1417a8 Update README.md
  • 45261a2 rebuild
  • 62e0466 Merge pull request #1179 from tmt003-ho/patch-1

There are 18 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 7, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 7, 2019

  • The dependency i18next was updated from 11.10.2 to 14.1.1.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 54da34f allow empty string for array join

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 9, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 9, 2019

  • The dependency i18next was updated from 11.10.2 to 15.0.0.

Update to this version instead 🚀

Commits

The new version differs by 3 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 10, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 10, 2019

  • The dependency i18next was updated from 11.10.2 to 15.0.1.

Update to this version instead 🚀

Commits

The new version differs by 2 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 11, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 11, 2019

  • The dependency i18next was updated from 11.10.2 to 15.0.2.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2019
greenkeeper bot added a commit that referenced this pull request Dec 12, 2019
@greenkeeper
Copy link
Author

greenkeeper bot commented Dec 12, 2019

  • The dependency i18next was updated from 11.10.2 to 19.0.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 6, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 6, 2020

  • The dependency i18next was updated from 11.10.2 to 19.0.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Jan 27, 2020

  • The dependency i18next was updated from 11.10.2 to 19.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 19, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 19, 2020

  • The dependency i18next was updated from 11.10.2 to 19.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2020

  • The dependency i18next was updated from 11.10.2 to 19.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 20, 2020

  • The dependency i18next was updated from 11.10.2 to 19.3.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 24, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Feb 24, 2020

  • The dependency i18next was updated from 11.10.2 to 19.3.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 16, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 16, 2020

  • The dependency i18next was updated from 11.10.2 to 19.3.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Mar 27, 2020

  • The dependency i18next was updated from 11.10.2 to 19.3.4.

Update to this version instead 🚀

@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 8, 2020

  • The dependency i18next was updated from 11.10.2 to 19.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 8, 2020
greenkeeper bot added a commit that referenced this pull request Apr 10, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 10, 2020

  • The dependency i18next was updated from 11.10.2 to 19.4.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 15, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 15, 2020

  • The dependency i18next was updated from 11.10.2 to 19.4.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 20, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 20, 2020

  • The dependency i18next was updated from 11.10.2 to 19.4.3.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 27, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented Apr 27, 2020

  • The dependency i18next was updated from 11.10.2 to 19.4.4.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 25, 2020
@greenkeeper
Copy link
Author

greenkeeper bot commented May 25, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency i18next was updated from 11.10.2 to 19.4.5.

Update to this version instead 🚀

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