mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 19:43:47 +00:00 
			
		
		
		
	dependencies: Upgrade eslint to 6.0.1.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
		
				
					committed by
					
						 Tim Abbott
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							f1b135bd16
						
					
				
				
					commit
					06aa87296c
				
			| @@ -1,4 +1,3 @@ | |||||||
| /*global Dict */ |  | ||||||
| zrequire('hash_util'); | zrequire('hash_util'); | ||||||
| zrequire('katex', 'katex/dist/katex.min.js'); | zrequire('katex', 'katex/dist/katex.min.js'); | ||||||
| zrequire('marked', 'third/marked/lib/marked'); | zrequire('marked', 'third/marked/lib/marked'); | ||||||
|   | |||||||
| @@ -60,11 +60,11 @@ | |||||||
|     "zxcvbn": "4.4.2" |     "zxcvbn": "4.4.2" | ||||||
|   }, |   }, | ||||||
|   "devDependencies": { |   "devDependencies": { | ||||||
|     "@typescript-eslint/eslint-plugin": "1.9.0", |     "@typescript-eslint/eslint-plugin": "^1.12.0", | ||||||
|     "@typescript-eslint/parser": "1.9.0", |     "@typescript-eslint/parser": "^1.12.0", | ||||||
|     "casperjs": "casperjs/casperjs", |     "casperjs": "casperjs/casperjs", | ||||||
|     "difflib": "0.2.4", |     "difflib": "0.2.4", | ||||||
|     "eslint": "5.16.0", |     "eslint": "^6.0.1", | ||||||
|     "eslint-plugin-empty-returns": "1.0.2", |     "eslint-plugin-empty-returns": "1.0.2", | ||||||
|     "jsdom": "15.1.1", |     "jsdom": "15.1.1", | ||||||
|     "nyc": "14.1.1", |     "nyc": "14.1.1", | ||||||
|   | |||||||
| @@ -21,4 +21,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea | |||||||
| # Typically, adding a dependency only requires a minor version bump, and | # Typically, adding a dependency only requires a minor version bump, and | ||||||
| # removing a dependency requires a major version bump. | # removing a dependency requires a major version bump. | ||||||
|  |  | ||||||
| PROVISION_VERSION = '39.0' | PROVISION_VERSION = '40.0' | ||||||
|   | |||||||
							
								
								
									
										97
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										97
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -239,6 +239,11 @@ | |||||||
|   dependencies: |   dependencies: | ||||||
|     "@types/node" "*" |     "@types/node" "*" | ||||||
|  |  | ||||||
|  | "@types/eslint-visitor-keys@^1.0.0": | ||||||
|  |   version "1.0.0" | ||||||
|  |   resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d" | ||||||
|  |   integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag== | ||||||
|  |  | ||||||
| "@types/events@*": | "@types/events@*": | ||||||
|   version "3.0.0" |   version "3.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" |   resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7" | ||||||
| @@ -385,40 +390,39 @@ | |||||||
|     "@types/uglify-js" "*" |     "@types/uglify-js" "*" | ||||||
|     source-map "^0.6.0" |     source-map "^0.6.0" | ||||||
|  |  | ||||||
| "@typescript-eslint/eslint-plugin@1.9.0": | "@typescript-eslint/eslint-plugin@^1.12.0": | ||||||
|   version "1.9.0" |   version "1.12.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.9.0.tgz#29d73006811bf2563b88891ceeff1c5ea9c8d9c6" |   resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-1.12.0.tgz#96b4e08b5f998a198b8414508b1a289f9e8c549a" | ||||||
|   integrity sha512-FOgfBorxjlBGpDIw+0LaZIXRX6GEEUfzj8LXwaQIUCp+gDOvkI+1WgugJ7SmWiISqK9Vj5r8S7NDKO/LB+6X9A== |   integrity sha512-J/ZTZF+pLNqjXBGNfq5fahsoJ4vJOkYbitWPavA05IrZ7BXUaf4XWlhUB/ic1lpOGTRpLWF+PLAePjiHp6dz8g== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@typescript-eslint/experimental-utils" "1.9.0" |     "@typescript-eslint/experimental-utils" "1.12.0" | ||||||
|     "@typescript-eslint/parser" "1.9.0" |  | ||||||
|     eslint-utils "^1.3.1" |     eslint-utils "^1.3.1" | ||||||
|     functional-red-black-tree "^1.0.1" |     functional-red-black-tree "^1.0.1" | ||||||
|     regexpp "^2.0.1" |     regexpp "^2.0.1" | ||||||
|     requireindex "^1.2.0" |  | ||||||
|     tsutils "^3.7.0" |     tsutils "^3.7.0" | ||||||
|  |  | ||||||
| "@typescript-eslint/experimental-utils@1.9.0": | "@typescript-eslint/experimental-utils@1.12.0": | ||||||
|   version "1.9.0" |   version "1.12.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.9.0.tgz#a92777d0c92d7bc8627abd7cdb06cdbcaf2b39e8" |   resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-1.12.0.tgz#98417ee2e0c6fe8d1e50d934a6535d9c0f4277b6" | ||||||
|   integrity sha512-1s2dY9XxBwtS9IlSnRIlzqILPyeMly5tz1bfAmQ84Ul687xBBve5YsH5A5EKeIcGurYYqY2w6RkHETXIwnwV0A== |   integrity sha512-s0soOTMJloytr9GbPteMLNiO2HvJ+qgQkRNplABXiVw6vq7uQRvidkby64Gqt/nA7pys74HksHwRULaB/QRVyw== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@typescript-eslint/typescript-estree" "1.9.0" |     "@typescript-eslint/typescript-estree" "1.12.0" | ||||||
|  |  | ||||||
| "@typescript-eslint/parser@1.9.0": |  | ||||||
|   version "1.9.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.9.0.tgz#5796cbfcb9a3a5757aeb671c1ac88d7a94a95962" |  | ||||||
|   integrity sha512-CWgC1XrQ34H/+LwAU7vY5xteZDkNqeAkeidEpJnJgkKu0yqQ3ZhQ7S+dI6MX4vmmM1TKRbOrKuXc6W0fIHhdbA== |  | ||||||
|   dependencies: |  | ||||||
|     "@typescript-eslint/experimental-utils" "1.9.0" |  | ||||||
|     "@typescript-eslint/typescript-estree" "1.9.0" |  | ||||||
|     eslint-scope "^4.0.0" |     eslint-scope "^4.0.0" | ||||||
|  |  | ||||||
|  | "@typescript-eslint/parser@^1.12.0": | ||||||
|  |   version "1.12.0" | ||||||
|  |   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-1.12.0.tgz#9965895ec4745578185965d63f21510f93a3f35a" | ||||||
|  |   integrity sha512-0uzbaa9ZLCA5yMWJywnJJ7YVENKGWVUhJDV5UrMoldC5HoI54W5kkdPhTfmtFKpPFp93MIwmJj0/61ztvmz5Dw== | ||||||
|  |   dependencies: | ||||||
|  |     "@types/eslint-visitor-keys" "^1.0.0" | ||||||
|  |     "@typescript-eslint/experimental-utils" "1.12.0" | ||||||
|  |     "@typescript-eslint/typescript-estree" "1.12.0" | ||||||
|     eslint-visitor-keys "^1.0.0" |     eslint-visitor-keys "^1.0.0" | ||||||
|  |  | ||||||
| "@typescript-eslint/typescript-estree@1.9.0": | "@typescript-eslint/typescript-estree@1.12.0": | ||||||
|   version "1.9.0" |   version "1.12.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.9.0.tgz#5d6d49be936e96fb0f859673480f89b070a5dd9b" |   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-1.12.0.tgz#d8dd0a7cffb5e3c0c3e98714042d83e316dfc9a9" | ||||||
|   integrity sha512-7Eg0TEQpCkTsEwsl1lIzd6i7L3pJLQFWesV08dS87bNz0NeSjbL78gNAP1xCKaCejkds4PhpLnZkaAjx9SU8OA== |   integrity sha512-nwN6yy//XcVhFs0ZyU+teJHB8tbCm7AIA8mu6E2r5hu6MajwYBY3Uwop7+rPZWUN/IUOHpL8C+iUPMDVYUU3og== | ||||||
|   dependencies: |   dependencies: | ||||||
|     lodash.unescape "4.0.1" |     lodash.unescape "4.0.1" | ||||||
|     semver "5.5.0" |     semver "5.5.0" | ||||||
| @@ -727,6 +731,16 @@ ajv@^6.1.0: | |||||||
|     json-schema-traverse "^0.4.1" |     json-schema-traverse "^0.4.1" | ||||||
|     uri-js "^4.2.1" |     uri-js "^4.2.1" | ||||||
|  |  | ||||||
|  | ajv@^6.10.0: | ||||||
|  |   version "6.10.2" | ||||||
|  |   resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.2.tgz#d3cea04d6b017b2894ad69040fec8b623eb4bd52" | ||||||
|  |   integrity sha512-TXtUUEYHuaTEbLZWIKUr5pmBuhDLy+8KYtPYdcV8qC+pOZL+NKqYwvWSRrVXHn+ZmRRAu8vJTAznH7Oag6RVRw== | ||||||
|  |   dependencies: | ||||||
|  |     fast-deep-equal "^2.0.1" | ||||||
|  |     fast-json-stable-stringify "^2.0.0" | ||||||
|  |     json-schema-traverse "^0.4.1" | ||||||
|  |     uri-js "^4.2.2" | ||||||
|  |  | ||||||
| ajv@^6.5.5, ajv@^6.9.1: | ajv@^6.5.5, ajv@^6.9.1: | ||||||
|   version "6.10.0" |   version "6.10.0" | ||||||
|   resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1" |   resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.10.0.tgz#90d0d54439da587cd7e843bfb7045f50bd22bdf1" | ||||||
| @@ -3308,13 +3322,13 @@ eslint-visitor-keys@^1.0.0: | |||||||
|   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" |   resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d" | ||||||
|   integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== |   integrity sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ== | ||||||
|  |  | ||||||
| eslint@5.16.0: | eslint@^6.0.1: | ||||||
|   version "5.16.0" |   version "6.0.1" | ||||||
|   resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.16.0.tgz#a1e3ac1aae4a3fbd8296fcf8f7ab7314cbb6abea" |   resolved "https://registry.yarnpkg.com/eslint/-/eslint-6.0.1.tgz#4a32181d72cb999d6f54151df7d337131f81cda7" | ||||||
|   integrity sha512-S3Rz11i7c8AA5JPv7xAH+dOyq/Cu/VXHiHXBPOU1k/JAM5dXqQPt3qcrhpHSorXmrpu2g0gkIBVXAqCpzfoZIg== |   integrity sha512-DyQRaMmORQ+JsWShYsSg4OPTjY56u1nCjAmICrE8vLWqyLKxhFXOthwMj1SA8xwfrv0CofLNVnqbfyhwCkaO0w== | ||||||
|   dependencies: |   dependencies: | ||||||
|     "@babel/code-frame" "^7.0.0" |     "@babel/code-frame" "^7.0.0" | ||||||
|     ajv "^6.9.1" |     ajv "^6.10.0" | ||||||
|     chalk "^2.1.0" |     chalk "^2.1.0" | ||||||
|     cross-spawn "^6.0.5" |     cross-spawn "^6.0.5" | ||||||
|     debug "^4.0.1" |     debug "^4.0.1" | ||||||
| @@ -3322,18 +3336,19 @@ eslint@5.16.0: | |||||||
|     eslint-scope "^4.0.3" |     eslint-scope "^4.0.3" | ||||||
|     eslint-utils "^1.3.1" |     eslint-utils "^1.3.1" | ||||||
|     eslint-visitor-keys "^1.0.0" |     eslint-visitor-keys "^1.0.0" | ||||||
|     espree "^5.0.1" |     espree "^6.0.0" | ||||||
|     esquery "^1.0.1" |     esquery "^1.0.1" | ||||||
|     esutils "^2.0.2" |     esutils "^2.0.2" | ||||||
|     file-entry-cache "^5.0.1" |     file-entry-cache "^5.0.1" | ||||||
|     functional-red-black-tree "^1.0.1" |     functional-red-black-tree "^1.0.1" | ||||||
|     glob "^7.1.2" |     glob-parent "^3.1.0" | ||||||
|     globals "^11.7.0" |     globals "^11.7.0" | ||||||
|     ignore "^4.0.6" |     ignore "^4.0.6" | ||||||
|     import-fresh "^3.0.0" |     import-fresh "^3.0.0" | ||||||
|     imurmurhash "^0.1.4" |     imurmurhash "^0.1.4" | ||||||
|     inquirer "^6.2.2" |     inquirer "^6.2.2" | ||||||
|     js-yaml "^3.13.0" |     is-glob "^4.0.0" | ||||||
|  |     js-yaml "^3.13.1" | ||||||
|     json-stable-stringify-without-jsonify "^1.0.1" |     json-stable-stringify-without-jsonify "^1.0.1" | ||||||
|     levn "^0.3.0" |     levn "^0.3.0" | ||||||
|     lodash "^4.17.11" |     lodash "^4.17.11" | ||||||
| @@ -3341,7 +3356,6 @@ eslint@5.16.0: | |||||||
|     mkdirp "^0.5.1" |     mkdirp "^0.5.1" | ||||||
|     natural-compare "^1.4.0" |     natural-compare "^1.4.0" | ||||||
|     optionator "^0.8.2" |     optionator "^0.8.2" | ||||||
|     path-is-inside "^1.0.2" |  | ||||||
|     progress "^2.0.0" |     progress "^2.0.0" | ||||||
|     regexpp "^2.0.1" |     regexpp "^2.0.1" | ||||||
|     semver "^5.5.1" |     semver "^5.5.1" | ||||||
| @@ -3350,10 +3364,10 @@ eslint@5.16.0: | |||||||
|     table "^5.2.3" |     table "^5.2.3" | ||||||
|     text-table "^0.2.0" |     text-table "^0.2.0" | ||||||
|  |  | ||||||
| espree@^5.0.1: | espree@^6.0.0: | ||||||
|   version "5.0.1" |   version "6.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/espree/-/espree-5.0.1.tgz#5d6526fa4fc7f0788a5cf75b15f30323e2f81f7a" |   resolved "https://registry.yarnpkg.com/espree/-/espree-6.0.0.tgz#716fc1f5a245ef5b9a7fdb1d7b0d3f02322e75f6" | ||||||
|   integrity sha512-qWAZcWh4XE/RwzLJejfcofscgMc9CamR6Tn1+XRXNzrvUSSbiAjGOI/fggztjIi7y9VLPqnICMIPiGyr8JaZ0A== |   integrity sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q== | ||||||
|   dependencies: |   dependencies: | ||||||
|     acorn "^6.0.7" |     acorn "^6.0.7" | ||||||
|     acorn-jsx "^5.0.0" |     acorn-jsx "^5.0.0" | ||||||
| @@ -4519,7 +4533,7 @@ glob@^6.0.4: | |||||||
|     once "^1.3.0" |     once "^1.3.0" | ||||||
|     path-is-absolute "^1.0.0" |     path-is-absolute "^1.0.0" | ||||||
|  |  | ||||||
| glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@~7.1.1, glob@~7.1.2: | glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@~7.1.1, glob@~7.1.2: | ||||||
|   version "7.1.2" |   version "7.1.2" | ||||||
|   resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" |   resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15" | ||||||
|   integrity sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ== |   integrity sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ== | ||||||
| @@ -5839,7 +5853,7 @@ js-tokens@^4.0.0: | |||||||
|   resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |   resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | ||||||
|   integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== |   integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== | ||||||
|  |  | ||||||
| js-yaml@3.x.x, js-yaml@^3.12.1, js-yaml@^3.13.0, js-yaml@^3.13.1: | js-yaml@3.x.x, js-yaml@^3.12.1, js-yaml@^3.13.1: | ||||||
|   version "3.13.1" |   version "3.13.1" | ||||||
|   resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" |   resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.13.1.tgz#aff151b30bfdfa8e49e05da22e7415e9dfa37847" | ||||||
|   integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== |   integrity sha512-YfbcO7jXDdyj0DGxYVSlSeQNHbD7XPWvrVWeVUujrQEoZzWJIRrCPoyk6kL6IAjAG2IolMK4T0hNUe0HOUs5Jw== | ||||||
| @@ -8923,11 +8937,6 @@ require-main-filename@^2.0.0: | |||||||
|   resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" |   resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" | ||||||
|   integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== |   integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== | ||||||
|  |  | ||||||
| requireindex@^1.2.0: |  | ||||||
|   version "1.2.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.2.0.tgz#3463cdb22ee151902635aa6c9535d4de9c2ef1ef" |  | ||||||
|   integrity sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww== |  | ||||||
|  |  | ||||||
| requires-port@^1.0.0: | requires-port@^1.0.0: | ||||||
|   version "1.0.0" |   version "1.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" |   resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user