TryGhost / express-hbs

Express handlebars template engine with inheritance, partials, i18n and async helpers.
MIT License
458 stars 76 forks source link

Update dependency i18n to v0.13.1 #215

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
i18n devDependencies minor 0.12.0 -> 0.13.1

Release Notes

mashpie/i18n-node ### [`v0.13.1`](https://togithub.com/mashpie/i18n-node/releases/0.13.1) [Compare Source](https://togithub.com/mashpie/i18n-node/compare/0.13.0...0.13.1) ### Fixed - npx npm-force-resolutions failed [#​445](https://togithub.com/mashpie/i18n-node/issues/445) #### 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 any `npm install i18n`, it's renamed to `force-resolutions` so I can still resolve audit issues in dev while also supporting clean installs. ```json "scripts": { "preinstall": "npx npm-force-resolutions" } ``` now reads as ```json "scripts": { "force-resolutions": "npx npm-force-resolutions" } ``` And doesn't get triggered by `npm install`. ### [`v0.13.0`](https://togithub.com/mashpie/i18n-node/releases/0.13.0) [Compare Source](https://togithub.com/mashpie/i18n-node/compare/0.12.0...0.13.0) ### Added - new option `retryInDefaultLocale` as proposed by PR [#​206](https://togithub.com/mashpie/i18n-node/issues/206) - new option `header` as proposed by PRs [#​390](https://togithub.com/mashpie/i18n-node/issues/390) and [#​407](https://togithub.com/mashpie/i18n-node/issues/407) - pre-commit hooks to ensure code-style (even on contributions) ### Fixed - typos in README ### Changed - tooling: eslint with standard.js & prettier presets replaces jshint

Renovate configuration

:date: Schedule: "every weekday" (UTC).

:vertical_traffic_light: Automerge: Enabled.

:recycle: Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR has been generated by WhiteSource Renovate. View repository job log here.

renovate[bot] commented 4 years ago

Branch automerge failure

This PR was configured for branch automerge, however this is not possible so it has been raised as a PR instead.