Skip to content

Commit

Permalink
Merge branch 'main' of github.com:primer/react into refactor/update-t…
Browse files Browse the repository at this point in the history
…able-to-css-modules
  • Loading branch information
joshblack committed Dec 11, 2024
2 parents dea5404 + 5a8138a commit dbde0b6
Show file tree
Hide file tree
Showing 509 changed files with 1,504 additions and 758 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-jokes-jog.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-buses-visit.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/cyan-eggs-sort.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Move Pagehead component css module feature flag to ga
5 changes: 0 additions & 5 deletions .changeset/eighty-suits-pay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-crews-impress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-elephants-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/four-plants-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-tomatoes-yell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fuzzy-owls-dance.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-apes-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-numbers-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-foxes-hunt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-humans-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-chicken-tickle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-kiwis-crash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-cars-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-grasshoppers-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-rats-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-steaks-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-pans-shout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-fishes-fry.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/popular-moose-end.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Fix `border-color` on ActionList Group header
5 changes: 0 additions & 5 deletions .changeset/quick-chairs-rule.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shiny-ladybugs-own.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-spoons-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-bananas-behave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-fishes-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-owls-flash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-foxes-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-elephants-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-queens-juggle.md

This file was deleted.

5 changes: 5 additions & 0 deletions .changeset/tiny-fireants-deny.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Remove `min-width` on leading visuals in ActionList
5 changes: 5 additions & 0 deletions .changeset/tricky-scissors-walk.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/react": minor
---

Convert ConfirmationDialog to CSS modules behind feature flag
5 changes: 0 additions & 5 deletions .changeset/wicked-geckos-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/witty-rocks-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-gifts-talk.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-pans-stare.md

This file was deleted.

10 changes: 8 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,14 @@ module.exports = {
parserOptions: {
project: 'tsconfig.json',
},
extends: ['plugin:playwright/jest-playwright'],
rules: {},
extends: ['plugin:playwright/recommended'],
rules: {
'playwright/expect-expect': 'off',
'playwright/no-conditional-expect': 'off',
'playwright/no-conditional-in-test': 'off',
'playwright/no-wait-for-selector': 'off',
'playwright/valid-title': 'off',
},
},

// rules which apply only to Markdown
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/assign_release_conductor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm i -g npm@^10.5.1
- run: npm ci
- uses: ./.github/actions/pagerduty
id: pagerduty
Expand Down
15 changes: 0 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Check for unformatted files
Expand All @@ -43,7 +42,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Lint JavaScript
Expand All @@ -63,7 +61,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -81,7 +78,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build project
Expand All @@ -99,7 +95,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build
Expand All @@ -118,7 +113,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build storybook
Expand Down Expand Up @@ -159,7 +153,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: install dependencies
run: npm ci
- name: download all reports
Expand Down Expand Up @@ -196,7 +189,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build storybook
Expand Down Expand Up @@ -237,7 +229,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: install dependencies
run: npm ci
- name: download all reports
Expand Down Expand Up @@ -270,7 +261,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build storybook
Expand Down Expand Up @@ -311,7 +301,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: install dependencies
run: npm ci
- name: download all reports
Expand Down Expand Up @@ -348,7 +337,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build storybook
Expand Down Expand Up @@ -389,7 +377,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: install dependencies
run: npm ci
- name: download all reports
Expand Down Expand Up @@ -419,7 +406,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build components.json
Expand All @@ -435,7 +421,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codescan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build docs preview
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/deploy_preview_forks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
with:
node-version: 22
cache: 'npm'
- run: npm i -g npm@^10.5.1
- name: Install dependencies
run: npm ci
- name: Build docs preview
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
- run: npm i -g npm@^10.5.1
- name: Install packages for github-script
run: npm i date-fns
- name: Create Release Issue
Expand Down
Loading

0 comments on commit dbde0b6

Please sign in to comment.