Skip to content

Commit e77c518

Browse files
Merge branch 'main' into fix-preserve-whitespaces-infotext
2 parents b15d4e8 + 25ad687 commit e77c518

File tree

29 files changed

+17321
-16550
lines changed

29 files changed

+17321
-16550
lines changed

.changeset/wide-ducks-juggle.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
"@db-ux/core-components": patch
3+
"@db-ux/ngx-core-components": patch
4+
"@db-ux/react-core-components": patch
5+
"@db-ux/wc-core-components": patch
6+
"@db-ux/v-core-components": patch
7+
---
8+
9+
fix: hide-animation for drawer

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,6 @@ updates:
4747
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
4848
versioning-strategy: increase
4949
groups:
50-
# Automatically group all patch updates to reduce PR noise
51-
patch-dependencies:
52-
update-types:
53-
- "patch"
54-
patterns:
55-
- "*"
5650
# Major framework dependencies - group by framework for better review
5751
angular:
5852
patterns:
@@ -153,3 +147,9 @@ updates:
153147
update-types:
154148
- "minor"
155149
- "major"
150+
# Automatically group all patch updates to reduce PR noise
151+
patch-dependencies:
152+
update-types:
153+
- "patch"
154+
patterns:
155+
- "*"

e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
3030
},
3131
"devDependencies": {
32-
"@playwright/test": "1.56.0",
32+
"@playwright/test": "1.56.1",
3333
"cpr": "3.0.1",
3434
"cross-env": "10.1.0",
3535
"dotenv": "17.2.3",

output/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"tsc": "tsc --project . --sourceMap false"
3232
},
3333
"devDependencies": {
34-
"@playwright/experimental-ct-react": "1.56.0",
34+
"@playwright/experimental-ct-react": "1.56.1",
3535
"@types/react": "18.3.13",
3636
"react": "18.3.1",
3737
"react-dom": "18.3.1"

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:components:ui": "playwright test --config playwright.config.ts --ui"
4242
},
4343
"devDependencies": {
44-
"@playwright/experimental-ct-vue": "1.56.0",
44+
"@playwright/experimental-ct-vue": "1.56.1",
4545
"@vitejs/plugin-vue": "6.0.1",
4646
"replace-in-file": "8.3.0",
4747
"tsx": "4.20.6",

0 commit comments

Comments
 (0)