Skip to content

Commit b690797

Browse files
chore(deps): update dependency semantic-release to v24.2.4 (#349)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semantic-release](https://redirect.github.com/semantic-release/semantic-release) | [`24.2.3` -> `24.2.4`](https://renovatebot.com/diffs/npm/semantic-release/24.2.3/24.2.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/semantic-release/24.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/semantic-release/24.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/semantic-release/24.2.3/24.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/semantic-release/24.2.3/24.2.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>semantic-release/semantic-release (semantic-release)</summary> ### [`v24.2.4`](https://redirect.github.com/semantic-release/semantic-release/compare/v24.2.3...e45040ec392aafa9f81f28fdb065e9bb310ab1f8) [Compare Source](https://redirect.github.com/semantic-release/semantic-release/compare/v24.2.3...v24.2.4) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, 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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/kkrishguptaa/reseter.css). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xMS4xOCIsInVwZGF0ZWRJblZlciI6IjQwLjExLjE4IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6eeba19 commit b690797

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
"postcss": "8.5.3",
4545
"postcss-cli": "11.0.1",
4646
"sass": "1.89.0",
47-
"semantic-release": "24.2.3"
47+
"semantic-release": "24.2.4"
4848
}
4949
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2570,10 +2570,10 @@ marked-terminal@^7.0.0:
25702570
node-emoji "^2.1.3"
25712571
supports-hyperlinks "^3.0.0"
25722572

2573-
marked@^12.0.0:
2574-
version "12.0.0"
2575-
resolved "https://registry.yarnpkg.com/marked/-/marked-12.0.0.tgz#051ea8c8c7f65148a63003df1499515a2c6de716"
2576-
integrity sha512-Vkwtq9rLqXryZnWaQc86+FHLC6tr/fycMfYAhiOIXkrNmeGAyhSxjqu0Rs1i0bBqw5u0S7+lV9fdH2ZSVaoa0w==
2573+
marked@^15.0.0:
2574+
version "15.0.11"
2575+
resolved "https://registry.yarnpkg.com/marked/-/marked-15.0.11.tgz#08a8d12c285e16259e44287b89ce0d871c9d55e8"
2576+
integrity sha512-1BEXAU2euRCG3xwgLVT1y0xbJEld1XOrmRJpUwRCcy7rxhSCwMrmEu9LXoPhHSCJG41V7YcQ2mjKRr5BA3ITIA==
25772577

25782578
meow@^13.0.0:
25792579
version "13.2.0"
@@ -3674,10 +3674,10 @@ [email protected]:
36743674
optionalDependencies:
36753675
"@parcel/watcher" "^2.4.1"
36763676

3677-
3678-
version "24.2.3"
3679-
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.3.tgz#fd5ac3b0c27fa7bd994eb89eacc26fa385caa1a6"
3680-
integrity sha512-KRhQG9cUazPavJiJEFIJ3XAMjgfd0fcK3B+T26qOl8L0UG5aZUjeRfREO0KM5InGtYwxqiiytkJrbcYoLDEv0A==
3677+
3678+
version "24.2.4"
3679+
resolved "https://registry.yarnpkg.com/semantic-release/-/semantic-release-24.2.4.tgz#c4b31b6d47ee28d9cc454edebf871e585cad05a0"
3680+
integrity sha512-WnzIiRUzEUSHWuCH1S9ifa7eA3g4b5fpCzFQoTA5yZcyTra5P2gaYoCV5iX3VR5xB2h/laQfz3NXTCN4qdK/AQ==
36813681
dependencies:
36823682
"@semantic-release/commit-analyzer" "^13.0.0-beta.1"
36833683
"@semantic-release/error" "^4.0.0"
@@ -3697,7 +3697,7 @@ [email protected]:
36973697
hosted-git-info "^8.0.0"
36983698
import-from-esm "^2.0.0"
36993699
lodash-es "^4.17.21"
3700-
marked "^12.0.0"
3700+
marked "^15.0.0"
37013701
marked-terminal "^7.0.0"
37023702
micromatch "^4.0.2"
37033703
p-each-series "^3.0.0"

0 commit comments

Comments
 (0)