Skip to content

Commit b64c7d1

Browse files
committed
Fix new RuboCop offenses and update dependencies
1 parent f9b62d3 commit b64c7d1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"test": "test/javascript/run-qunit.mjs"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.27.4",
27-
"@babel/preset-env": "^7.27.2",
26+
"@babel/core": "^7.28.0",
27+
"@babel/preset-env": "^7.28.0",
2828
"@rollup/plugin-babel": "^6.0.4",
2929
"@rollup/plugin-node-resolve": "^16.0.1",
3030
"chrome-launcher": "^1.2.0",
31-
"eslint": "^9.29.0",
31+
"eslint": "^9.32.0",
3232
"eslint-plugin-compat": "^6.0.2",
33-
"neostandard": "^0.12.1",
34-
"puppeteer-core": "^24.10.1",
35-
"rollup": "^4.43.0",
33+
"neostandard": "^0.12.2",
34+
"puppeteer-core": "^24.15.0",
35+
"rollup": "^4.46.2",
3636
"rollup-plugin-copy": "^3.5.0"
3737
},
3838
"peerDependencies": {

test/action_view/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def form_for(*)
2020

2121
Routes = ActionDispatch::Routing::RouteSet.new
2222
include Routes.url_helpers
23+
2324
def _routes
2425
Routes
2526
end

0 commit comments

Comments
 (0)