Skip to content

Commit ae33b63

Browse files
Merge branch 'main' into fix-preserve-whitespaces-infotext
2 parents 3f7e29a + 148b766 commit ae33b63

File tree

36 files changed

+4888
-1788
lines changed

36 files changed

+4888
-1788
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ updates:
4646
# https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437
4747
versioning-strategy: increase
4848
groups:
49+
patch-dependencies:
50+
update-types:
51+
- "patch"
4952
commitlint:
5053
patterns:
5154
- "@commitlint*"
@@ -59,14 +62,12 @@ updates:
5962
- "ng-packagr"
6063
update-types:
6164
- "minor"
62-
- "patch"
6365
react:
6466
patterns:
6567
- "react"
6668
- "react-dom"
6769
update-types:
6870
- "minor"
69-
- "patch"
7071
next:
7172
patterns:
7273
- "@next*"

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ If you want to generate the screenshots manually, do the following:
4646
npm run build
4747

4848
# unix
49-
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.30.0-focal /bin/bash
49+
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.51.1-focal /bin/bash
5050

5151
# windows - allow file sharing (windows pop up)
52-
docker run --rm --network host -v ${PWD}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.30.0-focal /bin/bash
52+
docker run --rm --network host -v ${PWD}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.51.1-focal /bin/bash
5353

5454
npm install
5555

output/stencil/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@custom-elements-manifest/analyzer": "^0.10.4",
33-
"@stencil/core": "4.31.0",
33+
"@stencil/core": "4.32.0",
3434
"cem-plugin-expanded-types": "^1.4.0",
3535
"custom-element-jet-brains-integration": "^1.7.0",
3636
"custom-element-vs-code-integration": "^1.5.0",

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"tsx": "^4.19.4",
4444
"typescript": "^5.4.5",
4545
"vite": "^6.3.5",
46-
"vue": "^3.5.15",
46+
"vue": "^3.5.16",
4747
"vue-tsc": "^2.2.10"
4848
},
4949
"publishConfig": {

0 commit comments

Comments
 (0)