@paperless/conventions 2.0.1-beta.28 → 2.0.1-beta.29

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.0.1-beta.29](https://github.com/Employes/Paperless/compare/v1.67.8...v2.0.1-beta.29) (2025-03-21)
7
+
8
+ **Note:** Version bump only for package @paperless/conventions
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.0.1-beta.28](https://github.com/Employes/Paperless/compare/v2.0.1-beta.27...v2.0.1-beta.28) (2025-03-19)
7
15
 
8
16
  **Note:** Version bump only for package @paperless/conventions
@@ -219,6 +227,93 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
219
227
 
220
228
 
221
229
 
230
+ ## [1.67.8](https://github.com/Employes/Paperless/compare/v1.67.7...v1.67.8) (2025-03-20)
231
+
232
+ **Note:** Version bump only for package @paperless/conventions
233
+
234
+
235
+
236
+
237
+
238
+ ## [1.67.7](https://github.com/Employes/Paperless/compare/v1.67.6...v1.67.7) (2025-03-20)
239
+
240
+ **Note:** Version bump only for package @paperless/conventions
241
+
242
+
243
+
244
+
245
+
246
+ ## [1.67.6](https://github.com/Employes/Paperless/compare/v1.67.5...v1.67.6) (2025-03-20)
247
+
248
+ **Note:** Version bump only for package @paperless/conventions
249
+
250
+
251
+
252
+
253
+
254
+ ## [1.67.5](https://github.com/Employes/Paperless/compare/v1.67.4...v1.67.5) (2025-03-19)
255
+
256
+ **Note:** Version bump only for package @paperless/conventions
257
+
258
+
259
+
260
+
261
+
262
+ ## [1.67.4](https://github.com/Employes/Paperless/compare/v1.67.3...v1.67.4) (2025-03-14)
263
+
264
+
265
+ ### Bug Fixes
266
+
267
+ * **conventions:** Move commitlintrc to a esm module ([fa178a5](https://github.com/Employes/Paperless/commit/fa178a55d568b9a1f6fa57aab27277ffd555fd8b))
268
+
269
+
270
+
271
+
272
+
273
+ ## [1.67.3](https://github.com/Employes/Paperless/compare/v1.67.2...v1.67.3) (2025-03-14)
274
+
275
+
276
+ ### Bug Fixes
277
+
278
+ * **conventions:** Set eslint-plugin-ava peer dependency also to 14.0.0 ([fa621a3](https://github.com/Employes/Paperless/commit/fa621a342eecd6b53b18a95c4f422527ba01d0f2))
279
+
280
+
281
+
282
+
283
+
284
+ ## [1.67.2](https://github.com/Employes/Paperless/compare/v1.67.1...v1.67.2) (2025-03-14)
285
+
286
+
287
+ ### Bug Fixes
288
+
289
+ * **conventions:** Set eslint-plugin-ava to 14.0.0 ([6c78e0d](https://github.com/Employes/Paperless/commit/6c78e0d2510282bbeb21ca78214f2cef2ede7a19))
290
+
291
+
292
+
293
+
294
+
295
+ ## [1.67.1](https://github.com/Employes/Paperless/compare/v1.67.0...v1.67.1) (2025-03-14)
296
+
297
+
298
+ ### Bug Fixes
299
+
300
+ * **conventions:** Set dependencies to hard versions ([43c6577](https://github.com/Employes/Paperless/commit/43c6577a22cd908230c237a0b76037d8320e11b2))
301
+
302
+
303
+
304
+
305
+
306
+ # [1.67.0](https://github.com/Employes/Paperless/compare/v1.66.0...v1.67.0) (2025-03-14)
307
+
308
+
309
+ ### Features
310
+
311
+ * **conventions:** Add commitlint rc to conventions ([d915665](https://github.com/Employes/Paperless/commit/d91566520efb30225faa742a7e30f364286499ab))
312
+
313
+
314
+
315
+
316
+
222
317
  # [1.66.0](https://github.com/Employes/Paperless/compare/v1.65.0...v1.66.0) (2025-03-04)
223
318
 
224
319
  **Note:** Version bump only for package @paperless/conventions
@@ -0,0 +1,8 @@
1
+ module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'header-max-length': [0, 'always'],
5
+ 'subject-case': [2, 'never', ['pascal-case', 'upper-case']],
6
+ 'scope-case': [2, 'always', 'kebab-case'],
7
+ },
8
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@paperless/conventions",
3
3
  "description": "Paperless eslint, typescript & prettier recommended configuration",
4
- "version": "2.0.1-beta.28",
4
+ "version": "2.0.1-beta.29",
5
5
  "main": "index.js",
6
6
  "license": "ISC",
7
7
  "publishConfig": {
@@ -22,17 +22,17 @@
22
22
  "@angular-eslint/schematics": "15.0.0",
23
23
  "@angular-eslint/template-parser": "15.0.0",
24
24
  "@nrwl/eslint-plugin-nx": "15.9.7",
25
- "@typescript-eslint/eslint-plugin": "^5.36.1",
26
- "@typescript-eslint/parser": "^5.36.1",
25
+ "@typescript-eslint/eslint-plugin": "5.36.1",
26
+ "@typescript-eslint/parser": "5.36.1",
27
27
  "eslint": "~8.57.0",
28
- "eslint-config-prettier": "^9.1.0",
29
- "eslint-import-resolver-typescript": "^3.1.5",
30
- "eslint-plugin-ava": "^15.0.1",
31
- "eslint-plugin-import": "^2.29.1",
32
- "eslint-plugin-jsonc": "^2.16.0",
33
- "eslint-plugin-only-error": "^1.0.2",
34
- "eslint-plugin-unicorn": "^55.0.0",
35
- "prettier": "^2.8.8",
28
+ "eslint-config-prettier": "9.1.0",
29
+ "eslint-import-resolver-typescript": "3.1.5",
30
+ "eslint-plugin-ava": "14.0.0",
31
+ "eslint-plugin-import": "2.29.1",
32
+ "eslint-plugin-jsonc": "2.16.0",
33
+ "eslint-plugin-only-error": "1.0.2",
34
+ "eslint-plugin-unicorn": "55.0.0",
35
+ "prettier": "2.8.8",
36
36
  "typescript": "4.6.3"
37
37
  },
38
38
  "peerDependencies": {
@@ -42,16 +42,16 @@
42
42
  "@angular-eslint/schematics": "15.0.0",
43
43
  "@angular-eslint/template-parser": "15.0.0",
44
44
  "@nrwl/eslint-plugin-nx": "15.9.7",
45
- "@typescript-eslint/eslint-plugin": "^5.36.1",
46
- "@typescript-eslint/parser": "^5.36.1",
45
+ "@typescript-eslint/eslint-plugin": "5.36.1",
46
+ "@typescript-eslint/parser": "5.36.1",
47
47
  "eslint": "~8.57.0",
48
- "eslint-plugin-ava": "^15.0.1",
49
- "eslint-plugin-import": "^2.29.1",
50
- "eslint-plugin-jsonc": "^2.16.0",
51
- "eslint-plugin-only-error": "^1.0.2",
52
- "eslint-plugin-unicorn": "^55.0.0",
53
- "prettier": "^2.8.8",
54
- "prettier-plugin-tailwindcss": "^0.4.1",
55
- "typescript": "^4.6.3"
48
+ "eslint-plugin-ava": "14.0.0",
49
+ "eslint-plugin-import": "2.29.1",
50
+ "eslint-plugin-jsonc": "2.16.0",
51
+ "eslint-plugin-only-error": "1.0.2",
52
+ "eslint-plugin-unicorn": "55.0.0",
53
+ "prettier": "2.8.8",
54
+ "prettier-plugin-tailwindcss": "0.4.1",
55
+ "typescript": "4.6.3"
56
56
  }
57
57
  }