@db-ux/core-migration 4.10.1 → 4.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @db-ux/core-migration
2
2
 
3
+ ## 4.11.0
4
+
5
+ _version bump_
6
+
7
+ ## 4.10.2
8
+
9
+ _version bump_
10
+
3
11
  ## 4.10.1
4
12
 
5
13
  _version bump_
package/README.md CHANGED
@@ -28,7 +28,7 @@ Contributions are very welcome, please refer to the [contribution guide](https:/
28
28
  ## Code of conduct
29
29
 
30
30
  We as members, contributors, and leaders pledge to make participation in our
31
- community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/core-web/blob/main/CODE-OF-CONDUCT.md).
31
+ community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/.github/blob/main/CODE-OF-CONDUCT.md).
32
32
 
33
33
  ## License
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/core-migration",
3
- "version": "4.10.1",
3
+ "version": "4.11.0",
4
4
  "type": "module",
5
5
  "description": "Migration script for changing your code in between DB UX Design System v3 versions regarding BREAKING CHANGES.",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "build"
18
18
  ],
19
19
  "dependencies": {
20
- "commander": "14.0.3",
20
+ "commander": "15.0.0",
21
21
  "glob": "13.0.6",
22
22
  "replace-in-file": "8.4.0"
23
23
  },
@@ -25,8 +25,8 @@
25
25
  "cpr": "3.0.1",
26
26
  "esbuild": "0.28.0",
27
27
  "npm-run-all2": "9.0.1",
28
- "tsx": "4.22.3",
29
- "vitest": "4.1.7"
28
+ "tsx": "4.22.4",
29
+ "vitest": "4.1.8"
30
30
  },
31
31
  "publishConfig": {
32
32
  "registry": "https://registry.npmjs.org/",