Skip to content

Commit 239cb69

Browse files
authored
fix(deps): Update commitlint monorepo to v17.2.0 (#77)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | devDependencies | minor | [`17.1.2` -> `17.2.0`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/17.1.2/17.2.0) | | [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://togithub.com/conventional-changelog/commitlint)) | devDependencies | minor | [`17.1.0` -> `17.2.0`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/17.1.0/17.2.0) | --- ### Release Notes <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/cli)</summary> ### [`v17.2.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#&#8203;1720-httpsgithubcomconventional-changelogcommitlintcomparev1712v1720-2022-10-31) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.1.2...v17.2.0) ##### Features - **cli:** add strict mode ([#&#8203;3384](https://togithub.com/conventional-changelog/commitlint/issues/3384)) ([#&#8203;3385](https://togithub.com/conventional-changelog/commitlint/issues/3385)) ([fdff2be](https://togithub.com/conventional-changelog/commitlint/commit/fdff2bee2d688698555de1cab904d0f5038075b1)) #### [17.1.2](https://togithub.com/conventional-changelog/commitlint/compare/v17.1.1...v17.1.2) (2022-08-29) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) #### [17.1.1](https://togithub.com/conventional-changelog/commitlint/compare/v17.1.0...v17.1.1) (2022-08-27) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://togithub.com/commitlint/cli) </details> <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary> ### [`v17.2.0`](https://togithub.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#&#8203;1720-httpsgithubcomconventional-changelogcommitlintcomparev1712v1720-2022-10-31) [Compare Source](https://togithub.com/conventional-changelog/commitlint/compare/v17.1.0...v17.2.0) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://togithub.com/commitlint/config-conventional) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on the first day of the month" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMzYuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIzNi4wIn0=-->
1 parent b4bb121 commit 239cb69

File tree

2 files changed

+72
-72
lines changed

2 files changed

+72
-72
lines changed

package-lock.json

Lines changed: 70 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"node": ">=16.0.0"
3535
},
3636
"devDependencies": {
37-
"@commitlint/cli": "17.1.2",
38-
"@commitlint/config-conventional": "17.1.0",
37+
"@commitlint/cli": "17.2.0",
38+
"@commitlint/config-conventional": "17.2.0",
3939
"@types/node": "17.0.33",
4040
"@types/pg": "8.6.5",
4141
"@types/semver": "7.3.13",

0 commit comments

Comments
 (0)