Closed renovate[bot] closed 2 years ago
Name | Link |
---|---|
Latest commit | f91eb4810b079d6894b7033abc5ca9ba01fd1afa |
Latest deploy log | https://app.netlify.com/sites/redwood-sprout/deploys/629f0fdef60aa20008237146 |
Deploy Preview | https://deploy-preview-78--redwood-sprout.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Name | Link |
---|---|
Latest commit | 787337b60bdd56c68dcaa1f7f0d9b5fbffbfdcb3 |
Latest deploy log | https://app.netlify.com/sites/redwoodjs-com/deploys/632cce0505234100096b734a |
Deploy Preview | https://deploy-preview-78--redwoodjs-com.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This PR contains the following updates:
^0.14.1
->0.15.1
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.
Release Notes
mashpie/i18n-node
### [`v0.15.1`](https://togithub.com/mashpie/i18n-node/compare/v0.15.0...c55f79488ddacf42292409231058036e826976aa) [Compare Source](https://togithub.com/mashpie/i18n-node/compare/v0.15.0...c55f79488ddacf42292409231058036e826976aa) ### [`v0.15.0`](https://togithub.com/mashpie/i18n-node/releases/tag/v0.15.0) [Compare Source](https://togithub.com/mashpie/i18n-node/compare/0.14.2...v0.15.0) ### Added New `parser` configuration option allows to change the default `JSON` parser to any other parser with same signature, ie: ```js const YAML = require('yaml') /** * JSON.stringify() -> YAML.stringify() * JSON.parse() -> YAML.parse() */ i18n.configure({ extension: '.yml', parser: YAML }) ``` 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](https://togithub.com/mathiashsteffensen) for providing the PR [#488](https://togithub.com/mashpie/i18n-node/issues/488)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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.
This PR has been generated by Mend Renovate. View repository job log here.