Skip to content

Commit 1deea9e

Browse files
committed
pnpm upgrade
1 parent 35da14c commit 1deea9e

4 files changed

Lines changed: 2267 additions & 2171 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
gemspec
6-
rails_version = (ENV["RAILS_VERSION"] || "8.0.4").to_s
6+
rails_version = (ENV["RAILS_VERSION"] || "8.0.5").to_s
77

88
gem "minitest", "~> 5.0"
99
gem "rack-cors"

Gemfile.lock

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actionpack (8.0.2)
14-
actionview (= 8.0.2)
15-
activesupport (= 8.0.2)
13+
actionpack (8.0.5)
14+
actionview (= 8.0.5)
15+
activesupport (= 8.0.5)
1616
nokogiri (>= 1.8.5)
1717
rack (>= 2.2.4)
1818
rack-session (>= 1.0.1)
1919
rack-test (>= 0.6.3)
2020
rails-dom-testing (~> 2.2)
2121
rails-html-sanitizer (~> 1.6)
2222
useragent (~> 0.16)
23-
actionview (8.0.2)
24-
activesupport (= 8.0.2)
23+
actionview (8.0.5)
24+
activesupport (= 8.0.5)
2525
builder (~> 3.1)
2626
erubi (~> 1.11)
2727
rails-dom-testing (~> 2.2)
2828
rails-html-sanitizer (~> 1.6)
29-
activemodel (8.0.2)
30-
activesupport (= 8.0.2)
31-
activesupport (8.0.2)
29+
activemodel (8.0.5)
30+
activesupport (= 8.0.5)
31+
activesupport (8.0.5)
3232
base64
3333
benchmark (>= 0.3)
3434
bigdecimal
@@ -57,7 +57,7 @@ GEM
5757
parser (>= 2.4)
5858
smart_properties
5959
bigdecimal (4.1.2)
60-
bootsnap (1.23.0)
60+
bootsnap (1.24.1)
6161
msgpack (~> 1.2)
6262
builder (3.3.0)
6363
capybara (3.40.0)
@@ -75,7 +75,7 @@ GEM
7575
bigdecimal
7676
rexml
7777
crass (1.0.6)
78-
css_parser (1.21.1)
78+
css_parser (2.1.0)
7979
addressable
8080
cssbundling-rails (1.4.3)
8181
railties (>= 6.0.0)
@@ -89,7 +89,7 @@ GEM
8989
docile (1.4.1)
9090
drb (2.2.3)
9191
dry-cli (1.4.1)
92-
erb (6.0.3)
92+
erb (6.0.4)
9393
erb_lint (0.9.0)
9494
activesupport
9595
better_html (>= 2.0.1)
@@ -119,7 +119,7 @@ GEM
119119
i18n (1.14.8)
120120
concurrent-ruby (~> 1.0)
121121
io-console (0.8.2)
122-
irb (1.17.0)
122+
irb (1.18.0)
123123
pp (>= 0.6.0)
124124
prism (>= 1.3.0)
125125
rdoc (>= 4.0.0)
@@ -158,24 +158,24 @@ GEM
158158
msgpack (1.8.0)
159159
mutex_m (0.3.0)
160160
nio4r (2.7.5)
161-
nokogiri (1.19.2-aarch64-linux-gnu)
161+
nokogiri (1.19.3-aarch64-linux-gnu)
162162
racc (~> 1.4)
163-
nokogiri (1.19.2-aarch64-linux-musl)
163+
nokogiri (1.19.3-aarch64-linux-musl)
164164
racc (~> 1.4)
165-
nokogiri (1.19.2-arm-linux-gnu)
165+
nokogiri (1.19.3-arm-linux-gnu)
166166
racc (~> 1.4)
167-
nokogiri (1.19.2-arm-linux-musl)
167+
nokogiri (1.19.3-arm-linux-musl)
168168
racc (~> 1.4)
169-
nokogiri (1.19.2-arm64-darwin)
169+
nokogiri (1.19.3-arm64-darwin)
170170
racc (~> 1.4)
171-
nokogiri (1.19.2-x86_64-darwin)
171+
nokogiri (1.19.3-x86_64-darwin)
172172
racc (~> 1.4)
173-
nokogiri (1.19.2-x86_64-linux-gnu)
173+
nokogiri (1.19.3-x86_64-linux-gnu)
174174
racc (~> 1.4)
175-
nokogiri (1.19.2-x86_64-linux-musl)
175+
nokogiri (1.19.3-x86_64-linux-musl)
176176
racc (~> 1.4)
177177
openproject-octicons (19.34.0)
178-
parallel (1.28.0)
178+
parallel (2.1.0)
179179
parser (3.3.11.1)
180180
ast (~> 2.4.1)
181181
racc
@@ -210,13 +210,14 @@ GEM
210210
rails-html-sanitizer (1.7.0)
211211
loofah (~> 2.25)
212212
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
213-
railties (8.0.2)
214-
actionpack (= 8.0.2)
215-
activesupport (= 8.0.2)
213+
railties (8.0.5)
214+
actionpack (= 8.0.5)
215+
activesupport (= 8.0.5)
216216
irb (~> 1.13)
217217
rackup (>= 1.0.0)
218218
rake (>= 12.2)
219219
thor (~> 1.0, >= 1.2.2)
220+
tsort (>= 0.2)
220221
zeitwerk (~> 2.6)
221222
rainbow (3.1.1)
222223
rake (13.4.2)
@@ -265,7 +266,7 @@ GEM
265266
rubocop (>= 1.0.0)
266267
ruby-progressbar (1.13.0)
267268
ruby2_keywords (0.0.5)
268-
rubyzip (3.2.2)
269+
rubyzip (3.3.0)
269270
securerandom (0.4.1)
270271
selenium-webdriver (4.43.0)
271272
base64 (~> 0.2)
@@ -345,9 +346,9 @@ PLATFORMS
345346
x86_64-linux-musl
346347

