Skip to content

Commit 6573e3d

Browse files
committed
Merge branch 'bump/primer-upstream-ref' into bump/primer-upstream
# Conflicts: # .github/workflows/release-checklist.yml # .github/workflows/triage.yml # demo/Gemfile # demo/package-lock.json # package-lock.json # package.json
2 parents 72e8240 + 3ad026e commit 6573e3d

31 files changed

Lines changed: 601 additions & 467 deletions

.changeset/soft-stamps-camp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/primer-view-components": patch
3+
---
4+
5+
Accept keyword arguments in `render_in` methods
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/primer-view-components": patch
3+
---
4+
5+
Revert Dialog body scroll-lock styling from broad `:has(...)` to explicit body classes
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/primer-view-components": patch
3+
---
4+
5+
Update `@github/clipboard-copy-element` to v1.3.1

.github/workflows/codeql-analysis.yml

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

3131
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: 'npm'
3535
- run: |
3636
npm ci

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
bundler-cache: true
2525
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
2626
with:
27-
node-version: 20
27+
node-version: 24
2828
cache: "npm"
2929
- name: Create .gem credentials
3030
run: |

.github/workflows/static-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
bundler-cache: true
3131
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: 'npm'
3535
- name: Build
3636
run: npm ci

.github/workflows/test-accessibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
bundler-cache: true
3333
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3434
with:
35-
node-version: 20
35+
node-version: 24
3636
cache: "npm"
3737
cache-dependency-path: |
3838
package-lock.json

.github/workflows/test-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache-version: ${{ matrix.rails_version }}-${{ matrix.ruby_version }}
5050
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
5151
with:
52-
node-version: 20
52+
node-version: 24
5353
cache: "npm"
5454
- name: Build
5555
run: |

.github/workflows/test-lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache-version: ${{ matrix.rails_version }}-${{ matrix.ruby_version }}
5050
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
5151
with:
52-
node-version: 20
52+
node-version: 24
5353
cache: "npm"
5454
- name: Build
5555
run: |

.github/workflows/test-selectors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Node
3131
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
3232
with:
33-
node-version: 20
33+
node-version: 24
3434
cache: "npm"
3535
- name: NPM Build
3636
run: npm ci

0 commit comments

Comments
 (0)