Skip to content

Commit

Permalink
chore(deps): update dependency should-semantic-release to ^0.3.0 (#163)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[should-semantic-release](https://togithub.com/JoshuaKGoldberg/should-semantic-release)
| [`^0.2.1` ->
`^0.3.0`](https://renovatebot.com/diffs/npm/should-semantic-release/0.2.1/0.3.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/should-semantic-release/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/should-semantic-release/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/should-semantic-release/0.2.1/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/should-semantic-release/0.2.1/0.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>JoshuaKGoldberg/should-semantic-release
(should-semantic-release)</summary>

###
[`v0.3.0`](https://togithub.com/JoshuaKGoldberg/should-semantic-release/blob/HEAD/CHANGELOG.md#030-2024-02-18)

[Compare
Source](https://togithub.com/JoshuaKGoldberg/should-semantic-release/compare/9761951502af0e9e95357c6bebcef8f4d915fde3...0.3.0)

##### Bug Fixes

- add permissions to compliance action
([c518fc1](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/c518fc1ef69d7703799b94b42fbd6f5f6664f2cf))
- always return false if a release commit is found
([fbe1937](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/fbe193729241e2733d623173ec58ad9dd7668415))
- consider version-number-only commit as a release
([402567e](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/402567e009d95fa513e7e2081f487606a882f2fa))
- empty commit to trigger release
([8feb21f](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/8feb21f2c746d9f0c5ca3035b762389570f733f5))
- empty commit to trigger release
([3e1b46a](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/3e1b46a2aba103f0fda95940bfff89d76964bc3b))
- lint & lock file
([bbe2520](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/bbe2520851e077eab41515c55c9197015ec32775))
- regex
([573c841](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/573c84177c0f5361c037533f3b65ef7b4f56c02f))
- use [@&#8203;pkgjs/parseargs](https://togithub.com/pkgjs/parseargs)
instead of native node:utils to support node 14
([fb3b839](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/fb3b83936977d362b1d42662b43298226f8ea379))

##### Features

- add understanding of more commit types
([6255d06](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/6255d06ecb54d9bf64c664cdf4541c4a87b88d67))
- added --verbosity flag
([23dedbc](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/23dedbcb2a1b5e8d3dbef240b23740a7a631b865))
- support BREAKING CHANGE
([53951bd](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/53951bd70011db084266d7b1ae95128f86059c98))

##### Reverts

- Revert "chore: switch bin to non-.mjs"
([40545b9](https://togithub.com/JoshuaKGoldberg/should-semantic-release/commit/40545b9b443f56dbe183618ecff934cc3d2c7766))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/eslint-plugin-package-json).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMDAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjIwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 21, 2024
1 parent c161ff2 commit e6c8714
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prettier-plugin-curly": "^0.1.3",
"prettier-plugin-packagejson": "^2.4.9",
"release-it": "^17.0.1",
"should-semantic-release": "^0.2.1",
"should-semantic-release": "^0.3.0",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "^1.2.1",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6c8714

Please sign in to comment.