347348
DEPENDENCIES
348-
actionview (= 8.0.2)
349-
activemodel (= 8.0.2)
350-
activesupport (= 8.0.2)
349+
actionview (= 8.0.5)
350+
activemodel (= 8.0.5)
351+
activesupport (= 8.0.5)
351352
allocation_stats (~> 0.1)
352353
benchmark
353354
benchmark-ips (~> 2)
@@ -367,7 +368,7 @@ DEPENDENCIES
367368
openproject-primer_view_components!
368369
puma (~> 7.2.0)
369370
rack-cors
370-
railties (= 8.0.2)
371+
railties (= 8.0.5)
371372
rake (~> 13.3)
372373
rubocop
373374
rubocop-github (~> 0.26.0)
@@ -388,4 +389,4 @@ DEPENDENCIES
388389
yard (~> 0.9.38)
389390

390391
BUNDLED WITH
391-
2.5.5
392+
4.0.11

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@github/auto-check-element": "^6.0.0",
5050
"@github/auto-complete-element": "^3.8.0",
51-
"@github/catalyst": "^1.8.0",
51+
"@github/catalyst": "^1.8.1",
5252
"@github/clipboard-copy-element": "^1.3.0",
5353
"@github/details-menu-element": "^1.0.13",
5454
"@github/image-crop-element": "^5.0.0",
@@ -57,47 +57,47 @@
5757
"@github/remote-input-element": "^0.4.0",
5858
"@github/tab-container-element": "^3.4.0",
5959
"@oddbird/popover-polyfill": "^0.5.2",
60-
"@primer/behaviors": "^1.8.4",
60+
"@primer/behaviors": "^1.10.2",
6161
"@primer/live-region-element": "^0.8.0"
6262
},
6363
"peerDependencies": {
6464
"@primer/primitives": "10.x || 11.x"
6565
},
6666
"devDependencies": {
67-
"@changesets/changelog-github": "^0.5.1",
68-
"@changesets/cli": "^2.29.7",
67+
"@changesets/changelog-github": "^0.5.2",
68+
"@changesets/cli": "^2.31.0",
6969
"@github/axe-github": "^0.8.1",
7070
"@github/browserslist-config": "^1.0.0",
7171
"@github/markdownlint-github": "^0.8.0",
7272
"@github/prettier-config": "0.0.6",
73-
"@playwright/test": "^1.57.0",
73+
"@playwright/test": "^1.59.1",
7474
"@primer/css": "22.1.1",
75-
"@primer/primitives": "^11.4.0",
76-
"@primer/stylelint-config": "^13.4.1",
75+
"@primer/primitives": "^11.7.1",
76+
"@primer/stylelint-config": "^13.6.0",
7777
"@rollup/plugin-node-resolve": "^16.0.3",
7878
"@rollup/plugin-typescript": "^8.5.0",
79-
"axe-core": "^4.11.0",
79+
"axe-core": "^4.11.4",
8080
"chokidar-cli": "^3.0.0",
8181
"css-what": "^7.0.0",
82-
"cssnano": "^7.1.2",
83-
"eslint": "^9.39.1",
82+
"cssnano": "^7.1.7",
83+
"eslint": "^9.39.4",
8484
"eslint-plugin-github": "^6.0.0",
8585
"glob": "^11.1.0",
86-
"markdownlint-cli2": "^0.22.0",
86+
"markdownlint-cli2": "^0.22.1",
8787
"mocha": "^11.7.5",
88-
"playwright": "^1.57.0",
89-
"postcss": "^8.5.6",
88+
"playwright": "^1.59.1",
89+
"postcss": "^8.5.12",
9090
"postcss-cli": "^11.0.1",
9191
"postcss-import": "^16.1.1",
9292
"postcss-mixins": "^12.1.2",
93-
"postcss-preset-env": "^11.1.2",
94-
"prettier": "^3.6.2",
95-
"rollup": "^2.79.2",
93+
"postcss-preset-env": "^11.2.1",
94+
"prettier": "^3.8.3",
95+
"rollup": "^2.80.0",
9696
"rollup-plugin-terser": "^7.0.2",
9797
"stylelint-actions-formatters": "^16.3.1",
9898
"tslib": "^2.8.1",
9999
"typescript": "^5.9.3",
100-
"vite": "^8.0.9",
100+
"vite": "^8.0.10",
101101
"vite-plugin-ruby": "^5.2.1"
102102
},
103103
"prettier": "@github/prettier-config",

0 commit comments

Comments
 (0)