@taiga-ui/eslint-plugin-experience-next 0.363.0 → 0.364.0

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.
Files changed (2) hide show
  1. package/index.esm.js +1 -0
  2. package/package.json +5 -5
package/index.esm.js CHANGED
@@ -792,6 +792,7 @@ var recommended = tseslint.config(progress.configs['recommended-ci'], {
792
792
  'unicorn/no-empty-file': 'error',
793
793
  'unicorn/no-magic-array-flat-depth': 'error',
794
794
  'unicorn/no-negation-in-equality-check': 'error',
795
+ 'unicorn/no-new-array': 'error',
795
796
  'unicorn/no-single-promise-in-promise-methods': 'error',
796
797
  'unicorn/no-typeof-undefined': 'error',
797
798
  'unicorn/no-unnecessary-polyfills': 'error',
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.363.0",
3
+ "version": "0.364.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "devDependencies": {
8
- "@typescript-eslint/rule-tester": "8.46.4",
9
- "glob": "11.0.3"
8
+ "@typescript-eslint/rule-tester": "8.47.0",
9
+ "glob": "13.0.0"
10
10
  },
11
11
  "peerDependencies": {
12
12
  "@eslint/compat": "^2.0.0",
@@ -14,7 +14,7 @@
14
14
  "@html-eslint/eslint-plugin": "^0.48.0",
15
15
  "@html-eslint/parser": "^0.48.0",
16
16
  "@smarttools/eslint-plugin-rxjs": "^1.0.22",
17
- "@stylistic/eslint-plugin": "^5.5.0",
17
+ "@stylistic/eslint-plugin": "^5.6.1",
18
18
  "@types/glob": "*",
19
19
  "angular-eslint": "^20.6.0",
20
20
  "eslint": "^9.39.1",
@@ -36,7 +36,7 @@
36
36
  "eslint-plugin-unused-imports": "^4.3.0",
37
37
  "glob": "*",
38
38
  "globals": "^16.5.0",
39
- "typescript-eslint": "^8.46.4"
39
+ "typescript-eslint": "^8.47.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"