Skip to content

Commit acf8201

Browse files
authored
Merge branch 'main' into fix-tab-item-selected-state
2 parents d3c5b8d + 4b2f5fa commit acf8201

File tree

21 files changed

+1727
-625
lines changed

21 files changed

+1727
-625
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue. -->
44

5+
resolves # (issue number)
6+
57
## Types of changes
68

79
<!-- What types of changes does your code introduce?

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,12 @@ updates:
120120
update-types:
121121
- "minor"
122122
- "major"
123+
storybook:
124+
patterns:
125+
- "@storybook*"
126+
update-types:
127+
- "minor"
128+
- "major"
123129
inquirer:
124130
patterns:
125131
- "@inquirer/*"

.github/workflows/01-init-playwright.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
matrix:
2020
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
2121
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
22+
# the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/
2223
# os: [macos-13, windows-2022]
2324
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2425
steps:

.github/workflows/02-e2e-screen-reader.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
matrix:
2121
# TODO: enable again after guidepup controlling Voiceover on MacOS 14 and 15 gets more stable
2222
# https://github.com/actions/runner-images/issues/11257 needs to get fixed for that
23+
# the new version should be either macos-14-xlarge or macos-15-xlarge, as those provide M2 machines, compare to https://github.blog/changelog/2025-11-06-new-releases-for-github-actions-november-2025/
2324
# os: [macos-13, windows-2022]
2425
os: [windows-2022] # macOS is not perfectly supported yet, we disable it for now
2526
shardIndex: [1, 2, 3, 4]

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Initializes the CodeQL tools for scanning.
6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@v3
70+
uses: github/codeql-action/init@v4
7171
with:
7272
languages: ${{ matrix.language }}
7373
build-mode: ${{ matrix.build-mode }}
@@ -95,6 +95,6 @@ jobs:
9595
exit 1
9696
9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v3
98+
uses: github/codeql-action/analyze@v4
9999
with:
100100
category: "/language:${{matrix.language}}"

output/vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
"replace-in-file": "8.3.0",
4747
"tsx": "4.20.6",
4848
"typescript": "5.9.3",
49-
"vite": "7.1.11",
49+
"vite": "7.1.12",
5050
"vue": "3.5.22",
51-
"vue-tsc": "3.1.1"
51+
"vue-tsc": "3.1.3"
5252
},
5353
"publishConfig": {
5454
"registry": "https://registry.npmjs.org/",

0 commit comments

Comments
 (0)