Skip to content

Commit 7f08200

Browse files
authored
Merge pull request #131 from opf/bump/primer-upstream
Bump/primer upstream
2 parents efa328e + a8e18ea commit 7f08200

80 files changed

Lines changed: 1349 additions & 2110 deletions

File tree

Some content is hidden

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

.changeset/blue-insects-buy.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+
Adds default sr-only text to spinner component

.changeset/fifty-experts-melt.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+
Upgrade @github/tab-container, using shadowdom

.changeset/old-panthers-exist.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+
chore: Update '@github/relative-time-element' from 4.4.0 to 4.4.1

.changeset/orange-bats-arrive.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+
Fix ActionMenu item activation by using PointerEvent instead of MouseEvent and KeyboardEvent.

.changeset/orange-countries-try.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+
Add support for `target` attribute on links of Primer::Beta::Breadcrumbs

.changeset/pretty-planets-drum.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+
Add a leading spinner to the TextField component.

.changeset/quiet-pianos-smash.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+
Fix CSS issue causing scrollbars to appear in tabs

.github/dependabot.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ updates:
1111
- "actions"
1212
schedule:
1313
interval: "weekly"
14+
groups:
15+
all-actions:
16+
update-types:
17+
- "patch"
1418

1519
# NPM
1620
- package-ecosystem: "npm"
@@ -21,6 +25,16 @@ updates:
2125
- "dependencies"
2226
- "skip changeset"
2327
- "npm"
28+
groups:
29+
production-dependencies:
30+
dependency-type: "production"
31+
update-types:
32+
- "patch"
33+
development-dependencies:
34+
dependency-type: "development"
35+
update-types:
36+
- "patch"
37+
2438
- package-ecosystem: "npm"
2539
directory: "/demo"
2640
schedule:
@@ -29,6 +43,11 @@ updates:
2943
- "dependencies"
3044
- "skip changeset"
3145
- "npm"
46+
groups:
47+
all-demo:
48+
update-types:
49+
- "patch"
50+
3251

3352
# Bundler
3453
- package-ecosystem: "bundler"
@@ -39,6 +58,15 @@ updates:
3958
- "dependencies"
4059
- "skip changeset"
4160
- "bundler"
61+
groups:
62+
production-dependencies:
63+
dependency-type: "production"
64+
update-types:
65+
- "patch"
66+
development-dependencies:
67+
dependency-type: "development"
68+
update-types:
69+
- "patch"
4270
- package-ecosystem: "bundler"
4371
directory: "/demo"
4472
schedule:
@@ -47,3 +75,7 @@ updates:
4775
- "dependencies"
4876
- "skip changeset"
4977
- "bundler"
78+
groups:
79+
all-demo:
80+
update-types:
81+
- "patch"

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Ruby
2222
uses: ruby/setup-ruby@v1
2323
with:
24-
ruby-version: '3.2'
24+
ruby-version: '3.3'
2525
bundler-cache: true
2626
working-directory: 'demo/'
2727
- name: Docker login
@@ -70,12 +70,12 @@ jobs:
7070
- name: Setup Ruby
7171
uses: ruby/setup-ruby@v1
7272
with:
73-
ruby-version: '3.2'
73+
ruby-version: '3.3'
7474
bundler-cache: true
7575
- uses: actions/cache@v4.0.2
7676
with:
7777
path: demo/gemfiles/vendor/bundle
78-
key: gems-build-kuby-main-ruby-3.2.x-${{ hashFiles('demo/gemfiles/kuby.gemfile.lock') }}
78+
key: gems-build-kuby-main-ruby-3.3.x-${{ hashFiles('demo/gemfiles/kuby.gemfile.lock') }}
7979
- name: Bundle
8080
run: |
8181
gem install bundler -v '~> 2.3'

.github/workflows/lint.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- name: Get specific changed files
1414
id: changed-files
15-
uses: tj-actions/changed-files@v44.5.1
15+
uses: tj-actions/changed-files@v44.5.2
1616
with:
1717
files: |
1818
docs/**/*.md
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- name: Get specific changed files
4141
id: changed-files
42-
uses: tj-actions/changed-files@v44.5.1
42+
uses: tj-actions/changed-files@v44.5.2
4343
with:
4444
files: |
4545
app/**/*.rb
@@ -49,7 +49,7 @@ jobs:
4949
- uses: ruby/setup-ruby@v1
5050
if: steps.changed-files.outputs.any_changed == 'true'
5151
with:
52-
ruby-version: '3.2'
52+
ruby-version: '3.3'
5353
bundler-cache: true
5454
- name: Lint with Rubocop
5555
if: steps.changed-files.outputs.any_changed == 'true'
@@ -62,14 +62,14 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- name: Get changed files
6464
id: changed-files
65-
uses: tj-actions/changed-files@v44.5.1
65+
uses: tj-actions/changed-files@v44.5.2
6666
with:
6767
files: |
6868
app/components/**/*.erb
6969
- uses: ruby/setup-ruby@v1
7070
if: steps.changed-files.outputs.any_changed == 'true'
7171
with:
72-
ruby-version: '3.2'
72+
ruby-version: '3.3'
7373
bundler-cache: true
7474
- name: Lint with ERB Lint
7575
if: steps.changed-files.outputs.any_changed == 'true'
@@ -82,7 +82,7 @@ jobs:
8282
- uses: actions/checkout@v4
8383
- name: Get changed files
8484
id: changed-files
85-
uses: tj-actions/changed-files@v44.5.1
85+
uses: tj-actions/changed-files@v44.5.2
8686
with:
8787
files: |
8888
app/components/**/*.ts
@@ -103,7 +103,7 @@ jobs:
103103
- uses: actions/checkout@v4
104104
- name: Get changed files
105105
id: changed-files
106-
uses: tj-actions/changed-files@v44.5.1
106+
uses: tj-actions/changed-files@v44.5.2
107107
with:
108108
files: |
109109
app/components/**/*.pcss

0 commit comments

Comments
 (0)