Skip to content

build(deps-dev): bump peggy from 1.2.0 to 2.0.0#88

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/peggy-2.0.0
Closed

build(deps-dev): bump peggy from 1.2.0 to 2.0.0#88
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/peggy-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 30, 2022

Bumps peggy from 1.2.0 to 2.0.0.

Release notes

Sourced from peggy's releases.

Source map support

Major Changes

  • #163: Add support for generating source maps, from @​Mingun
  • #160: Introduce an API for reporting errors, warnings and information messages from passes. New API allows reporting several diagnostics at once with intermediate results checking after each compilation stage, from @​Mingun
  • #218: Add a sourceMappingURL to the generated code, from @​hildjj
  • #248: Remove support for Node.js version 10. When updating dependencies, too many of the tools we use no longer work on the Node 10, which went out of security maintenance more than a year ago. Added support for Node.js version 18, from @​hildjj
  • #251: Make commander and source-map-generator full dependencies. These are not needed for the pre-packaged web build, but will be used by Node or people that are doing their own packaging for the web, from @​hildjj

Minor Changes

  • #167: New CLI, from @​hildjj
    • Backward compatible with the previous
    • New -t/--test and -T/--testfile flags to directly test the generated grammar
  • #169: Expose string escape functions, stringEscape() and regexpClassEscape(), from @​hildjj
  • #175: Check allowedStartRules for validity, from @​hildjj
  • #185: Updated eslint rules, from @​hildjj
  • #196: Add example grammars for XML and source-mapping, from @​hildjj
  • #204: Increase coverage for the tests, from @​Mingun
  • #210: Refactor CLI testing, from @​hildjj

Bug fixes

  • #164: Fix some errors in the typescript definitions, from @​Mingun
  • #170: Add missing argument in function call, from @​darlanalves
  • #182: Fix typo in documentation, from @​zargold
  • #197: Fix a regression of redundant commas in the character classes in the error messages, introduced in fad4ab74d1de67ef1902cd22d479c81ccab73224, from @​Mingun
  • #198: Make all build scripts

... (truncated)

Changelog

Sourced from peggy's changelog.

2.0.0

Released: 2022-05-28

Major Changes

  • #163: Add support for generating source maps, from @​Mingun
  • #160: Introduce an API for reporting errors, warnings and information messages from passes. New API allows reporting several diagnostics at once with intermediate results checking after each compilation stage, from @​Mingun
  • #218: Add a sourceMappingURL to the generated code, from @​hildjj
  • #248: Remove support for Node.js version 10. When updating dependencies, too many of the tools we use no longer work on the Node 10, which went out of security maintenance more than a year ago. Added support for Node.js version 18, from @​hildjj
  • #251: Make commander and source-map-generator full dependencies. These are not needed for the pre-packaged web build, but will be used by Node or people that are doing their own packaging for the web, from @​hildjj

Minor Changes

  • #167: New CLI, from @​hildjj
    • Backward compatible with the previous
    • New -t/--test and -T/--testfile flags to directly test the generated grammar
  • #169: Expose string escape functions, stringEscape() and regexpClassEscape(), from @​hildjj
  • #175: Check allowedStartRules for validity, from @​hildjj
  • #185: Updated eslint rules, from @​hildjj
  • #196: Add example grammars for XML and source-mapping, from @​hildjj
  • #204: Increase coverage for the tests, from @​Mingun
  • #210: Refactor CLI testing, from @​hildjj

Bug fixes

... (truncated)

Commits
  • edec7a0 Merge pull request #256 from peggyjs/1.3
  • 26e79ca Merge pull request #255 from hildjj/version
  • b91e6a1 Update version to 2.0.0. Update copyright dates.
  • c283a53 Merge pull request #254 from hildjj/release-notes
  • d5b0b8c Update changelog.
  • 9a45172 Merge pull request #252 from hildjj/rollup-warnings
  • 8eeaee8 Ignore the sinon circular dependency warning. Fixes #220.
  • 4a33995 Deal with most of the rollup warnings by ensuring that node builtins act as n...
  • 941c79d Update dependencies for web tests
  • bc388f2 Merge pull request #251 from hildjj/add-deps
  • 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)

Bumps [peggy](https://github.com/peggyjs/peggy) from 1.2.0 to 2.0.0.
- [Release notes](https://github.com/peggyjs/peggy/releases)
- [Changelog](https://github.com/peggyjs/peggy/blob/main/CHANGELOG.md)
- [Commits](peggyjs/peggy@v1.2.0...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 30, 2022
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 97.952% when pulling 040ee18 on dependabot/npm_and_yarn/peggy-2.0.0 into 3ae80b9 on master.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Jun 1, 2022

Superseded by #91.

@dependabot dependabot Bot closed this Jun 1, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/peggy-2.0.0 branch June 1, 2022 21:36
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.

1 participant