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](https://github.com/amplience/dc-visualization-sdk/network/alerts).
Bumps yaml to 2.2.2 and updates ancestor dependencies yaml, @commitlint/cli, @commitlint/load, lint-staged and semantic-release. These dependencies need to be updated together.
Updates
yaml
from 1.10.2 to 2.2.2Release notes
Sourced from yaml's releases.
... (truncated)
Commits
f21fa45
2.2.2984f578
fix: Corner case failure in error pretty-printer443e3aa
fix: First-line folding for block scalars (fixes #422)5af5d3d
fix: Use correct argument order when stringifying flow collection comments (f...c914dcc
2.2.1c8551eb
fix: Quote top-level map keys containing document markers (fixes #431)3576408
2.2.0ab52daa
ci: Remove all@types
except for node when testing types on old TS85be08d
chore: Explicitly set supported types in tsconfig.json4732502
ci: Uninstall@jest/types
before testing types on TS 4.2Updates
@commitlint/cli
from 12.0.1 to 17.6.1Release notes
Sourced from
@commitlint/cli
's releases.... (truncated)
Changelog
Sourced from
@commitlint/cli
's changelog.... (truncated)
Commits
5da1048
v17.6.128bc4c7
v17.6.018fbed7
v17.5.1665fbe4
v17.5.01aeec3c
v17.4.4e3e4775
v17.4.33c691ad
v17.4.2317d044
v17.4.17b0f7e8
v17.4.0a437923
fix: update dependency fs-extra to v11 (#3460)Updates
@commitlint/load
from 12.0.1 to 17.5.0Release notes
Sourced from
@commitlint/load
's releases.... (truncated)
Changelog
Sourced from
@commitlint/load
's changelog.... (truncated)
Commits
665fbe4
v17.5.0c0a27ff
feat: support typescript 5.0 (#3566)1aeec3c
v17.4.43c691ad
v17.4.2dc2c899
fix(load): fixes a bug when a ts commitlint config is compiled twice (#3499)317d044
v17.4.1f19e08f
chore: convert@types/node
version to * (#3490)7b0f7e8
v17.4.0c0b32fe
chore: move@types/node
to devDependencies (#3464)85ad18b
feat: support config .cts extension (#3461)Updates
lint-staged
from 10.5.4 to 13.2.1Release notes
Sourced from lint-staged's releases.
... (truncated)
Commits
e7ed6f7
fix: ignore "package.json" as config file when it's invalid JSON (#1281)05fb382
feat: version bump only (#1275)f4351e3
ci: disable workflow fornext
branch52a650b
docs: update README.md (#1273)60fcd99
fix: use index-based stash references for improved MSYS2 compatibility (#1270)0d843ce
chore(dependencies): update all dependenciesf598725
fix(dependencies): replacecolorette
withchalk
for better color support ...1bbe37a
chore(dependencies): update all dependenciesf230c69
docs: Clean up readme.me (#1263)142c6f2
fix: disable stash by default when using diff option (#1259)Updates
semantic-release
from 17.4.2 to 21.0.1Release notes
Sourced from semantic-release's releases.
... (truncated)
Commits
4bddb37
fix(deps): update dependency env-ci to v9 (#2757)aa90774
chore(deps): update dependency testdouble to v3.17.2 (#2751)d7e14f6
docs(artifactory): removed details about using artifactory with legacy auth4a943a5
chore(deps): pin dependencies (#2744)f47a510
chore(deps): lock file maintenance (#2737)05596bc
chore(deps): update dependency prettier to ^2.8.4 (#2746)c6e84ef
chore(deps): update dependency sinon to v15.0.3 (#2748)0cbe804
chore(deps): update dependency fs-extra to ^11.1.0 (#2745)ea32d10
chore(deps): update dependency testdouble to v3.17.1 (#2740)deb1b7f
Merge pull request #2741 from semantic-release/betaDependabot 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](https://github.com/amplience/dc-visualization-sdk/network/alerts).