mirror of
https://github.com/seriousm4x/UpSnap.git
synced 2026-08-03 19:00:01 -04:00
npm-dep: bump @typescript-eslint/eslint-plugin in /frontend
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.12.0 to 6.13.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/v6.13.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>
This commit is contained in:
committed by
github-actions[bot]
parent
626de2ec66
commit
0d68df2a45
@@ -17,7 +17,7 @@
|
||||
"devDependencies": {
|
||||
"@sveltejs/adapter-static": "^2.0.3",
|
||||
"@sveltejs/kit": "^1.27.6",
|
||||
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
||||
"@typescript-eslint/eslint-plugin": "^6.13.0",
|
||||
"@typescript-eslint/parser": "^6.12.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"daisyui": "^4.4.10",
|
||||
|
||||
76
frontend/pnpm-lock.yaml
generated
76
frontend/pnpm-lock.yaml
generated
@@ -38,8 +38,8 @@ devDependencies:
|
||||
specifier: ^1.27.6
|
||||
version: 1.27.6(svelte@4.2.7)(vite@4.5.0)
|
||||
'@typescript-eslint/eslint-plugin':
|
||||
specifier: ^6.12.0
|
||||
version: 6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2)
|
||||
specifier: ^6.13.0
|
||||
version: 6.13.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/parser':
|
||||
specifier: ^6.12.0
|
||||
version: 6.12.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
@@ -530,8 +530,8 @@ packages:
|
||||
resolution: {integrity: sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/eslint-plugin@6.12.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-XOpZ3IyJUIV1b15M7HVOpgQxPPF7lGXgsfcEIu3yDxFPaf/xZKt7s9QO/pbk7vpWQyVulpJbu4E5LwpZiQo4kA==}
|
||||
/@typescript-eslint/eslint-plugin@6.13.0(@typescript-eslint/parser@6.12.0)(eslint@8.54.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-HTvbSd0JceI2GW5DHS3R9zbarOqjkM9XDR7zL8eCsBUO/eSiHcoNE7kSL5sjGXmVa9fjH5LCfHDXNnH4QLp7tQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha
|
||||
@@ -543,10 +543,10 @@ packages:
|
||||
dependencies:
|
||||
'@eslint-community/regexpp': 4.10.0
|
||||
'@typescript-eslint/parser': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/scope-manager': 6.12.0
|
||||
'@typescript-eslint/type-utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/visitor-keys': 6.12.0
|
||||
'@typescript-eslint/scope-manager': 6.13.0
|
||||
'@typescript-eslint/type-utils': 6.13.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.13.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/visitor-keys': 6.13.0
|
||||
debug: 4.3.4
|
||||
eslint: 8.54.0
|
||||
graphemer: 1.4.0
|
||||
@@ -588,8 +588,16 @@ packages:
|
||||
'@typescript-eslint/visitor-keys': 6.12.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.12.0(eslint@8.54.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-WWmRXxhm1X8Wlquj+MhsAG4dU/Blvf1xDgGaYCzfvStP2NwPQh6KBvCDbiOEvaE0filhranjIlK/2fSTVwtBng==}
|
||||
/@typescript-eslint/scope-manager@6.13.0:
|
||||
resolution: {integrity: sha512-2x0K2/CujsokIv+LN2T0l5FVDMtsCjkUyYtlcY4xxnxLAW+x41LXr16duoicHpGtLhmtN7kqvuFJ3zbz00Ikhw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.13.0
|
||||
'@typescript-eslint/visitor-keys': 6.13.0
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/type-utils@6.13.0(eslint@8.54.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-YHufAmZd/yP2XdoD3YeFEjq+/Tl+myhzv+GJHSOz+ro/NFGS84mIIuLU3pVwUcauSmwlCrVXbBclkn1HfjY0qQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
@@ -598,8 +606,8 @@ packages:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.12.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
'@typescript-eslint/typescript-estree': 6.13.0(typescript@5.3.2)
|
||||
'@typescript-eslint/utils': 6.13.0(eslint@8.54.0)(typescript@5.3.2)
|
||||
debug: 4.3.4
|
||||
eslint: 8.54.0
|
||||
ts-api-utils: 1.0.3(typescript@5.3.2)
|
||||
@@ -613,6 +621,11 @@ packages:
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/types@6.13.0:
|
||||
resolution: {integrity: sha512-oXg7DFxx/GmTrKXKKLSoR2rwiutOC7jCQ5nDH5p5VS6cmHE1TcPTaYQ0VPSSUvj7BnNqCgQ/NXcTBxn59pfPTQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/typescript-estree@6.12.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-vw9E2P9+3UUWzhgjyyVczLWxZ3GuQNT7QpnIY3o5OMeLO/c8oHljGc8ZpryBMIyympiAAaKgw9e5Hl9dCWFOYw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
@@ -634,8 +647,29 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.12.0(eslint@8.54.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-LywPm8h3tGEbgfyjYnu3dauZ0U7R60m+miXgKcZS8c7QALO9uWJdvNoP+duKTk2XMWc7/Q3d/QiCuLN9X6SWyQ==}
|
||||
/@typescript-eslint/typescript-estree@6.13.0(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-IT4O/YKJDoiy/mPEDsfOfp+473A9GVqXlBKckfrAOuVbTqM8xbc0LuqyFCcgeFWpqu3WjQexolgqN2CuWBYbog==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
typescript: '*'
|
||||
peerDependenciesMeta:
|
||||
typescript:
|
||||
optional: true
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.13.0
|
||||
'@typescript-eslint/visitor-keys': 6.13.0
|
||||
debug: 4.3.4
|
||||
globby: 11.1.0
|
||||
is-glob: 4.0.3
|
||||
semver: 7.5.4
|
||||
ts-api-utils: 1.0.3(typescript@5.3.2)
|
||||
typescript: 5.3.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/utils@6.13.0(eslint@8.54.0)(typescript@5.3.2):
|
||||
resolution: {integrity: sha512-V+txaxARI8yznDkcQ6FNRXxG+T37qT3+2NsDTZ/nKLxv6VfGrRhTnuvxPUxpVuWWr+eVeIxU53PioOXbz8ratQ==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
peerDependencies:
|
||||
eslint: ^7.0.0 || ^8.0.0
|
||||
@@ -643,9 +677,9 @@ packages:
|
||||
'@eslint-community/eslint-utils': 4.4.0(eslint@8.54.0)
|
||||
'@types/json-schema': 7.0.15
|
||||
'@types/semver': 7.5.6
|
||||
'@typescript-eslint/scope-manager': 6.12.0
|
||||
'@typescript-eslint/types': 6.12.0
|
||||
'@typescript-eslint/typescript-estree': 6.12.0(typescript@5.3.2)
|
||||
'@typescript-eslint/scope-manager': 6.13.0
|
||||
'@typescript-eslint/types': 6.13.0
|
||||
'@typescript-eslint/typescript-estree': 6.13.0(typescript@5.3.2)
|
||||
eslint: 8.54.0
|
||||
semver: 7.5.4
|
||||
transitivePeerDependencies:
|
||||
@@ -661,6 +695,14 @@ packages:
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
/@typescript-eslint/visitor-keys@6.13.0:
|
||||
resolution: {integrity: sha512-UQklteCEMCRoq/1UhKFZsHv5E4dN1wQSzJoxTfABasWk1HgJRdg1xNUve/Kv/Sdymt4x+iEzpESOqRFlQr/9Aw==}
|
||||
engines: {node: ^16.0.0 || >=18.0.0}
|
||||
dependencies:
|
||||
'@typescript-eslint/types': 6.13.0
|
||||
eslint-visitor-keys: 3.4.3
|
||||
dev: true
|
||||
|
||||
/@ungap/structured-clone@1.2.0:
|
||||
resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==}
|
||||
dev: true
|
||||
|
||||
Reference in New Issue
Block a user