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

chore(deps-dev): bump peggy from 4.0.0 to 4.0.1 #10589

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 26, 2024

Bumps peggy from 4.0.0 to 4.0.1.

Release notes

Sourced from peggy's releases.

Fix types

Bug fixes

  • #478 Add "npx" to some doc examples.
  • #479 Refactor cli/fromMem.js into separate project from-mem.
  • #481 Add CLI test for --library
  • #483 fix errors in typescript file.
Changelog

Sourced from peggy's changelog.

4.0.1

Released: 2024-02-23

Bug fixes

  • #478 Add "npx" to some doc examples.
  • #479 Refactor cli/fromMem.js into separate project from-mem.
  • #481 Add CLI test for --library
  • #483 fix errors in typescript file.
Commits
  • 7906d7b Merge pull request #486 from hildjj/release-4.0.1
  • 529e6da Updates for release 4.0.1
  • 01de4b6 Merge pull request #485 from hildjj/npx-doc
  • 1aa1b52 Fixes #478. I thinks this makes the text less clear, but ok.
  • eb90c17 Merge pull request #484 from hildjj/test-library
  • 3289a3a Fixes #481. Adds --library test to CLI
  • 1043631 Merge pull request #483 from hildjj/type-errors
  • 9d2adfd Fixes #482. Updated dependencies, which added mocha linting, errors either f...
  • 38b2b80 Merge pull request #480 from hildjj/from-mem
  • 85930bd Refactor fromMem. Fixes #479.
  • Additional commits viewable in compare view

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 will merge this PR once it's up-to-date and CI passes on it, as requested by @mdn-bot.


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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot requested a review from mdn-bot as a code owner February 26, 2024 12:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 26, 2024
@mdn-bot
Copy link
Collaborator

mdn-bot commented Feb 26, 2024

@dependabot squash and merge

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@caugner
Copy link
Contributor

caugner commented Feb 26, 2024

The checks are failing, because 4.0.0 supports Node 18, but 4.0.1 adds a dependency that requires Node 20, effectively dropping support for Node 18, see: peggyjs/peggy#480 (comment)

@github-actions github-actions bot added the merge conflicts 🚧 Please rebase onto or merge the latest main. label Feb 26, 2024
Copy link
Contributor

This pull request has merge conflicts that must be resolved before it can be merged.

Bumps [peggy](https://github.com/peggyjs/peggy) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/peggyjs/peggy/releases)
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md)
- [Commits](peggyjs/peggy@v4.0.0...v4.0.1)

---
updated-dependencies:
- dependency-name: peggy
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/peggy-4.0.1 branch from 0c72aad to a3edabd Compare February 26, 2024 13:07
@mdn-bot
Copy link
Collaborator

mdn-bot commented Feb 26, 2024

@dependabot squash and merge

@github-actions github-actions bot removed the merge conflicts 🚧 Please rebase onto or merge the latest main. label Feb 26, 2024
@caugner
Copy link
Contributor

caugner commented Feb 26, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 26, 2024

Superseded by #10594.

@dependabot dependabot bot closed this Feb 26, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/peggy-4.0.1 branch February 26, 2024 17:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants