Skip to content

Commit 8ea6204

Browse files
authored
Merge pull request rails#51866 from tnir/tn-update-eslint-from-4.3.0-to-8.40.0
chore(deps-dev): update eslint from 4.19.1 to 8.40.0
2 parents 97cc321 + b6e49a7 commit 8ea6204

File tree

4 files changed

+871
-726
lines changed

4 files changed

+871
-726
lines changed

actioncable/app/javascript/action_cable/consumer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export function createWebSocketURL(url) {
7171
const a = document.createElement("a")
7272
a.href = url
7373
// Fix populating Location properties in IE. Otherwise, protocol will be blank.
74-
a.href = a.href
74+
a.href = a.href // eslint-disable-line
7575
a.protocol = a.protocol.replace("http", "ws")
7676
return a.href
7777
} else {

actioncable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"devDependencies": {
2727
"@rollup/plugin-commonjs": "^19.0.1",
2828
"@rollup/plugin-node-resolve": "^11.0.1",
29-
"eslint": "^4.3.0",
30-
"eslint-plugin-import": "^2.7.0",
29+
"eslint": "^8.40.0",
30+
"eslint-plugin-import": "^2.29.0",
3131
"karma": "^6.4.2",
3232
"karma-chrome-launcher": "^2.2.0",
3333
"karma-qunit": "^2.1.0",

activestorage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"devDependencies": {
2525
"@rollup/plugin-node-resolve": "^11.0.1",
2626
"@rollup/plugin-commonjs": "^19.0.1",
27-
"eslint": "^4.3.0",
28-
"eslint-plugin-import": "^2.23.4",
27+
"eslint": "^8.40.0",
28+
"eslint-plugin-import": "^2.29.0",
2929
"rollup": "^2.35.1",
3030
"rollup-plugin-terser": "^7.0.2"
3131
},

0 commit comments

Comments
 (0)