davidparsson / junit-report-builder

Making it easier to build Jenkins compatible JUnit XML reports
MIT License
21 stars 14 forks source link

Bump parse-path and release-it #55

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps parse-path to 7.0.0 and updates ancestor dependency release-it. These dependencies need to be updated together.

Updates parse-path from 4.0.4 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

: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 release-it from 15.1.3 to 15.11.0

Release notes

Sourced from release-it's releases.

Release 15.11.0

  • Fix regression caused by 46fc8fa (1ea14aa)
  • Remove + ignore .DS_Store (0198b89)
  • Fix lint issue (6158d7e)
  • feat: Adding publicPath option for npm publishConfig (#1010) (fef8566)

Release 15.10.5

  • Downgrade @​octokit/request-error (9b97b46)

Release 15.10.4

  • Start using GITHUB_TOKEN_RELEASE_IT locally (d13edef)
  • Fix proxy-agent import (e28bdd6)
  • Update dependencies (5472a58)
  • Fix whitespace (75e970a)
  • fix: use deep merge strategy for context and options in Plugin (#1009) (f0f0cf3)
  • markdown-link-check (22bfb01)
  • fix: update gitlab CI documentation (#1007) (433f85e)
  • Add "videos, articles & examples" section (closes #1005) (18abf36)

Release 15.10.3

  • feat: don't release a new version if plugin returned null (#1004) (46fc8fa)

Release 15.10.2

  • Add link to experimental release-it KB (7619d97)
  • Add link to monorepo recipe in npm docs (5598ef8)
  • Update dependencies (812be49)
  • Add monorepo recipe (2803303)
  • Add remark + preset and auto-format docs (8b58e70)
  • Refactor plugin name (#996) (c88a0ac)
  • Add releaseNotes example to omit merge commits (#957) (f7fb8bc)

Release 15.10.1

  • Add link to release-it + Github Actions walk-through video (3f379ff)
  • Update docs (bf6aa23)

Release 15.10.0

  • Turn on github.comments for release-it (b232b21)
  • Update dependencies (6789e76)
  • Add github.comments feature to add comments to merged pull requests and closed issues (b22ac20)

Release 15.9.3

  • Remove knip from devDependencies as it requires Node.js v16 (31e4f4d)

Release 15.9.2

  • Add knip analysis to release hooks (88a06ea)
  • Fix up config for Knip v2 (b96d1bf)
  • Add --registry argument to npm publish if set in publishConfig.registry (c59d55e)
  • Update dependencies (7c86856)

Release 15.9.1

... (truncated)

Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@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/davidparsson/junit-report-builder/network/alerts).
davidparsson commented 9 months ago

@dependabot rebase