Skip to content

Commit 7f78bef

Browse files
authored
Merge branch 'main' into devinmcinnis/a-element-render-as-interactive
2 parents 313bf74 + e1268ff commit 7f78bef

File tree

221 files changed

+14211
-13604
lines changed

Some content is hidden

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

221 files changed

+14211
-13604
lines changed
Lines changed: 5 additions & 0 deletions

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"access": "public",
77
"baseBranch": "main",
88
"updateInternalDependencies": "patch",
9-
"ignore": ["example-*", "codesandbox"]
9+
"ignore": ["example-*", "codesandbox"],
10+
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
11+
"onlyUpdatePeerDependentsWhenOutOfRange": true
12+
}
1013
}

.changeset/eleven-chefs-poke.md

Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions

.changeset/pink-worms-kneel.md

Lines changed: 5 additions & 0 deletions

.changeset/social-ants-bow.md

Lines changed: 5 additions & 0 deletions

.changeset/spotty-coats-post.md

Lines changed: 5 additions & 0 deletions

.changeset/sweet-ladybugs-rest.md

Lines changed: 5 additions & 0 deletions

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ body:
2323
id: reproduce
2424
attributes:
2525
label: Steps to reproduce
26-
description: 'How do we reproduce the error you described above? Feel free to use the `@primer/react` template on [CodeSandbox](https://codesandbox.io/s/primer-react-qyyepc) to get started'
26+
description: 'How do we reproduce the error you described above? Feel free to use the `@primer/react` template on [CodeSandbox](https://codesandbox.io/p/sandbox/github/primer/react/tree/main/examples/codesandbox) to get started'
2727
placeholder: |
2828
1. Go to '...'
2929
2. Click on '....'

.github/workflows/aat-reports.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,17 @@ jobs:
2323
with:
2424
node-version: 22
2525
cache: 'npm'
26+
- name: Set up turbo cache
27+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
28+
with:
29+
path: .turbo
30+
key: ${{ runner.os }}-turbo-${{ github.sha }}
31+
restore-keys: |
32+
${{ runner.os }}-turbo-
2633
- name: Install dependencies
2734
run: npm ci
2835
- name: Build storybook
29-
run: npx storybook build
30-
working-directory: packages/react
36+
run: npx turbo build:storybook
3137
- name: Run storybook
3238
id: storybook
3339
working-directory: packages/react

0 commit comments

Comments
 (0)