Skip to content

Commit

Permalink
Merge pull request #126 from opf/bump/primer-upstream
Browse files Browse the repository at this point in the history
Bump/primer upstream 0.25.1
  • Loading branch information
HDinger authored Jun 5, 2024
2 parents 5bfc78e + a632af6 commit 76b7399
Show file tree
Hide file tree
Showing 23 changed files with 512 additions and 364 deletions.
5 changes: 5 additions & 0 deletions .changeset/ten-wombats-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openproject/primer-view-components": patch
---

Remove non-existing argument in Banner preview
5 changes: 5 additions & 0 deletions .changeset/tiny-penguins-roll.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@openproject/primer-view-components': patch
---

fix: Allow breadcrumb items to wrap.
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v44.4.0
uses: tj-actions/changed-files@v44.5.1
with:
files: |
docs/**/*.md
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get specific changed files
id: changed-files
uses: tj-actions/changed-files@v44.4.0
uses: tj-actions/changed-files@v44.5.1
with:
files: |
app/**/*.rb
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44.4.0
uses: tj-actions/changed-files@v44.5.1
with:
files: |
app/components/**/*.erb
Expand All @@ -82,7 +82,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44.4.0
uses: tj-actions/changed-files@v44.5.1
with:
files: |
app/components/**/*.ts
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v44.4.0
uses: tj-actions/changed-files@v44.5.1
with:
files: |
app/components/**/*.pcss
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
release-canary:
name: npm
if: ${{ github.repository == 'opf/primer_view_components' }}
uses: primer/.github/.github/workflows/release_canary.yml@v2.0.1
uses: primer/.github/.github/workflows/release_canary.yml@v2.1.0
with:
install: npm i
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
release-candidate:
name: npm
if: ${{ github.repository == 'opf/primer_view_components' }}
uses: primer/.github/.github/workflows/release_candidate.yml@v2.0.1
uses: primer/.github/.github/workflows/release_candidate.yml@v2.1.0
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
npm_token: ${{ secrets.NPM_AUTH_TOKEN_SHARED }}
2 changes: 0 additions & 2 deletions .github/workflows/release_tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Release Event Tracking

on:
pull_request:
branches:
- 'changeset-release/main'
types:
- closed
- opened
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ gem "webpacker", "~> 5.0"
# Reduces boot times through caching; required in config/boot.rb
gem "bootsnap", ">= 1.4.2", require: false

gem "lookbook", "~> 2.3.0" unless rails_version.to_f < 7
gem "lookbook", "~> 2.3.1" unless rails_version.to_f < 7
gem "view_component", path: ENV["VIEW_COMPONENT_PATH"] if ENV["VIEW_COMPONENT_PATH"]

gem "kramdown", "~> 2.4"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.0)
lookbook (2.3.1)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand All @@ -133,16 +133,16 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.6)
minitest (5.23.0)
minitest (5.23.1)
mocha (2.3.0)
ruby2_keywords (>= 0.0.5)
msgpack (1.7.2)
mutex_m (0.2.0)
nio4r (2.7.3)
nokogiri (1.16.5)
nokogiri (1.15.6)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-x86_64-linux)
nokogiri (1.15.6-x86_64-linux)
racc (~> 1.4)
openproject-octicons (19.12.0)
parallel (1.24.0)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.9.2)
Expand All @@ -199,7 +199,7 @@ GEM
rexml (3.2.8)
strscan (>= 3.0.9)
rouge (4.2.1)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -267,7 +267,7 @@ GEM
activesupport (>= 5.2.0, < 8.0)
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
webmock (3.23.0)
webmock (3.23.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand All @@ -284,7 +284,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.36)
zeitwerk (2.6.14)
zeitwerk (2.6.15)

PLATFORMS
ruby
Expand All @@ -304,7 +304,7 @@ DEPENDENCIES
erblint-github (~> 0.5.1)
kramdown (~> 2.4)
listen (~> 3.9)
lookbook (~> 2.3.0)
lookbook (~> 2.3.1)
matrix (~> 0.4.2)
mocha
openproject-primer_view_components!
Expand Down
1 change: 0 additions & 1 deletion app/components/primer/beta/breadcrumbs.pcss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.breadcrumb-item {
display: inline-block;
margin-left: -0.35em;
white-space: nowrap;
list-style: none;

&::after {
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ gem "bootsnap", ">= 1.4.2", require: false

gem "openproject-primer_view_components", path: "../"
gem "view_component", '>= 3.11.0'
gem "lookbook", "~> 2.3.0" unless rails_version.to_f < 7
gem "lookbook", "~> 2.3.1" unless rails_version.to_f < 7

group :development do
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
Expand Down
12 changes: 6 additions & 6 deletions demo/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ GEM
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
lookbook (2.3.0)
lookbook (2.3.1)
activemodel
css_parser
htmlbeautifier (~> 1.3)
Expand All @@ -223,7 +223,7 @@ GEM
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0507)
minitest (5.22.3)
minitest (5.23.1)
ms_rest (0.7.6)
concurrent-ruby (~> 1.0)
faraday (>= 0.9, < 2.0.0)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
public_suffix (5.0.5)
puma (6.4.2)
nio4r (~> 2.0)
racc (1.7.3)
racc (1.8.0)
rack (3.0.11)
rack-cors (2.0.2)
rack (>= 2.0.0)
Expand Down Expand Up @@ -290,7 +290,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdoc (6.6.3.1)
rdoc (6.7.0)
psych (>= 4.0.0)
recursive-open-struct (1.1.3)
redcarpet (3.6.0)
Expand Down Expand Up @@ -340,7 +340,7 @@ GEM
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
yard (0.9.36)
zeitwerk (2.6.13)
zeitwerk (2.6.14)

PLATFORMS
arm64-darwin-21
Expand All @@ -365,8 +365,8 @@ DEPENDENCIES
kuby-core (~> 0.20)
kuby-kind (~> 0.2)
listen
lookbook (~> 2.3.0)
openproject-primer_view_components!
lookbook (~> 2.3.1)
pry-byebug
puma (~> 6.4.2)
rack-cors
Expand Down
Loading

0 comments on commit 76b7399

Please sign in to comment.