commitlint-plugin-function-rules 2.0.1 → 3.0.0

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 (1) hide show
  1. package/package.json +25 -24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commitlint-plugin-function-rules",
3
- "version": "2.0.1",
3
+ "version": "3.0.0",
4
4
  "description": "commitlint plugin to define rules as functions.",
5
5
  "keywords": [
6
6
  "commitlint",
@@ -32,8 +32,8 @@
32
32
  "build": "npm run build:esm && npm run build:cjs",
33
33
  "build:cjs": "esbuild src/index.ts --bundle --target=ES2022 --platform=node --outfile=dist/index.cjs",
34
34
  "build:esm": "tsc",
35
- "format": "prettier --ignore-path .gitignore --write \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --loglevel warn",
36
- "format:check": "prettier --ignore-path .gitignore --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --loglevel warn",
35
+ "format": "prettier --ignore-path .gitignore --write \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
36
+ "format:check": "prettier --ignore-path .gitignore --check \"**/*.{vue,css,less,scss,html,htm,json,md,markdown,yml,yaml}\" --log-level warn",
37
37
  "lint": "npm run format:check && xo",
38
38
  "lint:fix": "npm run format && xo --fix",
39
39
  "prepare": "husky install .github/husky",
@@ -44,8 +44,7 @@
44
44
  "space": true
45
45
  },
46
46
  "prettier": {
47
- "singleQuote": true,
48
- "trailingComma": "all"
47
+ "singleQuote": true
49
48
  },
50
49
  "release": {
51
50
  "branches": [
@@ -192,9 +191,9 @@
192
191
  ]
193
192
  },
194
193
  "devDependencies": {
195
- "@ava/typescript": "4.0.0",
196
- "@commitlint/cli": "17.6.5",
197
- "@commitlint/config-conventional": "17.6.5",
194
+ "@ava/typescript": "4.1.0",
195
+ "@commitlint/cli": "18.2.0",
196
+ "@commitlint/config-conventional": "18.1.0",
198
197
  "@commitlint/lint-10.x": "npm:@commitlint/lint@10.0.0",
199
198
  "@commitlint/lint-11.x": "npm:@commitlint/lint@11.0.0",
200
199
  "@commitlint/lint-12.x": "npm:@commitlint/lint@12.1.4",
@@ -202,7 +201,8 @@
202
201
  "@commitlint/lint-14.x": "npm:@commitlint/lint@14.1.0",
203
202
  "@commitlint/lint-15.x": "npm:@commitlint/lint@15.0.0",
204
203
  "@commitlint/lint-16.x": "npm:@commitlint/lint@16.2.4",
205
- "@commitlint/lint-17.x": "npm:@commitlint/lint@17.6.5",
204
+ "@commitlint/lint-17.x": "npm:@commitlint/lint@17.8.1",
205
+ "@commitlint/lint-18.x": "npm:@commitlint/lint@18.1.0",
206
206
  "@commitlint/lint-9.x": "npm:@commitlint/lint@9.1.2",
207
207
  "@commitlint/load-10.x": "npm:@commitlint/load@10.0.0",
208
208
  "@commitlint/load-11.x": "npm:@commitlint/load@11.0.0",
@@ -211,29 +211,30 @@
211
211
  "@commitlint/load-14.x": "npm:@commitlint/load@14.1.0",
212
212
  "@commitlint/load-15.x": "npm:@commitlint/load@15.0.0",
213
213
  "@commitlint/load-16.x": "npm:@commitlint/load@16.3.0",
214
- "@commitlint/load-17.x": "npm:@commitlint/load@17.5.0",
214
+ "@commitlint/load-17.x": "npm:@commitlint/load@17.8.1",
215
+ "@commitlint/load-18.x": "npm:@commitlint/load@18.2.0",
215
216
  "@commitlint/load-9.x": "npm:@commitlint/load@9.1.2",
216
- "@commitlint/rules": "17.6.5",
217
- "@commitlint/types": "17.4.4",
217
+ "@commitlint/rules": "18.1.0",
218
+ "@commitlint/types": "18.1.0",
218
219
  "@semantic-release/changelog": "6.0.3",
219
220
  "@semantic-release/exec": "6.0.3",
220
221
  "@semantic-release/git": "10.0.1",
221
- "@types/sinon": "10.0.15",
222
- "ava": "5.2.0",
223
- "c8": "8.0.0",
224
- "esbuild": "0.18.6",
222
+ "@types/sinon": "17.0.0",
223
+ "ava": "5.3.1",
224
+ "c8": "8.0.1",
225
+ "esbuild": "0.19.5",
225
226
  "husky": "8.0.3",
226
- "lint-staged": "13.2.2",
227
- "prettier": "2.8.8",
228
- "semantic-release": "21.0.5",
229
- "sinon": "15.1.2",
230
- "typescript": "5.0.3",
231
- "xo": "0.54.2"
227
+ "lint-staged": "15.0.2",
228
+ "prettier": "3.0.3",
229
+ "semantic-release": "22.0.7",
230
+ "sinon": "17.0.1",
231
+ "typescript": "5.2.2",
232
+ "xo": "0.56.0"
232
233
  },
233
234
  "peerDependencies": {
234
- "@commitlint/lint": ">=9.1.2 <18"
235
+ "@commitlint/lint": ">=9.1.2 <19"
235
236
  },
236
237
  "engines": {
237
- "node": ">=16"
238
+ "node": ">=18"
238
239
  }
239
240
  }