Skip to content

⬆️ Bump parse-url and semantic-release-gitmoji #311

New issue

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

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

Already on GitHub? # to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Bumps parse-url and semantic-release-gitmoji. These dependencies needed to be updated together.
Updates parse-url from 6.0.2 to 8.1.0

Release notes

Sourced from parse-url's releases.

8.1.0

parse-url@8.1.0

  • fix: cjs to load normalize-url /cc #58
  • fix: Include index.d.ts in package.json /cc #63
  • feat: support custom SSH username /cc #60
  • feat: improve regex pattern /cc #59

Thanks to @​privatenumber and @​briancoit for their contributions! 🍰

8.0.0

parse-url 8.0.0

Breaking Changes

  • The resource property will not contain the port, but the host one will.
  • Throw an error if the input is invalid. Hence, file paths like /home/path/to/dir will only be valid if the file:// protocol is added (file://home/path/to/dir)
  • Throw an error if the input length exceeds the maximum length (parse.MAX_URL_LENGTH), by default 2048.

Fixes

Other changes

7.0.2

Add the url in the error object, fixes #14

7.0.1

📝 docs

7.0.0

parse-url 7.0.0

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

Breaking changes

  • 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
Commits

Updates semantic-release-gitmoji from 1.3.4 to 1.4.5

Release notes

Sourced from semantic-release-gitmoji's releases.

v1.4.5

v1.4.5 (2022-09-22)

⬆️ Dependency Upgrade

v1.4.4

v1.4.4 (2022-01-25)

⬆️ Dependency Upgrade

  • 134660e Upgrade dependencies including peer dependency on semantic-release@<20.

v1.4.1

v1.4.1 (2021-10-05)

🐛 Bug Fixes

v1.4.0

v1.4.0 (2021-10-04)

✨ New Features

Commits
  • f98ef90 🔖 v1.4.5 [skip ci]
  • 51ae728 Merge pull request #46 from momocow/dev
  • 7dbc76a ⬆️ Upgrade ava, gitmoji-cli, and git-url-parse (#45)
  • 5a0cecd ⬆️ Bump minimist from 1.2.5 to 1.2.6
  • 010d991 Update .travis.yml
  • d9ba519 Merge pull request #42 from xylocone/patch-1
  • 3638131 🗎 docs: update dead link
  • 527be9f 🔖 v1.4.4 [skip ci]
  • 79e18a3 Merge pull request #35 from momocow/alpha
  • f8cb499 🔖 v1.4.4-alpha.1 [skip ci]
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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.
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 10, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-url-and-semantic-release-gitmoji-8.1.0 branch 2 times, most recently from 73b3ab1 to e103f97 Compare December 7, 2022 01:41
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) and [semantic-release-gitmoji](https://github.com/momocow/semantic-release-gitmoji). These dependencies needed to be updated together.

Updates `parse-url` from 6.0.2 to 8.1.0
- [Release notes](https://github.com/IonicaBizau/parse-url/releases)
- [Commits](https://github.com/IonicaBizau/parse-url/commits/8.1.0)

Updates `semantic-release-gitmoji` from 1.3.4 to 1.4.5
- [Release notes](https://github.com/momocow/semantic-release-gitmoji/releases)
- [Changelog](https://github.com/momocow/semantic-release-gitmoji/blob/master/.releaserc.js)
- [Commits](momocow/semantic-release-gitmoji@v1.3.4...v1.4.5)

---
updated-dependencies:
- dependency-name: parse-url
  dependency-type: indirect
- dependency-name: semantic-release-gitmoji
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-url-and-semantic-release-gitmoji-8.1.0 branch from e103f97 to 4ea0e6e Compare April 11, 2023 01:18
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants