Skip to content

Commit

Permalink
Merge pull request rails#51866 from tnir/tn-update-eslint-from-4.3.0-…
Browse files Browse the repository at this point in the history
…to-8.40.0

chore(deps-dev): update eslint from 4.19.1 to 8.40.0
  • Loading branch information
rafaelfranca authored May 23, 2024
2 parents 97cc321 + b6e49a7 commit 8ea6204
Show file tree
Hide file tree
Showing 4 changed files with 871 additions and 726 deletions.
2 changes: 1 addition & 1 deletion actioncable/app/javascript/action_cable/consumer.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export function createWebSocketURL(url) {
const a = document.createElement("a")
a.href = url
// Fix populating Location properties in IE. Otherwise, protocol will be blank.
a.href = a.href
a.href = a.href // eslint-disable-line
a.protocol = a.protocol.replace("http", "ws")
return a.href
} else {
Expand Down
4 changes: 2 additions & 2 deletions actioncable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.1",
"@rollup/plugin-node-resolve": "^11.0.1",
"eslint": "^4.3.0",
"eslint-plugin-import": "^2.7.0",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.29.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^2.2.0",
"karma-qunit": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions activestorage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-commonjs": "^19.0.1",
"eslint": "^4.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint": "^8.40.0",
"eslint-plugin-import": "^2.29.0",
"rollup": "^2.35.1",
"rollup-plugin-terser": "^7.0.2"
},
Expand Down
Loading

0 comments on commit 8ea6204

Please sign in to comment.