react-native-awesome-pin
react-native-awesome-pin copied to clipboard
Bump yaml, @commitlint/cli, lint-staged and semantic-release
Bumps yaml to 2.2.2 and updates ancestor dependencies yaml, @commitlint/cli, lint-staged and semantic-release. These dependencies need to be updated together.
Updates yaml from 1.10.2 to 2.2.2
Release notes
Sourced from yaml's releases.
v2.2.2
This patch release includes a fix for an error that could be thrown in
parseDocumentfor 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)
- First-line folding for block scalars (#422)
- Corner case failure in error pretty-printer (CVE-2023-2251)
v2.2.1
- Quote top-level map keys containing document markers (#431)
v2.2.0
New Features
- Add
flowCollectionPaddingtoString option (#420)- Use indicator line for props on block collection values of mappings (#425)
Bugfixes
- Minor relaxation of types for custom tags (#429)
v2.1.3
- Set correct node-end position for block collections with comments (#413)
v2.1.2
- Set correct node-end position for empty values with comments (#413)
v2.1.1
No changes in executable code, only TS types.
- Revert "Use TS named tuple for range (#385)" -- see #393
- Fix types for compatibility with TS 4.2 and 4.7
- Add CI workflow for testing published type in a range of TS versions
v2.1.0
Fixes for TypeScript users. Arguably this could've been a patch release as well.
- Improve/specify/fix TS types for Document & collection access methods (#383)
- Use TS named tuple for range (#385)
- Rename internal Document option as
_directivesto resolve type conflict with ToString options (#389)- Update tsc target to ES2020 to match Node.js support
- Update dev dependencies, including jest 28
v2.0.1
- Fix tags and anchors on map keys (#378)
v2.0.0
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.
... (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.2- Additional commits viewable in compare view
Updates @commitlint/cli from 12.1.4 to 17.6.1
Release notes
Sourced from @commitlint/cli's releases.
v17.6.1
17.6.1 (2023-04-14)
Bug Fixes
- rules: avoid processing strings with case-less Letter category symbols in
subject-case(#3586) (70a4450), closes #3585Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.6.0...v17.6.1
v17.6.0
17.6.0 (2023-04-13)
Features
- rules: expand Latin-only characters limitation for
subject-casewith Unicode support (#3575) (5f83423)New Contributors
@amariqmade their first contribution in conventional-changelog/commitlint#3575Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.5.1...v17.6.0
v17.5.1
17.5.1 (2023-03-28)
- Upgrade package to overcome Vulnerability by
@ucefkhin conventional-changelog/commitlint#3571New Contributors
@ucefkhmade their first contribution in conventional-changelog/commitlint#3571Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v17.5.0...v17.5.1
v17.5.0
17.5.0 (2023-03-22)
Bug Fixes
Features
... (truncated)
Changelog
Sourced from @commitlint/cli's changelog.
17.6.1 (2023-04-14)
Note: Version bump only for package
@commitlint/cli17.6.0 (2023-04-13)
Note: Version bump only for package
@commitlint/cli17.5.1 (2023-03-28)
Note: Version bump only for package
@commitlint/cli17.5.0 (2023-03-22)
Note: Version bump only for package
@commitlint/cli17.4.4 (2023-02-17)
Note: Version bump only for package
@commitlint/cli17.4.3 (2023-02-13)
Note: Version bump only for package
@commitlint/cli17.4.2 (2023-01-12)
... (truncated)
Commits
Updates lint-staged from 11.0.0 to 13.2.1
Release notes
Sourced from lint-staged's releases.
v13.2.1
13.2.1 (2023-04-07)
Bug Fixes
v13.2.0
13.2.0 (2023-03-10)
Bug Fixes
- dependencies: replace
colorettewithchalkfor better color support detection (f598725)- use index-based stash references for improved MSYS2 compatibility (#1270) (60fcd99)
Features
v13.1.2
13.1.2 (2023-02-13)
Bug Fixes
v13.1.1
13.1.1 (2023-02-07)
Bug Fixes
- allow re-enabling
--stashwhen using the--diffoption (99390c3)v13.1.0
13.1.0 (2022-12-04)
Features
v13.0.4
13.0.4 (2022-11-25)
... (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)- Additional commits viewable in compare view
Updates semantic-release from 17.4.3 to 21.0.1
Release notes
Sourced from semantic-release's releases.
v21.0.1
21.0.1 (2023-04-01)
Bug Fixes
v21.0.0
21.0.0 (2023-03-24)
BREAKING CHANGES
- deps: the npm plugin has updated the npm dependency to v9
- legacy authentication using
NPM_USERNAMEandNPM_PASSWORDis no longer supported. UseNPM_TOKENinstead.Bug Fixes
- deps: bump
@semantic-release/npmto^10.0.0(d647433)v21.0.0-beta.6
21.0.0-beta.6 (2023-03-22)
Bug Fixes
- deps: update dependency cosmiconfig to v8.1.2 (fbede54)
- deps: update dependency execa to v7 (#2709) (31d9bfe)
- deps: update dependency execa to v7.1.1 (c38b53a)
v21.0.0-beta.5
21.0.0-beta.5 (2023-03-22)
Bug Fixes
- deps: updated to the latest version of the npm plugin (d647433)
v21.0.0-beta.4
21.0.0-beta.4 (2023-02-17)
Bug Fixes
- deps: updated to the latest beta of the npm plugin, which updates npm to v9 (bef1d48)
... (truncated)
Commits
4bddb37fix(deps): update dependency env-ci to v9 (#2757)aa90774chore(deps): update dependency testdouble to v3.17.2 (#2751)d7e14f6docs(artifactory): removed details about using artifactory with legacy auth4a943a5chore(deps): pin dependencies (#2744)f47a510chore(deps): lock file maintenance (#2737)05596bcchore(deps): update dependency prettier to ^2.8.4 (#2746)c6e84efchore(deps): update dependency sinon to v15.0.3 (#2748)0cbe804chore(deps): update dependency fs-extra to ^11.1.0 (#2745)ea32d10chore(deps): update dependency testdouble to v3.17.1 (#2740)deb1b7fMerge pull request #2741 from semantic-release/beta- 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 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.