Skip to content
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

build(deps): bump semantic-release, @semantic-release/changelog, @semantic-release/commit-analyzer, @semantic-release/exec, @semantic-release/git and @semantic-release/release-notes-generator #123

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 Jun 9, 2022

Bumps semantic-release, @semantic-release/changelog, @semantic-release/commit-analyzer, @semantic-release/exec, @semantic-release/git and @semantic-release/release-notes-generator. These dependencies needed to be updated together.
Updates semantic-release from 17.4.7 to 19.0.3

Release notes

Sourced from semantic-release's releases.

v19.0.3

19.0.3 (2022-06-09)

Bug Fixes

  • log-repo: use the original form of the repo url to remove the need to mask credentials (#2459) (58a226f), closes #2449

v19.0.2

19.0.2 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the stable version (0eca144)

v19.0.1

19.0.1 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the latest beta version (8097afb)

v19.0.0

19.0.0 (2022-01-18)

Bug Fixes

  • npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)
  • upgrade marked to resolve ReDos vulnerability (#2330) (d9e5bc0)

BREAKING CHANGES

  • npm-plugin: @semantic-release/npm has also dropped support for node v15
  • node v15 has been removed from our defined supported versions of node. this was done to upgrade to compatible versions of marked and marked-terminal that resolved the ReDoS vulnerability. removal of support of this node version should be low since it was not an LTS version and has been EOL for several months already.

v19.0.0-beta.2

19.0.0-beta.2 (2022-01-17)

Bug Fixes

  • npm-plugin: upgraded to the beta, which upgrades npm to v8 (f634b8c)

... (truncated)

Commits
  • 58a226f fix(log-repo): use the original form of the repo url to remove the need to ma...
  • 17d60d3 build(deps): bump npm from 8.3.1 to 8.12.0 (#2447)
  • ab45ab1 chore(lint): disabled rules that dont apply to this project (#2408)
  • ea389c3 chore(deps): update dependency yargs-parser to 13.1.2 [security] (#2402)
  • fa994db build(deps): bump node-fetch from 2.6.1 to 2.6.7 (#2399)
  • b79116b build(deps): bump trim-off-newlines from 1.0.1 to 1.0.3
  • 6fd7e56 build(deps): bump minimist from 1.2.5 to 1.2.6
  • 2b94bb4 docs: update broken link to CI config recipes (#2378)
  • b4bc191 docs: Correct circleci workflow (#2365)
  • 2c30e26 Merge pull request #2333 from semantic-release/next
  • Additional commits viewable in compare view

Updates @semantic-release/changelog from 5.0.1 to 6.0.1

Release notes

Sourced from @​semantic-release/changelog's releases.

v6.0.1

6.0.1 (2021-10-30)

Bug Fixes

  • deps: update dependency @​semantic-release/error to v3 (#167) (ef37296)

v6.0.0

6.0.0 (2021-09-22)

Features

  • node-version: raised the minimum required version to v14.17 (#170) (5cf74e4)

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17
Commits
  • ef37296 fix(deps): update dependency @​semantic-release/error to v3 (#167)
  • 03bb179 chore(deps): lock file maintenance (#177)
  • 130705f chore(deps): lock file maintenance (#176)
  • 9c030e8 chore(deps): lock file maintenance (#175)
  • 0a21d3e docs(configuration): Fix incorrect link (#174)
  • 87be8e3 chore(deps): lock file maintenance (#172)
  • afe48aa chore(deps): lock file maintenance (#171)
  • 5cf74e4 feat(node-version): raised the minimum required version to v14.17 (#170)
  • 8f008ce chore(deps): lock file maintenance (#169)
  • 8061852 build(test.yml): set node-version to 16
  • Additional commits viewable in compare view

Updates @semantic-release/commit-analyzer from 8.0.1 to 9.0.2

Release notes

Sourced from @​semantic-release/commit-analyzer's releases.

v9.0.2

9.0.2 (2021-11-23)

Bug Fixes

  • bump conventional commits parser to version 3.2.3 (#289) (fc0a88a)

v9.0.1

9.0.1 (2021-09-18)

Bug Fixes

  • deps: update dependency import-from to v4 (#235) (2da0011)

v9.0.0

9.0.0 (2021-09-17)

Features

  • raise minimum version of Node to v14.17 (#248) (6eeaeb2)

BREAKING CHANGES

  • the minimum required version of node is now v14.17

v9.0.0-beta.3

9.0.0-beta.3 (2021-09-03)

Bug Fixes

v9.0.0-beta.2

9.0.0-beta.2 (2021-08-21)

Features

BREAKING CHANGES

  • @semantic-release/commit-analyzer is now a native ES Module
  • When setting the releaseRules option to a path, the path must include the .js extension, and the file must be an ES Module itself, exporting an array as default

... (truncated)

Commits
  • fc0a88a fix: bump conventional commits parser to version 3.2.3 (#289)
  • 271625c chore(deps): lock file maintenance
  • 3d5044f chore(deps): lock file maintenance (#287)
  • b00574f chore(deps): lock file maintenance (#286)
  • 89983f4 chore(deps): lock file maintenance (#285)
  • 1651fc7 chore(deps): update dependency sinon to v12.0.1 (#284)
  • eccfd38 chore(deps): update dependency sinon to v12 (#283)
  • 9cc61f3 chore(deps): lock file maintenance (#282)
  • e59d3be chore(deps): lock file maintenance (#280)
  • 3b6e669 chore(deps): lock file maintenance
  • Additional commits viewable in compare view

Updates @semantic-release/exec from 5.0.0 to 6.0.3

Release notes

Sourced from @​semantic-release/exec's releases.

v6.0.3

6.0.3 (2021-12-15)

Bug Fixes

  • typo in EINVALIDEXECCWD error message (#209) (2d15fbd)

v6.0.2

6.0.2 (2021-10-30)

Bug Fixes

  • deps: update dependency @​semantic-release/error to v3 (#185) (f690867)

v6.0.1

6.0.1 (2021-09-21)

Bug Fixes

v6.0.0

6.0.0 (2021-09-21)

Features

  • node-version: raised the minimum required version to v14.17 (#188) (020eab0)

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17
Commits

Updates @semantic-release/git from 9.0.1 to 10.0.1

Release notes

Sourced from @​semantic-release/git's releases.

v10.0.1

10.0.1 (2021-10-30)

Bug Fixes

  • deps: update dependency @​semantic-release/error to v3 (#295) (3e934d4)

v10.0.0

10.0.0 (2021-09-20)

Features

  • node-version: raised the minimum required version to v14.17 (7ab65f8)

BREAKING CHANGES

  • node-version: the minimum required version of node is now v14.17
Commits
  • 3e934d4 fix(deps): update dependency @​semantic-release/error to v3 (#295)
  • 01aad76 chore(deps): lock file maintenance (#304)
  • eae607b chore(deps): lock file maintenance (#302)
  • f9e1a09 chore(deps): lock file maintenance (#301)
  • 51280ff chore(deps): lock file maintenance (#300)
  • 7a41029 chore(deps): lock file maintenance (#299)
  • 7ab65f8 feat(node-version): raised the minimum required version to v14.17
  • 9105df6 chore(deps): lock file maintenance (#296)
  • fccf23d build(release.yml): set node-version to 16
  • 9d20879 chore(deps): lock file maintenance (#294)
  • Additional commits viewable in compare view

Updates @semantic-release/release-notes-generator from 9.0.3 to 10.0.3

Release notes

Sourced from @​semantic-release/release-notes-generator's releases.

v10.0.3

10.0.3 (2021-11-24)

Bug Fixes

  • bump conventional commits parser to version 3.2.3 (#293) (5f9d65d)

v10.0.2

10.0.2 (2021-09-18)

Bug Fixes

  • deps: update dependency conventional-changelog-writer to v5 (#212) (6724eca)

v10.0.1

10.0.1 (2021-09-17)

Bug Fixes

  • deps: update dependency import-from to v4 (#248) (bb00694)

v10.0.0

BREAKING CHANGES

  • the minimum required version of node is now v14.17.

Thanks

@​abel-mak

v10.0.0-beta.2

10.0.0-beta.2 (2021-09-03)

Features

  • updated the peer-dependency on semantic-release to v18 or above (d2f6e46)

v10.0.0-beta.1

10.0.0-beta.1 (2021-08-23)

Features

... (truncated)

Commits
  • 5f9d65d fix: bump conventional commits parser to version 3.2.3 (#293)
  • 2ca8fe8 chore(deps): update dependency semantic-release to v18.0.1 (#292)
  • 7cd50df chore(deps): lock file maintenance (#291)
  • f18c275 chore(deps): lock file maintenance (#290)
  • 9bff194 chore(deps): lock file maintenance (#289)
  • 0093602 chore(deps): lock file maintenance (#288)
  • a7981ca chore(deps): update dependency sinon to v12.0.1 (#287)
  • bfb4411 chore(deps): update dependency sinon to v12 (#286)
  • 0d7b228 chore(deps): lock file maintenance (#285)
  • 1ad2d34 chore(deps): lock file maintenance
  • 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)

…antic-release/commit-analyzer, @semantic-release/exec, @semantic-release/git and @semantic-release/release-notes-generator

Bumps [semantic-release](https://github.com/semantic-release/semantic-release), [@semantic-release/changelog](https://github.com/semantic-release/changelog), [@semantic-release/commit-analyzer](https://github.com/semantic-release/commit-analyzer), [@semantic-release/exec](https://github.com/semantic-release/exec), [@semantic-release/git](https://github.com/semantic-release/git) and [@semantic-release/release-notes-generator](https://github.com/semantic-release/release-notes-generator). These dependencies needed to be updated together.

Updates `semantic-release` from 17.4.7 to 19.0.3
- [Release notes](https://github.com/semantic-release/semantic-release/releases)
- [Commits](semantic-release/semantic-release@v17.4.7...v19.0.3)

Updates `@semantic-release/changelog` from 5.0.1 to 6.0.1
- [Release notes](https://github.com/semantic-release/changelog/releases)
- [Commits](semantic-release/changelog@v5.0.1...v6.0.1)

Updates `@semantic-release/commit-analyzer` from 8.0.1 to 9.0.2
- [Release notes](https://github.com/semantic-release/commit-analyzer/releases)
- [Commits](semantic-release/commit-analyzer@v8.0.1...v9.0.2)

Updates `@semantic-release/exec` from 5.0.0 to 6.0.3
- [Release notes](https://github.com/semantic-release/exec/releases)
- [Commits](semantic-release/exec@v5.0.0...v6.0.3)

Updates `@semantic-release/git` from 9.0.1 to 10.0.1
- [Release notes](https://github.com/semantic-release/git/releases)
- [Commits](semantic-release/git@v9.0.1...v10.0.1)

Updates `@semantic-release/release-notes-generator` from 9.0.3 to 10.0.3
- [Release notes](https://github.com/semantic-release/release-notes-generator/releases)
- [Commits](semantic-release/release-notes-generator@v9.0.3...v10.0.3)

---
updated-dependencies:
- dependency-name: semantic-release
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@semantic-release/changelog"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@semantic-release/commit-analyzer"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@semantic-release/exec"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@semantic-release/git"
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: "@semantic-release/release-notes-generator"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Jun 9, 2022
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