Update dependency i18n to v0.14.2 #63

Merged
sebclem merged 1 commits from renovate/i18n-0.x into main 2022-04-12 16:23:31 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
i18n dependencies patch 0.14.1 -> 0.14.2

Release Notes

mashpie/i18n-node

v0.14.2

Compare 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.

const i18n = new I18n({
    // [...]
    retryInDefaultLocale: true,
    syncFiles: true,
})

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [i18n](https://github.com/mashpie/i18n-node) | dependencies | patch | [`0.14.1` -> `0.14.2`](https://renovatebot.com/diffs/npm/i18n/0.14.1/0.14.2) | --- ### Release Notes <details> <summary>mashpie/i18n-node</summary> ### [`v0.14.2`](https://github.com/mashpie/i18n-node/releases/0.14.2) [Compare Source](https://github.com/mashpie/i18n-node/compare/0.14.1...0.14.2) ### Fixed Fixes [#&#8203;493](https://github.com/mashpie/i18n-node/issues/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. ```js const i18n = new I18n({ // [...] retryInDefaultLocale: true, syncFiles: true, }) ``` </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate-bot added 1 commit 2022-03-06 03:04:08 +01:00
Update dependency i18n to v0.14.2
All checks were successful
continuous-integration/drone/push Build is passing
f34bae1b6f
sebclem merged commit d8c68b435f into main 2022-04-12 16:23:31 +02:00
sebclem deleted branch renovate/i18n-0.x 2022-04-12 16:23:31 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sebclem/cnc-speed-calculator#63
No description provided.