stencila / dockta

🐳 A Docker image builder for researchers
https://stencila.github.io/dockta/
Apache License 2.0
121 stars 12 forks source link

chore(deps): bump parse-path and @qiwi/semantic-release-gh-pages-plugin #254

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps parse-path and @qiwi/semantic-release-gh-pages-plugin. These dependencies needed to be updated together. Updates parse-path from 4.0.3 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:

4.0.4

Remove the new line characters.

Commits


Updates @qiwi/semantic-release-gh-pages-plugin from 5.1.1 to 5.2.5

Release notes

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

v5.2.5

5.2.5 (2023-02-16)

Bug Fixes

  • deps: update dependency @​qiwi/substrate to v2 (6cd1c10)

v5.2.4

5.2.4 (2023-01-21)

Bug Fixes

  • deps: update dependency gh-pages to v5 (112b1cd)

v5.2.3

5.2.3 (2022-06-27)

Bug Fixes

  • deps: update dependency git-url-parse to v12 (bead84d)

v5.2.2

5.2.2 (2022-05-10)

Bug Fixes

  • deps: update dependency gh-pages to v4 (9c10151)

v5.2.1

5.2.1 (2022-05-10)

Bug Fixes

  • deps: update dependency aggregate-error to v4 (4fc3bd5)
  • deps: update dependency execa to v6 (92aa824)
  • deps: update dependency read-pkg to v7 (81f88ea)
  • up deps, fix some vuls (fc0aaf4)

v5.2.0

5.2.0 (2021-10-28)

Bug Fixes

  • update deps, fix some vuls (57a30a5)

... (truncated)

Changelog

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

5.2.5 (2023-02-16)

Bug Fixes

  • deps: update dependency @​qiwi/substrate to v2 (6cd1c10)

5.2.3 (2022-06-27)

Bug Fixes

  • deps: update dependency git-url-parse to v12 (bead84d)

5.2.2 (2022-05-10)

Bug Fixes

  • deps: update dependency gh-pages to v4 (9c10151)

5.2.1 (2022-05-10)

Bug Fixes

  • deps: update dependency aggregate-error to v4 (4fc3bd5)
  • deps: update dependency execa to v6 (92aa824)
  • deps: update dependency read-pkg to v7 (81f88ea)
  • up deps, fix some vuls (fc0aaf4)

5.2.0 (2021-10-28)

Bug Fixes

  • update deps, fix some vuls (57a30a5)

Features

  • introduce src-to-dst branch pairing config (d6813b4)
Commits
  • 1c25f5d chore(release): 5.2.5 [skip ci]
  • 6cd1c10 fix(deps): update dependency @​qiwi/substrate to v2
  • abc6f21 chore(deps): update dependency typescript to v4.9.5
  • c6ef581 chore(deps): bump json5 from 1.0.1 to 1.0.2
  • 112b1cd fix(deps): update dependency gh-pages to v5
  • e48a016 chore(deps): update dependency @​qiwi/libdefkit to v5
  • 74fdf1e chore(deps): update dependency typescript to v4.9.4
  • ede3a45 chore(deps): update dependency typescript to v4.9.3
  • c3840a5 chore(deps): update paambaati/codeclimate-action action to v3.2.0
  • a171d09 chore(deps): update paambaati/codeclimate-action action to v3.1.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](https://github.com/stencila/dockta/network/alerts).
codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (c60998f) 78.89% compared to head (fbba7db) 78.89%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #254 +/- ## ======================================= Coverage 78.89% 78.89% ======================================= Files 22 22 Lines 1047 1047 Branches 231 231 ======================================= Hits 826 826 Misses 220 220 Partials 1 1 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=stencila). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=stencila)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.