Skip to content

Commit f25eae9

Browse files
authored
[compliance] Update dependencies in devbox (#2684)
## Summary - Update dependencies in devbox examples - Update dependencies in our go code - Update tools referenced by go.mod - Run `devbox update` to update the nix dependencies ## How was it tested? Ran all tests ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 86e9b6a commit f25eae9

File tree

9 files changed

+1602
-1522
lines changed

9 files changed

+1602
-1522
lines changed

docs/app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@
2323
"@docusaurus/theme-mermaid": "^3.8.1",
2424
"@mdx-js/react": "^3.1.0",
2525
"clsx": "^2.1.1",
26-
"docusaurus-plugin-openapi-docs": "^4.4.0",
27-
"docusaurus-theme-openapi-docs": "^4.4.0",
26+
"docusaurus-plugin-openapi-docs": "^4.5.1",
27+
"docusaurus-theme-openapi-docs": "^4.5.1",
2828
"prism-react-renderer": "^2.4.1",
29-
"react": "^19.1.0",
30-
"react-dom": "^19.1.0",
29+
"react": "^19.1.1",
30+
"react-dom": "^19.1.1",
3131
"reactflow": "^11.11.4"
3232
},
3333
"devDependencies": {
3434
"@docusaurus/module-type-aliases": "^3.8.1",
3535
"@tsconfig/docusaurus": "^2.0.3",
36-
"typescript": "^5.8.3"
36+
"typescript": "^5.9.2"
3737
},
3838
"browserslist": {
3939
"production": [

docs/app/pnpm-lock.yaml

Lines changed: 1184 additions & 1169 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/stacks/rails/blog/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
ruby "3.3.0"
55

66
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
7-
gem "rails", "~> 7.0.8"
7+
gem "rails", "~> 7.1.5"
88

99
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
1010
gem "sprockets-rails"

examples/stacks/rails/blog/Gemfile.lock

Lines changed: 94 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,74 +1,88 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8.7)
5-
actionpack (= 7.0.8.7)
6-
activesupport (= 7.0.8.7)
4+
actioncable (7.1.5.2)
5+
actionpack (= 7.1.5.2)
6+
activesupport (= 7.1.5.2)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8.7)
10-
actionpack (= 7.0.8.7)
11-
activejob (= 7.0.8.7)
12-
activerecord (= 7.0.8.7)
13-
activestorage (= 7.0.8.7)
14-
activesupport (= 7.0.8.7)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (7.1.5.2)
11+
actionpack (= 7.1.5.2)
12+
activejob (= 7.1.5.2)
13+
activerecord (= 7.1.5.2)
14+
activestorage (= 7.1.5.2)
15+
activesupport (= 7.1.5.2)
1516
mail (>= 2.7.1)
1617
net-imap
1718
net-pop
1819
net-smtp
19-
actionmailer (7.0.8.7)
20-
actionpack (= 7.0.8.7)
21-
actionview (= 7.0.8.7)
22-
activejob (= 7.0.8.7)
23-
activesupport (= 7.0.8.7)
20+
actionmailer (7.1.5.2)
21+
actionpack (= 7.1.5.2)
22+
actionview (= 7.1.5.2)
23+
activejob (= 7.1.5.2)
24+
activesupport (= 7.1.5.2)
2425
mail (~> 2.5, >= 2.5.4)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8.7)
30-
actionview (= 7.0.8.7)
31-
activesupport (= 7.0.8.7)
32-
rack (~> 2.0, >= 2.2.4)
29+
rails-dom-testing (~> 2.2)
30+
actionpack (7.1.5.2)
31+
actionview (= 7.1.5.2)
32+
activesupport (= 7.1.5.2)
33+
nokogiri (>= 1.8.5)
34+
racc
35+
rack (>= 2.2.4)
36+
rack-session (>= 1.0.1)
3337
rack-test (>= 0.6.3)
34-
rails-dom-testing (~> 2.0)
35-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8.7)
37-
actionpack (= 7.0.8.7)
38-
activerecord (= 7.0.8.7)
39-
activestorage (= 7.0.8.7)
40-
activesupport (= 7.0.8.7)
38+
rails-dom-testing (~> 2.2)
39+
rails-html-sanitizer (~> 1.6)
40+
actiontext (7.1.5.2)
41+
actionpack (= 7.1.5.2)
42+
activerecord (= 7.1.5.2)
43+
activestorage (= 7.1.5.2)
44+
activesupport (= 7.1.5.2)
4145
globalid (>= 0.6.0)
4246
nokogiri (>= 1.8.5)
43-
actionview (7.0.8.7)
44-
activesupport (= 7.0.8.7)
47+
actionview (7.1.5.2)
48+
activesupport (= 7.1.5.2)
4549
builder (~> 3.1)
46-
erubi (~> 1.4)
47-
rails-dom-testing (~> 2.0)
48-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8.7)
50-
activesupport (= 7.0.8.7)
50+
erubi (~> 1.11)
51+
rails-dom-testing (~> 2.2)
52+
rails-html-sanitizer (~> 1.6)
53+
activejob (7.1.5.2)
54+
activesupport (= 7.1.5.2)
5155
globalid (>= 0.3.6)
52-
activemodel (7.0.8.7)
53-
activesupport (= 7.0.8.7)
54-
activerecord (7.0.8.7)
55-
activemodel (= 7.0.8.7)
56-
activesupport (= 7.0.8.7)
57-
activestorage (7.0.8.7)
58-
actionpack (= 7.0.8.7)
59-
activejob (= 7.0.8.7)
60-
activerecord (= 7.0.8.7)
61-
activesupport (= 7.0.8.7)
56+
activemodel (7.1.5.2)
57+
activesupport (= 7.1.5.2)
58+
activerecord (7.1.5.2)
59+
activemodel (= 7.1.5.2)
60+
activesupport (= 7.1.5.2)
61+
timeout (>= 0.4.0)
62+
activestorage (7.1.5.2)
63+
actionpack (= 7.1.5.2)
64+
activejob (= 7.1.5.2)
65+
activerecord (= 7.1.5.2)
66+
activesupport (= 7.1.5.2)
6267
marcel (~> 1.0)
63-
mini_mime (>= 1.1.0)
64-
activesupport (7.0.8.7)
68+
activesupport (7.1.5.2)
69+
base64
70+
benchmark (>= 0.3)
71+
bigdecimal
6572
concurrent-ruby (~> 1.0, >= 1.0.2)
73+
connection_pool (>= 2.2.5)
74+
drb
6675
i18n (>= 1.6, < 2)
76+
logger (>= 1.4.2)
6777
minitest (>= 5.1)
78+
mutex_m
79+
securerandom (>= 0.3)
6880
tzinfo (~> 2.0)
6981
addressable (2.8.7)
7082
public_suffix (>= 2.0.2, < 7.0)
7183
base64 (0.2.0)
84+
benchmark (0.4.1)
85+
bigdecimal (3.2.2)
7286
bindex (0.8.1)
7387
bootsnap (1.18.4)
7488
msgpack (~> 1.2)
@@ -83,11 +97,13 @@ GEM
8397
regexp_parser (>= 1.5, < 3.0)
8498
xpath (~> 3.2)
8599
concurrent-ruby (1.3.4)
100+
connection_pool (2.5.3)
86101
crass (1.0.6)
87102
date (3.4.1)
88103
debug (1.9.2)
89104
irb (~> 1.10)
90105
reline (>= 0.3.8)
106+
drb (2.2.3)
91107
erubi (1.13.0)
92108
globalid (1.2.1)
93109
activesupport (>= 6.1)
@@ -115,18 +131,18 @@ GEM
115131
net-smtp
116132
marcel (1.0.4)
117133
matrix (0.4.2)
118-
method_source (1.1.0)
119134
mini_mime (1.1.5)
120135
minitest (5.25.4)
121136
msgpack (1.7.2)
122-
net-imap (0.4.20)
137+
mutex_m (0.3.0)
138+
net-imap (0.5.9)
123139
date
124140
net-protocol
125141
net-pop (0.1.2)
126142
net-protocol
127143
net-protocol (0.2.2)
128144
timeout
129-
net-smtp (0.5.0)
145+
net-smtp (0.5.1)
130146
net-protocol
131147
nio4r (2.7.3)
132148
nokogiri (1.18.9-arm64-darwin)
@@ -142,36 +158,42 @@ GEM
142158
nio4r (~> 2.0)
143159
racc (1.8.1)
144160
rack (2.2.14)
161+
rack-session (1.0.2)
162+
rack (< 3)
145163
rack-test (2.1.0)
146164
rack (>= 1.3)
147-
rails (7.0.8.7)
148-
actioncable (= 7.0.8.7)
149-
actionmailbox (= 7.0.8.7)
150-
actionmailer (= 7.0.8.7)
151-
actionpack (= 7.0.8.7)
152-
actiontext (= 7.0.8.7)
153-
actionview (= 7.0.8.7)
154-
activejob (= 7.0.8.7)
155-
activemodel (= 7.0.8.7)
156-
activerecord (= 7.0.8.7)
157-
activestorage (= 7.0.8.7)
158-
activesupport (= 7.0.8.7)
165+
rackup (1.0.1)
166+
rack (< 3)
167+
webrick
168+
rails (7.1.5.2)
169+
actioncable (= 7.1.5.2)
170+
actionmailbox (= 7.1.5.2)
171+
actionmailer (= 7.1.5.2)
172+
actionpack (= 7.1.5.2)
173+
actiontext (= 7.1.5.2)
174+
actionview (= 7.1.5.2)
175+
activejob (= 7.1.5.2)
176+
activemodel (= 7.1.5.2)
177+
activerecord (= 7.1.5.2)
178+
activestorage (= 7.1.5.2)
179+
activesupport (= 7.1.5.2)
159180
bundler (>= 1.15.0)
160-
railties (= 7.0.8.7)
181+
railties (= 7.1.5.2)
161182
rails-dom-testing (2.2.0)
162183
activesupport (>= 5.0.0)
163184
minitest
164185
nokogiri (>= 1.6)
165186
rails-html-sanitizer (1.6.1)
166187
loofah (~> 2.21)
167188
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)
168-
railties (7.0.8.7)
169-
actionpack (= 7.0.8.7)
170-
activesupport (= 7.0.8.7)
171-
method_source
189+
railties (7.1.5.2)
190+
actionpack (= 7.1.5.2)
191+
activesupport (= 7.1.5.2)
192+
irb
193+
rackup (>= 1.0.0)
172194
rake (>= 12.2)
173-
thor (~> 1.0)
174-
zeitwerk (~> 2.5)
195+
thor (~> 1.0, >= 1.2.2)
196+
zeitwerk (~> 2.6)
175197
rake (13.2.1)
176198
rdoc (6.7.0)
177199
psych (>= 4.0.0)
@@ -180,6 +202,7 @@ GEM
180202
io-console (~> 0.5)
181203
rexml (3.4.1)
182204
rubyzip (2.3.2)
205+
securerandom (0.4.1)
183206
selenium-webdriver (4.25.0)
184207
base64 (~> 0.2)
185208
logger (~> 1.4)
@@ -217,8 +240,10 @@ GEM
217240
nokogiri (~> 1.6)
218241
rubyzip (>= 1.3.0)
219242
selenium-webdriver (~> 4.0)
243+
webrick (1.9.1)
220244
websocket (1.2.11)
221-
websocket-driver (0.7.6)
245+
websocket-driver (0.8.0)
246+
base64
222247
websocket-extensions (>= 0.1.0)
223248
websocket-extensions (0.1.5)
224249
xpath (3.2.0)
@@ -239,7 +264,7 @@ DEPENDENCIES
239264
importmap-rails
240265
jbuilder
241266
puma (~> 5.6)
242-
rails (~> 7.0.8)
267+
rails (~> 7.1.5)
243268
selenium-webdriver
244269
sprockets-rails
245270
sqlite3 (~> 1.4)

examples/stacks/rails/devbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"./blog/bin/rails -f ./blog/Rakefile db:prepare"
1515
],
1616
"scripts": {
17-
"run_test": ["./blog/bin/rails test"],
18-
"start_server": ["./blog/bin/rails server"]
17+
"run_test": ["cd blog && bin/rails test"],
18+
"start_server": ["cd blog && bin/rails server"]
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)