mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.1 to 5.34.0 (#1071)
* build(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.33.1 to 5.34.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.34.0/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Fix yarn.lock Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-fix <dependabot-fix@example.com>
This commit is contained in:
co-authored by
dependabot-fix
parent
08b0acaa0e
commit
d3ab5cab92
+1
-1
@@ -149,7 +149,7 @@
|
||||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.33.1",
|
||||
"@typescript-eslint/eslint-plugin": "^5.34.0",
|
||||
"@typescript-eslint/parser": "^5.34.0",
|
||||
"eslint": "^8.22.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
|
||||
@@ -2413,7 +2413,7 @@ __metadata:
|
||||
"@types/web-locks-api": ^0.0.2
|
||||
"@types/wicg-file-system-access": ^2020.9.5
|
||||
"@types/zen-push": ^0.1.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.33.1
|
||||
"@typescript-eslint/eslint-plugin": ^5.34.0
|
||||
"@typescript-eslint/parser": ^5.34.0
|
||||
babel-jest: ^28.1.2
|
||||
babel-loader: ^8.2.3
|
||||
@@ -4830,13 +4830,13 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.33.1, @typescript-eslint/eslint-plugin@npm:^5.5.0, @typescript-eslint/eslint-plugin@npm:^5.8.0":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.33.1"
|
||||
"@typescript-eslint/eslint-plugin@npm:^5.34.0, @typescript-eslint/eslint-plugin@npm:^5.5.0, @typescript-eslint/eslint-plugin@npm:^5.8.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/eslint-plugin@npm:5.34.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/scope-manager": 5.33.1
|
||||
"@typescript-eslint/type-utils": 5.33.1
|
||||
"@typescript-eslint/utils": 5.33.1
|
||||
"@typescript-eslint/scope-manager": 5.34.0
|
||||
"@typescript-eslint/type-utils": 5.34.0
|
||||
"@typescript-eslint/utils": 5.34.0
|
||||
debug: ^4.3.4
|
||||
functional-red-black-tree: ^1.0.1
|
||||
ignore: ^5.2.0
|
||||
@@ -4849,7 +4849,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: d9b6b038f70e4959ad211c84f50a38de2d00b54f0636ad76eea414fb070fa616933690da80de6668e62c8fbbeb227086322001b7d7ad1924421a232547c97936
|
||||
checksum: c984549931ffd20a3fb612bfd01e244484d36031198a6343ed6b27a0a0cf7bf271b382ac26f88d3d63a15fe61af6ab6a3a3870b9538897c4c09034b20ea87140
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4891,16 +4891,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.33.1":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.33.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.33.1
|
||||
"@typescript-eslint/visitor-keys": 5.33.1
|
||||
checksum: b9918d8320ea59081d19070ce952b56984e72fb2c113215e5e6a0f97deac9aae5aa67ec7a07cddb010c0f75cdf8df096ab45e9241e4b7b611acfa6d4cdfb6516
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/scope-manager@npm:5.34.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/scope-manager@npm:5.34.0"
|
||||
@@ -4911,11 +4901,11 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/type-utils@npm:5.33.1":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.33.1"
|
||||
"@typescript-eslint/type-utils@npm:5.34.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/type-utils@npm:5.34.0"
|
||||
dependencies:
|
||||
"@typescript-eslint/utils": 5.33.1
|
||||
"@typescript-eslint/utils": 5.34.0
|
||||
debug: ^4.3.4
|
||||
tsutils: ^3.21.0
|
||||
peerDependencies:
|
||||
@@ -4923,7 +4913,7 @@ __metadata:
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: ddf88835bc87b3ad946aaeb29b770a49a8e1c3c5e294ee9cb93b1936f432a1016efb97803f197eea1be61545cbc79b5526cc05e9339ca9beada22fc83801ddea
|
||||
checksum: d26c4c14e24ff18f3f542afae85e95e88895de23ba0f3ac6f98286464473ca1b93325e60c8ae24fee0e24a450ea65682250791fca8ec193e081f661b4a17d225
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -4934,13 +4924,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.33.1":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/types@npm:5.33.1"
|
||||
checksum: 122891bd4ab4b930b1d33f3ce43a010825c1e61b9879520a0f3dc34cf92df71e2a873410845ab8d746333511c455c115eaafdec149298a161cef713829dfdb77
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/types@npm:5.34.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/types@npm:5.34.0"
|
||||
@@ -4966,24 +4949,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.33.1":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.33.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.33.1
|
||||
"@typescript-eslint/visitor-keys": 5.33.1
|
||||
debug: ^4.3.4
|
||||
globby: ^11.1.0
|
||||
is-glob: ^4.0.3
|
||||
semver: ^7.3.7
|
||||
tsutils: ^3.21.0
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
checksum: 1418e409b141c2f012bc2dd5c40d95dfd8aa572dd3e9523ed23e4371e4459d10ecd074fda75dc770ce980686b25ffc44725eebf165c494818ed4131d1ac0239f
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/typescript-estree@npm:5.34.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/typescript-estree@npm:5.34.0"
|
||||
@@ -5018,19 +4983,19 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/utils@npm:5.33.1, @typescript-eslint/utils@npm:^5.10.2, @typescript-eslint/utils@npm:^5.13.0":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/utils@npm:5.33.1"
|
||||
"@typescript-eslint/utils@npm:5.34.0, @typescript-eslint/utils@npm:^5.10.2, @typescript-eslint/utils@npm:^5.13.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/utils@npm:5.34.0"
|
||||
dependencies:
|
||||
"@types/json-schema": ^7.0.9
|
||||
"@typescript-eslint/scope-manager": 5.33.1
|
||||
"@typescript-eslint/types": 5.33.1
|
||||
"@typescript-eslint/typescript-estree": 5.33.1
|
||||
"@typescript-eslint/scope-manager": 5.34.0
|
||||
"@typescript-eslint/types": 5.34.0
|
||||
"@typescript-eslint/typescript-estree": 5.34.0
|
||||
eslint-scope: ^5.1.1
|
||||
eslint-utils: ^3.0.0
|
||||
peerDependencies:
|
||||
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
|
||||
checksum: c550504d62fc72f29bf3d7a651bd3a81f49fb1fccaf47583721c2ab1abd2ef78a1e4bc392cb4be4a61a45a4f24fc14a59d67b98aac8a16a207a7cace86538cab
|
||||
checksum: 6b05bb2bf5c492dec19ae8ee29550ede1c76cc46c5aa03c4b83aff4b1205611e3e03e7fbf3839d60acce8c596ee7cbf715117b474fdcfd47c6879d504a4c3401
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
@@ -5044,16 +5009,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.33.1":
|
||||
version: 5.33.1
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.33.1"
|
||||
dependencies:
|
||||
"@typescript-eslint/types": 5.33.1
|
||||
eslint-visitor-keys: ^3.3.0
|
||||
checksum: 0d32a433450f61e97b5fa6b1e167f06ed395c200b16b4dbd4490a1c4941de420689b622f8a2486f5398806fb24f57b9fab901b4cbc8fdb8853f568264b3a182a
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@typescript-eslint/visitor-keys@npm:5.34.0":
|
||||
version: 5.34.0
|
||||
resolution: "@typescript-eslint/visitor-keys@npm:5.34.0"
|
||||
|
||||
Reference in New Issue
Block a user