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 peggy from 4.0.2 to 4.0.3 #44

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 24, 2024

Bumps peggy from 4.0.2 to 4.0.3.

Release notes

Sourced from peggy's releases.

Bug fixes

4.0.3

Released: 2024-06-19

New features

  • #509 Add and implement ES6 export button

Bug fixes

  • #493 Allow use of an empty array, null, or undefined as allowedStartRules option
  • #505 Fix vscode-eslint settings to work with eslint flat config
  • #507 Remove stray semicolon in CSS
  • #508 Fix broken text input in web version
  • #512 Add "StartRules" to peg.d.ts
  • #513 Allow whitespace between plucked word and its pattern.
  • #520 Grammar with token "constructor" fails to generate
  • #522 Switched from puppeteer to playwright for web tests, and added them to CI.

Documentation

  • #506 Added END OF INPUT (!.).
Changelog

Sourced from peggy's changelog.

4.0.3

Released: 2024-06-19

New features

  • #509 Add and implement ES6 export button

Bug fixes

  • #493 Allow use of an empty array, null, or undefined as allowedStartRules option
  • #505 Fix vscode-eslint settings to work with eslint flat config
  • #507 Remove stray semicolon in CSS
  • #508 Fix broken text input in web version
  • #512 Add "StartRules" to peg.d.ts
  • #513 Allow whitespace between plucked word and its pattern.
  • #520 Grammar with token "constructor" fails to generate
  • #522 Switched from puppeteer to playwright for web tests, and added them to CI.

Documentation

  • #506 Added END OF INPUT (!.).
Commits
  • ff7ec97 Merge pull request #527 from hildjj/version
  • abfa539 Update version to 4.0.3
  • c1bdd5c Merge pull request #526 from hildjj/default-start-rule
  • 9b7b3c3 Fixes #493. Allows null, undefined, or empty array as allowedStartRules, all...
  • fa8fe65 Merge pull request #525 from hildjj/start-rules-dts
  • edd042a Fixes #512. Update typescript types with StartRules
  • aa1073f Merge pull request #524 from hildjj/pluck-ws
  • f5dd1a9 Update version of actions/cache
  • 2a83fad Also change expect timeout
  • 30a5287 Timeout to 5m in CI for playwright
  • 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 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)

Bumps [peggy](https://github.com/peggyjs/peggy) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/peggyjs/peggy/releases)
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md)
- [Commits](peggyjs/peggy@v4.0.2...v4.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 24, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants