Skip to content

Commit 0cb9504

Browse files
committed
Merge remote-tracking branch 'origin/main' into liuliu/remove-sx-from-select
2 parents 49ec0bf + e0cca0b commit 0cb9504

File tree

75 files changed

+1674
-986
lines changed

Some content is hidden

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

75 files changed

+1674
-986
lines changed

.changeset/big-lizards-study.md

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

.changeset/chubby-colts-nail.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/styled-react': patch
3+
---
4+
5+
Refactor ToggleSwitch export type to match original type from @primer/react

.changeset/fast-countries-remain.md

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

.changeset/great-hats-serve.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': minor
3+
---
4+
5+
Add ProgressBarItemProps and ProgressBarItemProps type exports to @primer/react

.changeset/metal-cups-peel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/styled-react': patch
3+
---
4+
5+
Remove several components that have no sx usage

.changeset/nine-cobras-talk.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': minor
3+
---
4+
5+
Add ToggleSwitchProps type to package exports

.changeset/pretty-women-sing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
'@primer/react': major
33
---
44

5-
Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, ProgressBar.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
5+
Removes styled-system and related utilities from Caret.tsx, IssueLabelToken.tsx, StateLabel.tsx, ToggleSwitch.tsx, and deprecated/ActionList/List.tsx
6+
7+
Removes WidthProps from ProgressBar.tsx

.changeset/strange-knives-study.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/react': major
3+
---
4+
5+
Update Details component to no longer support sx

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Primer React",
3-
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:22",
3+
"image": "mcr.microsoft.com/vscode/devcontainers/typescript-node:24",
44
"customizations": {
55
"vscode": {
66
"extensions": [

.github/workflows/aat-reports.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
shard: [1, 2, 3, 4, 5, 6, 7, 8]
1919
steps:
2020
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
21-
- name: Use Node.js 20.x
22-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
21+
- name: Set up Node.js
22+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
2323
with:
24-
node-version: 22
24+
node-version-file: '.nvmrc'
2525
cache: 'npm'
2626
- name: Set up turbo cache
2727
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
@@ -64,10 +64,10 @@ jobs:
6464
needs: aat-runner
6565
steps:
6666
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
67-
- name: Use Node.js 20.x
68-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
67+
- name: Set up Node.js
68+
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444
6969
with:
70-
node-version: 22
70+
node-version-file: '.nvmrc'
7171
cache: 'npm'
7272
- name: install dependencies
7373
run: npm ci

0 commit comments

Comments
 (0)