Skip to content

build(deps): bump the npm_and_yarn group across 1 directory with 2 updates #12

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

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps the npm_and_yarn group with 2 updates in the / directory: parse-path and @qiwi/semantic-release-gh-pages-plugin.

Updates parse-path from 4.0.2 to 7.1.0

Release notes

Sourced from parse-path's releases.

7.1.0

7.0.3

7.0.2

Typescript types /cc #44

7.0.1

 - Update the documentation.

  • Add the GitHub Sponsors link. 

As always, I am very grateful to those supporting my projects! You can do that by donating via PayPal or via GitHub Sponsors.

Thank you very much! ❤️

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.

... (truncated)

Commits

Updates @qiwi/semantic-release-gh-pages-plugin from 5.0.1 to 5.4.3

Release notes

Sourced from @​qiwi/semantic-release-gh-pages-plugin's releases.

v5.4.3

5.4.3 (2025-03-27)

Fixes & improvements

  • fix(deps): update dependency zurk to ^0.11.0 (#288) (e211f65)

v5.4.2

5.4.2 (2024-12-25)

Fixes & improvements

  • fix(deps): update dependency zurk to ^0.10.0 (#283) (2c615f1)

v5.4.1

5.4.1 (2024-12-09)

Fixes & improvements

  • fix: update zurk to v0.9.2 (00f3de6)

v5.4.0

5.4.0 (2024-12-08)

Fixes & improvements

  • perf: replace execa with zurk (55f2054)

Features

  • feat: support multiple patterns (7d0849d)

v5.3.0

5.3.0 (2024-12-08)

Features

  • feat: add pattern option (42954db)

v5.2.13

5.2.13 (2024-12-07)

Fixes & improvements

  • docs: clarify how dst and src options are applied via gh-pages (151362e)

v5.2.12

5.2.12 (2024-01-02)

Fixes & improvements

  • fix(deps): update dependency git-url-parse to v14 (acbb41d)

v5.2.11

5.2.11 (2023-12-22)

Fixes & improvements

  • fix(deps): update dependency @​types/gh-pages to v6 (04ccd0a)

... (truncated)

Changelog

Sourced from @​qiwi/semantic-release-gh-pages-plugin's changelog.

5.4.3 (2025-03-27)

Fixes & improvements

  • fix(deps): update dependency zurk to ^0.11.0 (#288) (e211f65)

5.4.2 (2024-12-25)

Fixes & improvements

  • fix(deps): update dependency zurk to ^0.10.0 (#283) (2c615f1)

5.4.1 (2024-12-09)

Fixes & improvements

  • fix: update zurk to v0.9.2 (00f3de6)

5.4.0 (2024-12-08)

Fixes & improvements

  • perf: replace execa with zurk (55f2054)

Features

  • feat: support multiple patterns (7d0849d)

5.3.0 (2024-12-08)

Features

  • feat: add pattern option (42954db)

5.2.13 (2024-12-07)

Fixes & improvements

  • docs: clarify how dst and src options are applied via gh-pages (151362e)

5.2.12 (2024-01-02)

Fixes & improvements

  • fix(deps): update dependency git-url-parse to v14 (acbb41d)

5.2.11 (2023-12-22)

Fixes & improvements

  • fix(deps): update dependency @​types/gh-pages to v6 (04ccd0a)

5.2.10 (2023-10-24)

Fixes & improvements

  • fix(deps): update dependency @​types/gh-pages to v5 (448e837)

5.2.9 (2023-10-18)

... (truncated)

Commits
  • 128c3b4 chore(release): 5.4.3 [skip ci]
  • e211f65 fix(deps): update dependency zurk to ^0.11.0 (#288)
  • 70e7955 chore(deps): update dependency typedoc to ^0.28.0 (#287)
  • dddd1c2 chore(deps): update dependency typescript to v5.8.2 (#286)
  • 2fe3270 chore(deps): update dependency eslint-config-prettier to v10 (#285)
  • b336940 chore(deps): update dependency typescript to v5.7.3 (#284)
  • 1dcefee chore(release): 5.4.2 [skip ci]
  • 2c615f1 fix(deps): update dependency zurk to ^0.10.0 (#283)
  • 34f99b9 chore(release): 5.4.1 [skip ci]
  • 00f3de6 fix: update zurk to v0.9.2
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [parse-path](https://github.com/IonicaBizau/parse-path) and [@qiwi/semantic-release-gh-pages-plugin](https://github.com/qiwi/semantic-release-gh-pages-plugin).


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

Updates `@qiwi/semantic-release-gh-pages-plugin` from 5.0.1 to 5.4.3
- [Release notes](https://github.com/qiwi/semantic-release-gh-pages-plugin/releases)
- [Changelog](https://github.com/qiwi/semantic-release-gh-pages-plugin/blob/master/CHANGELOG.md)
- [Commits](qiwi/semantic-release-gh-pages-plugin@v5.0.1...v5.4.3)

---
updated-dependencies:
- dependency-name: parse-path
  dependency-version: 7.1.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: "@qiwi/semantic-release-gh-pages-plugin"
  dependency-version: 5.4.3
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 28, 2025
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 javascript Pull requests that update javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants