microsoft / design-to-code

A system of development tools, and utilities used à la carte or as a suite to build enterprise-grade websites and applications.
MIT License
24 stars 6 forks source link

Bump parse-path and beachball #226

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps parse-path and beachball. These dependencies needed to be updated together. Updates parse-path from 4.0.4 to 5.0.0

Release notes

Sourced from parse-path's releases.

5.0.0

parse-path 5.0.0

:star: This is a major release of parse-path! :star:

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! :blush:

Commits


Updates beachball from 2.16.0 to 2.30.1

Changelog

Sourced from beachball's changelog.

2.30.1

Wed, 17 Aug 2022 08:02:47 GMT

Patches

  • Error on duplicate package names in different workspaces (for a monorepo with multiple workspaces) (elcraig@microsoft.com)

2.30.0

Thu, 11 Aug 2022 21:13:57 GMT

Minor changes

Patches

2.29.1

Thu, 11 Aug 2022 21:09:34 GMT

Patches

2.29.0

Wed, 10 Aug 2022 08:03:11 GMT

Minor changes

Patches

2.28.0

Tue, 09 Aug 2022 06:34:24 GMT

Minor changes

... (truncated)

Commits
  • b22545e applying package updates
  • 402d76d Update devDependency @​types/lodash to v4.14.183 (#760)
  • 761b0ca Run E2E tests in parallel (#758)
  • 6f777d9 Fix logic to error on duplicate package names and add test (#761)
  • 0db5f35 Multi-workspace tests: replace remaining "repo" usage with "workspace"
  • 6b18554 Unify test repository fixtures and make customization easier (#754)
  • 03a1332 Error on duplicate package names (#759)
  • 6c8a908 applying package updates
  • af775b9 Change "MonoRepo" to "Monorepo" in tests to match more common casing
  • 8966438 Rename "multi-monorepo" tests to "multi-workspace"
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/microsoft/design-to-code/network/alerts).