Skip to content

Commit

Permalink
Upgrade ember-eslint-parser (#2045)
Browse files Browse the repository at this point in the history
* fix template-no-let-reference

* Remove invalid invalid test

* Upgrade ember parser

* lint:fix

* Upgrade ember parser

* Upgrade the ember parser
  • Loading branch information
NullVoxPopuli authored Dec 29, 2023
1 parent 8dfa9a3 commit b2b956f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@ember-data/rfc395-data": "^0.0.4",
"@glimmer/syntax": "^0.86.0",
"css-tree": "^2.3.1",
"ember-eslint-parser": "^0.2.0",
"ember-eslint-parser": "^0.2.3",
"ember-rfc176-data": "^0.3.18",
"eslint-utils": "^3.0.0",
"estraverse": "^5.3.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2469,10 +2469,10 @@ electron-to-chromium@^1.4.601:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.616.tgz#4bddbc2c76e1e9dbf449ecd5da3d8119826ea4fb"
integrity sha512-1n7zWYh8eS0L9Uy+GskE0lkBUNK83cXTVJI0pU3mGprFsbfSdAc15VTFbo+A+Bq4pwstmL30AVcEU3Fo463lNg==

ember-eslint-parser@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.2.0.tgz#3cd331d8fede7f80b5d779f7838f43da625cecc3"
integrity sha512-1EoSXdHZk9wYKaUYWmXzG1rZ45z0pmO7JOa5Bol5d/KDt6vse2MKZtJvXnY1hQrcxggx5w/Z+EDWmP34zf4mIg==
ember-eslint-parser@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.2.3.tgz#d40e4fc9471fb136919c4aef06fac6bcbd238766"
integrity sha512-A0UQYinWc7p9KqmuPTaWXVjP2W3YsN0qg20ArR2w5COT+mwRroqO5sMB1HubqzmSylXq76KEoOf4amWqS/A/tQ==
dependencies:
"@babel/eslint-parser" "^7.23.3"
"@glimmer/syntax" "^0.85.13"
Expand Down

0 comments on commit b2b956f

Please sign in to comment.