Skip to content

Commit 77b8725

Browse files
Merge pull request #2195 from HeroicEric/patch-1
fix: Typo in error message
2 parents f040d90 + aed9938 commit 77b8725

File tree

3 files changed

+9
-34
lines changed

3 files changed

+9
-34
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"dependencies": {
7878
"@ember-data/rfc395-data": "^0.0.4",
7979
"css-tree": "^2.3.1",
80-
"ember-eslint-parser": "^0.5.2",
80+
"ember-eslint-parser": "^0.5.3",
8181
"ember-rfc176-data": "^0.3.18",
8282
"eslint-utils": "^3.0.0",
8383
"estraverse": "^5.3.0",

tests/lib/rules-preprocessor/gjs-gts-parser-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const invalid = [
170170
message:
171171
'Parsing error: Unexpected token. A constructor, method, accessor, or property was expected.\n' +
172172
'To lint Gjs/Gts files please follow the setup guide at https://github.com/ember-cli/eslint-plugin-ember#gtsgjs\n' +
173-
'Note that this error can also happen if you have multiple versions of ember-eslint-plugin in your node_modules',
173+
'Note that this error can also happen if you have multiple versions of eslint-plugin-ember in your node_modules',
174174
line: 3,
175175
column: 6,
176176
},

yarn.lock

Lines changed: 7 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,10 +2487,10 @@ electron-to-chromium@^1.4.648:
24872487
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.667.tgz#2767d998548e5eeeaf8bdaffd67b56796bfbed3d"
24882488
integrity sha512-66L3pLlWhTNVUhnmSA5+qDM3fwnXsM6KAqE36e2w4KN0g6pkEtlT5bs41FQtQwVwKnfhNBXiWRLPs30HSxd7Kw==
24892489

2490-
ember-eslint-parser@^0.5.2:
2491-
version "0.5.2"
2492-
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.5.2.tgz#798db22f54a3038f0dfdcc6fc766887b99c449fa"
2493-
integrity sha512-289KjJ08QxK1Ytf+aq04QMoQ8WvhXCInJixcGuS5SWBFNlVuEs9yAZ06VXzVSuZ9zMAqX24MTMvD7ICVFN7QSg==
2490+
ember-eslint-parser@^0.5.3:
2491+
version "0.5.3"
2492+
resolved "https://registry.yarnpkg.com/ember-eslint-parser/-/ember-eslint-parser-0.5.3.tgz#48dc93529ec942c117fffd6265be2017bd94aaef"
2493+
integrity sha512-FYsoiVcGUGDAybPq8X551hcs9NA0SDx77kfU1sHCTLYqfG4zQ0Rcy+lGxoaXaskH7sTf+Up3/oVyjx/+nJ3joA==
24942494
dependencies:
24952495
"@babel/eslint-parser" "^7.23.10"
24962496
"@glimmer/syntax" "^0.92.0"
@@ -6868,16 +6868,7 @@ string-length@^4.0.1:
68686868
char-regex "^1.0.2"
68696869
strip-ansi "^6.0.0"
68706870

6871-
"string-width-cjs@npm:string-width@^4.2.0":
6872-
version "4.2.3"
6873-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6874-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6875-
dependencies:
6876-
emoji-regex "^8.0.0"
6877-
is-fullwidth-code-point "^3.0.0"
6878-
strip-ansi "^6.0.1"
6879-
6880-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
6871+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
68816872
version "4.2.3"
68826873
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
68836874
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6947,14 +6938,7 @@ string_decoder@^1.1.1:
69476938
dependencies:
69486939
safe-buffer "~5.2.0"
69496940

6950-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6951-
version "6.0.1"
6952-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6953-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6954-
dependencies:
6955-
ansi-regex "^5.0.1"
6956-
6957-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6941+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
69586942
version "6.0.1"
69596943
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
69606944
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7577,7 +7561,7 @@ windows-release@^5.0.1:
75777561
dependencies:
75787562
execa "^5.1.1"
75797563

7580-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7564+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
75817565
version "7.0.0"
75827566
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
75837567
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7595,15 +7579,6 @@ wrap-ansi@^6.2.0:
75957579
string-width "^4.1.0"
75967580
strip-ansi "^6.0.0"
75977581

7598-
wrap-ansi@^7.0.0:
7599-
version "7.0.0"
7600-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7601-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7602-
dependencies:
7603-
ansi-styles "^4.0.0"
7604-
string-width "^4.1.0"
7605-
strip-ansi "^6.0.0"
7606-
76077582
wrap-ansi@^8.1.0:
76087583
version "8.1.0"
76097584
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)