Update dependency i18n to v0.14.0 #52

Merged
sebclem merged 1 commits from renovate/i18n-0.x into main 2022-01-29 15:47:00 +01:00
Owner

This PR contains the following updates:

Package Type Update Change
i18n dependencies minor 0.13.4 -> 0.14.0

Release Notes

mashpie/i18n-node

v0.14.0

Compare Source

Changed

v0.13.4

Compare Source

Fixed

  • upgrade all dev dependencies without breaking changes
  • upgrade all dependencies without breaking changes

see aa60ac7, 3139881 and 4e6963f for details

Added

  • test directory traversal (#​486)

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 | minor | [`0.13.4` -> `0.14.0`](https://renovatebot.com/diffs/npm/i18n/0.13.3/0.14.0) | --- ### Release Notes <details> <summary>mashpie/i18n-node</summary> ### [`v0.14.0`](https://github.com/mashpie/i18n-node/releases/0.14.0) [Compare Source](https://github.com/mashpie/i18n-node/compare/0.13.4...0.14.0) ### Changed - replaces sprintf-js with fast-printf [#&#8203;453](https://github.com/mashpie/i18n-node/issues/453) - replaces deprecated messageformat with [@&#8203;messageformat/core](https://github.com/messageformat/core) [#&#8203;472](https://github.com/mashpie/i18n-node/issues/472) - drops node support <10 - local dev defaults to node 16 ### [`v0.13.4`](https://github.com/mashpie/i18n-node/releases/0.13.4) [Compare Source](https://github.com/mashpie/i18n-node/compare/0.13.3...0.13.4) ### Fixed - upgrade all dev dependencies without breaking changes - upgrade all dependencies without breaking changes see [`aa60ac7`](https://github.com/mashpie/i18n-node/commit/aa60ac704d364ab061bc778a1f4551ebb67ca575), [`3139881`](https://github.com/mashpie/i18n-node/commit/3139881165896ec3dbb664c66e410a84f06fcfac) and [`4e6963f`](https://github.com/mashpie/i18n-node/commit/4e6963fd571bb6b47577bb3fead0edac5325e433) for details ### Added - test directory traversal ([#&#8203;486](https://github.com/mashpie/i18n-node/issues/486)) </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-01-23 20:01:11 +01:00
Update dependency i18n to v0.14.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
b2b4fc89b7
Author
Owner

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN using --force I sure hope you know what you are doing.
npm ERR! code EACCES
npm ERR! syscall open
npm ERR! path /tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, open '/tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json'
npm ERR!  [Error: EACCES: permission denied, open '/tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json'] {
npm ERR!   errno: -13,
npm ERR!   code: 'EACCES',
npm ERR!   syscall: 'open',
npm ERR!   path: '/tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json'
npm ERR! }
npm ERR! 
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR! 
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.

npm ERR! A complete log of this run can be found in:

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm WARN using --force I sure hope you know what you are doing. npm ERR! code EACCES npm ERR! syscall open npm ERR! path /tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json npm ERR! errno -13 npm ERR! Error: EACCES: permission denied, open '/tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json' npm ERR! [Error: EACCES: permission denied, open '/tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json'] { npm ERR! errno: -13, npm ERR! code: 'EACCES', npm ERR! syscall: 'open', npm ERR! path: '/tmp/renovate/repos/gitea/sebclem/cnc-speed-calculator/package-lock.json' npm ERR! } npm ERR! npm ERR! The operation was rejected by your operating system. npm ERR! It is likely you do not have the permissions to access this file as the current user npm ERR! npm ERR! If you believe this might be a permissions issue, please double-check the npm ERR! permissions of the file and its containing directories, or try running npm ERR! the command again as root/Administrator. npm ERR! A complete log of this run can be found in: ```
renovate-bot force-pushed renovate/i18n-0.x from b2b4fc89b7 to a878a6c852 2022-01-29 15:39:58 +01:00 Compare
renovate-bot force-pushed renovate/i18n-0.x from a878a6c852 to 5c1a90a182 2022-01-29 15:43:36 +01:00 Compare
sebclem merged commit 5c1a90a182 into main 2022-01-29 15:47:00 +01:00
sebclem deleted branch renovate/i18n-0.x 2022-01-29 15:47:00 +01: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#52
No description provided.