-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update dependency i18n to v0.15.1 #139
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
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/i18n-0.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Branch automerge failureThis PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.
|
978ed43
to
c9661c5
Compare
c9661c5
to
3a8078f
Compare
3a8078f
to
15516f1
Compare
15516f1
to
c05c581
Compare
c05c581
to
bf280b8
Compare
bf280b8
to
bf69cab
Compare
bf69cab
to
fe4092b
Compare
fe4092b
to
e6e6df7
Compare
e6e6df7
to
05f913a
Compare
05f913a
to
89ae1b6
Compare
89ae1b6
to
f1e4c83
Compare
f1e4c83
to
47a4984
Compare
47a4984
to
6b3cd6c
Compare
6b3cd6c
to
bbbebfb
Compare
bbbebfb
to
1a72a3e
Compare
1a72a3e
to
ff333d5
Compare
ff333d5
to
aeb230e
Compare
aeb230e
to
79a081e
Compare
357d68d
to
637dbde
Compare
637dbde
to
3d9a8ba
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.
This PR contains the following updates:
0.8.4
->0.15.1
0.8.6
->0.13.12
Release Notes
mashpie/i18n-node (i18n)
v0.15.1
Compare Source
v0.15.0
: 0.15.0 - FeatureCompare Source
Added
New
parser
configuration option allows to change the defaultJSON
parser to any other parser with same signature, ie:replaces JSON with YAML, so locale files will now format as yaml files.
See https://github.com/mashpie/i18n-node#some-words-on-parser-option and https://github.com/mashpie/i18n-node/blob/master/test/i18n.configureParser.js
Kudos to @mathiashsteffensen for providing the PR #488
v0.14.2
: - BugfixCompare Source
Fixed
Fixes #493 - using i18n with a combination of retry and sync settings lead to a 'Maximum call stack size exceeded' exception due to an infinite loop while writing phrases to all locale files.
v0.14.1
: - MaintenanceCompare Source
Fixed
This also updates to mocha 9.2.0 (mochajs/mocha#4814) which fixes GHSA-qrpm-p2h7-hrv2
v0.14.0
: - UpgradeCompare Source
Changed
v0.13.4
: - MaintenanceCompare Source
Fixed
see
aa60ac7
,3139881
and4e6963f
for detailsAdded
v0.13.3
: - MaintenanceCompare Source
Fixed
v0.13.2
: - MaintenanceCompare Source
Fixed
v0.13.1
: - HotfixCompare Source
Fixed
Details
A preinstall script was added to force resolving specific versions of lodash and ajv. Those are sub-dependencies of zombie and its packages. Zombie is devDependency of i18n. But zombie still refers to older versions reported to vulnerable - so I decided to force fixed versions.
Of course that
preinstall
should count on anynpm install i18n
, it's renamed toforce-resolutions
so I can still resolve audit issues in dev while also supporting clean installs.now reads as
And doesn't get triggered by
npm install
.v0.13.0
: - Feature ReleaseCompare Source
Added
retryInDefaultLocale
as proposed by PR #206header
as proposed by PRs #390 and #407Fixed
Changed
v0.12.0
: - Feature ReleaseCompare Source
Added
const i18n = require('i18n')
const i18n = new I18n()
Example:
v0.11.1
: - MaintenanceCompare Source
Fixed
Minimist is a sub-dependency of
mocha
andmessageformat
:v0.11.0
: - Feature ReleaseCompare Source
Added
Fixed
v0.10.0
: - Feature ReleaseCompare Source
Thanks to @einfallstoll i18n got much more developer friendly by adding two extra configuration options for working with translation
filescatalogs.Added
missingKeyFn
option ℗ #433 )Examples
staticCatalog
Instead of letting i18n load translations from a given directory you may now pass your js object right on configuration, ie:
This opens up for a ton of possible ways to handle translations in your very own desired way. But be warned: "Great power comes with great responsibility".
missingKeyFn
Want to get a warning on missing translations? Add missing translations with an indicator? Or even want to try an external service (like deepl.com) to provide an automated translated proposal of a missing phrase?
v0.9.1
: - HousekeepingCompare Source
Fixed
url
v0.9.0
: - Feature ReleaseCompare Source
Added
number
orstring
) in__n()
(#305 )v0.8.6
Compare Source
v0.8.5
: - General MaintenanceCompare Source
Added
Fixed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.