Skip to content

build(deps-dev): bump peggy from 1.2.0 to 2.0.1#91

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 1, 2022

Bumps peggy from 1.2.0 to 2.0.1.

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.1

Released: 2022-01-01

Major Changes

  • None

Minor Changes

  • #261: Remove documentation from README.md, instead linking to the HTML documentation. HTML documentation on https://peggyjs.org is now served from the docs branch, so that it won't update as we change the main branch. main must be merged onto docs as a part of the release process going forward.
  • #266: Expose the private field problems in the Session class, from @​hildjj.

Bug Fixes

  • #263: Broken link to unpkg. This bug was a symptom of a relatively bad issue in the 2.0.0 release, where the web version of peggy was put in the wrong place, and therefore not tested in the release process. From @​hildjj.

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

... (truncated)

Commits

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.1.
- [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.1)

---
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 Jun 1, 2022
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 97.952% when pulling 79ffb91 on dependabot/npm_and_yarn/peggy-2.0.1 into 3ae80b9 on master.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 22, 2023

Superseded by #135.

@dependabot dependabot Bot closed this Feb 22, 2023
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/peggy-2.0.1 branch February 22, 2023 21:22
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