Skip to content

Commit 903e352

Browse files
Merge branch 'main' into feat-examples-plugins
2 parents fd8b7b5 + 310ef62 commit 903e352

File tree

15 files changed

+542
-243
lines changed

15 files changed

+542
-243
lines changed

.github/workflows/99-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
github-token: "${{ secrets.GITHUB_TOKEN }}"
2121

2222
- name: ✔ Approve a PR
23+
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
2324
run: gh pr review --approve "$PR_URL"
2425
env:
2526
PR_URL: ${{github.event.pull_request.html_url}}
@@ -29,7 +30,6 @@ jobs:
2930
run: echo "Update type is '${{ steps.metadata.outputs.update-type }}'"
3031

3132
- name: 🤖 Enable auto-merge for Dependabot PRs
32-
if: ${{steps.metadata.outputs.update-type == 'version-update:semver-patch'}}
3333
run: gh pr merge --auto --squash "$PR_URL"
3434
env:
3535
PR_URL: ${{github.event.pull_request.html_url}}

output/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"replace-in-file": "8.3.0",
4747
"tsx": "4.20.6",
4848
"typescript": "5.9.3",
49-
"vite": "7.1.12",
49+
"vite": "7.2.2",
5050
"vue": "3.5.24",
5151
"vue-tsc": "3.1.3"
5252
},

package-lock.json

Lines changed: 518 additions & 219 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
"eslint": "9.39.1",
122122
"eslint-config-prettier": "10.1.8",
123123
"eslint-config-xo": "0.49.0",
124-
"eslint-plugin-package-json": "0.74.0",
124+
"eslint-plugin-package-json": "0.85.0",
125125
"eslint-plugin-prettier": "5.5.4",
126126
"find-versions": "6.0.0",
127-
"glob": "11.0.3",
127+
"glob": "11.1.0",
128128
"http-server": "14.1.1",
129129
"husky": "9.1.7",
130130
"jscpd": "4.0.5",
@@ -151,7 +151,7 @@
151151
"tsx": "4.20.6",
152152
"typescript": "5.9.3",
153153
"validate-branch-name": "1.3.2",
154-
"vite": "7.1.12",
154+
"vite": "7.2.2",
155155
"vite-plugin-devtools-json": "1.0.0",
156156
"vitest": "3.2.4",
157157
"xo": "1.2.3",

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@builder.io/eslint-plugin-mitosis": "0.0.17",
5555
"@builder.io/mitosis": "0.12.1",
5656
"@builder.io/mitosis-cli": "0.12.1",
57-
"@typescript-eslint/eslint-plugin": "8.46.3",
57+
"@typescript-eslint/eslint-plugin": "8.47.0",
5858
"cpr": "3.0.1",
5959
"cssnano": "7.1.2",
6060
"hygen": "6.2.11",

packages/foundations/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
"cpr": "3.0.1",
5858
"cssnano": "7.1.2",
5959
"dotenv": "17.2.3",
60-
"glob": "11.0.3",
60+
"glob": "11.1.0",
6161
"nodemon": "3.1.11",
6262
"prettier": "3.6.2",
6363
"sass": "1.85.0",
6464
"tsx": "4.20.6",
6565
"typescript": "5.9.3",
66-
"vite": "7.1.12"
66+
"vite": "7.2.2"
6767
},
6868
"publishConfig": {
6969
"registry": "https://registry.npmjs.org/",

packages/migration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"commander": "14.0.2",
31-
"glob": "11.0.3",
31+
"glob": "11.1.0",
3232
"replace-in-file": "8.3.0"
3333
},
3434
"devDependencies": {

packages/stylelint/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
"copy:readme": "cpr README.md ../../build-outputs/stylelint/README.md -o",
3232
"test": "vitest run --config vitest.config.ts"
3333
},
34-
"peerDependencies": {
35-
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
36-
},
3734
"devDependencies": {
3835
"postcss": "8.5.6",
3936
"postcss-html": "1.8.0",
@@ -43,6 +40,9 @@
4340
"typescript": "5.9.3",
4441
"vitest": "3.2.4"
4542
},
43+
"peerDependencies": {
44+
"stylelint": "^14.0.0 || ^15.0.0 || ^16.0.0"
45+
},
4646
"publishConfig": {
4747
"registry": "https://registry.npmjs.org/",
4848
"access": "public"

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"@inquirer/prompts": "7.9.0",
9797
"dotenv": "17.2.3",
9898
"find-versions": "6.0.0",
99-
"glob": "11.0.3",
99+
"glob": "11.1.0",
100100
"inquirer": "12.10.0",
101101
"replace-in-file": "8.3.0",
102102
"sassdoc": "2.7.4",

showcases/patternhub/pages/foundations/playgrounds/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We would also appreciate it if you could provide a working example when opening
2222
<a href="https://codesandbox.io/s/github/db-ux-design-system/examples/tree/main/vue-example">
2323
<DBCard behavior="interactive">
2424
![](/assets/images/vue-showcase.svg)
25-
<strong>Vue</strong>
25+
<strong>vue 3</strong>
2626
Vue app including `@db-ux/v-core-components`
2727
</DBCard>
2828
</a>

0 commit comments

Comments
 (0)