Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump parse-path and lerna #867

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2023

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.1 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 the port anymore. Added the host property which has the port too.

5.0.0

parse-path 5.0.0

⭐ This is a major release of parse-path! ⭐

Breaking changes

  • parse-path will not parse git@... ssh URLs anymore. Use parse-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! 😊

4.0.4

Remove the new line characters.

4.0.3

Handle backslash in the input and use query-string, so the module is supported in the browser

4.0.2

Update docs and licence year. 🚀

Commits

Updates lerna from 3.22.1 to 6.6.2

Release notes

Sourced from lerna's releases.

6.6.2

6.6.2 (2023-05-04)

Bug Fixes

  • deps: bump pacote to latest to remove install warning (#3624) (7c34521)
  • remove non-functional schema properties starting with "no" (#3645) (43c2a48)
  • run: only use run-one when not passing multiple scripts (#3620) (9db1572)

Features

  • publish: support npm provenance (9c8bb4e)

6.6.1

6.6.1 (2023-03-24)

Bug Fixes

  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#3616) (2f2ee2a)
  • ensure rimraf bin dir can always be resolved (#3614) (0fe5faf)
  • handle trailing commas and comments in lerna.json files (#3603) (b826398)
  • lerna schema type for contents should be string (1625757)
  • publish: use updated version with pnpm workspaces (#3606) (cd7ad21)

6.6.0

6.6.0 (2023-03-23)

Bug Fixes

  • correct links to command docs (#3598) (b90b684)
  • publish: ensure zero exit code when EWORKINGTREE warning occurs (#3327) (9c00a33)
  • update troubleshooting.md typo (#3581) (a174cd7)
  • update arborist package to get rid of deprecated warning (#3559) (aff38a7)
  • version: handle deps property missing due to outdated lockfile (#3549) (fdbbab9)
  • version: update yarn lock for versions of yarn >= 2.0.0 (#3555) (ce2ceca)

Features

  • add @​lerna/legacy-package-management package (#3602) (4a03dd5)
  • version: add user-defined build metadata to bumped packages (#2880) (0b0e2a6)

6.5.1

6.5.1 (2023-02-14)

... (truncated)

Changelog

Sourced from lerna's changelog.

6.6.2 (2023-05-04)

Bug Fixes

  • deps: bump pacote to latest to remove install warning (#3624) (7c34521)
  • remove non-functional schema properties starting with "no" (#3645) (43c2a48)

6.6.1 (2023-03-24)

Bug Fixes

  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)

6.6.0 (2023-03-23)

Bug Fixes

  • update arborist package to get rid of deprecated warning (#3559) (aff38a7)

Features

  • add @​lerna/legacy-package-management package (#3602) (4a03dd5)
  • version: add user-defined build metadata to bumped packages (#2880) (0b0e2a6)

6.5.1 (2023-02-14)

Bug Fixes

  • add missing dependency on js-yaml (187f480)

6.5.0 (2023-02-13)

Features

  • publish: add --include-private option for testing private packages (#3503) (fa1f490)

6.4.1 (2023-01-12)

Bug Fixes

6.4.0 (2023-01-05)

Features

... (truncated)

Commits
  • 9b04bcf chore(misc): publish 6.6.2
  • 9bd24a5 chore: workflow updates (#3674)
  • 43c2a48 fix: remove non-functional schema properties starting with "no" (#3645)
  • 7c34521 fix(deps): bump pacote to latest to remove install warning (#3624)
  • dbc6df8 chore(misc): publish 6.6.1
  • 2f2ee2a fix(deps): update to rimraf v4, remove path-exists (#3616)
  • 1625757 fix: lerna schema type for contents should be string
  • e2349ad fix: build-metadata reference in lerna schema
  • 43afbf8 chore(misc): publish 6.6.0
  • 4a03dd5 feat: add @​lerna/legacy-package-management package (#3602)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jameshenry, a new releaser for lerna since your current version.


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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 20, 2023
Bumps [parse-path](https://github.com/IonicaBizau/parse-path) to 7.0.0 and updates ancestor dependency [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna). These dependencies need to be updated together.


Updates `parse-path` from 4.0.1 to 7.0.0
- [Release notes](https://github.com/IonicaBizau/parse-path/releases)
- [Commits](IonicaBizau/parse-path@4.0.1...7.0.0)

Updates `lerna` from 3.22.1 to 6.6.2
- [Release notes](https://github.com/lerna/lerna/releases)
- [Changelog](https://github.com/lerna/lerna/blob/main/packages/lerna/CHANGELOG.md)
- [Commits](https://github.com/lerna/lerna/commits/6.6.2/packages/lerna)

---
updated-dependencies:
- dependency-name: parse-path
  dependency-type: indirect
- dependency-name: lerna
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-path-and-lerna-7.0.0 branch from 33a7c7e to 859236b Compare May 24, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants