llun / activities.next

A Next.JS ActivityPub server.
https://llun.social
MIT License
59 stars 4 forks source link

Bump peggy from 3.0.0 to 3.0.1 #33

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps peggy from 3.0.0 to 3.0.1.

Release notes

Sourced from peggy's releases.

Minor cleanups

Minor Changes

  • #329 Allow plugin options in generate. This change loosens type checking strictness to allow for options unknown to Peggy, but used by plugins such as ts-pegjs. From @​hildjj.

Bug Fixes

  • #329 Allow type definition for ParserBuildOptions to include plugin options. From @​hildjj.
  • #346 Allow extra semicolons between rules. From @​hildjj.
  • #347 Disallow '$' as an initial character in identifiers. This is not a breaking change because no grammar could have successfully used these in the past. From @​hildjj.
  • #354 Various minor nits in the docs, including indentation and ensuring that the CNAME file is correct.
  • #357 Fix infinite recursion possibility in repetition delimeters. From @​hildjj and @​Mingun.
  • #359 Do not treat as many words as reserved. Clarify the documentation about identifiers. Ensure that it is more clear that the target language being generated determines what words are reserved. Clarify that reserved word checking is only done for labels. From @​nene.
  • #364 Fix passing an incorrect external label to the expression inside the repeated node. From @​Mingun.
Changelog

Sourced from peggy's changelog.

3.0.1

Released: 2022-03-05

Minor Changes

  • #329 Allow plugin options in generate. This change loosens type checking strictness to allow for options unknown to Peggy, but used by plugins such as ts-pegjs. From @​hildjj.

Bug Fixes

  • #329 Allow type definition for ParserBuildOptions to include plugin options. From @​hildjj.
  • #346 Allow extra semicolons between rules. From @​hildjj.
  • #347 Disallow '$' as an initial character in identifiers. This is not a breaking change because no grammar could have successfully used these in the past. From @​hildjj.
  • #354 Various minor nits in the docs, including indentation and ensuring that the CNAME file is correct.
  • #357 Fix infinite recursion possibility in repetition delimeters. From @​hildjj and @​Mingun.
  • #359 Do not treat as many words as reserved. Clarify the documentation about identifiers. Ensure that it is more clear that the target language being generated determines what words are reserved. Clarify that reserved word checking is only done for labels. From @​nene.
  • #364 Fix passing an incorrect external label to the expression inside the repeated node. From @​Mingun.
Commits
  • 408e094 Merge pull request #368 from hildjj/release-v3.0.1
  • 1581da1 Update CHANGELOG.md
  • d5dad50 Update version number & rebuild
  • 8a9f08e Update dependencies
  • 318a3d9 Merge pull request #367 from hildjj/infinite-delimiters
  • c218670 Update test/unit/compiler/passes/report-infinite-repetition.spec.js
  • 3b6f0d9 Fixes #357. Do not allow infinite recursion in repetition delimiter.
  • 2439e4a Merge pull request #366 from hildjj/multi-semi
  • deca52a Update changelog
  • 21e3ec8 Allow extra semicolons between rules.
  • 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 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)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
mastodon-nextjs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 6, 2023 at 11:19PM (UTC)
dependabot[bot] commented 1 year ago

Looks like peggy is up-to-date now, so this is no longer needed.