Skip to content

Commit 54d5059

Browse files
committed
Merge branch 'main' into next
2 parents d061f6f + 7e4bb43 commit 54d5059

74 files changed

Lines changed: 2178 additions & 676 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/angry-baths-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gentle-cars-design.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Lint
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
persist-credentials: false
2323
sparse-checkout: |

.github/workflows/chromatic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121

@@ -38,7 +38,7 @@ jobs:
3838
run: npm run chromatic-build
3939

4040
- name: Publish to Chromatic
41-
uses: chromaui/action@v16
41+
uses: chromaui/action@v18
4242
with:
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
node: [24, 26]
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false
@@ -50,7 +50,7 @@ jobs:
5050
run: npm run test:ci && cd packages/eslint-plugin-circuit-ui && npm run test:ci
5151

5252
- name: Upload results to Codecov
53-
uses: codecov/codecov-action@v6
53+
uses: codecov/codecov-action@v7
5454
with:
5555
token: ${{ secrets.CODECOV_TOKEN }}
5656

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
# We must fetch at least the immediate parents so that if this is
2525
# a pull request then we can checkout the head.

.github/workflows/cr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Setup Node.js v24
2121
uses: actions/setup-node@v6
@@ -33,7 +33,7 @@ jobs:
3333
run: npm run build
3434

3535
- name: Publish packages
36-
run: npx pkg-pr-new publish './packages/circuit-ui' './packages/design-tokens' './packages/icons' './packages/eslint-plugin-circuit-ui' --json output.json --comment=off
36+
run: npx pkg-pr-new publish './packages/circuit-ui' './packages/design-tokens' './packages/icons' './packages/eslint-plugin-circuit-ui' './packages/stylelint-plugin-circuit-ui' --json output.json --comment=off
3737

3838
- name: Post or update comment
3939
uses: actions/github-script@v9
@@ -106,4 +106,4 @@ jobs:
106106
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
107107
PR_NUMBER: ${{ github.event.pull_request.number }}
108108
run: |
109-
gh pr edit $PR_NUMBER --remove-label "preview"
109+
gh pr edit "$PR_NUMBER" --remove-label "preview"

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repository
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515

1616
- name: Setup Node.js
1717
uses: actions/setup-node@v6

.github/workflows/skills.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false

.github/workflows/templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535

3636
- name: Setup Node.js ${{ matrix.node }}
3737
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)