Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency load-yaml-file to v1 #157

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
load-yaml-file ^0.2.0 -> ^1.0.0 age adoption passing confidence

Release Notes

LinusU/load-yaml-file (load-yaml-file)

v1.0.0: 🚢 1.0.0 / 2021-08-21

Compare Source

💥 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 file

Configuration

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/load-yaml-file-1.x branch from 2a60181 to a269db6 Compare May 7, 2022 18:30
@renovate renovate bot changed the title fix(deps): update dependency load-yaml-file to v1 Update dependency load-yaml-file to v1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency load-yaml-file to v1 fix(deps): update dependency load-yaml-file to v1 Dec 17, 2022
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

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.

@renovate renovate bot force-pushed the renovate/load-yaml-file-1.x branch from a269db6 to 7bf09d7 Compare March 27, 2023 22:04
@renovate renovate bot force-pushed the renovate/load-yaml-file-1.x branch from 7bf09d7 to 56970b0 Compare April 27, 2023 22:30
@renovate renovate bot force-pushed the renovate/load-yaml-file-1.x branch from 56970b0 to 0ff7f04 Compare May 15, 2024 21:52
@renovate renovate bot force-pushed the renovate/load-yaml-file-1.x branch from 0ff7f04 to 907deb9 Compare July 5, 2024 23:53
@renovate renovate bot force-pushed the renovate/load-yaml-file-1.x branch from 907deb9 to 4f8e740 Compare July 6, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants