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

Bump unified-engine from 9.1.1 to 10.0.1 #98

Merged
merged 1 commit into from
Sep 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps unified-engine from 9.1.1 to 10.0.1.

Release notes

Sourced from unified-engine's releases.

10.0.1

  • 1c11663 Fix bug where monorepo packages were not configured

Full Changelog: unifiedjs/unified-engine@10.0.0...10.0.1

10.0.0

  • e551e71 potentially breaking: remove support for Node 12
  • 3a61392 potentially breaking: update dependencies by @​remcohaszing in unifiedjs/unified-engine#68
    • use yaml to correctly support YAML 1.2
    • update load-plugin, which:
      • uses the recommended modern way to get npm config
      • uses modern Node loading of plugins
  • 9be24d1 7a37155 Add support for passing URLs in files, cwd
  • 6471abe Fix to not access the file system for empty files
  • 87e212f Add improved docs

Full Changelog: unifiedjs/unified-engine@9.1.0...10.0.0

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [unified-engine](https://github.com/unifiedjs/unified-engine) from 9.1.1 to 10.0.1.
- [Release notes](https://github.com/unifiedjs/unified-engine/releases)
- [Commits](unifiedjs/unified-engine@9.1.1...10.0.1)

---
updated-dependencies:
- dependency-name: unified-engine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 1, 2022
@vweevers
Copy link
Owner

vweevers commented Jul 1, 2022

semver-patch because:

remove support for Node 12
unifiedjs/unified-engine@e551e71

We already did.

load-plugin has been updated to ^5.0.0. This may be breaking due to unforeseen issues.
unifiedjs/unified-engine#68

Misuse of semver signaling. Unforeseen issues would just be bugs to be fixed, which can happen on any release and is the normal cost of upgrading software.

js-yaml has been replaced with yaml. This package better follows the YAML standard. This is breaking for users who rely on quirks in js-yaml.
unifiedjs/unified-engine#68

We don't load config from yaml files (although that's not explicitly disabled, so you could, but it's not officially supported).

@vweevers vweevers added the semver-patch Bug fixes that are backward compatible label Jul 1, 2022
@vweevers vweevers merged commit c271740 into master Sep 18, 2022
@vweevers vweevers deleted the dependabot/npm_and_yarn/unified-engine-10.0.1 branch September 18, 2022 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code semver-patch Bug fixes that are backward compatible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant