commitlint-github-action
commitlint-github-action copied to clipboard
chore(deps): bump parse-path and lerna
Bumps parse-path to 7.0.0 and updates ancestor dependency lerna. These dependencies need to be updated together.
Updates parse-path
from 4.0.4 to 7.0.0
Release notes
Sourced from parse-path's releases.
7.0.0
Add the
parse_failed
property — whether the input was parsed successfully or not.6.0.0
parse-path 6.0.0
Breaking changes
- The
resource
property will not contain theport
anymore. Added thehost
property which has the port too.5.0.0
parse-path
5.0.0:star: This is a major release of
parse-path
! :star:Breaking changes
parse-path
will not parsegit@...
ssh URLs anymore. Useparse-url
for that.- If the input url has a trailing slash, the trailing slash will be added in the
pathname
too.- The
port
field is a string. By default empty.- Added the
password
field (default:""
)- The resource may contain the
port
in it (e.g.resource: "domain.com:4200"
).Features
- Faster
- More secure
- Cleaner codebase
Any questions, suggestions, contributions are always welcome! :blush:
Commits
c53b17e
Updated docsa0269b1
:arrow_up: 7.0.0 :tada:e3ee527
:arrow_up: 6.1.0 :tada:4bae19e
Add the parse_failed property.3d1525d
Updated docs31f7a33
Add the host property02995c6
Merge branch 'patch-1' of github.com:viceice/parse-path into new-versioncbb46e0
:arrow_up: 6.0.0 :tada:01b23dc
test: add test9032ebb
fix: use hostname instead of host- Additional commits viewable in compare view
Updates lerna
from 5.1.4 to 5.6.1
Release notes
Sourced from lerna's releases.
v5.6.1
5.6.1 (2022-09-30)
Bug Fixes
- add-caching: ensure lerna.json is configured automatically (9677cda)
v5.6.0
5.6.0 (2022-09-29)
Bug Fixes
Features
- core: add add-caching command (#3350) (ef09a06)
- repair: add lerna repair command (#3314) (7defab3)
- version: apply prettier to updated files, if applicable (#3348) (d63fc1f)
v5.5.4
5.5.4 (2022-09-28)
Note: Version bump only for package lerna-monorepo
v5.5.3
5.5.3 (2022-09-28)
Bug Fixes
v5.5.2
5.5.2 (2022-09-20)
Bug Fixes
- run: missing
fs-extra
dependency declaration (#3332) (068830e)- run: warn on incompatible arguments with useNx (#3326) (ebf6542)
v5.5.1
5.5.1 (2022-09-09)
Bug Fixes
... (truncated)
Changelog
Sourced from lerna's changelog.
5.6.1 (2022-09-30)
Bug Fixes
- add-caching: ensure lerna.json is configured automatically (9677cda)
5.6.0 (2022-09-29)
Features
5.5.4 (2022-09-28)
Note: Version bump only for package lerna
5.5.3 (2022-09-28)
Note: Version bump only for package lerna
5.5.2 (2022-09-20)
Note: Version bump only for package lerna
5.5.1 (2022-09-09)
Bug Fixes
5.5.0 (2022-08-31)
Features
Reverts
5.4.3 (2022-08-16)
Note: Version bump only for package lerna
5.4.2 (2022-08-14)
Note: Version bump only for package lerna
... (truncated)
Commits
c455b1c
chore(release): v5.6.19677cda
fix(add-caching): ensure lerna.json is configured automatically07271fe
chore(release): v5.6.0ef09a06
feat(core): add add-caching command (#3350)7defab3
feat(repair): add lerna repair command (#3314)add4356
chore: update nx to 14.8.1 (#3347)f65ef55
chore(release): v5.5.432251c0
chore(release): v5.5.36a0c3fb
chore(release): v5.5.29f119b0
chore(release): v5.5.1- 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 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.