mirror of
				https://github.com/vuejs/babel-plugin-jsx.git
				synced 2025-10-31 01:12:17 +08:00 
			
		
		
		
	chore(deps-dev): bump @typescript-eslint/parser from 4.11.1 to 4.22.0 (#390)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.11.1 to 4.22.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.22.0/packages/parser) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							5c798bae84
						
					
				
				
					commit
					1f0fcf1049
				
			
							
								
								
									
										73
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										73
									
								
								yarn.lock
									
									
									
									
									
								
							| @@ -2180,23 +2180,15 @@ | ||||
|     eslint-utils "^2.0.0" | ||||
|  | ||||
| "@typescript-eslint/parser@^4.0.1": | ||||
|   version "4.11.1" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.11.1.tgz#981e18de2e019d6ca312596615f92e8f6f6598ed" | ||||
|   integrity sha512-BJ3jwPQu1jeynJ5BrjLuGfK/UJu6uwHxJ/di7sanqmUmxzmyIcd3vz58PMR7wpi8k3iWq2Q11KMYgZbUpRoIPw== | ||||
|   version "4.22.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8" | ||||
|   integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/scope-manager" "4.11.1" | ||||
|     "@typescript-eslint/types" "4.11.1" | ||||
|     "@typescript-eslint/typescript-estree" "4.11.1" | ||||
|     "@typescript-eslint/scope-manager" "4.22.0" | ||||
|     "@typescript-eslint/types" "4.22.0" | ||||
|     "@typescript-eslint/typescript-estree" "4.22.0" | ||||
|     debug "^4.1.1" | ||||
|  | ||||
| "@typescript-eslint/scope-manager@4.11.1": | ||||
|   version "4.11.1" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.11.1.tgz#72dc2b60b0029ab0888479b12bf83034920b4b69" | ||||
|   integrity sha512-Al2P394dx+kXCl61fhrrZ1FTI7qsRDIUiVSuN6rTwss6lUn8uVO2+nnF4AvO0ug8vMsy3ShkbxLu/uWZdTtJMQ== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "4.11.1" | ||||
|     "@typescript-eslint/visitor-keys" "4.11.1" | ||||
|  | ||||
| "@typescript-eslint/scope-manager@4.17.0": | ||||
|   version "4.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d" | ||||
| @@ -2205,29 +2197,23 @@ | ||||
|     "@typescript-eslint/types" "4.17.0" | ||||
|     "@typescript-eslint/visitor-keys" "4.17.0" | ||||
|  | ||||
| "@typescript-eslint/types@4.11.1": | ||||
|   version "4.11.1" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.11.1.tgz#3ba30c965963ef9f8ced5a29938dd0c465bd3e05" | ||||
|   integrity sha512-5kvd38wZpqGY4yP/6W3qhYX6Hz0NwUbijVsX2rxczpY6OXaMxh0+5E5uLJKVFwaBM7PJe1wnMym85NfKYIh6CA== | ||||
| "@typescript-eslint/scope-manager@4.22.0": | ||||
|   version "4.22.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a" | ||||
|   integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "4.22.0" | ||||
|     "@typescript-eslint/visitor-keys" "4.22.0" | ||||
|  | ||||
| "@typescript-eslint/types@4.17.0": | ||||
|   version "4.17.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad" | ||||
|   integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g== | ||||
|  | ||||
| "@typescript-eslint/typescript-estree@4.11.1": | ||||
|   version "4.11.1" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.11.1.tgz#a4416b4a65872a48773b9e47afabdf7519eb10bc" | ||||
|   integrity sha512-tC7MKZIMRTYxQhrVAFoJq/DlRwv1bnqA4/S2r3+HuHibqvbrPcyf858lNzU7bFmy4mLeIHFYr34ar/1KumwyRw== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "4.11.1" | ||||
|     "@typescript-eslint/visitor-keys" "4.11.1" | ||||
|     debug "^4.1.1" | ||||
|     globby "^11.0.1" | ||||
|     is-glob "^4.0.1" | ||||
|     lodash "^4.17.15" | ||||
|     semver "^7.3.2" | ||||
|     tsutils "^3.17.1" | ||||
| "@typescript-eslint/types@4.22.0": | ||||
|   version "4.22.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6" | ||||
|   integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA== | ||||
|  | ||||
| "@typescript-eslint/typescript-estree@4.17.0": | ||||
|   version "4.17.0" | ||||
| @@ -2242,13 +2228,18 @@ | ||||
|     semver "^7.3.2" | ||||
|     tsutils "^3.17.1" | ||||
|  | ||||
| "@typescript-eslint/visitor-keys@4.11.1": | ||||
|   version "4.11.1" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.11.1.tgz#4c050a4c1f7239786e2dd4e69691436143024e05" | ||||
|   integrity sha512-IrlBhD9bm4bdYcS8xpWarazkKXlE7iYb1HzRuyBP114mIaj5DJPo11Us1HgH60dTt41TCZXMaTCAW+OILIYPOg== | ||||
| "@typescript-eslint/typescript-estree@4.22.0": | ||||
|   version "4.22.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c" | ||||
|   integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "4.11.1" | ||||
|     eslint-visitor-keys "^2.0.0" | ||||
|     "@typescript-eslint/types" "4.22.0" | ||||
|     "@typescript-eslint/visitor-keys" "4.22.0" | ||||
|     debug "^4.1.1" | ||||
|     globby "^11.0.1" | ||||
|     is-glob "^4.0.1" | ||||
|     semver "^7.3.2" | ||||
|     tsutils "^3.17.1" | ||||
|  | ||||
| "@typescript-eslint/visitor-keys@4.17.0": | ||||
|   version "4.17.0" | ||||
| @@ -2258,6 +2249,14 @@ | ||||
|     "@typescript-eslint/types" "4.17.0" | ||||
|     eslint-visitor-keys "^2.0.0" | ||||
|  | ||||
| "@typescript-eslint/visitor-keys@4.22.0": | ||||
|   version "4.22.0" | ||||
|   resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47" | ||||
|   integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw== | ||||
|   dependencies: | ||||
|     "@typescript-eslint/types" "4.22.0" | ||||
|     eslint-visitor-keys "^2.0.0" | ||||
|  | ||||
| "@vue/compiler-core@3.0.5": | ||||
|   version "3.0.5" | ||||
|   resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.0.5.tgz#a6e54cabe9536e74c6513acd2649f311af1d43ac" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user