Skip to content

Commit dba11bd

Browse files
authored
Merge pull request #445 from ckeditor/add-prevent-license-key-leak-rule
Internal: Add `prevent-license-key-leak` eslint rule.
2 parents 3108f4b + 296db5f commit dba11bd

File tree

3 files changed

+39
-13
lines changed

3 files changed

+39
-13
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
'@typescript-eslint/no-unused-vars': 'error',
2828
'@typescript-eslint/no-use-before-define': [ 'error', 'nofunc' ],
2929
'@typescript-eslint/no-var-requires': 'off',
30+
'ckeditor5-rules/prevent-license-key-leak': 'error',
3031
'new-cap': 'off',
3132
// The `no-duplicate-imports` rule has been deprecated in favour of the `import/no-duplicates` rule.
3233
'no-duplicate-imports': 'off',

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"css-loader": "^5.2.7",
5353
"cypress": "^12.17.4",
5454
"eslint": "^8.20.0",
55-
"eslint-config-ckeditor5": "^5.3.0",
55+
"eslint-config-ckeditor5": "^7.1.0",
5656
"fs-extra": "^10.0.1",
5757
"husky": "^8.0.2",
5858
"jasmine-core": "~3.8.0",

yarn.lock

+37-12
Original file line numberDiff line numberDiff line change
@@ -6794,21 +6794,21 @@ escodegen@^2.0.0:
67946794
optionalDependencies:
67956795
source-map "~0.6.1"
67966796

6797-
eslint-config-ckeditor5@^5.3.0:
6798-
version "5.3.2"
6799-
resolved "https://registry.yarnpkg.com/eslint-config-ckeditor5/-/eslint-config-ckeditor5-5.3.2.tgz#1369f295ec294731d825b1fdafb18d6fa0793382"
6800-
integrity sha512-40zDbEf9zKnZNoIOhN+mMIuqRtYs4caL3ILRj/yVkiwR/bHWDoOQzhTJGnU1ZToiQ6y9W/Kv0WaZcNfSiVXkZA==
6797+
eslint-config-ckeditor5@^7.1.0:
6798+
version "7.1.0"
6799+
resolved "https://registry.yarnpkg.com/eslint-config-ckeditor5/-/eslint-config-ckeditor5-7.1.0.tgz#4ad506ed16ecc454e89f1d2db5e627af9d06955a"
6800+
integrity sha512-Ki8V5JG10NZw4EK1qBLPL8292WoAFuLHAW1Iwbk8wn3m6oVIjLr+KRMFB+wzk7J5yQeRbJOh7WHF5iVZrotjlw==
68016801
dependencies:
68026802
"@typescript-eslint/eslint-plugin" "^5.26.0"
68036803
"@typescript-eslint/parser" "^5.26.0"
6804-
eslint-plugin-ckeditor5-rules "^5.3.2"
6804+
eslint-plugin-ckeditor5-rules "^7.1.0"
68056805
eslint-plugin-mocha "^7.0.0"
68066806
typescript "^4.7.2"
68076807

6808-
eslint-plugin-ckeditor5-rules@^5.3.2:
6809-
version "5.3.2"
6810-
resolved "https://registry.yarnpkg.com/eslint-plugin-ckeditor5-rules/-/eslint-plugin-ckeditor5-rules-5.3.2.tgz#a6bce9b72e992054fa53134387c7ed55cad2e69e"
6811-
integrity sha512-GmaRT93JljrD8FH2LQvlwOVBwqM5q1/VWnlwRlnA8JWZy5EuOUInZKfN7y7Tt9j70cm5qqQNjMfTsnkp6oi6yw==
6808+
eslint-plugin-ckeditor5-rules@^7.1.0:
6809+
version "7.1.0"
6810+
resolved "https://registry.yarnpkg.com/eslint-plugin-ckeditor5-rules/-/eslint-plugin-ckeditor5-rules-7.1.0.tgz#50b5885d3dca65e318edadac49db9a2d7fba25da"
6811+
integrity sha512-nhGy4+dA7OVsUTtkkP/Y5iFdVpjczKRxc1As0YxoHm0xhQPx6tb5UoOeMRzT47gm5PVG808Tyz9/zWALgUGCXw==
68126812
dependencies:
68136813
"@es-joy/jsdoccomment" "^0.40.1"
68146814
"@typescript-eslint/parser" "^5.52.0"
@@ -11374,7 +11374,16 @@ [email protected]:
1137411374
resolved "https://registry.yarnpkg.com/string-argv/-/string-argv-0.3.1.tgz#95e2fbec0427ae19184935f816d74aaa4c5c19da"
1137511375
integrity sha512-a1uQGz7IyVy9YwhqjZIZu1c8JO8dNIe20xBmSS6qu9kv++k3JGzCVmprbNN5Kn+BgzD5E7YYwg1CcjuJMRNsvg==
1137611376

11377-
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11377+
"string-width-cjs@npm:string-width@^4.2.0":
11378+
version "4.2.3"
11379+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
11380+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11381+
dependencies:
11382+
emoji-regex "^8.0.0"
11383+
is-fullwidth-code-point "^3.0.0"
11384+
strip-ansi "^6.0.1"
11385+
11386+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1137811387
version "4.2.3"
1137911388
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
1138011389
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11415,7 +11424,14 @@ stringify-object@^3.3.0:
1141511424
is-obj "^1.0.1"
1141611425
is-regexp "^1.0.0"
1141711426

11418-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11427+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11428+
version "6.0.1"
11429+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
11430+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11431+
dependencies:
11432+
ansi-regex "^5.0.1"
11433+
11434+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1141911435
version "6.0.1"
1142011436
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
1142111437
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12331,7 +12347,7 @@ wordwrap@^1.0.0:
1233112347
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
1233212348
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
1233312349

12334-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12350+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1233512351
version "7.0.0"
1233612352
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
1233712353
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12349,6 +12365,15 @@ wrap-ansi@^6.2.0:
1234912365
string-width "^4.1.0"
1235012366
strip-ansi "^6.0.0"
1235112367

12368+
wrap-ansi@^7.0.0:
12369+
version "7.0.0"
12370+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
12371+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12372+
dependencies:
12373+
ansi-styles "^4.0.0"
12374+
string-width "^4.1.0"
12375+
strip-ansi "^6.0.0"
12376+
1235212377
wrap-ansi@^8.1.0:
1235312378
version "8.1.0"
1235412379
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)