Skip to content

Commit b2a8645

Browse files
upgrade deps
1 parent 38fb88b commit b2a8645

File tree

3 files changed

+25
-20
lines changed

3 files changed

+25
-20
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ GEM
7171
base64 (0.3.0)
7272
bcrypt (3.1.20)
7373
benchmark (0.4.1)
74-
bigdecimal (3.2.3)
74+
bigdecimal (3.3.0)
7575
builder (3.3.0)
7676
bunny (2.24.0)
7777
amq-protocol (~> 2.3)
@@ -120,15 +120,15 @@ GEM
120120
railties (>= 6.1.0)
121121
faker (3.5.2)
122122
i18n (>= 1.8.11, < 2)
123-
faraday (2.13.4)
123+
faraday (2.14.0)
124124
faraday-net_http (>= 2.0, < 3.5)
125125
json
126126
logger
127-
faraday-follow_redirects (0.3.0)
127+
faraday-follow_redirects (0.4.0)
128128
faraday (>= 1, < 3)
129129
faraday-net_http (3.4.1)
130130
net-http (>= 0.5.0)
131-
globalid (1.2.1)
131+
globalid (1.3.0)
132132
activesupport (>= 6.1)
133133
google-apis-core (1.0.2)
134134
addressable (~> 2.8, >= 2.8.7)
@@ -140,7 +140,7 @@ GEM
140140
retriable (~> 3.1)
141141
google-apis-iamcredentials_v1 (0.24.0)
142142
google-apis-core (>= 0.15.0, < 2.a)
143-
google-apis-storage_v1 (0.56.0)
143+
google-apis-storage_v1 (0.57.0)
144144
google-apis-core (>= 0.15.0, < 2.a)
145145
google-cloud-core (1.8.0)
146146
google-cloud-env (>= 1.0, < 3.a)
@@ -171,7 +171,7 @@ GEM
171171
hashie (4.1.0)
172172
i18n (1.14.7)
173173
concurrent-ruby (~> 1.0)
174-
json (2.15.0)
174+
json (2.15.1)
175175
jsonapi-renderer (0.2.2)
176176
jwt (3.1.2)
177177
base64
@@ -211,7 +211,7 @@ GEM
211211
mutex_m (0.3.0)
212212
net-http (0.6.0)
213213
uri
214-
net-imap (0.5.10)
214+
net-imap (0.5.12)
215215
date
216216
net-protocol
217217
net-pop (0.1.2)
@@ -247,7 +247,7 @@ GEM
247247
hashie (~> 4.1)
248248
multi_json (~> 1.15)
249249
racc (1.8.1)
250-
rack (2.2.17)
250+
rack (2.2.19)
251251
rack-attack (6.7.0)
252252
rack (>= 1.0, < 4)
253253
rack-cors (2.0.2)
@@ -368,7 +368,7 @@ GEM
368368
tzinfo-data (1.2025.2)
369369
tzinfo (>= 1.0.0)
370370
uber (0.1.0)
371-
uri (1.0.3)
371+
uri (1.0.4)
372372
valid_url (0.0.4)
373373
addressable
374374
rails
@@ -441,4 +441,4 @@ RUBY VERSION
441441
ruby 3.4.5p51
442442

443443
BUNDLED WITH
444-
2.7.1
444+
2.7.2

lib/tasks/fe.rake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ EXCLUDE = [
1717
reason: "breaking changes in",
1818
version: "9",
1919
},
20+
{
21+
packages: ["eslint-plugin-react-hooks"],
22+
reason: "breaking changes in",
23+
version: "6",
24+
},
2025
{
2126
packages: ["@typescript-eslint/eslint-plugin"],
2227
reason: "breaking changes in",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"@rollbar/react": "1.0.0",
4949
"@types/lodash": "4.17.20",
5050
"@types/markdown-it": "14.1.2",
51-
"@types/node": "24.5.2",
51+
"@types/node": "24.7.0",
5252
"@types/promise-timeout": "1.3.3",
53-
"@types/react": "19.1.13",
53+
"@types/react": "19.2.2",
5454
"@types/react-color": "3.0.13",
55-
"@types/react-dom": "19.1.9",
55+
"@types/react-dom": "19.2.1",
5656
"@types/three": "0.180.0",
5757
"@types/ws": "8.18.1",
5858
"@xterm/xterm": "5.5.0",
@@ -64,14 +64,14 @@
6464
"farmbot": "15.9.3",
6565
"fengari": "0.1.4",
6666
"fengari-web": "0.1.4",
67-
"i18next": "25.5.2",
67+
"i18next": "25.5.3",
6868
"lodash": "4.17.21",
6969
"markdown-it": "14.1.0",
7070
"markdown-it-emoji": "3.0.0",
7171
"moment": "2.30.1",
72-
"monaco-editor": "0.53.0",
72+
"monaco-editor": "0.54.0",
7373
"mqtt": "5.14.1",
74-
"npm": "11.6.0",
74+
"npm": "11.6.1",
7575
"parcel": "2.16.0",
7676
"process": "0.11.10",
7777
"promise-timeout": "1.3.0",
@@ -81,21 +81,21 @@
8181
"react-color": "2.19.3",
8282
"react-dom": "18.3.1",
8383
"react-redux": "9.2.0",
84-
"react-router": "7.9.1",
84+
"react-router": "7.9.3",
8585
"redux": "5.0.1",
8686
"redux-immutable-state-invariant": "2.1.0",
8787
"redux-thunk": "3.1.0",
8888
"rollbar": "2.26.4",
8989
"suncalc": "1.9.0",
9090
"takeme": "0.12.0",
9191
"three": "0.180.0",
92-
"typescript": "5.9.2",
92+
"typescript": "5.9.3",
9393
"url": "0.11.4"
9494
},
9595
"devDependencies": {
9696
"@react-three/eslint-plugin": "0.1.2",
9797
"@testing-library/dom": "10.4.1",
98-
"@testing-library/jest-dom": "6.8.0",
98+
"@testing-library/jest-dom": "6.9.1",
9999
"@testing-library/react": "16.3.0",
100100
"@testing-library/user-event": "14.6.1",
101101
"@types/delaunator": "5.0.3",
@@ -127,7 +127,7 @@
127127
"raf": "3.4.1",
128128
"react-addons-test-utils": "15.6.2",
129129
"react-test-renderer": "18.3.1",
130-
"sass": "1.93.1",
130+
"sass": "1.93.2",
131131
"sass-lint": "1.13.1",
132132
"ts-jest": "29.4.4",
133133
"tslint": "5.20.1"

0 commit comments

Comments
 (0)