Update JS dependencies, remove eslint-plugin-github (#18317)
- Update all JS dependencies - Add new lint rules - Regenerate SVGs - Tested Monaco and Mermaid * Remove eslint-plugin-github
This commit is contained in:
		
							parent
							
								
									89a3214352
								
							
						
					
					
						commit
						8156e0f855
					
				
							
								
								
									
										26
									
								
								.eslintrc
								
								
								
								
							
							
						
						
									
										26
									
								
								.eslintrc
								
								
								
								
							| 
						 | 
				
			
			@ -13,7 +13,6 @@ plugins:
 | 
			
		|||
  - eslint-plugin-import
 | 
			
		||||
  - eslint-plugin-vue
 | 
			
		||||
  - eslint-plugin-html
 | 
			
		||||
  - eslint-plugin-github
 | 
			
		||||
 | 
			
		||||
extends:
 | 
			
		||||
  - plugin:vue/recommended
 | 
			
		||||
| 
						 | 
				
			
			@ -96,23 +95,6 @@ rules:
 | 
			
		|||
  function-paren-newline: [0]
 | 
			
		||||
  generator-star-spacing: [0]
 | 
			
		||||
  getter-return: [2]
 | 
			
		||||
  github/array-foreach: [2]
 | 
			
		||||
  github/async-currenttarget: [2]
 | 
			
		||||
  github/async-preventdefault: [2]
 | 
			
		||||
  github/authenticity-token: [0]
 | 
			
		||||
  github/get-attribute: [2]
 | 
			
		||||
  github/js-class-name: [0]
 | 
			
		||||
  github/no-blur: [0]
 | 
			
		||||
  github/no-d-none: [0]
 | 
			
		||||
  github/no-dataset: [2]
 | 
			
		||||
  github/no-implicit-buggy-globals: [0]
 | 
			
		||||
  github/no-inner-html: [0]
 | 
			
		||||
  github/no-innerText: [2]
 | 
			
		||||
  github/no-then: [0]
 | 
			
		||||
  github/no-useless-passive: [2]
 | 
			
		||||
  github/prefer-observers: [0]
 | 
			
		||||
  github/require-passive-events: [2]
 | 
			
		||||
  github/unescaped-html-literal: [0]
 | 
			
		||||
  grouped-accessor-pairs: [2]
 | 
			
		||||
  guard-for-in: [0]
 | 
			
		||||
  id-blacklist: [0]
 | 
			
		||||
| 
						 | 
				
			
			@ -301,6 +283,7 @@ rules:
 | 
			
		|||
  no-unsafe-negation: [2]
 | 
			
		||||
  no-unused-expressions: [2]
 | 
			
		||||
  no-unused-labels: [2]
 | 
			
		||||
  no-unused-private-class-members: [2]
 | 
			
		||||
  no-unused-vars: [2, {args: all, argsIgnorePattern: ^_, varsIgnorePattern: ^_, caughtErrorsIgnorePattern: ^_, ignoreRestSiblings: false}]
 | 
			
		||||
  no-use-before-define: [2, nofunc]
 | 
			
		||||
  no-useless-backreference: [0]
 | 
			
		||||
| 
						 | 
				
			
			@ -333,6 +316,7 @@ rules:
 | 
			
		|||
  prefer-exponentiation-operator: [2]
 | 
			
		||||
  prefer-named-capture-group: [0]
 | 
			
		||||
  prefer-numeric-literals: [2]
 | 
			
		||||
  prefer-object-has-own: [0]
 | 
			
		||||
  prefer-object-spread: [0]
 | 
			
		||||
  prefer-promise-reject-errors: [2, {allowEmptyReject: false}]
 | 
			
		||||
  prefer-regex-literals: [2]
 | 
			
		||||
| 
						 | 
				
			
			@ -379,7 +363,7 @@ rules:
 | 
			
		|||
  unicorn/import-style: [0]
 | 
			
		||||
  unicorn/new-for-builtins: [2]
 | 
			
		||||
  unicorn/no-abusive-eslint-disable: [0]
 | 
			
		||||
  unicorn/no-array-for-each: [0]
 | 
			
		||||
  unicorn/no-array-for-each: [2]
 | 
			
		||||
  unicorn/no-array-instanceof: [0]
 | 
			
		||||
  unicorn/no-array-method-this-argument: [2]
 | 
			
		||||
  unicorn/no-array-push-push: [2]
 | 
			
		||||
| 
						 | 
				
			
			@ -401,12 +385,14 @@ rules:
 | 
			
		|||
  unicorn/no-process-exit: [0]
 | 
			
		||||
  unicorn/no-reduce: [2]
 | 
			
		||||
  unicorn/no-static-only-class: [2]
 | 
			
		||||
  unicorn/no-thenable: [2]
 | 
			
		||||
  unicorn/no-this-assignment: [2]
 | 
			
		||||
  unicorn/no-unreadable-array-destructuring: [0]
 | 
			
		||||
  unicorn/no-unsafe-regex: [0]
 | 
			
		||||
  unicorn/no-unused-properties: [2]
 | 
			
		||||
  unicorn/no-useless-fallback-in-spread: [2]
 | 
			
		||||
  unicorn/no-useless-length-check: [2]
 | 
			
		||||
  unicorn/no-useless-promise-resolve-reject: [2]
 | 
			
		||||
  unicorn/no-useless-spread: [2]
 | 
			
		||||
  unicorn/no-useless-undefined: [0]
 | 
			
		||||
  unicorn/no-zero-fractions: [2]
 | 
			
		||||
| 
						 | 
				
			
			@ -426,6 +412,7 @@ rules:
 | 
			
		|||
  unicorn/prefer-event-key: [2]
 | 
			
		||||
  unicorn/prefer-export-from: [2]
 | 
			
		||||
  unicorn/prefer-includes: [2]
 | 
			
		||||
  unicorn/prefer-json-parse-buffer: [0]
 | 
			
		||||
  unicorn/prefer-math-trunc: [2]
 | 
			
		||||
  unicorn/prefer-modern-dom-apis: [0]
 | 
			
		||||
  unicorn/prefer-module: [2]
 | 
			
		||||
| 
						 | 
				
			
			@ -453,6 +440,7 @@ rules:
 | 
			
		|||
  unicorn/prefer-trim-start-end: [2]
 | 
			
		||||
  unicorn/prefer-type-error: [0]
 | 
			
		||||
  unicorn/prevent-abbreviations: [0]
 | 
			
		||||
  unicorn/relative-url-style: [2]
 | 
			
		||||
  unicorn/require-array-join-separator: [2]
 | 
			
		||||
  unicorn/require-number-to-fixed-digits-argument: [2]
 | 
			
		||||
  unicorn/require-post-message-target-origin: [0]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
							
								
								
									
										37
									
								
								package.json
								
								
								
								
							
							
						
						
									
										37
									
								
								package.json
								
								
								
								
							| 
						 | 
				
			
			@ -8,36 +8,36 @@
 | 
			
		|||
  },
 | 
			
		||||
  "dependencies": {
 | 
			
		||||
    "@claviska/jquery-minicolors": "2.3.6",
 | 
			
		||||
    "@primer/octicons": "16.1.1",
 | 
			
		||||
    "@primer/octicons": "16.2.0",
 | 
			
		||||
    "add-asset-webpack-plugin": "2.0.1",
 | 
			
		||||
    "codemirror": "5.64.0",
 | 
			
		||||
    "codemirror": "5.65.0",
 | 
			
		||||
    "css-loader": "6.5.1",
 | 
			
		||||
    "dropzone": "6.0.0-beta.2",
 | 
			
		||||
    "easymde": "2.16.1",
 | 
			
		||||
    "esbuild-loader": "2.16.0",
 | 
			
		||||
    "esbuild-loader": "2.18.0",
 | 
			
		||||
    "escape-goat": "4.0.0",
 | 
			
		||||
    "fast-glob": "3.2.7",
 | 
			
		||||
    "fast-glob": "3.2.11",
 | 
			
		||||
    "font-awesome": "4.7.0",
 | 
			
		||||
    "jquery": "3.6.0",
 | 
			
		||||
    "jquery.are-you-sure": "1.9.0",
 | 
			
		||||
    "less": "4.1.2",
 | 
			
		||||
    "less-loader": "10.2.0",
 | 
			
		||||
    "license-checker-webpack-plugin": "0.2.1",
 | 
			
		||||
    "mermaid": "8.13.8",
 | 
			
		||||
    "mini-css-extract-plugin": "2.4.5",
 | 
			
		||||
    "monaco-editor": "0.30.1",
 | 
			
		||||
    "monaco-editor-webpack-plugin": "6.0.0",
 | 
			
		||||
    "mermaid": "8.13.9",
 | 
			
		||||
    "mini-css-extract-plugin": "2.5.2",
 | 
			
		||||
    "monaco-editor": "0.31.1",
 | 
			
		||||
    "monaco-editor-webpack-plugin": "7.0.1",
 | 
			
		||||
    "pretty-ms": "7.0.1",
 | 
			
		||||
    "sortablejs": "1.14.0",
 | 
			
		||||
    "swagger-ui-dist": "4.1.3",
 | 
			
		||||
    "tributejs": "5.1.3",
 | 
			
		||||
    "uint8-to-base64": "0.2.0",
 | 
			
		||||
    "vue": "2.6.14",
 | 
			
		||||
    "vue-bar-graph": "1.3.0",
 | 
			
		||||
    "vue-bar-graph": "1.3.1",
 | 
			
		||||
    "vue-calendar-heatmap": "0.8.4",
 | 
			
		||||
    "vue-loader": "15.9.8",
 | 
			
		||||
    "vue-template-compiler": "2.6.14",
 | 
			
		||||
    "webpack": "5.64.4",
 | 
			
		||||
    "webpack": "5.66.0",
 | 
			
		||||
    "webpack-cli": "4.9.1",
 | 
			
		||||
    "workbox-routing": "6.4.2",
 | 
			
		||||
    "workbox-strategies": "6.4.2",
 | 
			
		||||
| 
						 | 
				
			
			@ -46,20 +46,19 @@
 | 
			
		|||
  },
 | 
			
		||||
  "devDependencies": {
 | 
			
		||||
    "editorconfig-checker": "4.0.2",
 | 
			
		||||
    "eslint": "8.3.0",
 | 
			
		||||
    "eslint-plugin-github": "4.3.5",
 | 
			
		||||
    "eslint": "8.7.0",
 | 
			
		||||
    "eslint-plugin-html": "6.2.0",
 | 
			
		||||
    "eslint-plugin-import": "2.25.3",
 | 
			
		||||
    "eslint-plugin-unicorn": "39.0.0",
 | 
			
		||||
    "eslint-plugin-vue": "8.1.1",
 | 
			
		||||
    "jest": "27.4.3",
 | 
			
		||||
    "eslint-plugin-import": "2.25.4",
 | 
			
		||||
    "eslint-plugin-unicorn": "40.1.0",
 | 
			
		||||
    "eslint-plugin-vue": "8.3.0",
 | 
			
		||||
    "jest": "27.4.7",
 | 
			
		||||
    "jest-extended": "1.2.0",
 | 
			
		||||
    "jest-raw-loader": "1.0.1",
 | 
			
		||||
    "postcss-less": "5.0.0",
 | 
			
		||||
    "stylelint": "14.1.0",
 | 
			
		||||
    "postcss-less": "6.0.0",
 | 
			
		||||
    "stylelint": "14.2.0",
 | 
			
		||||
    "stylelint-config-standard": "24.0.0",
 | 
			
		||||
    "svgo": "2.8.0",
 | 
			
		||||
    "updates": "12.2.2"
 | 
			
		||||
    "updates": "13.0.0"
 | 
			
		||||
  },
 | 
			
		||||
  "browserslist": [
 | 
			
		||||
    "defaults",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1 @@
 | 
			
		|||
<svg viewBox="0 0 16 16" class="svg octicon-code-of-conduct" width="16" height="16" aria-hidden="true"><path fill-rule="evenodd" d="M8.048 2.241c.964-.709 2.079-1.238 3.325-1.241a4.613 4.613 0 0 1 3.282 1.355c.41.408.757.86.996 1.428.238.568.348 1.206.347 1.968 0 2.193-1.505 4.254-3.081 5.862-1.496 1.526-3.213 2.796-4.249 3.563l-.22.163a.75.75 0 0 1-.895 0l-.221-.163c-1.036-.767-2.753-2.037-4.249-3.563C1.51 10.008.007 7.952.002 5.762a4.614 4.614 0 0 1 1.353-3.407C3.123.585 6.223.537 8.048 2.24zm-1.153.983c-.81.78-1.546 1.669-2.166 2.417-.184.222-.358.432-.52.623a.75.75 0 0 0 .04 1.016c.35.35.697.697 1.043 1.047.866.875 2.292.914 3.185.032.264-.26.534-.528.802-.797.694-.694 1.8-.701 2.474-.03L12.92 8.7l.283.284c-.244.334-.515.666-.81.995l-1.384-1.28A.75.75 0 1 0 9.99 9.802l1.357 1.252c-.325.31-.656.606-.984.887l-1.48-1.366a.75.75 0 1 0-1.018 1.102L9.191 12.9c-.433.34-.838.643-1.191.905-1.04-.773-2.537-1.907-3.846-3.242C2.611 8.99 1.502 7.306 1.502 5.75a3.114 3.114 0 0 1 .913-2.335c1.159-1.158 3.23-1.224 4.48-.191zm7.112 4.442c.313-.65.491-1.293.491-1.916v-.001c0-.614-.088-1.045-.23-1.385-.143-.339-.357-.633-.673-.949a3.113 3.113 0 0 0-2.218-.915c-1.092.003-2.165.627-3.226 1.602-.823.755-1.554 1.637-2.228 2.45l-.127.154.562.566a.756.756 0 0 0 1.066.02l.794-.79c1.258-1.258 3.312-1.31 4.594-.032.396.394.792.791 1.173 1.173l.022.023z"/></svg>
 | 
			
		||||
| 
		 After Width: | Height: | Size: 1.3 KiB  | 
		Loading…
	
		Reference in New Issue