Skip to content

Commit

Permalink
Update dependency eslint-plugin-ember to v12.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 0e8d89f commit 78b0216
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion ember-window-mock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"concurrently": "9.1.2",
"eslint": "8.57.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-ember": "12.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.3",
Expand Down
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"ember-try": "3.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-ember": "12.5.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-qunit": "8.1.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5227,10 +5227,10 @@ [email protected]:
"@warp-drive/build-config" "0.0.0"
"@warp-drive/core-types" "0.0.0"

ember-eslint-parser@^0.5.6:
version "0.5.8"
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.5.8.tgz#a37776e0a6d23d2d40fd8d49975697625d301bb9"
integrity sha512-THbt/XCE2twgfG6GXNFOU6oHrsPTPc3fQ4DvHhtj/8u6s2pAYexiZt0RWQhhCiBTQT1kNrNoKbiq/9O7U61yNA==
ember-eslint-parser@^0.5.9:
version "0.5.9"
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.5.9.tgz#f942c4863866e24a6243c390f743cbe0354d68a6"
integrity sha512-IW4/3cEiFp49M2LiKyzi7VcT1egogOe8UxQ9eUKTooenC7Q4qNhzTD6rOZ8j51m8iJC+8hCzjbNCa3K4CN0Hhg==
dependencies:
"@babel/eslint-parser" "^7.23.10"
"@glimmer/syntax" "^0.92.0"
Expand Down Expand Up @@ -5755,14 +5755,14 @@ eslint-module-utils@^2.12.0:
dependencies:
debug "^3.2.7"

eslint-plugin-ember@12.3.3:
version "12.3.3"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-12.3.3.tgz#27b2a393299054586eda5bea0c23aa9126608458"
integrity sha512-OXf3+XofsSMW/zGnp6B1cB2veC9zLzby8RGmHkxNwRHGLs/fYNVBbpwkmdZhzR8+IMN3wjtLR4iNLvkKOAT5bg==
eslint-plugin-ember@12.5.0:
version "12.5.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-ember/-/eslint-plugin-ember-12.5.0.tgz#23bc7300f1a32a6af6db4d876553d2891df1f4fe"
integrity sha512-DBUzsaKWDVXsujAZPpRir0O7owdlCoVzZmtaJm7g7iQeSrNtcRWI7AItsTqKSsws1XeAySH0sPsQItMdDCb9Fg==
dependencies:
"@ember-data/rfc395-data" "^0.0.4"
css-tree "^3.0.1"
ember-eslint-parser "^0.5.6"
ember-eslint-parser "^0.5.9"
ember-rfc176-data "^0.3.18"
eslint-utils "^3.0.0"
estraverse "^5.3.0"
Expand Down

0 comments on commit 78b0216

Please sign in to comment.