@paperless/conventions 2.22.0-alpha.21 → 2.22.0-alpha.22

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,17 @@
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.22](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.21...v2.22.0-alpha.22) (2026-01-14)
7
+
8
+
9
+ ### Features
10
+
11
+ * **angular:** Update to ng 19 ([5d807b7](https://github.com/Employes/Paperless/commit/5d807b785deac88492fdc098fe0a8d5948738f59))
12
+
13
+
14
+
15
+
16
+
6
17
  # [2.22.0-alpha.21](https://github.com/Employes/Paperless/compare/v2.22.0-alpha.20...v2.22.0-alpha.21) (2026-01-14)
7
18
 
8
19
  **Note:** Version bump only for package @paperless/conventions
package/eslint.config.js CHANGED
@@ -101,6 +101,7 @@ export default defineConfig([
101
101
  ],
102
102
  processor: angularPlugin.processInlineTemplates,
103
103
  rules: {
104
+ '@angular-eslint/prefer-standalone': 'off',
104
105
  '@angular-eslint/directive-selector': [
105
106
  'error',
106
107
  {
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.22.0-alpha.21",
4
+ "version": "2.22.0-alpha.22",
5
5
  "license": "ISC",
6
6
  "type": "module",
7
7
  "publishConfig": {
@@ -47,6 +47,6 @@
47
47
  "peerDependencies": {
48
48
  "eslint": "~9.39.1",
49
49
  "prettier": "~3.7.4",
50
- "typescript": "5.4.5"
50
+ "typescript": "5.8.3"
51
51
  }
52
52
  }