Open renovate[bot] opened 2 years ago
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
âš Warning: custom changes will be lost.
This PR contains the following updates:
^0.2.0
->^1.0.0
Release Notes
LinusU/load-yaml-file (load-yaml-file)
### [`v1.0.0`](https://togithub.com/LinusU/load-yaml-file/releases/tag/v1.0.0): 🚢 1.0.0 / 2021-08-21 [Compare Source](https://togithub.com/LinusU/load-yaml-file/compare/v0.2.0...v1.0.0) #### 💥 Breaking Changes - Upgrade to js-yaml 4.x Migration Guide: - `!!binary` is now always mapped to `Uint8Array` - Numbers are now parsed according to YAML 1.2 instead of YAML 1.1 (`01234` is now decimal, `0o1234` is octal, `1:23` is parsed as string instead of base60) - Line and column in exceptions are now formatted as `(X:Y)` instead of `at line X, column Y` - Convert package to ESM Migration Guide: This relases changes the package from a Common JS module to an EcmaScript module, and drops support for older versions of Node. - The minimum version of Node.js supported is now: `12.20.0`, `14.13.1`, and `16.0.0` - The package must now be imported using the native `import` syntax instead of with `require` #### 🌹 Internal Changes - Remove package lock file - Add license fileConfiguration
📅 Schedule: Branch creation - "on Friday,every weekend" (UTC), 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 was generated by Mend Renovate. View the repository job log.