@taiga-ui/eslint-plugin-experience-next 0.446.0 → 0.448.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 -1
  2. package/package.json +14 -14
package/index.esm.js CHANGED
@@ -1134,7 +1134,7 @@ var recommended = defineConfig([
1134
1134
  },
1135
1135
  {
1136
1136
  files: ['**/*.md'],
1137
- plugins: { markdown },
1137
+ plugins: { markdown: markdown },
1138
1138
  extends: [markdown.configs.recommended],
1139
1139
  language: 'markdown/gfm',
1140
1140
  rules: { 'markdown/require-alt-text': 'off' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taiga-ui/eslint-plugin-experience-next",
3
- "version": "0.446.0",
3
+ "version": "0.448.0",
4
4
  "description": "An ESLint plugin to enforce a consistent code styles across taiga-ui projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -9,30 +9,30 @@
9
9
  "license": "Apache-2.0",
10
10
  "contributors": [
11
11
  {
12
- "name": "Alex Inkin",
13
- "email": "alexander@inkin.ru"
12
+ "email": "alexander@inkin.ru",
13
+ "name": "Alex Inkin"
14
14
  },
15
15
  {
16
- "name": "Maksim Ivanov",
17
- "email": "splincodewd@yandex.ru"
16
+ "email": "splincodewd@yandex.ru",
17
+ "name": "Maksim Ivanov"
18
18
  },
19
19
  {
20
- "name": "Vladimir Potekhin",
21
- "email": "vladimir.potekh@gmail.com"
20
+ "email": "vladimir.potekh@gmail.com",
21
+ "name": "Vladimir Potekhin"
22
22
  },
23
23
  {
24
- "name": "Nikita Barsukov",
25
- "email": "nikita.s.barsukov@gmail.com"
24
+ "email": "nikita.s.barsukov@gmail.com",
25
+ "name": "Nikita Barsukov"
26
26
  }
27
27
  ],
28
28
  "type": "module",
29
29
  "devDependencies": {
30
- "@typescript-eslint/rule-tester": "8.57.2",
30
+ "@typescript-eslint/rule-tester": "8.58.0",
31
31
  "glob": "13.0.6"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@eslint/compat": "^2.0.3",
35
- "@eslint/markdown": "^7.5.1",
35
+ "@eslint/markdown": "^8.0.1",
36
36
  "@html-eslint/eslint-plugin": "^0.58.1",
37
37
  "@html-eslint/parser": "^0.58.1",
38
38
  "@smarttools/eslint-plugin-rxjs": "^1.0.22",
@@ -43,21 +43,21 @@
43
43
  "eslint": "^9.39.2",
44
44
  "eslint-config-prettier": "^10.1.7",
45
45
  "eslint-plugin-compat": "^7.0.1",
46
- "eslint-plugin-cypress": "^6.2.1",
46
+ "eslint-plugin-cypress": "^6.2.2",
47
47
  "eslint-plugin-de-morgan": "^2.1.1",
48
48
  "eslint-plugin-decorator-position": "^6.0.0",
49
49
  "eslint-plugin-file-progress": "^3.0.2",
50
50
  "eslint-plugin-import": "^2.32.0",
51
51
  "eslint-plugin-jest": "^29.15.1",
52
52
  "eslint-plugin-package-json": "^0.91.1",
53
- "eslint-plugin-perfectionist": "^5.7.0",
53
+ "eslint-plugin-perfectionist": "^5.8.0",
54
54
  "eslint-plugin-playwright": "^2.10.1",
55
55
  "eslint-plugin-prettier": "^5.5.5",
56
56
  "eslint-plugin-promise": "^7.2.1",
57
57
  "eslint-plugin-regexp": "^3.1.0",
58
58
  "eslint-plugin-simple-import-sort": "^12.1.1",
59
59
  "eslint-plugin-sonarjs": "^4.0.2",
60
- "eslint-plugin-unicorn": "^63.0.0",
60
+ "eslint-plugin-unicorn": "^64.0.0",
61
61
  "eslint-plugin-unused-imports": "^4.4.1",
62
62
  "glob": "*",
63
63
  "globals": "^17.4.0",