Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
20c2811d
Unverified
Commit
20c2811d
authored
Nov 07, 2023
by
Mark Tyneway
Committed by
GitHub
Nov 07, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8058 from ethereum-optimism/dependabot/npm_and_yarn/eslint-8.53.0
build(deps-dev): bump eslint from 8.52.0 to 8.53.0
parents
cade8f35
52d75ba1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
219 additions
and
51 deletions
+219
-51
package.json
package.json
+1
-1
pnpm-lock.yaml
pnpm-lock.yaml
+218
-50
No files found.
package.json
View file @
20c2811d
...
...
@@ -49,7 +49,7 @@
"
chai
"
:
"
^4.3.10
"
,
"
depcheck
"
:
"
^1.4.7
"
,
"
doctoc
"
:
"
^2.2.0
"
,
"
eslint
"
:
"
^8.5
2
.0
"
,
"
eslint
"
:
"
^8.5
3
.0
"
,
"
eslint-config-prettier
"
:
"
^8.3.0
"
,
"
eslint-config-standard
"
:
"
^16.0.3
"
,
"
eslint-plugin-import
"
:
"
^2.29.0
"
,
...
...
pnpm-lock.yaml
View file @
20c2811d
...
...
@@ -17,7 +17,7 @@ importers:
devDependencies
:
'
@babel/eslint-parser'
:
specifier
:
^7.18.2
version
:
7.22.15(@babel/core@7.22.10)(eslint@8.5
2
.0)
version
:
7.22.15(@babel/core@7.22.10)(eslint@8.5
3
.0)
'
@changesets/changelog-github'
:
specifier
:
^0.4.8
version
:
0.4.8
...
...
@@ -35,10 +35,10 @@ importers:
version
:
20.8.9
'
@typescript-eslint/eslint-plugin'
:
specifier
:
^6.9.1
version
:
6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.5
2
.0)(typescript@5.2.2)
version
:
6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.5
3
.0)(typescript@5.2.2)
'
@typescript-eslint/parser'
:
specifier
:
^6.9.1
version
:
6.9.1(eslint@8.5
2
.0)(typescript@5.2.2)
version
:
6.9.1(eslint@8.5
3
.0)(typescript@5.2.2)
chai
:
specifier
:
^4.3.10
version
:
4.3.10
...
...
@@ -49,38 +49,38 @@ importers:
specifier
:
^2.2.0
version
:
2.2.1
eslint
:
specifier
:
^8.5
2
.0
version
:
8.5
2
.0
specifier
:
^8.5
3
.0
version
:
8.5
3
.0
eslint-config-prettier
:
specifier
:
^8.3.0
version
:
8.3.0(eslint@8.5
2
.0)
version
:
8.3.0(eslint@8.5
3
.0)
eslint-config-standard
:
specifier
:
^16.0.3
version
:
16.0.3(eslint-plugin-import@2.29.0)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@5.2.0)(eslint@8.5
2
.0)
version
:
16.0.3(eslint-plugin-import@2.29.0)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@5.2.0)(eslint@8.5
3
.0)
eslint-plugin-import
:
specifier
:
^2.29.0
version
:
2.29.0(@typescript-eslint/parser@6.9.1)(eslint@8.5
2
.0)
version
:
2.29.0(@typescript-eslint/parser@6.9.1)(eslint@8.5
3
.0)
eslint-plugin-jsdoc
:
specifier
:
^35.1.2
version
:
35.5.1(eslint@8.5
2
.0)
version
:
35.5.1(eslint@8.5
3
.0)
eslint-plugin-node
:
specifier
:
^11.1.0
version
:
11.1.0(eslint@8.5
2
.0)
version
:
11.1.0(eslint@8.5
3
.0)
eslint-plugin-prefer-arrow
:
specifier
:
^1.2.3
version
:
1.2.3(eslint@8.5
2
.0)
version
:
1.2.3(eslint@8.5
3
.0)
eslint-plugin-prettier
:
specifier
:
^4.0.0
version
:
4.2.1(eslint-config-prettier@8.3.0)(eslint@8.5
2
.0)(prettier@2.8.8)
version
:
4.2.1(eslint-config-prettier@8.3.0)(eslint@8.5
3
.0)(prettier@2.8.8)
eslint-plugin-promise
:
specifier
:
^5.1.0
version
:
5.2.0(eslint@8.5
2
.0)
version
:
5.2.0(eslint@8.5
3
.0)
eslint-plugin-react
:
specifier
:
^7.24.0
version
:
7.33.2(eslint@8.5
2
.0)
version
:
7.33.2(eslint@8.5
3
.0)
eslint-plugin-unicorn
:
specifier
:
^49.0.0
version
:
49.0.0(eslint@8.5
2
.0)
version
:
49.0.0(eslint@8.5
3
.0)
husky
:
specifier
:
^8.0.3
version
:
8.0.3
...
...
@@ -638,7 +638,7 @@ packages:
-
supports-color
dev
:
true
/@babel/eslint-parser@7.22.15(@babel/core@7.22.10)(eslint@8.5
2
.0)
:
/@babel/eslint-parser@7.22.15(@babel/core@7.22.10)(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-yc8OOBIQk1EcRrpizuARSQS0TWAcOMpEJ1aafhNznaeYkeL+OhqnDObGFylB8ka8VFF/sZc+S4RzHyO+3LjQxg==
}
engines
:
{
node
:
^10.13.0 || ^12.13.0 || >=14.0.0
}
peerDependencies
:
...
...
@@ -647,7 +647,7 @@ packages:
dependencies
:
'
@babel/core'
:
7.22.10
'
@nicolo-ribaudo/eslint-scope-5-internals'
:
5.1.1-v1
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
eslint-visitor-keys
:
2.1.0
semver
:
6.3.1
dev
:
true
...
...
@@ -1811,6 +1811,16 @@ packages:
eslint-visitor-keys
:
3.4.3
dev
:
true
/@eslint-community/eslint-utils@4.4.0(eslint@8.53.0)
:
resolution
:
{
integrity
:
sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.0.0 || ^7.0.0 || >=8.0.0
dependencies
:
eslint
:
8.53.0
eslint-visitor-keys
:
3.4.3
dev
:
true
/@eslint-community/regexpp@4.6.2
:
resolution
:
{
integrity
:
sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==
}
engines
:
{
node
:
^12.0.0 || ^14.0.0 || >=16.0.0
}
...
...
@@ -1833,11 +1843,33 @@ packages:
-
supports-color
dev
:
true
/@eslint/eslintrc@2.1.3
:
resolution
:
{
integrity
:
sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dependencies
:
ajv
:
6.12.6
debug
:
4.3.4(supports-color@8.1.1)
espree
:
9.6.1
globals
:
13.21.0
ignore
:
5.2.4
import-fresh
:
3.3.0
js-yaml
:
4.1.0
minimatch
:
3.1.2
strip-json-comments
:
3.1.1
transitivePeerDependencies
:
-
supports-color
dev
:
true
/@eslint/js@8.52.0
:
resolution
:
{
integrity
:
sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/@eslint/js@8.53.0
:
resolution
:
{
integrity
:
sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/@eth-optimism/contracts-periphery@1.0.8
:
resolution
:
{
integrity
:
sha512-n8a9rmlMxl1lWSiC1zHUlr5Qk6qy85nhsmSgpU12El1WY75MOIPknSTQKj+yJhEmrTtI0PViWlKfgviY09pwUg==
}
dev
:
false
...
...
@@ -4230,6 +4262,35 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/eslint-plugin@6.9.1(@typescript-eslint/parser@6.9.1)(eslint@8.53.0)(typescript@5.2.2)
:
resolution
:
{
integrity
:
sha512-w0tiiRc9I4S5XSXXrMHOWgHgxbrBn1Ro+PmiYhSg2ZVdxrAJtQgzU5o2m1BfP6UOn7Vxcc6152vFjQfmZR4xEg==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
'
@typescript-eslint/parser'
:
^6.0.0 || ^6.0.0-alpha
eslint
:
^7.0.0 || ^8.0.0
typescript
:
'
*'
peerDependenciesMeta
:
typescript
:
optional
:
true
dependencies
:
'
@eslint-community/regexpp'
:
4.6.2
'
@typescript-eslint/parser'
:
6.9.1(eslint@8.53.0)(typescript@5.2.2)
'
@typescript-eslint/scope-manager'
:
6.9.1
'
@typescript-eslint/type-utils'
:
6.9.1(eslint@8.53.0)(typescript@5.2.2)
'
@typescript-eslint/utils'
:
6.9.1(eslint@8.53.0)(typescript@5.2.2)
'
@typescript-eslint/visitor-keys'
:
6.9.1
debug
:
4.3.4(supports-color@8.1.1)
eslint
:
8.53.0
graphemer
:
1.4.0
ignore
:
5.2.4
natural-compare
:
1.4.0
semver
:
7.5.4
ts-api-utils
:
1.0.1(typescript@5.2.2)
typescript
:
5.2.2
transitivePeerDependencies
:
-
supports-color
dev
:
true
/@typescript-eslint/parser@6.9.1(eslint@8.52.0)(typescript@5.2.2)
:
resolution
:
{
integrity
:
sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
...
...
@@ -4251,6 +4312,27 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/parser@6.9.1(eslint@8.53.0)(typescript@5.2.2)
:
resolution
:
{
integrity
:
sha512-C7AK2wn43GSaCUZ9do6Ksgi2g3mwFkMO3Cis96kzmgudoVaKyt62yNzJOktP0HDLb/iO2O0n2lBOzJgr6Q/cyg==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
typescript
:
'
*'
peerDependenciesMeta
:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/scope-manager'
:
6.9.1
'
@typescript-eslint/types'
:
6.9.1
'
@typescript-eslint/typescript-estree'
:
6.9.1(typescript@5.2.2)
'
@typescript-eslint/visitor-keys'
:
6.9.1
debug
:
4.3.4(supports-color@8.1.1)
eslint
:
8.53.0
typescript
:
5.2.2
transitivePeerDependencies
:
-
supports-color
dev
:
true
/@typescript-eslint/scope-manager@6.9.1
:
resolution
:
{
integrity
:
sha512-38IxvKB6NAne3g/+MyXMs2Cda/Sz+CEpmm+KLGEM8hx/CvnSRuw51i8ukfwB/B/sESdeTGet1NH1Wj7I0YXswg==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
...
...
@@ -4279,6 +4361,26 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/type-utils@6.9.1(eslint@8.53.0)(typescript@5.2.2)
:
resolution
:
{
integrity
:
sha512-eh2oHaUKCK58qIeYp19F5V5TbpM52680sB4zNSz29VBQPTWIlE/hCj5P5B1AChxECe/fmZlspAWFuRniep1Skg==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
typescript
:
'
*'
peerDependenciesMeta
:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/typescript-estree'
:
6.9.1(typescript@5.2.2)
'
@typescript-eslint/utils'
:
6.9.1(eslint@8.53.0)(typescript@5.2.2)
debug
:
4.3.4(supports-color@8.1.1)
eslint
:
8.53.0
ts-api-utils
:
1.0.1(typescript@5.2.2)
typescript
:
5.2.2
transitivePeerDependencies
:
-
supports-color
dev
:
true
/@typescript-eslint/types@6.9.1
:
resolution
:
{
integrity
:
sha512-BUGslGOb14zUHOUmDB2FfT6SI1CcZEJYfF3qFwBeUrU6srJfzANonwRYHDpLBuzbq3HaoF2XL2hcr01c8f8OaQ==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
...
...
@@ -4324,6 +4426,25 @@ packages:
-
typescript
dev
:
true
/@typescript-eslint/utils@6.9.1(eslint@8.53.0)(typescript@5.2.2)
:
resolution
:
{
integrity
:
sha512-L1T0A5nFdQrMVunpZgzqPL6y2wVreSyHhKGZryS6jrEN7bD9NplVAyMryUhXsQ4TWLnZmxc2ekar/lSGIlprCA==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
peerDependencies
:
eslint
:
^7.0.0 || ^8.0.0
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.53.0)
'
@types/json-schema'
:
7.0.12
'
@types/semver'
:
7.5.0
'
@typescript-eslint/scope-manager'
:
6.9.1
'
@typescript-eslint/types'
:
6.9.1
'
@typescript-eslint/typescript-estree'
:
6.9.1(typescript@5.2.2)
eslint
:
8.53.0
semver
:
7.5.4
transitivePeerDependencies
:
-
supports-color
-
typescript
dev
:
true
/@typescript-eslint/visitor-keys@6.9.1
:
resolution
:
{
integrity
:
sha512-MUaPUe/QRLEffARsmNfmpghuQkW436DvESW+h+M52w0coICHRfD6Np9/K6PdACwnrq1HmuLl+cSPZaJmeVPkSw==
}
engines
:
{
node
:
^16.0.0 || >=18.0.0
}
...
...
@@ -7457,16 +7578,16 @@ packages:
engines
:
{
node
:
'
>=10'
}
dev
:
true
/eslint-config-prettier@8.3.0(eslint@8.5
2
.0)
:
/eslint-config-prettier@8.3.0(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
}
hasBin
:
true
peerDependencies
:
eslint
:
'
>=7.0.0'
dependencies
:
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
dev
:
true
/eslint-config-standard@16.0.3(eslint-plugin-import@2.29.0)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@5.2.0)(eslint@8.5
2
.0)
:
/eslint-config-standard@16.0.3(eslint-plugin-import@2.29.0)(eslint-plugin-node@11.1.0)(eslint-plugin-promise@5.2.0)(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-x4fmJL5hGqNJKGHSjnLdgA6U6h1YW/G2dW9fA+cyVur4SK6lyue8+UgNKWlZtUDTXvgKDD/Oa3GQjmB5kjtVvg==
}
peerDependencies
:
eslint
:
^7.12.1
...
...
@@ -7474,10 +7595,10 @@ packages:
eslint-plugin-node
:
^11.1.0
eslint-plugin-promise
:
^4.2.1 || ^5.0.0
dependencies
:
eslint
:
8.5
2
.0
eslint-plugin-import
:
2.29.0(@typescript-eslint/parser@6.9.1)(eslint@8.5
2
.0)
eslint-plugin-node
:
11.1.0(eslint@8.5
2
.0)
eslint-plugin-promise
:
5.2.0(eslint@8.5
2
.0)
eslint
:
8.5
3
.0
eslint-plugin-import
:
2.29.0(@typescript-eslint/parser@6.9.1)(eslint@8.5
3
.0)
eslint-plugin-node
:
11.1.0(eslint@8.5
3
.0)
eslint-plugin-promise
:
5.2.0(eslint@8.5
3
.0)
dev
:
true
/eslint-import-resolver-node@0.3.9
:
...
...
@@ -7490,7 +7611,7 @@ packages:
-
supports-color
dev
:
true
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1)(eslint-import-resolver-node@0.3.9)(eslint@8.5
2
.0)
:
/eslint-module-utils@2.8.0(@typescript-eslint/parser@6.9.1)(eslint-import-resolver-node@0.3.9)(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -7511,26 +7632,26 @@ packages:
eslint-import-resolver-webpack
:
optional
:
true
dependencies
:
'
@typescript-eslint/parser'
:
6.9.1(eslint@8.5
2
.0)(typescript@5.2.2)
'
@typescript-eslint/parser'
:
6.9.1(eslint@8.5
3
.0)(typescript@5.2.2)
debug
:
3.2.7
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
eslint-import-resolver-node
:
0.3.9
transitivePeerDependencies
:
-
supports-color
dev
:
true
/eslint-plugin-es@3.0.1(eslint@8.5
2
.0)
:
/eslint-plugin-es@3.0.1(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==
}
engines
:
{
node
:
'
>=8.10.0'
}
peerDependencies
:
eslint
:
'
>=4.19.1'
dependencies
:
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
eslint-utils
:
2.1.0
regexpp
:
3.2.0
dev
:
true
/eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1)(eslint@8.5
2
.0)
:
/eslint-plugin-import@2.29.0(@typescript-eslint/parser@6.9.1)(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -7540,16 +7661,16 @@ packages:
'
@typescript-eslint/parser'
:
optional
:
true
dependencies
:
'
@typescript-eslint/parser'
:
6.9.1(eslint@8.5
2
.0)(typescript@5.2.2)
'
@typescript-eslint/parser'
:
6.9.1(eslint@8.5
3
.0)(typescript@5.2.2)
array-includes
:
3.1.7
array.prototype.findlastindex
:
1.2.3
array.prototype.flat
:
1.3.2
array.prototype.flatmap
:
1.3.2
debug
:
3.2.7
doctrine
:
2.1.0
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
eslint-import-resolver-node
:
0.3.9
eslint-module-utils
:
2.8.0(@typescript-eslint/parser@6.9.1)(eslint-import-resolver-node@0.3.9)(eslint@8.5
2
.0)
eslint-module-utils
:
2.8.0(@typescript-eslint/parser@6.9.1)(eslint-import-resolver-node@0.3.9)(eslint@8.5
3
.0)
hasown
:
2.0.0
is-core-module
:
2.13.1
is-glob
:
4.0.3
...
...
@@ -7565,7 +7686,7 @@ packages:
-
supports-color
dev
:
true
/eslint-plugin-jsdoc@35.5.1(eslint@8.5
2
.0)
:
/eslint-plugin-jsdoc@35.5.1(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-pPYPWtsykwVEue1tYEyoppBj4dgF7XicF67tLLLraY6RQYBq7qMKjUHji19+hfiTtYKKBD0YfeK8hgjPAE5viw==
}
engines
:
{
node
:
'
>=12'
}
peerDependencies
:
...
...
@@ -7574,7 +7695,7 @@ packages:
'
@es-joy/jsdoccomment'
:
0.9.0-alpha.1
comment-parser
:
1.1.6-beta.0
debug
:
4.3.4(supports-color@8.1.1)
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
esquery
:
1.4.0
jsdoc-type-pratt-parser
:
1.1.1
lodash
:
4.17.21
...
...
@@ -7585,14 +7706,14 @@ packages:
-
supports-color
dev
:
true
/eslint-plugin-node@11.1.0(eslint@8.5
2
.0)
:
/eslint-plugin-node@11.1.0(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==
}
engines
:
{
node
:
'
>=8.10.0'
}
peerDependencies
:
eslint
:
'
>=5.16.0'
dependencies
:
eslint
:
8.5
2
.0
eslint-plugin-es
:
3.0.1(eslint@8.5
2
.0)
eslint
:
8.5
3
.0
eslint-plugin-es
:
3.0.1(eslint@8.5
3
.0)
eslint-utils
:
2.1.0
ignore
:
5.2.4
minimatch
:
3.1.2
...
...
@@ -7600,15 +7721,15 @@ packages:
semver
:
6.3.1
dev
:
true
/eslint-plugin-prefer-arrow@1.2.3(eslint@8.5
2
.0)
:
/eslint-plugin-prefer-arrow@1.2.3(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
}
peerDependencies
:
eslint
:
'
>=2.0.0'
dependencies
:
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
dev
:
true
/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.3.0)(eslint@8.5
2
.0)(prettier@2.8.8)
:
/eslint-plugin-prettier@4.2.1(eslint-config-prettier@8.3.0)(eslint@8.5
3
.0)(prettier@2.8.8)
:
resolution
:
{
integrity
:
sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
...
...
@@ -7619,22 +7740,22 @@ packages:
eslint-config-prettier
:
optional
:
true
dependencies
:
eslint
:
8.5
2
.0
eslint-config-prettier
:
8.3.0(eslint@8.5
2
.0)
eslint
:
8.5
3
.0
eslint-config-prettier
:
8.3.0(eslint@8.5
3
.0)
prettier
:
2.8.8
prettier-linter-helpers
:
1.0.0
dev
:
true
/eslint-plugin-promise@5.2.0(eslint@8.5
2
.0)
:
/eslint-plugin-promise@5.2.0(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-SftLb1pUG01QYq2A/hGAWfDRXqYD82zE7j7TopDOyNdU+7SvvoXREls/+PRTY17vUXzXnZA/zfnyKgRH6x4JJw==
}
engines
:
{
node
:
^10.12.0 || >=12.0.0
}
peerDependencies
:
eslint
:
^7.0.0
dependencies
:
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
dev
:
true
/eslint-plugin-react@7.33.2(eslint@8.5
2
.0)
:
/eslint-plugin-react@7.33.2(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==
}
engines
:
{
node
:
'
>=4'
}
peerDependencies
:
...
...
@@ -7645,7 +7766,7 @@ packages:
array.prototype.tosorted
:
1.1.1
doctrine
:
2.1.0
es-iterator-helpers
:
1.0.13
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
estraverse
:
5.3.0
jsx-ast-utils
:
3.2.0
minimatch
:
3.1.2
...
...
@@ -7659,17 +7780,17 @@ packages:
string.prototype.matchall
:
4.0.8
dev
:
true
/eslint-plugin-unicorn@49.0.0(eslint@8.5
2
.0)
:
/eslint-plugin-unicorn@49.0.0(eslint@8.5
3
.0)
:
resolution
:
{
integrity
:
sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==
}
engines
:
{
node
:
'
>=16'
}
peerDependencies
:
eslint
:
'
>=8.52.0'
dependencies
:
'
@babel/helper-validator-identifier'
:
7.22.20
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
2
.0)
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.5
3
.0)
ci-info
:
3.8.0
clean-regexp
:
1.0.0
eslint
:
8.5
2
.0
eslint
:
8.5
3
.0
esquery
:
1.5.0
indent-string
:
4.0.0
is-builtin-module
:
3.2.1
...
...
@@ -7767,6 +7888,53 @@ packages:
-
supports-color
dev
:
true
/eslint@8.53.0
:
resolution
:
{
integrity
:
sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
hasBin
:
true
dependencies
:
'
@eslint-community/eslint-utils'
:
4.4.0(eslint@8.53.0)
'
@eslint-community/regexpp'
:
4.6.2
'
@eslint/eslintrc'
:
2.1.3
'
@eslint/js'
:
8.53.0
'
@humanwhocodes/config-array'
:
0.11.13
'
@humanwhocodes/module-importer'
:
1.0.1
'
@nodelib/fs.walk'
:
1.2.8
'
@ungap/structured-clone'
:
1.2.0
ajv
:
6.12.6
chalk
:
4.1.2
cross-spawn
:
7.0.3
debug
:
4.3.4(supports-color@8.1.1)
doctrine
:
3.0.0
escape-string-regexp
:
4.0.0
eslint-scope
:
7.2.2
eslint-visitor-keys
:
3.4.3
espree
:
9.6.1
esquery
:
1.5.0
esutils
:
2.0.3
fast-deep-equal
:
3.1.3
file-entry-cache
:
6.0.1
find-up
:
5.0.0
glob-parent
:
6.0.2
globals
:
13.21.0
graphemer
:
1.4.0
ignore
:
5.2.4
imurmurhash
:
0.1.4
is-glob
:
4.0.3
is-path-inside
:
3.0.3
js-yaml
:
4.1.0
json-stable-stringify-without-jsonify
:
1.0.1
levn
:
0.4.1
lodash.merge
:
4.6.2
minimatch
:
3.1.2
natural-compare
:
1.4.0
optionator
:
0.9.3
strip-ansi
:
6.0.1
text-table
:
0.2.0
transitivePeerDependencies
:
-
supports-color
dev
:
true
/espree@9.6.1
:
resolution
:
{
integrity
:
sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment