mdn / yari

The platform code behind MDN Web Docs
Mozilla Public License 2.0
1.16k stars 486 forks source link

chore(deps-dev): bump peggy from 4.0.2 to 4.0.3 #11340

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

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 will merge this PR once 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 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)
mdn-bot commented 1 week ago

@dependabot squash and merge