mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Bump @typescript-eslint/parser from 4.23.0 to 4.25.0 (#730)
This commit is contained in:
parent
13465a08d5
commit
91a5afe491
@ -42,7 +42,7 @@
|
|||||||
"@types/jest": "26.0.23",
|
"@types/jest": "26.0.23",
|
||||||
"@types/node": "15.3.1",
|
"@types/node": "15.3.1",
|
||||||
"@typescript-eslint/eslint-plugin": "4.24.0",
|
"@typescript-eslint/eslint-plugin": "4.24.0",
|
||||||
"@typescript-eslint/parser": "4.23.0",
|
"@typescript-eslint/parser": "4.25.0",
|
||||||
"eslint": "7.26.0",
|
"eslint": "7.26.0",
|
||||||
"eslint-config-prettier": "8.3.0",
|
"eslint-config-prettier": "8.3.0",
|
||||||
"eslint-plugin-jest": "24.3.6",
|
"eslint-plugin-jest": "24.3.6",
|
||||||
|
74
yarn.lock
74
yarn.lock
@ -777,24 +777,16 @@
|
|||||||
eslint-scope "^5.0.0"
|
eslint-scope "^5.0.0"
|
||||||
eslint-utils "^2.0.0"
|
eslint-utils "^2.0.0"
|
||||||
|
|
||||||
"@typescript-eslint/parser@4.23.0":
|
"@typescript-eslint/parser@4.25.0":
|
||||||
version "4.23.0"
|
version "4.25.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.23.0.tgz#239315d38e42e852bef43a4b0b01bef78f78911c"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.25.0.tgz#6b2cb6285aa3d55bfb263c650739091b0f19aceb"
|
||||||
integrity sha512-wsvjksHBMOqySy/Pi2Q6UuIuHYbgAMwLczRl4YanEPKW5KVxI9ZzDYh3B5DtcZPQTGRWFJrfcbJ6L01Leybwug==
|
integrity sha512-OZFa1SKyEJpAhDx8FcbWyX+vLwh7OEtzoo2iQaeWwxucyfbi0mT4DijbOSsTgPKzGHr6GrF2V5p/CEpUH/VBxg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager" "4.23.0"
|
"@typescript-eslint/scope-manager" "4.25.0"
|
||||||
"@typescript-eslint/types" "4.23.0"
|
"@typescript-eslint/types" "4.25.0"
|
||||||
"@typescript-eslint/typescript-estree" "4.23.0"
|
"@typescript-eslint/typescript-estree" "4.25.0"
|
||||||
debug "^4.1.1"
|
debug "^4.1.1"
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@4.23.0":
|
|
||||||
version "4.23.0"
|
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.23.0.tgz#8792ef7eacac122e2ec8fa2d30a59b8d9a1f1ce4"
|
|
||||||
integrity sha512-ZZ21PCFxPhI3n0wuqEJK9omkw51wi2bmeKJvlRZPH5YFkcawKOuRMQMnI8mH6Vo0/DoHSeZJnHiIx84LmVQY+w==
|
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.23.0"
|
|
||||||
"@typescript-eslint/visitor-keys" "4.23.0"
|
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@4.24.0":
|
"@typescript-eslint/scope-manager@4.24.0":
|
||||||
version "4.24.0"
|
version "4.24.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.24.0.tgz#38088216f0eaf235fa30ed8cabf6948ec734f359"
|
||||||
@ -803,28 +795,23 @@
|
|||||||
"@typescript-eslint/types" "4.24.0"
|
"@typescript-eslint/types" "4.24.0"
|
||||||
"@typescript-eslint/visitor-keys" "4.24.0"
|
"@typescript-eslint/visitor-keys" "4.24.0"
|
||||||
|
|
||||||
"@typescript-eslint/types@4.23.0":
|
"@typescript-eslint/scope-manager@4.25.0":
|
||||||
version "4.23.0"
|
version "4.25.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.23.0.tgz#da1654c8a5332f4d1645b2d9a1c64193cae3aa3b"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.25.0.tgz#9d86a5bcc46ef40acd03d85ad4e908e5aab8d4ca"
|
||||||
integrity sha512-oqkNWyG2SLS7uTWLZf6Sr7Dm02gA5yxiz1RP87tvsmDsguVATdpVguHr4HoGOcFOpCvx9vtCSCyQUGfzq28YCw==
|
integrity sha512-2NElKxMb/0rya+NJG1U71BuNnp1TBd1JgzYsldsdA83h/20Tvnf/HrwhiSlNmuq6Vqa0EzidsvkTArwoq+tH6w==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types" "4.25.0"
|
||||||
|
"@typescript-eslint/visitor-keys" "4.25.0"
|
||||||
|
|
||||||
"@typescript-eslint/types@4.24.0":
|
"@typescript-eslint/types@4.24.0":
|
||||||
version "4.24.0"
|
version "4.24.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.24.0.tgz#6d0cca2048cbda4e265e0c4db9c2a62aaad8228c"
|
||||||
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
|
integrity sha512-tkZUBgDQKdvfs8L47LaqxojKDE+mIUmOzdz7r+u+U54l3GDkTpEbQ1Jp3cNqqAU9vMUCBA1fitsIhm7yN0vx9Q==
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@4.23.0":
|
"@typescript-eslint/types@4.25.0":
|
||||||
version "4.23.0"
|
version "4.25.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.23.0.tgz#0753b292097523852428a6f5a1aa8ccc1aae6cd9"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.25.0.tgz#0e444a5c5e3c22d7ffa5e16e0e60510b3de5af87"
|
||||||
integrity sha512-5Sty6zPEVZF5fbvrZczfmLCOcby3sfrSPu30qKoY1U3mca5/jvU5cwsPb/CO6Q3ByRjixTMIVsDkqwIxCf/dMw==
|
integrity sha512-+CNINNvl00OkW6wEsi32wU5MhHti2J25TJsJJqgQmJu3B3dYDBcmOxcE5w9cgoM13TrdE/5ND2HoEnBohasxRQ==
|
||||||
dependencies:
|
|
||||||
"@typescript-eslint/types" "4.23.0"
|
|
||||||
"@typescript-eslint/visitor-keys" "4.23.0"
|
|
||||||
debug "^4.1.1"
|
|
||||||
globby "^11.0.1"
|
|
||||||
is-glob "^4.0.1"
|
|
||||||
semver "^7.3.2"
|
|
||||||
tsutils "^3.17.1"
|
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@4.24.0":
|
"@typescript-eslint/typescript-estree@4.24.0":
|
||||||
version "4.24.0"
|
version "4.24.0"
|
||||||
@ -839,13 +826,18 @@
|
|||||||
semver "^7.3.2"
|
semver "^7.3.2"
|
||||||
tsutils "^3.17.1"
|
tsutils "^3.17.1"
|
||||||
|
|
||||||
"@typescript-eslint/visitor-keys@4.23.0":
|
"@typescript-eslint/typescript-estree@4.25.0":
|
||||||
version "4.23.0"
|
version "4.25.0"
|
||||||
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.23.0.tgz#7215cc977bd3b4ef22467b9023594e32f9e4e455"
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.25.0.tgz#942e4e25888736bff5b360d9b0b61e013d0cfa25"
|
||||||
integrity sha512-5PNe5cmX9pSifit0H+nPoQBXdbNzi5tOEec+3riK+ku4e3er37pKxMKDH5Ct5Y4fhWxcD4spnlYjxi9vXbSpwg==
|
integrity sha512-1B8U07TGNAFMxZbSpF6jqiDs1cVGO0izVkf18Q/SPcUAc9LhHxzvSowXDTvkHMWUVuPpagupaW63gB6ahTXVlg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/types" "4.23.0"
|
"@typescript-eslint/types" "4.25.0"
|
||||||
eslint-visitor-keys "^2.0.0"
|
"@typescript-eslint/visitor-keys" "4.25.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.24.0":
|
"@typescript-eslint/visitor-keys@4.24.0":
|
||||||
version "4.24.0"
|
version "4.24.0"
|
||||||
@ -855,6 +847,14 @@
|
|||||||
"@typescript-eslint/types" "4.24.0"
|
"@typescript-eslint/types" "4.24.0"
|
||||||
eslint-visitor-keys "^2.0.0"
|
eslint-visitor-keys "^2.0.0"
|
||||||
|
|
||||||
|
"@typescript-eslint/visitor-keys@4.25.0":
|
||||||
|
version "4.25.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.25.0.tgz#863e7ed23da4287c5b469b13223255d0fde6aaa7"
|
||||||
|
integrity sha512-AmkqV9dDJVKP/TcZrbf6s6i1zYXt5Hl8qOLrRDTFfRNae4+LB8A4N3i+FLZPW85zIxRy39BgeWOfMS3HoH5ngg==
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types" "4.25.0"
|
||||||
|
eslint-visitor-keys "^2.0.0"
|
||||||
|
|
||||||
abab@^2.0.3:
|
abab@^2.0.3:
|
||||||
version "2.0.3"
|
version "2.0.3"
|
||||||
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
|
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.3.tgz#623e2075e02eb2d3f2475e49f99c91846467907a"
|
||||||
|
Loading…
Reference in New Issue
Block a user