@igniteui/angular-templates 20.0.1456 → 20.0.1458

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.
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
@@ -3,15 +3,18 @@ import { FlatCompat } from '@eslint/eslintrc';
3
3
  const compat = new FlatCompat();
4
4
 
5
5
  export default [
6
- ...compat.extends('plugin:@angular-eslint/recommended', 'plugin:@angular-eslint/template/process-inline-templates'),
7
6
  {
8
- files: ['**/*.ts', '**/*.tsx'],
7
+ files: ['**/*.component.ts'],
9
8
  languageOptions: {
10
9
  parserOptions: {
11
10
  project: ['tsconfig.json'],
12
11
  createDefaultProgram: true,
13
12
  },
14
13
  },
14
+ ...compat.extends(
15
+ 'plugin:@angular-eslint/recommended',
16
+ 'plugin:@angular-eslint/template/process-inline-templates'
17
+ )[0],
15
18
  rules: {
16
19
  '@angular-eslint/directive-selector': [
17
20
  'error',
@@ -24,10 +27,24 @@ export default [
24
27
  '@angular-eslint/prefer-standalone': 'off'
25
28
  },
26
29
  },
27
- ...compat.extends('plugin:@angular-eslint/template/recommended'),
28
30
  {
29
31
  files: ['**/*.html'],
30
- rules: {},
32
+ languageOptions: {
33
+ parser: '@angular-eslint/template-parser'
34
+ },
35
+ ...compat.extends('plugin:@angular-eslint/template/recommended')[0]
36
+ },
37
+ {
38
+ files: ['**/*.ts'],
39
+ ignores: ['**/*.component.ts'],
40
+ languageOptions: {
41
+ parser: '@typescript-eslint/parser',
42
+ parserOptions: {
43
+ project: ['tsconfig.json'],
44
+ createDefaultProgram: true
45
+ },
46
+ },
47
+ ...compat.extends('plugin:@typescript-eslint/recommended')[0]
31
48
  },
32
49
  {
33
50
  ignores: ['projects/**/*']
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
@@ -6,7 +6,7 @@
6
6
  "start": "ng serve -o",
7
7
  "build": "ng build",
8
8
  "watch": "ng build --watch --configuration development",
9
- "test": "node --max-old-space-size=4096 ./node_modules/@angular/cli/bin/ng test",
9
+ "test": "node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng test",
10
10
  "lint": "ng lint"
11
11
  },
12
12
  "private": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "20.0.1456",
3
+ "version": "20.0.1458",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~14.5.6",
15
+ "@igniteui/cli-core": "~14.5.8",
16
16
  "typescript": "~5.5.4"
17
17
  }
18
18
  }