commitlint-plugin-function-rules 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +20 -17
package/README.md CHANGED
@@ -60,7 +60,7 @@ module.exports = {
60
60
 
61
61
  Please [create an issue](https://github.com/vidavidorra/commitlint-plugin-function-rules/issues/new/choose) if you have a bug report or feature proposal, or [create a discussion](https://github.com/vidavidorra/commitlint-plugin-function-rules/discussions) if you have a question. If you like this project, please consider giving it a star ⭐
62
62
 
63
- Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) detailed information about other contributions, like pull requests.
63
+ Refer to the [contributing guide](https://github.com/vidavidorra/.github/blob/main/CONTRIBUTING.md) for detailed information about other contributions, like pull requests.
64
64
 
65
65
  [![Conventional Commits: 1.0.0](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow?style=flat-square)](https://conventionalcommits.org)
66
66
  [![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray&style=flat-square)](https://github.com/xojs/xo)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitlint-plugin-function-rules",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "commitlint plugin to use functions as rule value",
5
5
  "keywords": [
6
6
  "commitlint",
@@ -185,31 +185,34 @@
185
185
  ]
186
186
  },
187
187
  "devDependencies": {
188
- "@ava/typescript": "4.1.0",
189
- "@commitlint/cli": "19.2.0",
190
- "@commitlint/config-conventional": "19.1.0",
191
- "@commitlint/lint-19.x": "npm:@commitlint/lint@19.1.0",
192
- "@commitlint/load-19.x": "npm:@commitlint/load@19.1.0",
193
- "@commitlint/rules": "19.0.3",
194
- "@commitlint/types": "19.0.3",
188
+ "@ava/typescript": "5.0.0",
189
+ "@commitlint/cli": "19.5.0",
190
+ "@commitlint/config-conventional": "19.5.0",
191
+ "@commitlint/lint-19.x": "npm:@commitlint/lint@19.5.0",
192
+ "@commitlint/load-19.x": "npm:@commitlint/load@19.5.0",
193
+ "@commitlint/rules": "19.5.0",
194
+ "@commitlint/types": "19.5.0",
195
195
  "@semantic-release/changelog": "6.0.3",
196
196
  "@semantic-release/exec": "6.0.3",
197
197
  "@semantic-release/git": "10.0.1",
198
198
  "@types/sinon": "17.0.3",
199
- "ava": "6.1.2",
200
- "c8": "9.1.0",
201
- "husky": "9.0.11",
202
- "lint-staged": "15.2.2",
203
- "prettier": "3.2.5",
204
- "semantic-release": "23.0.2",
205
- "sinon": "17.0.1",
206
- "typescript": "5.4.2",
207
- "xo": "0.58.0"
199
+ "ava": "6.2.0",
200
+ "c8": "10.1.2",
201
+ "husky": "9.1.6",
202
+ "lint-staged": "15.2.10",
203
+ "prettier": "3.3.3",
204
+ "semantic-release": "24.2.0",
205
+ "sinon": "19.0.2",
206
+ "typescript": "5.6.3",
207
+ "xo": "0.59.3"
208
208
  },
209
209
  "peerDependencies": {
210
210
  "@commitlint/lint": ">=19 <20"
211
211
  },
212
212
  "engines": {
213
213
  "node": ">=20"
214
+ },
215
+ "overrides": {
216
+ "conventional-changelog-conventionalcommits": ">= 8.0.0"
214
217
  }
215
218
  }