Skip to content

Commit db0e808

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/create-github-app-token-2
2 parents ff59f81 + d52a5ff commit db0e808

28 files changed

+4035
-2418
lines changed

.changeset/curvy-stingrays-decide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-primer-react": patch
3+
---
4+
5+
Add rule for Link to not be allowed without href

.changeset/gold-pigs-carry.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-primer-react': minor
3+
---
4+
5+
Add `a11y-no-duplicate-form-labels` rule to prevent duplicate labels on TextInput components.

.changeset/gorgeous-frogs-cover.md

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

.changeset/lemon-pumas-prove.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-primer-react": major
3+
---
4+
5+
Update repository to Node.js v20

.changeset/nine-mirrors-float.md

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

.changeset/purple-pears-kiss.md

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

.changeset/slimy-zebras-roll.md

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

.changeset/soft-ravens-share.md

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

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v4
1515
with:
16-
node-version: 18
16+
node-version: 20
1717
cache: 'npm'
1818
- run: npm ci
1919
- run: npm run format:check
@@ -25,7 +25,7 @@ jobs:
2525
- name: Use Node.js
2626
uses: actions/setup-node@v4
2727
with:
28-
node-version: 18
28+
node-version: 20
2929
cache: 'npm'
3030
- run: npm ci
3131
- run: npm test
@@ -37,7 +37,7 @@ jobs:
3737
- name: Use Node.js
3838
uses: actions/setup-node@v4
3939
with:
40-
node-version: 18
40+
node-version: 20
4141
cache: 'npm'
4242
- run: npm ci
4343
- run: npm run lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v4
1919
with:
20-
node-version: 14
20+
node-version: 20
2121

2222
- name: Install dependencies
2323
run: npm ci

0 commit comments

Comments
 (0)