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

Update deps, CHANGELOG, version. Rebuild. #395

Merged
merged 1 commit into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ Change Log

This file documents all notable changes to Peggy.

Unreleased
3.0.2
----------

Released: TBD

### Major Changes
Released: 2023-03-21

### Minor Changes

Expand All @@ -22,7 +20,11 @@ Released: TBD
on grammar errors. From @hildjj
- [#381](https://github.com/peggyjs/peggy/issues/381) Repetitions with code blocks
for min or max not handling non-integer returns correctly. From @hildjj.
- [#386](https://github.com/peggyjs/peggy/issues/381) Ensure '*' as
- [#382](https://github.com/peggyjs/peggy/pull/382) Update grammarSource
documentation. From @AndrewRayCode.
- [#384](https://github.com/peggyjs/peggy/issues/384) Improve the error.format()
documentation. From @AndrewRayCode.
- [#386](https://github.com/peggyjs/peggy/issues/386) Ensure '*' as
allowed-start-rule is documented for CLI.

3.0.1
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="label">Download browser version</div>
<span id="download">
<a title="Download a minified version of Peggy for the browser"
href="https://unpkg.com/peggy@3.0.1/browser/peggy.min.js">minified</a>
href="https://unpkg.com/peggy@3.0.2/browser/peggy.min.js">minified</a>
</span>
<iframe id="discord"
src="https://discordapp.com/widget?id=985995982909100082&theme=dark"
Expand Down
4 changes: 2 additions & 2 deletions docs/js/benchmark-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/js/examples.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/js/test-bundle.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/vendor/peggy/peggy.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/parser.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@

"use strict";

module.exports = "3.0.1";
module.exports = "3.0.2";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peggy",
"version": "3.0.1",
"version": "3.0.2",
"description": "Parser generator for JavaScript",
"keywords": [
"grammar",
Expand Down
166 changes: 89 additions & 77 deletions web-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "Joe Hildebrand <joe-github@cursive.net>",
"license": "MIT",
"devDependencies": {
"puppeteer": "^19.7.2"
"puppeteer": "^19.7.5"
},
"engines": {
"node": ">=14"
Expand Down