You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch release includes a fix for an error that could be thrown in parseDocument for degenerate input. Otherwise, it's a patch release uplifting a few fixes from the ongoing v2.3 work to v2.2:
Use correct argument order when stringifying flow collection comments (#443)
This update has been in the works for the last year and a half. Its prerelease versions have been thoroughly tested by a wide number of users, and I think it's finally ready for "actual" release, for use in the mythical "production".
The breaking changes introduced here are mostly originating from the v1 CST parser having become a rather difficult beast to work with. So it's here rewritten pretty much completely, now with a lexer as a first stage. Along the way, the whole project was rewritten in TypeScript and the export paths and options refactored pretty deeply.
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)
You can disable automated security fix PRs for this repo from the Security Alerts page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependenciesPull requests that update a dependency file
0 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps yaml to 2.2.2 and updates ancestor dependencies yaml, @commitlint/cli and lint-staged. These dependencies need to be updated together.
Updates
yamlfrom 1.10.2 to 2.2.2Release notes
Sourced from yaml's releases.
... (truncated)
Commits
f21fa452.2.2984f578fix: Corner case failure in error pretty-printer443e3aafix: First-line folding for block scalars (fixes #422)5af5d3dfix: Use correct argument order when stringifying flow collection comments (f...c914dcc2.2.1c8551ebfix: Quote top-level map keys containing document markers (fixes #431)35764082.2.0ab52daaci: Remove all@typesexcept for node when testing types on old TS85be08dchore: Explicitly set supported types in tsconfig.json4732502ci: Uninstall@jest/typesbefore testing types on TS 4.2Updates
@commitlint/clifrom 13.2.1 to 17.6.1Release notes
Sourced from
@commitlint/cli's releases.... (truncated)
Changelog
Sourced from
@commitlint/cli's changelog.... (truncated)
Commits
5da1048v17.6.128bc4c7v17.6.018fbed7v17.5.1665fbe4v17.5.01aeec3cv17.4.4e3e4775v17.4.33c691adv17.4.2317d044v17.4.17b0f7e8v17.4.0a437923fix: update dependency fs-extra to v11 (#3460)Updates
lint-stagedfrom 11.2.6 to 13.2.1Release notes
Sourced from lint-staged's releases.
... (truncated)
Commits
e7ed6f7fix: ignore "package.json" as config file when it's invalid JSON (#1281)05fb382feat: version bump only (#1275)f4351e3ci: disable workflow fornextbranch52a650bdocs: update README.md (#1273)60fcd99fix: use index-based stash references for improved MSYS2 compatibility (#1270)0d843cechore(dependencies): update all dependenciesf598725fix(dependencies): replacecolorettewithchalkfor better color support ...1bbe37achore(dependencies): update all dependenciesf230c69docs: Clean up readme.me (#1263)142c6f2fix: disable stash by default when using diff option (#1259)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 ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.