Skip to content

Commit cafe65a

Browse files
authored
Merge pull request #348 from opf/bump/primer-upstream
Bump/primer upstream 0.44.0
2 parents 487fca4 + 471b489 commit cafe65a

File tree

277 files changed

+3482
-1451
lines changed

Some content is hidden

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

277 files changed

+3482
-1451
lines changed

.changeset/few-crews-sort.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+
Support high contrast themes in `ProgressBar`

.changeset/grumpy-buses-roll.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': minor
3+
---
4+
5+
Introduce Primer::Alpha::TreeView, Primer::Alpha::FileTreeView and Primer::Alpha::SkeletonBox

.changeset/shaggy-shirts-sort.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+
Updating snapshots

.changeset/tender-clouds-rule.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+
Breadcrumb is not properly left-aligned when it has long items

.github/workflows/codeql-analysis.yml

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

2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 16
26+
node-version: 20
2727
cache: 'npm'
2828
- run: |
2929
npm ci

.github/workflows/demo-production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
ruby-version: '3.3'
7474
bundler-cache: true
75-
- uses: actions/cache@v4.2.3
75+
- uses: actions/cache@v4.2.4
7676
with:
7777
path: demo/gemfiles/vendor/bundle
7878
key: gems-build-kuby-main-ruby-3.3.x-${{ hashFiles('demo/gemfiles/kuby.gemfile.lock') }}

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
bundler-cache: true
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 16
17+
node-version: 20
1818
cache: 'npm'
1919
- name: Create .gem credentials
2020
run: |
@@ -28,7 +28,7 @@ jobs:
2828
RUBYGEMS_TOKEN: ${{ secrets.RUBYGEMS_TOKEN_SHARED }}
2929
- uses: actions/setup-node@v4
3030
with:
31-
node-version: 16
31+
node-version: 20
3232
- name: Create .npmrc
3333
run: |
3434
cat << EOF > "$HOME/.npmrc"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
cache: 'npm'
2525

2626
- name: Setup Ruby

.github/workflows/static-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
bundler-cache: true
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 16
23+
node-version: 20
2424
cache: 'npm'
2525
- name: Build
2626
run: npm ci
@@ -29,7 +29,7 @@ jobs:
2929
bundle exec rake utilities:build
3030
bundle exec rake docs:build
3131
bundle exec rake static:dump
32-
- uses: stefanzweifel/git-auto-commit-action@v6
32+
- uses: stefanzweifel/git-auto-commit-action@v6.0.1
3333
with:
3434
commit_message: Generating static files
3535
commit_user_name: OpenProject CI

0 commit comments

Comments
 (0)