@paperless/conventions 3.6.2 → 3.6.5

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,30 @@
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
+ ## [3.6.5](https://github.com/Employes/Paperless/compare/v3.6.4...v3.6.5) (2026-04-08)
7
+
8
+ **Note:** Version bump only for package @paperless/conventions
9
+
10
+
11
+
12
+
13
+
14
+ ## [3.6.4](https://github.com/Employes/Paperless/compare/v3.6.3...v3.6.4) (2026-04-08)
15
+
16
+ **Note:** Version bump only for package @paperless/conventions
17
+
18
+
19
+
20
+
21
+
22
+ ## [3.6.3](https://github.com/Employes/Paperless/compare/v3.6.2...v3.6.3) (2026-03-31)
23
+
24
+ **Note:** Version bump only for package @paperless/conventions
25
+
26
+
27
+
28
+
29
+
6
30
  ## [3.6.2](https://github.com/Employes/Paperless/compare/v3.6.1...v3.6.2) (2026-03-23)
7
31
 
8
32
  **Note:** Version bump only for package @paperless/conventions
package/eslint.config.js CHANGED
@@ -144,6 +144,16 @@ export const config = rootDir => [
144
144
  rules: {
145
145
  '@angular-eslint/prefer-inject': 'warn',
146
146
  '@angular-eslint/prefer-standalone': 'warn',
147
+ '@angular-eslint/prefer-output-readonly': 'warn',
148
+ '@angular-eslint/prefer-signal-model': 'error',
149
+ '@angular-eslint/prefer-signals': [
150
+ 'warn',
151
+ {
152
+ preferReadonlySignalProperties: true,
153
+ preferInputSignals: true,
154
+ preferQuerySignals: true,
155
+ },
156
+ ],
147
157
  '@angular-eslint/directive-selector': [
148
158
  'error',
149
159
  {
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": "3.6.2",
4
+ "version": "3.6.5",
5
5
  "license": "ISC",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -28,11 +28,11 @@
28
28
  "prettier:write": "yarn prettier:check -w"
29
29
  },
30
30
  "dependencies": {
31
- "@angular-eslint/builder": "~21.0.0",
31
+ "@angular-eslint/builder": "~21.3.1",
32
32
  "@eslint/js": "~9.39.3",
33
33
  "@nx/eslint-plugin": "~22.5.0",
34
34
  "@regru/eslint-plugin-prefer-early-return": "~1.0.0",
35
- "angular-eslint": "~21.0.0",
35
+ "angular-eslint": "~21.3.1",
36
36
  "eslint-config-prettier": "~10.1.8",
37
37
  "eslint-import-resolver-typescript": "~4.4.4",
38
38
  "eslint-plugin-better-tailwindcss": "~4.3.0",