Skip to content

Commit 6bf8151

Browse files
authored
Chore/updates (#981)
* Update dependencies * Set linguist-generated files Should improve code stats
1 parent 0fc31f6 commit 6bf8151

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist/** linguist-generated

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"@rollup/plugin-babel": "^6.0.4",
2828
"@rollup/plugin-node-resolve": "^16.0.1",
2929
"chrome-launcher": "^1.1.2",
30-
"eslint": "^9.23.0",
30+
"eslint": "^9.25.1",
3131
"eslint-plugin-compat": "^6.0.2",
3232
"neostandard": "^0.12.1",
33-
"puppeteer-core": "^24.4.0",
34-
"rollup": "^4.36.0",
33+
"puppeteer-core": "^24.7.2",
34+
"rollup": "^4.40.0",
3535
"rollup-plugin-copy": "^3.5.0"
3636
},
3737
"peerDependencies": {

test/action_view/cases/helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def whole_form_for(action = 'http://www.example.com', id = nil, html_class = nil
192192
method = options
193193
end
194194

195-
form_for_text(action, id, html_class, remote, (validators || no_validate), file) << snowman(method) << (contents || '') << '</form>'
195+
form_for_text(action, id, html_class, remote, validators || no_validate, file) << snowman(method) << (contents || '') << '</form>'
196196
end
197197

198198
def form_with_text(action = 'http://www.example.com', id = nil, html_class = nil, local = nil, validators = nil, file = nil)
@@ -221,7 +221,7 @@ def whole_form_with(action = 'http://www.example.com', options = nil)
221221
method = options
222222
end
223223

224-
form_with_text(action, id, html_class, local, (validators || no_validate), file) << snowman(method) << (contents || '') << '</form>'
224+
form_with_text(action, id, html_class, local, validators || no_validate, file) << snowman(method) << (contents || '') << '</form>'
225225
end
226226

227227
def client_side_form_settings_helper

0 commit comments

Comments
 (0)