amclin / react-project-boilerplate

Boilerplate React project incorporating NextJS, CICD pipelines, unit testing, quality gates, and code styling. It is useful for ensuring consistent working environments across multiple different applications.
Other
10 stars 7 forks source link

refactor(deps-dev): bump @semantic-release/commit-analyzer from 8.0.1 to 9.0.1 #806

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @semantic-release/commit-analyzer from 8.0.1 to 9.0.1.

Release notes

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

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

Before:

{
  "plugins": [
    ["@semantic-release/commit-analyzer", {
      "preset": "angular",
</tr></table> 

... (truncated)

Commits
  • 2da0011 fix(deps): update dependency import-from to v4 (#235)
  • 62099d8 ci(engines): switched to ls-engines for enforcing engines compatibility (#266)
  • f1768f4 chore(deps): update dependency semantic-release to v18 (#265)
  • 6eeaeb2 feat: raise minimum version of Node to v14.17 (#248)
  • 5d7a717 chore(deps): lock file maintenance (#264)
  • 3686bc4 chore(deps): update dependency conventional-changelog-conventionalcommits to ...
  • cde5d76 chore(deps): lock file maintenance (#258)
  • 1053a1c chore(deps): lock file maintenance (#257)
  • 8246c4b chore(deps): lock file maintenance (#251)
  • 7f05e66 chore(deps): update dependency semantic-release to v17.4.7 (#256)
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
amclin commented 2 years ago

:tada: This PR is included in version 3.17.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: