@db-ux/core-eslint-plugin 4.7.3 → 4.8.1-fix-publish-f7808e2

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/CHANGELOG.md +9 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # @db-ux/core-eslint-plugin
2
2
 
3
- ## 4.7.3
3
+ ## 4.8.1
4
+
5
+ _version bump_
6
+
7
+ ## 4.8.0
4
8
 
5
9
  _version bump_
6
10
 
11
+ ## 4.7.3
12
+
13
+ _version bump_
7
14
 
8
15
  ## 4.7.2
9
16
 
@@ -18,7 +25,7 @@ _version bump_
18
25
  ### Patch Changes
19
26
 
20
27
  - fix(`DBNotification`): `close-button-text-required` rule now only requires `closeButtonText` when `closeable` attribute is set. - [see commit 9ae9216](https://github.com/db-ux-design-system/core-web/commit/9ae92161a6d07c7a7ab80a4af31777a4d35d09be):
21
- - refactor(`ESLint`): optimize parsing of multiple Angular components.
28
+ - refactor(`ESLint`): optimize parsing of multiple Angular components.
22
29
 
23
30
  ## 4.6.1
24
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-eslint-plugin",
3
- "version": "4.7.3",
3
+ "version": "4.8.1-fix-publish-f7808e2",
4
4
  "type": "module",
5
5
  "description": "ESLint plugin for DB UX Design System components",
6
6
  "repository": {
@@ -28,18 +28,18 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@angular-eslint/utils": "21.3.1",
31
- "@typescript-eslint/utils": "^8.59.2"
31
+ "@typescript-eslint/utils": "^8.59.3"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@angular-eslint/bundled-angular-compiler": "21.3.1",
35
35
  "@angular-eslint/template-parser": "21.3.1",
36
36
  "@angular-eslint/test-utils": "21.3.1",
37
- "@typescript-eslint/parser": "8.59.2",
38
- "@typescript-eslint/rule-tester": "8.59.2",
37
+ "@typescript-eslint/parser": "8.59.3",
38
+ "@typescript-eslint/rule-tester": "8.59.3",
39
39
  "cpr": "3.0.1",
40
40
  "npm-run-all2": "8.0.4",
41
41
  "typescript": "5.9.3",
42
- "vitest": "4.1.5",
42
+ "vitest": "4.1.6",
43
43
  "vue-eslint-parser": "10.4.0"
44
44
  },
45
45
  "publishConfig": {