@paperless/conventions 2.20.1 → 2.22.0-alpha.10

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,117 @@
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.22.0-alpha.10](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.9...v2.22.0-alpha.10) (2026-01-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **conventions:** Set correct nx version ([6ce137e](https://github.com/Employes/Paperless/commit/6ce137e1860289a2cf95f365b740c8dace97b33a))
12
+
13
+
14
+
15
+
16
+
17
+ # [2.22.0-alpha.9](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.8...v2.22.0-alpha.9) (2026-01-13)
18
+
19
+ **Note:** Version bump only for package @paperless/conventions
20
+
21
+
22
+
23
+
24
+
25
+ # [2.22.0-alpha.8](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.7...v2.22.0-alpha.8) (2026-01-13)
26
+
27
+
28
+ ### Reverts
29
+
30
+ * Revert "refactor(conventions): Remove nx" ([2c1e00f](https://github.com/Employes/Paperless/commit/2c1e00fdbc0fb7ba784ac463827175520a7cfc56))
31
+
32
+
33
+
34
+
35
+
36
+ # [2.22.0-alpha.7](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.6...v2.22.0-alpha.7) (2026-01-13)
37
+
38
+ **Note:** Version bump only for package @paperless/conventions
39
+
40
+
41
+
42
+
43
+
44
+ # [2.22.0-alpha.6](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.5...v2.22.0-alpha.6) (2026-01-13)
45
+
46
+
47
+ ### Bug Fixes
48
+
49
+ * **angular:** Move some files around and start using inject ([0602708](https://github.com/Employes/Paperless/commit/0602708f638d250783e764f2d886e0084eb53ce0))
50
+
51
+
52
+
53
+
54
+
55
+ # [2.22.0-alpha.5](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.4...v2.22.0-alpha.5) (2026-01-13)
56
+
57
+ **Note:** Version bump only for package @paperless/conventions
58
+
59
+
60
+
61
+
62
+
63
+ # [2.22.0-alpha.4](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.3...v2.22.0-alpha.4) (2026-01-13)
64
+
65
+ **Note:** Version bump only for package @paperless/conventions
66
+
67
+
68
+
69
+
70
+
71
+ # [2.22.0-alpha.3](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.2...v2.22.0-alpha.3) (2026-01-13)
72
+
73
+ **Note:** Version bump only for package @paperless/conventions
74
+
75
+
76
+
77
+
78
+
79
+ # [2.22.0-alpha.2](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.1...v2.22.0-alpha.2) (2026-01-13)
80
+
81
+
82
+ ### Bug Fixes
83
+
84
+ * Set alpha tag for npm publish ([1e2738d](https://github.com/Employes/Paperless/commit/1e2738d044d6153c5b1521548fed41288471d217))
85
+
86
+
87
+
88
+
89
+
90
+ # [2.22.0-alpha.1](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.0...v2.22.0-alpha.1) (2026-01-13)
91
+
92
+ **Note:** Version bump only for package @paperless/conventions
93
+
94
+
95
+
96
+
97
+
98
+ # [2.22.0-alpha.0](https://github.com/Employes/Paperless/compare/v2.21.0...v2.22.0-alpha.0) (2026-01-13)
99
+
100
+
101
+ ### Features
102
+
103
+ * update angular to version 16 ([7e2cec4](https://github.com/Employes/Paperless/commit/7e2cec4d46b0c2b749af815e5044a9dd01d0280a))
104
+
105
+
106
+
107
+
108
+
109
+ # [2.21.0](https://github.com/Employes/Paperless/compare/v2.20.1...v2.21.0) (2026-01-12)
110
+
111
+ **Note:** Version bump only for package @paperless/conventions
112
+
113
+
114
+
115
+
116
+
6
117
  ## [2.20.1](https://github.com/Employes/Paperless/compare/v2.20.0...v2.20.1) (2026-01-12)
7
118
 
8
119
  **Note:** Version bump only for package @paperless/conventions
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.20.1",
4
+ "version": "2.22.0-alpha.10",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
7
7
  "registry": "https://registry.npmjs.org"
@@ -15,10 +15,11 @@
15
15
  "build:prod": "yarn build",
16
16
  "prenpm:publish": "cp ../../README.md .",
17
17
  "npm:publish": "npm publish",
18
+ "npm:publish:prerelease": "yarn npm:publish --tag alpha",
18
19
  "prettier:check": "yarn prettier \"./**/*.{ts,tsx,html,scss,json}\"",
19
20
  "prettier:write": "yarn prettier:check -w"
20
21
  },
21
- "devDependencies": {
22
+ "dependencies": {
22
23
  "@angular-eslint/builder": "~19.0.0",
23
24
  "@angular-eslint/eslint-plugin": "~19.0.0",
24
25
  "@angular-eslint/eslint-plugin-template": "~19.0.0",
@@ -27,7 +28,6 @@
27
28
  "@nrwl/eslint-plugin-nx": "15.9.7",
28
29
  "@typescript-eslint/eslint-plugin": "5.36.1",
29
30
  "@typescript-eslint/parser": "5.36.1",
30
- "eslint": "~8.57.0",
31
31
  "eslint-config-prettier": "9.1.0",
32
32
  "eslint-import-resolver-typescript": "3.1.5",
33
33
  "eslint-plugin-ava": "14.0.0",
@@ -35,26 +35,11 @@
35
35
  "eslint-plugin-jsonc": "2.16.0",
36
36
  "eslint-plugin-only-error": "1.0.2",
37
37
  "eslint-plugin-unicorn": "55.0.0",
38
- "prettier": "2.8.8",
39
- "typescript": "4.6.3"
38
+ "nx": "15.9.7"
40
39
  },
41
40
  "peerDependencies": {
42
- "@angular-eslint/builder": "~19.0.0",
43
- "@angular-eslint/eslint-plugin": "~19.0.0",
44
- "@angular-eslint/eslint-plugin-template": "~19.0.0",
45
- "@angular-eslint/schematics": "~19.0.0",
46
- "@angular-eslint/template-parser": "~19.0.0",
47
- "@nrwl/eslint-plugin-nx": "15.9.7",
48
- "@typescript-eslint/eslint-plugin": "5.36.1",
49
- "@typescript-eslint/parser": "5.36.1",
50
41
  "eslint": "~8.57.0",
51
- "eslint-plugin-ava": "14.0.0",
52
- "eslint-plugin-import": "2.29.1",
53
- "eslint-plugin-jsonc": "2.16.0",
54
- "eslint-plugin-only-error": "1.0.2",
55
- "eslint-plugin-unicorn": "55.0.0",
56
42
  "prettier": "2.8.8",
57
- "prettier-plugin-tailwindcss": "0.4.1",
58
- "typescript": "4.6.3"
43
+ "typescript": "5.1.6"
59
44
  }
60
45
  }
package/tsconfig.json CHANGED
@@ -27,15 +27,15 @@
27
27
  "noImplicitOverride": true,
28
28
  "noPropertyAccessFromIndexSignature": true,
29
29
  "noImplicitReturns": true,
30
- "target": "es2020",
31
- "module": "es2020",
32
- "lib": ["es2018", "dom"],
30
+ "target": "es2022",
31
+ "module": "es2022",
32
+ "lib": ["es2022", "dom"]
33
33
  },
34
34
  "angularCompilerOptions": {
35
35
  "enableI18nLegacyMessageIdFormat": false,
36
36
  "strictInjectionParameters": true,
37
37
  "strictInputAccessModifiers": true,
38
38
  "strictTemplates": true,
39
- "enableIvy": true,
39
+ "enableIvy": true
40
40
  }
41
41
  }