aiscript
aiscript copied to clipboard
Bump the npm-deps group with 8 updates
Bumps the npm-deps group with 8 updates:
| Package | From | To |
|---|---|---|
| @microsoft/api-extractor | 7.39.1 |
7.40.1 |
| @types/jest | 29.5.11 |
29.5.12 |
| @types/node | 20.11.5 |
20.11.19 |
| @types/uuid | 9.0.7 |
9.0.8 |
| @typescript-eslint/eslint-plugin | 6.19.0 |
7.0.1 |
| @typescript-eslint/parser | 6.19.0 |
7.0.1 |
| peggy | 3.0.2 |
4.0.0 |
| ts-jest | 29.1.1 |
29.1.2 |
Updates @microsoft/api-extractor from 7.39.1 to 7.40.1
Changelog
Sourced from @microsoft/api-extractor's changelog.
7.40.1
Thu, 08 Feb 2024 01:09:21 GMT
Version update only
7.40.0
Wed, 07 Feb 2024 01:11:18 GMT
Minor changes
- Classify arrow functions as
functionkind in the doc model export.7.39.5
Mon, 05 Feb 2024 23:46:52 GMT
Version update only
7.39.4
Thu, 25 Jan 2024 01:09:30 GMT
Version update only
7.39.3
Tue, 23 Jan 2024 20:12:57 GMT
Version update only
7.39.2
Tue, 23 Jan 2024 16:15:05 GMT
Version update only
Commits
8e8a059Bump versions [skip ci]16fef01Update changelogs [skip ci]3c70ff2Bump versions [skip ci]89c3f16Update changelogs [skip ci]80bc088chore: PR feedbacka0502affeat: process arrow functions asfunctioninstead ofvariablekind in Api...fe1cbf4Bump versions [skip ci]210b7b5Update changelogs [skip ci]da6c29cBump versions [skip ci]0a220baUpdate changelogs [skip ci]- Additional commits viewable in compare view
Updates @types/jest from 29.5.11 to 29.5.12
Commits
- See full diff in compare view
Updates @types/node from 20.11.5 to 20.11.19
Commits
- See full diff in compare view
Updates @types/uuid from 9.0.7 to 9.0.8
Commits
- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 6.19.0 to 7.0.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v7.0.1
7.0.1 (2024-02-12)
🩹 Fixes
- eslint-plugin: update peer dep for parser (#8441)
❤️ Thank You
- Tim Dorr
@timdorrYou can read about our versioning strategy and releases on our website.
v7.0.0
7.0.0 (2024-02-12)
Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/
🚀 Features
- add support for flat configs (#7935)
🩹 Fixes
- eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)
⚠️ Breaking Changes
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)
❤️ Thank You
- Brad Zacher
@bradzacher- Kirk Waiblinger
@kirkwaiblinger- StyleShit
@StyleShit- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v6.21.0
6.21.0 (2024-02-05)
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
7.0.1 (2024-02-12)
🩹 Fixes
- eslint-plugin: update peer dep for parser
❤️ Thank You
- Tim Dorr
You can read about our versioning strategy and releases on our website.
7.0.0 (2024-02-12)
🚀 Features
⚠️ bump ESLint, NodeJS, and TS minimum version requirements
add support for flat configs
🩹 Fixes
- eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers
⚠️ Breaking Changes
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan
You can read about our versioning strategy and releases on our website.
6.21.0 (2024-02-05)
🚀 Features
export plugin metadata
allow
parserOptions.project: false
... (truncated)
Commits
4f3215fchore(release): publish 7.0.1422791cfix(eslint-plugin): update peer dep for parser (#8441)b27de99chore(release): publish 7.0.0379f742chore(eslint-plugin): [no-confusing-void-expression] explicitly state default...b636baadocs: fix restrict-plus-operands example (#8362)1aa393cchore(deps): update dependency prettier to v3.2.5 (#8401)8ef5f4bfeat: add support for flat configs (#7935)c298350fix(eslint-plugin): [prefer-find] stop throwing type errors when converting s...1200b4cchore(deps): update nx to v17.3.0 (#8317)584db29feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)- Additional commits viewable in compare view
Updates @typescript-eslint/parser from 6.19.0 to 7.0.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v7.0.1
7.0.1 (2024-02-12)
🩹 Fixes
- eslint-plugin: update peer dep for parser (#8441)
❤️ Thank You
- Tim Dorr
@timdorrYou can read about our versioning strategy and releases on our website.
v7.0.0
7.0.0 (2024-02-12)
Read more about this release: https://typescript-eslint.io/blog/announcing-typescript-eslint-v7/
🚀 Features
- add support for flat configs (#7935)
🩹 Fixes
- eslint-plugin: [prefer-find] stop throwing type errors when converting symbols to numbers (#8390)
⚠️ Breaking Changes
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements (#8377)
❤️ Thank You
- Brad Zacher
@bradzacher- Kirk Waiblinger
@kirkwaiblinger- StyleShit
@StyleShit- YeonJuan
@yeonjuanYou can read about our versioning strategy and releases on our website.
v6.21.0
6.21.0 (2024-02-05)
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
7.0.1 (2024-02-12)
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
7.0.0 (2024-02-12)
🚀 Features
⚠️ bump ESLint, NodeJS, and TS minimum version requirements
add support for flat configs
⚠️ Breaking Changes
- ⚠️ bump ESLint, NodeJS, and TS minimum version requirements
❤️ Thank You
- Brad Zacher
- Kirk Waiblinger
- StyleShit
- YeonJuan
You can read about our versioning strategy and releases on our website.
6.21.0 (2024-02-05)
🚀 Features
- allow
parserOptions.project: false❤️ Thank You
- auvred
- Brad Zacher
- Kirk Waiblinger
- Pete Gonzalez
- YeonJuan
You can read about our versioning strategy and releases on our website.
6.20.0 (2024-01-29)
This was a version bump only for parser to align it with other projects, there were no code changes.
... (truncated)
Commits
4f3215fchore(release): publish 7.0.1b27de99chore(release): publish 7.0.01aa393cchore(deps): update dependency prettier to v3.2.5 (#8401)8ef5f4bfeat: add support for flat configs (#7935)1200b4cchore(deps): update nx to v17.3.0 (#8317)584db29feat: bump ESLint, NodeJS, and TS minimum version requirements (#8377)289ee88chore(release): publish 6.21.0aa5edf7chore(deps): update dependency prettier to v3.2.4 (#8357)45c0cb2chore: cleanup test-utils naming/locations (#8341)a01a6e6chore(release): publish 6.20.0- Additional commits viewable in compare view
Updates peggy from 3.0.2 to 4.0.0
Release notes
Sourced from peggy's releases.
External grammar libraries
4.0.0
Released: 2024-02-13
Major Changes
- #379 Fix infinite recursion issue by moving reportInfiniteRecursion to the new prepare pass, and having it fail after finding the first issue. This will require plugin authors to ensure that reportInfiniteRecursion is in the new pass correctly.
- #417 BREAKING: change to AST to allow topLevelInitializer and initializer to be arrays, in support of multi-file inputs. This will require plugin updates. The CLI and API now take multiple files as input, where the first file is your main library, and subsequent files consist of a library of other rules. The CLI can take file names of the form
npm:<package-name>/<filename>to load library rules from an NPM package that is installed relative to the previous non-npm file name, or to the current working directory if this is the first file name.- #420 BREAKING: Node v16+ is now required for running the CLI or using Peggy as a library. Generated code still targets older runtimes.
- #456 BREAKING: Allow imports from external compiled grammars inside a source grammar, using
import {rule} from "external.js". Note that this syntax will generate eitherimportorrequirein the JavaScript output, depending on the value of theformatparameter. This will need explicit support from plugins, with a few new AST node types and a few visitor changes.- #463 Drop support for Internet Explorer. Move to eslint flat configs in order to lint minimized browser code for compatibility with
defaults, maintained node versions, not op_mini all.Minor Changes
- #400 Use
@generatedin generated code- #404 Add support for -w/--watch to the command line interface.
- #415 Added
browserkey to package.json, pointing to Webpack output.- #420 Updated dependencies to avoid audit warnings.
- #425 Add a pass to simplify single-character choices
- #427 Avoid double extraction of substrings in various MATCH_ bytecodes
- #430 Make generate-js.js ts clean
- #432 Add peggy.code-workspace
- #435 Setup tsconfig to detect use of library functions from es6 or later
- #436 Get rid of tsd
... (truncated)
Changelog
Sourced from peggy's changelog.
4.0.0
Released: 2024-02-13
Major Changes
- #379 Fix infinite recursion issue by moving reportInfiniteRecursion to the new prepare pass, and having it fail after finding the first issue. This will require plugin authors to ensure that reportInfiniteRecursion is in the new pass correctly.
- #417 BREAKING: change to AST to allow topLevelInitializer and initializer to be arrays, in support of multi-file inputs. This will require plugin updates. The CLI and API now take multiple files as input, where the first file is your main library, and subsequent files consist of a library of other rules. The CLI can take file names of the form
npm:<package-name>/<filename>to load library rules from an NPM package that is installed relative to the previous non-npm file name, or to the current working directory if this is the first file name.- #420 BREAKING: Node v16+ is now required for running the CLI or using Peggy as a library. Generated code still targets older runtimes.
- #456 BREAKING: Allow imports from external compiled grammars inside a source grammar, using
import {rule} from "external.js". Note that this syntax will generate eitherimportorrequirein the JavaScript output, depending on the value of theformatparameter. This will need explicit support from plugins, with a few new AST node types and a few visitor changes.- #463 Drop support for Internet Explorer. Move to eslint flat configs in order to lint minimized browser code for compatibility with
defaults, maintained node versions, not op_mini all.Minor Changes
- #400 Use
@generatedin generated code- #404 Add support for -w/--watch to the command line interface.
- #415 Added
browserkey to package.json, pointing to Webpack output.- #420 Updated dependencies to avoid audit warnings.
- #425 Add a pass to simplify single-character choices
- #427 Avoid double extraction of substrings in various MATCH_ bytecodes
- #430 Make generate-js.js ts clean
- #432 Add peggy.code-workspace
- #435 Setup tsconfig to detect use of library functions from es6 or later
- #436 Get rid of tsd
- #437 Better type checking for visitor
... (truncated)
Commits
9449913Merge pull request #472 from hildjj/release-4.0.02ddf5ddVersion update. Check npmignore. Audit CHANGELOG.md.bf73d024.0.0dc7efedMerge pull request #471 from hildjj/update-deps819a5afUpdate dependencies final time before release.dab863aMerge pull request #470 from hildjj/fix-4454d5918fFix indentation in one part of examples/javascript.pegjs. Fixes #445.d02bf1cMerge pull request #469 from hildjj/fix-466534b19bCode review issuesbe68953Add developer docs. Fixes #466.- Additional commits viewable in compare view
Updates ts-jest from 29.1.1 to 29.1.2
Commits
70d48bechore(release): 29.1.219778bdbuild: reference transform options via jestTransformOptionstypea5d6f2dfix: calculated cache key based on supportsStaticESM2d16f4atest(e2e): removeonNodeVersionsfunction0861a66build(deps): Update dependency node-fetch to ^3.3.2f41cc3ebuild(deps): Update babel monorepo41b8460build(deps): Update dependency docusaurus-remark-plugin-tab-blocks to ^1.3.1e7be4bffix: correct error handling inprocessAsynce31d953build(deps): Update actions/setup-node digest to 1a4442c622539dbuild(deps): Update dependency@formatjs/ts-transformerto ^3.13.9- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions