chore(deps-dev): bump peggy from 4.2.0 to 5.0.2
Open
Number: #7
Type: Pull Request
State: Open
Type: Pull Request
State: Open
Author:
dependabot[bot]
Association: None
Comments: 2
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 2
Created:
May 25, 2025 at 12:44 AM UTC
(4 months ago)
(4 months ago)
Updated:
June 07, 2025 at 09:48 PM UTC
(3 months ago)
(3 months ago)
Labels:
dependencies javascript
dependencies javascript
Assignees:
stevenklar
stevenklar
Description:
Bumps peggy from 4.2.0 to 5.0.2.
Release notes
Sourced from peggy's releases.
v5.0.2
5.0.2
Released: 2025-05-07
Bug fixes
- Fix TypeScript error in peg.d.ts, SyntaxError constructor should not have a return type. #619
- Add more Unicode to fizzbuzz example. #619
- Catch invalid unicode property escapes at compile time. #619
Full Changelog: https://github.com/peggyjs/peggy/compare/v5.0.1...v5.0.2
v5.0.1
5.0.1
Released: 2025-05-07
Bug fixes
Full Changelog: https://github.com/peggyjs/peggy/compare/v5.0.0...v5.0.1
v5.0.0
5.0.0
Released: 2025-05-03
Major Changes
- BREAKING: Generated code no longer supports ES5. You can still generate commonjs or es6 exports, but the code itself requires ES2020. If you need to support earlier runtimes, you should use a transpiler such as Babel. Generated code now uses
const
andlet
, but is still not strict about usingconst
wherever possible, due to the complexities of code generation. Work-arounds and polyfills for class extension, padding, andObject.assign
have been removed in favor of their ES2020 equivalents. #593- BREAKING: Node.js v20+ is now required for the CLI tools. No testing is performed on earlier versions of Node, and no issues will be fixed for
... (truncated)
Changelog
Sourced from peggy's changelog.
5.0.2
Released: 2025-05-07
Bug fixes
- Fix TypeScript error in peg.d.ts, SyntaxError constructor should not have a return type. #619
- Add more Unicode to fizzbuzz example. #619
- Catch invalid unicode property escapes at compile time. #619
5.0.1
Released: 2025-05-07
Bug fixes
5.0.0
Released: 2025-05-03
Major Changes
- BREAKING: Generated code no longer supports ES5. You can still generate commonjs or es6 exports, but the code itself requires ES2020. If you need to support earlier runtimes, you should use a transpiler such as Babel. Generated code now uses
const
andlet
, but is still not strict about usingconst
wherever possible, due to the complexities of code generation. Work-arounds and polyfills for class extension, padding, andObject.assign
have been removed in favor of their ES2020 equivalents. #593- BREAKING: Node.js v20+ is now required for the CLI tools. No testing is performed on earlier versions of Node, and no issues will be fixed for earlier versions. #593
- BREAKING: The SyntaxError class exported from generated parsers is now a proper subclass of the built-in ECMAscript SyntaxError class. The name of the type has changed to
PeggySyntaxError
, which may cause some slight need for rework in TypeScript-aware projects. This was the main driver behind moving away from ES5. #593- BREAKING: The grammar parser now uses your JavaScript environment's understanding
... (truncated)
Commits
0ddd45a
5.0.2ca13347
Merge pull request #619 from hildjj/ts-SyntaxError4a04e61
lintfe3098b
Update changelog4f21a90
Updated fizzbuzz example with some unicode. Catch bad unicode escapes at com...6951409
Fix SyntaxError one more time44d7620
Merge pull request #618 from hildjj/stub-changelogbc467c9
Stub out changelog for next releasec9f31f3
5.0.1c03f640
Merge pull request #617 from hildjj/update-deps- Additional commits viewable in compare view
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 show <dependency name> 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)
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Technical Details
ID: | 627374 |
UUID: | 3088943095 |
Node ID: | PR_kwDOOv_SeM6Xhf2T |
Host: | GitHub |
Repository: | stevenklar/aip-svelte-filter |