Compare commits

...

8 Commits

Author SHA1 Message Date
Anthony Fu
a46866b102 v0.18.2 2022-03-08 03:24:07 +08:00
Anthony Fu
0117961e43 fix: update markdown rules 2022-03-08 03:24:01 +08:00
Anthony Fu
22b5593306 v0.18.1 2022-03-08 03:18:09 +08:00
Anthony Fu
a50bd851d1 fix: markdown parser 2022-03-08 03:17:55 +08:00
Anthony Fu
c477c8d0e2 v0.18.0 2022-03-07 16:47:52 +08:00
Anthony Fu
48a0d78824 feat: add markdown plugin 2022-03-07 16:47:31 +08:00
Anthony Fu
1ccdd44162 v0.17.0 2022-03-07 16:03:58 +08:00
Anthony Fu
83a54e07d5 feat: update deps 2022-03-07 16:03:52 +08:00
15 changed files with 592 additions and 221 deletions

View File

@@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
### Bug Fixes
* update markdown rules ([0117961](https://github.com/antfu/eslint-config/commit/0117961e430a4f8cd6ad942ba19631f1c7e19459))
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
### Bug Fixes
* markdown parser ([a50bd85](https://github.com/antfu/eslint-config/commit/a50bd851d16a5d80b90a950a0466317e5c2f7575))
# [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
### Features
* add markdown plugin ([48a0d78](https://github.com/antfu/eslint-config/commit/48a0d78824f99e4a50ac1ff14a154c36ce817700))
# [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
### Features
* update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
**Note:** Version bump only for package @antfu/eslint-config-monorepo

View File

@@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.16.1"
"version": "0.18.2"
}

View File

@@ -6,13 +6,13 @@
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint": "npx eslint --ext .js,.json,.vue --fix .",
"lint": "npx eslint --ext .js,.json,.vue,.md .",
"release": "lerna publish --conventional-commits"
},
"devDependencies": {
"@antfu/eslint-config": "*",
"eslint": "^8.7.0",
"eslint": "^8.10.0",
"lerna": "^4.0.0",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}

View File

@@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config
# [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config
# [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
### Features
* update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
**Note:** Version bump only for package @antfu/eslint-config

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config",
"version": "0.16.1",
"version": "0.18.2",
"description": "",
"keywords": [],
"license": "MIT",
@@ -13,25 +13,25 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"@antfu/eslint-config-react": "^0.16.1",
"@antfu/eslint-config-vue": "^0.16.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"eslint-config-standard": "17.0.0-0",
"@antfu/eslint-config-react": "^0.18.2",
"@antfu/eslint-config-vue": "^0.18.2",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"eslint-config-standard": "17.0.0-1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-n": "^15.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-vue": "^8.4.0",
"eslint-plugin-yml": "^0.12.0",
"eslint-plugin-unicorn": "^41.0.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-plugin-yml": "^0.14.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.7.0"
"eslint": "^8.10.0"
},
"publishConfig": {
"access": "public"

View File

@@ -3,6 +3,50 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
### Bug Fixes
* update markdown rules ([0117961](https://github.com/antfu/eslint-config/commit/0117961e430a4f8cd6ad942ba19631f1c7e19459))
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
### Bug Fixes
* markdown parser ([a50bd85](https://github.com/antfu/eslint-config/commit/a50bd851d16a5d80b90a950a0466317e5c2f7575))
# [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
### Features
* add markdown plugin ([48a0d78](https://github.com/antfu/eslint-config/commit/48a0d78824f99e4a50ac1ff14a154c36ce817700))
# [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
### Features
* update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
**Note:** Version bump only for package @antfu/eslint-config-basic

View File

@@ -10,6 +10,16 @@ module.exports = {
'plugin:eslint-comments/recommended',
'plugin:jsonc/recommended-with-jsonc',
'plugin:yml/standard',
'plugin:markdown/recommended',
],
ignorePatterns: [
'.cache',
'*.min.*',
'CHANGELOG.md',
'dist',
'LICENSE.*',
'public',
'temp',
],
plugins: [
'html',
@@ -88,7 +98,7 @@ module.exports = {
},
},
{
files: ['scripts/**/*.*'],
files: ['scripts/**/*.*', 'cli.*'],
rules: {
'no-console': 'off',
},
@@ -99,6 +109,19 @@ module.exports = {
'no-unused-expressions': 'off',
},
},
{
// Code blocks in markdown file
files: ['**/*.md/*.*'],
rules: {
'no-unused-vars': 'off',
'no-undef': 'off',
'no-console': 'off',
'no-unused-expressions': 'off',
'import/no-unresolved': 'off',
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/no-use-before-define': 'off',
},
},
],
rules: {
// import

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-basic",
"version": "0.16.1",
"version": "0.18.2",
"description": "",
"keywords": [],
"license": "MIT",
@@ -16,20 +16,21 @@
"eslint": ">=7.4.0"
},
"dependencies": {
"eslint-config-standard": "17.0.0-0",
"eslint-config-standard": "17.0.0-1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsonc": "^2.0.0",
"eslint-plugin-n": "^14.0.0",
"eslint-plugin-jsonc": "^2.2.1",
"eslint-plugin-markdown": "^2.2.1",
"eslint-plugin-n": "^15.0.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^40.1.0",
"eslint-plugin-yml": "^0.12.0",
"eslint-plugin-unicorn": "^41.0.0",
"eslint-plugin-yml": "^0.14.0",
"jsonc-eslint-parser": "^2.1.0",
"yaml-eslint-parser": "^0.5.0"
},
"devDependencies": {
"eslint": "^8.7.0"
"eslint": "^8.10.0"
},
"publishConfig": {
"access": "public"

View File

@@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-react
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-react
# [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-react
# [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
### Features
* update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
**Note:** Version bump only for package @antfu/eslint-config-react

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-react",
"version": "0.16.1",
"version": "0.18.2",
"description": "",
"keywords": [],
"license": "MIT",
@@ -19,12 +19,12 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.16.1",
"eslint-plugin-react": "^7.28.0"
"@antfu/eslint-config-ts": "^0.18.2",
"eslint-plugin-react": "^7.29.3"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint": "^8.10.0",
"react": "^17.0.2",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
}
}

View File

@@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-ts
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-ts
# [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-ts
# [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
### Features
* update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
**Note:** Version bump only for package @antfu/eslint-config-ts

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-ts",
"version": "0.16.1",
"version": "0.18.2",
"description": "",
"keywords": [],
"license": "MIT",
@@ -17,11 +17,11 @@
"typescript": ">=3.9"
},
"dependencies": {
"@antfu/eslint-config-basic": "^0.16.1",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1"
"@antfu/eslint-config-basic": "^0.18.2",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0"
},
"devDependencies": {
"eslint": "^8.7.0"
"eslint": "^8.10.0"
}
}

View File

@@ -3,6 +3,41 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.18.2](https://github.com/antfu/eslint-config/compare/v0.18.1...v0.18.2) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-vue
## [0.18.1](https://github.com/antfu/eslint-config/compare/v0.18.0...v0.18.1) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-vue
# [0.18.0](https://github.com/antfu/eslint-config/compare/v0.17.0...v0.18.0) (2022-03-07)
**Note:** Version bump only for package @antfu/eslint-config-vue
# [0.17.0](https://github.com/antfu/eslint-config/compare/v0.16.1...v0.17.0) (2022-03-07)
### Features
* update deps ([83a54e0](https://github.com/antfu/eslint-config/commit/83a54e07d5f1b93df726cbd8d81fb5abee5f60bc))
## [0.16.1](https://github.com/antfu/eslint-config/compare/v0.16.0...v0.16.1) (2022-01-27)
**Note:** Version bump only for package @antfu/eslint-config-vue

View File

@@ -1,6 +1,6 @@
{
"name": "@antfu/eslint-config-vue",
"version": "0.16.1",
"version": "0.18.2",
"description": "",
"keywords": [],
"license": "MIT",
@@ -16,10 +16,10 @@
"access": "public"
},
"dependencies": {
"@antfu/eslint-config-ts": "^0.16.1",
"eslint-plugin-vue": "^8.4.0"
"@antfu/eslint-config-ts": "^0.18.2",
"eslint-plugin-vue": "^8.5.0"
},
"devDependencies": {
"eslint": "^8.7.0"
"eslint": "^8.10.0"
}
}

485
pnpm-lock.yaml generated
View File

@@ -5,121 +5,123 @@ importers:
.:
specifiers:
'@antfu/eslint-config': '*'
eslint: ^8.7.0
eslint: ^8.10.0
lerna: ^4.0.0
typescript: ^4.5.5
typescript: ^4.6.2
devDependencies:
'@antfu/eslint-config': link:packages/all
eslint: 8.7.0
eslint: 8.10.0
lerna: 4.0.0
typescript: 4.5.5
typescript: 4.6.2
packages/all:
specifiers:
'@antfu/eslint-config-react': ^0.16.0
'@antfu/eslint-config-vue': ^0.16.0
'@typescript-eslint/eslint-plugin': ^5.10.1
'@typescript-eslint/parser': ^5.10.1
eslint: ^8.7.0
eslint-config-standard: 17.0.0-0
'@antfu/eslint-config-react': ^0.18.0
'@antfu/eslint-config-vue': ^0.18.0
'@typescript-eslint/eslint-plugin': ^5.13.0
'@typescript-eslint/parser': ^5.13.0
eslint: ^8.10.0
eslint-config-standard: 17.0.0-1
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-html: ^6.2.0
eslint-plugin-import: ^2.25.4
eslint-plugin-jsonc: ^2.0.0
eslint-plugin-n: ^14.0.0
eslint-plugin-jsonc: ^2.2.1
eslint-plugin-n: ^15.0.1
eslint-plugin-promise: ^6.0.0
eslint-plugin-unicorn: ^40.1.0
eslint-plugin-vue: 8.4.0
eslint-plugin-yml: ^0.12.0
eslint-plugin-unicorn: ^41.0.0
eslint-plugin-vue: ^8.5.0
eslint-plugin-yml: ^0.14.0
jsonc-eslint-parser: ^2.1.0
yaml-eslint-parser: ^0.5.0
dependencies:
'@antfu/eslint-config-react': link:../react
'@antfu/eslint-config-vue': link:../vue
'@typescript-eslint/eslint-plugin': 5.10.1_0f442f6b60390429061d5d9b6bcaaba6
'@typescript-eslint/parser': 5.10.1_eslint@8.7.0+typescript@4.5.5
eslint-config-standard: 17.0.0-0_3163ab7e7910c30880bb01ebc541ca1a
eslint-plugin-eslint-comments: 3.2.0_eslint@8.7.0
'@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
eslint-config-standard: 17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
eslint-plugin-html: 6.2.0
eslint-plugin-import: 2.25.4_eslint@8.7.0
eslint-plugin-jsonc: 2.0.0_eslint@8.7.0
eslint-plugin-n: 14.0.0_eslint@8.7.0
eslint-plugin-promise: 6.0.0_eslint@8.7.0
eslint-plugin-unicorn: 40.1.0_eslint@8.7.0
eslint-plugin-vue: 8.4.0_eslint@8.7.0
eslint-plugin-yml: 0.12.0_eslint@8.7.0
eslint-plugin-import: 2.25.4_eslint@8.10.0
eslint-plugin-jsonc: 2.2.1_eslint@8.10.0
eslint-plugin-n: 15.0.1_eslint@8.10.0
eslint-plugin-promise: 6.0.0_eslint@8.10.0
eslint-plugin-unicorn: 41.0.0_eslint@8.10.0
eslint-plugin-vue: 8.5.0_eslint@8.10.0
eslint-plugin-yml: 0.14.0_eslint@8.10.0
jsonc-eslint-parser: 2.1.0
yaml-eslint-parser: 0.5.0
devDependencies:
eslint: 8.7.0
eslint: 8.10.0
packages/basic:
specifiers:
eslint: ^8.7.0
eslint-config-standard: 17.0.0-0
eslint: ^8.10.0
eslint-config-standard: 17.0.0-1
eslint-plugin-eslint-comments: ^3.2.0
eslint-plugin-html: ^6.2.0
eslint-plugin-import: ^2.25.4
eslint-plugin-jsonc: ^2.0.0
eslint-plugin-n: ^14.0.0
eslint-plugin-jsonc: ^2.2.1
eslint-plugin-markdown: ^2.2.1
eslint-plugin-n: ^15.0.1
eslint-plugin-promise: ^6.0.0
eslint-plugin-unicorn: ^40.1.0
eslint-plugin-yml: ^0.12.0
eslint-plugin-unicorn: ^41.0.0
eslint-plugin-yml: ^0.14.0
jsonc-eslint-parser: ^2.1.0
yaml-eslint-parser: ^0.5.0
dependencies:
eslint-config-standard: 17.0.0-0_3163ab7e7910c30880bb01ebc541ca1a
eslint-plugin-eslint-comments: 3.2.0_eslint@8.7.0
eslint-config-standard: 17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3
eslint-plugin-eslint-comments: 3.2.0_eslint@8.10.0
eslint-plugin-html: 6.2.0
eslint-plugin-import: 2.25.4_eslint@8.7.0
eslint-plugin-jsonc: 2.0.0_eslint@8.7.0
eslint-plugin-n: 14.0.0_eslint@8.7.0
eslint-plugin-promise: 6.0.0_eslint@8.7.0
eslint-plugin-unicorn: 40.1.0_eslint@8.7.0
eslint-plugin-yml: 0.12.0_eslint@8.7.0
eslint-plugin-import: 2.25.4_eslint@8.10.0
eslint-plugin-jsonc: 2.2.1_eslint@8.10.0
eslint-plugin-markdown: 2.2.1_eslint@8.10.0
eslint-plugin-n: 15.0.1_eslint@8.10.0
eslint-plugin-promise: 6.0.0_eslint@8.10.0
eslint-plugin-unicorn: 41.0.0_eslint@8.10.0
eslint-plugin-yml: 0.14.0_eslint@8.10.0
jsonc-eslint-parser: 2.1.0
yaml-eslint-parser: 0.5.0
devDependencies:
eslint: 8.7.0
eslint: 8.10.0
packages/react:
specifiers:
'@antfu/eslint-config-ts': ^0.16.0
eslint: ^8.7.0
eslint-plugin-react: ^7.28.0
'@antfu/eslint-config-ts': ^0.18.0
eslint: ^8.10.0
eslint-plugin-react: ^7.29.3
react: ^17.0.2
typescript: ^4.5.5
typescript: ^4.6.2
dependencies:
'@antfu/eslint-config-ts': link:../typescript
eslint-plugin-react: 7.28.0_eslint@8.7.0
eslint-plugin-react: 7.29.3_eslint@8.10.0
devDependencies:
eslint: 8.7.0
eslint: 8.10.0
react: 17.0.2
typescript: 4.5.5
typescript: 4.6.2
packages/typescript:
specifiers:
'@antfu/eslint-config-basic': ^0.16.0
'@typescript-eslint/eslint-plugin': ^5.10.1
'@typescript-eslint/parser': ^5.10.1
eslint: ^8.7.0
'@antfu/eslint-config-basic': ^0.18.0
'@typescript-eslint/eslint-plugin': ^5.13.0
'@typescript-eslint/parser': ^5.13.0
eslint: ^8.10.0
dependencies:
'@antfu/eslint-config-basic': link:../basic
'@typescript-eslint/eslint-plugin': 5.10.1_0f442f6b60390429061d5d9b6bcaaba6
'@typescript-eslint/parser': 5.10.1_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/eslint-plugin': 5.13.0_33fffc354ccfa91fbe7d1677b9395a0a
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
devDependencies:
eslint: 8.7.0
eslint: 8.10.0
packages/vue:
specifiers:
'@antfu/eslint-config-ts': ^0.16.0
eslint: ^8.7.0
eslint-plugin-vue: ^8.4.0
'@antfu/eslint-config-ts': ^0.18.0
eslint: ^8.10.0
eslint-plugin-vue: ^8.5.0
dependencies:
'@antfu/eslint-config-ts': link:../typescript
eslint-plugin-vue: 8.4.0_eslint@8.7.0
eslint-plugin-vue: 8.5.0_eslint@8.10.0
devDependencies:
eslint: 8.7.0
eslint: 8.10.0
packages:
@@ -128,29 +130,24 @@ packages:
dependencies:
'@babel/highlight': 7.13.10
/@babel/helper-validator-identifier/7.14.9:
resolution: {integrity: sha512-pQYxPY0UP6IHISRitNe8bsijHex4TWZXi2HwKVsjPiltzlhse2znVcm9Ace510VT1kxIHjGJCZZQBX2gJDbo0g==}
engines: {node: '>=6.9.0'}
/@babel/helper-validator-identifier/7.16.7:
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
engines: {node: '>=6.9.0'}
dev: false
/@babel/highlight/7.13.10:
resolution: {integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg==}
dependencies:
'@babel/helper-validator-identifier': 7.14.9
'@babel/helper-validator-identifier': 7.16.7
chalk: 2.4.2
js-tokens: 4.0.0
/@eslint/eslintrc/1.0.5:
resolution: {integrity: sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==}
/@eslint/eslintrc/1.2.0:
resolution: {integrity: sha512-igm9SjJHNEJRiUnecP/1R5T3wKLEJ7pL6e2P+GUSfCd0dGjPYYZve08uzw8L2J8foVHFz+NGu12JxRcU2gGo6w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
ajv: 6.12.6
debug: 4.3.2
espree: 9.3.0
espree: 9.3.1
globals: 13.9.0
ignore: 4.0.6
import-fresh: 3.2.1
@@ -1048,6 +1045,12 @@ packages:
resolution: {integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4=}
dev: false
/@types/mdast/3.0.10:
resolution: {integrity: sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==}
dependencies:
'@types/unist': 2.0.6
dev: false
/@types/minimatch/3.0.3:
resolution: {integrity: sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==}
dev: true
@@ -1067,8 +1070,12 @@ packages:
resolution: {integrity: sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==}
dev: true
/@typescript-eslint/eslint-plugin/5.10.1_0f442f6b60390429061d5d9b6bcaaba6:
resolution: {integrity: sha512-xN3CYqFlyE/qOcy978/L0xLR2HlcAGIyIK5sMOasxaaAPfQRj/MmMV6OC3I7NZO84oEUdWCOju34Z9W8E0pFDQ==}
/@types/unist/2.0.6:
resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==}
dev: false
/@typescript-eslint/eslint-plugin/5.13.0_33fffc354ccfa91fbe7d1677b9395a0a:
resolution: {integrity: sha512-vLktb2Uec81fxm/cfz2Hd6QaWOs8qdmVAZXLdOBX6JFJDhf6oDZpMzZ4/LZ6SFM/5DgDcxIMIvy3F+O9yZBuiQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
'@typescript-eslint/parser': ^5.0.0
@@ -1078,24 +1085,24 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/parser': 5.10.1_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/scope-manager': 5.10.1
'@typescript-eslint/type-utils': 5.10.1_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/utils': 5.10.1_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/parser': 5.13.0_eslint@8.10.0+typescript@4.6.2
'@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/type-utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
'@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
debug: 4.3.2
eslint: 8.7.0
eslint: 8.10.0
functional-red-black-tree: 1.0.1
ignore: 5.1.8
ignore: 5.2.0
regexpp: 3.2.0
semver: 7.3.5
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
tsutils: 3.21.0_typescript@4.6.2
typescript: 4.6.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/parser/5.10.1_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-GReo3tjNBwR5RnRO0K2wDIDN31cM3MmDtgyQ85oAxAmC5K3j/g85IjP+cDfcqDsDDBf1HNKQAD0WqOYL8jXqUA==}
/@typescript-eslint/parser/5.13.0_eslint@8.10.0+typescript@4.6.2:
resolution: {integrity: sha512-GdrU4GvBE29tm2RqWOM0P5QfCtgCyN4hXICj/X9ibKED16136l9ZpoJvCL5pSKtmJzA+NRDzQ312wWMejCVVfg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -1104,26 +1111,26 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/scope-manager': 5.10.1
'@typescript-eslint/types': 5.10.1
'@typescript-eslint/typescript-estree': 5.10.1_typescript@4.5.5
'@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/types': 5.13.0
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2
debug: 4.3.2
eslint: 8.7.0
typescript: 4.5.5
eslint: 8.10.0
typescript: 4.6.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/scope-manager/5.10.1:
resolution: {integrity: sha512-Lyvi559Gvpn94k7+ElXNMEnXu/iundV5uFmCUNnftbFrUbAJ1WBoaGgkbOBm07jVZa682oaBU37ao/NGGX4ZDg==}
/@typescript-eslint/scope-manager/5.13.0:
resolution: {integrity: sha512-T4N8UvKYDSfVYdmJq7g2IPJYCRzwtp74KyDZytkR4OL3NRupvswvmJQJ4CX5tDSurW2cvCc1Ia1qM7d0jpa7IA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.10.1
'@typescript-eslint/visitor-keys': 5.10.1
'@typescript-eslint/types': 5.13.0
'@typescript-eslint/visitor-keys': 5.13.0
dev: false
/@typescript-eslint/type-utils/5.10.1_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-AfVJkV8uck/UIoDqhu+ptEdBoQATON9GXnhOpPLzkQRJcSChkvD//qsz9JVffl2goxX+ybs5klvacE9vmrQyCw==}
/@typescript-eslint/type-utils/5.13.0_eslint@8.10.0+typescript@4.6.2:
resolution: {integrity: sha512-/nz7qFizaBM1SuqAKb7GLkcNn2buRdDgZraXlkhz+vUGiN1NZ9LzkA595tHHeduAiS2MsHqMNhE2zNzGdw43Yg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '*'
@@ -1132,22 +1139,22 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/utils': 5.10.1_eslint@8.7.0+typescript@4.5.5
'@typescript-eslint/utils': 5.13.0_eslint@8.10.0+typescript@4.6.2
debug: 4.3.2
eslint: 8.7.0
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
eslint: 8.10.0
tsutils: 3.21.0_typescript@4.6.2
typescript: 4.6.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/types/5.10.1:
resolution: {integrity: sha512-ZvxQ2QMy49bIIBpTqFiOenucqUyjTQ0WNLhBM6X1fh1NNlYAC6Kxsx8bRTY3jdYsYg44a0Z/uEgQkohbR0H87Q==}
/@typescript-eslint/types/5.13.0:
resolution: {integrity: sha512-LmE/KO6DUy0nFY/OoQU0XelnmDt+V8lPQhh8MOVa7Y5k2gGRd6U9Kp3wAjhB4OHg57tUO0nOnwYQhRRyEAyOyg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: false
/@typescript-eslint/typescript-estree/5.10.1_typescript@4.5.5:
resolution: {integrity: sha512-PwIGnH7jIueXv4opcwEbVGDATjGPO1dx9RkUl5LlHDSe+FXxPwFL5W/qYd5/NHr7f6lo/vvTrAzd0KlQtRusJQ==}
/@typescript-eslint/typescript-estree/5.13.0_typescript@4.6.2:
resolution: {integrity: sha512-Q9cQow0DeLjnp5DuEDjLZ6JIkwGx3oYZe+BfcNuw/POhtpcxMTy18Icl6BJqTSd+3ftsrfuVb7mNHRZf7xiaNA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
typescript: '*'
@@ -1155,42 +1162,42 @@ packages:
typescript:
optional: true
dependencies:
'@typescript-eslint/types': 5.10.1
'@typescript-eslint/visitor-keys': 5.10.1
'@typescript-eslint/types': 5.13.0
'@typescript-eslint/visitor-keys': 5.13.0
debug: 4.3.2
globby: 11.0.4
is-glob: 4.0.3
semver: 7.3.5
tsutils: 3.21.0_typescript@4.5.5
typescript: 4.5.5
tsutils: 3.21.0_typescript@4.6.2
typescript: 4.6.2
transitivePeerDependencies:
- supports-color
dev: false
/@typescript-eslint/utils/5.10.1_eslint@8.7.0+typescript@4.5.5:
resolution: {integrity: sha512-RRmlITiUbLuTRtn/gcPRi4202niF+q7ylFLCKu4c+O/PcpRvZ/nAUwQ2G00bZgpWkhrNLNnvhZLbDn8Ml0qsQw==}
/@typescript-eslint/utils/5.13.0_eslint@8.10.0+typescript@4.6.2:
resolution: {integrity: sha512-+9oHlPWYNl6AwwoEt5TQryEHwiKRVjz7Vk6kaBeD3/kwHE5YqTGHtm/JZY8Bo9ITOeKutFaXnBlMgSATMJALUQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
dependencies:
'@types/json-schema': 7.0.9
'@typescript-eslint/scope-manager': 5.10.1
'@typescript-eslint/types': 5.10.1
'@typescript-eslint/typescript-estree': 5.10.1_typescript@4.5.5
eslint: 8.7.0
'@typescript-eslint/scope-manager': 5.13.0
'@typescript-eslint/types': 5.13.0
'@typescript-eslint/typescript-estree': 5.13.0_typescript@4.6.2
eslint: 8.10.0
eslint-scope: 5.1.1
eslint-utils: 3.0.0_eslint@8.7.0
eslint-utils: 3.0.0_eslint@8.10.0
transitivePeerDependencies:
- supports-color
- typescript
dev: false
/@typescript-eslint/visitor-keys/5.10.1:
resolution: {integrity: sha512-NjQ0Xinhy9IL979tpoTRuLKxMc0zJC7QVSdeerXs2/QvOy2yRkzX5dRb10X5woNUdJgU8G3nYRDlI33sq1K4YQ==}
/@typescript-eslint/visitor-keys/5.13.0:
resolution: {integrity: sha512-HLKEAS/qA1V7d9EzcpLFykTePmOQqOFim8oCvhY3pZgQ8Hi38hYpHd9e5GN6nQBFQNecNhws5wkS9Y5XIO0s/g==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
'@typescript-eslint/types': 5.10.1
eslint-visitor-keys: 3.1.0
'@typescript-eslint/types': 5.13.0
eslint-visitor-keys: 3.3.0
dev: false
/JSONStream/1.3.5:
@@ -1441,6 +1448,12 @@ packages:
resolution: {integrity: sha1-y5T662HIaWRR2zZTThQi+U8K7og=}
dev: true
/builtins/4.0.0:
resolution: {integrity: sha512-qC0E2Dxgou1IHhvJSLwGDSTvokbRovU5zZFuDY6oY8Y2lF3nGt5Ad8YZK7GMtqzY84Wu7pXTPeHQeHcXSXsRhw==}
dependencies:
semver: 7.3.5
dev: false
/byline/5.0.0:
resolution: {integrity: sha1-dBxSFkaOrcRXsDQQEYrXfejB3bE=}
engines: {node: '>=0.10.0'}
@@ -1533,6 +1546,18 @@ packages:
supports-color: 7.1.0
dev: true
/character-entities-legacy/1.1.4:
resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==}
dev: false
/character-entities/1.2.4:
resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==}
dev: false
/character-reference-invalid/1.1.4:
resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==}
dev: false
/chardet/0.7.0:
resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==}
dev: true
@@ -2095,18 +2120,18 @@ packages:
engines: {node: '>=10'}
dev: true
/eslint-config-standard/17.0.0-0_3163ab7e7910c30880bb01ebc541ca1a:
resolution: {integrity: sha512-sf9udec8fkLTnH82SmhZQ3E31e4eJaMW09Mt9fbN3OccXFtvSSbGrltpQgGFVooGHoIdiMzDfp6ZNFd+I6Ob+w==}
/eslint-config-standard/17.0.0-1_4ef2f4f4771997ec726ac5d259d18bf3:
resolution: {integrity: sha512-aqRG58dqoBNfOLN+PsitasxmW+W9Os4oQrx081B16T4E4WogsSbpUL6hnKSnyv35sSRYA2XjBtKMOrUboL6jgw==}
peerDependencies:
eslint: ^8.0.1
eslint-plugin-import: ^2.25.2
eslint-plugin-n: ^14.0.0
eslint-plugin-promise: ^6.0.0
dependencies:
eslint: 8.7.0
eslint-plugin-import: 2.25.4_eslint@8.7.0
eslint-plugin-n: 14.0.0_eslint@8.7.0
eslint-plugin-promise: 6.0.0_eslint@8.7.0
eslint: 8.10.0
eslint-plugin-import: 2.25.4_eslint@8.10.0
eslint-plugin-n: 15.0.1_eslint@8.10.0
eslint-plugin-promise: 6.0.0_eslint@8.10.0
dev: false
/eslint-import-resolver-node/0.3.6:
@@ -2124,25 +2149,25 @@ packages:
find-up: 2.1.0
dev: false
/eslint-plugin-es/4.1.0_eslint@8.7.0:
/eslint-plugin-es/4.1.0_eslint@8.10.0:
resolution: {integrity: sha512-GILhQTnjYE2WorX5Jyi5i4dz5ALWxBIdQECVQavL6s7cI76IZTDWleTHkxz/QT3kvcs2QlGHvKLYsSlPOlPXnQ==}
engines: {node: '>=8.10.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
eslint: 8.7.0
eslint: 8.10.0
eslint-utils: 2.1.0
regexpp: 3.2.0
dev: false
/eslint-plugin-eslint-comments/3.2.0_eslint@8.7.0:
/eslint-plugin-eslint-comments/3.2.0_eslint@8.10.0:
resolution: {integrity: sha512-0jkOl0hfojIHHmEHgmNdqv4fmh7300NdpA9FFpF7zaoLvB/QeXOGNLIo86oAveJFrfB1p05kC8hpEMHM8DwWVQ==}
engines: {node: '>=6.5.0'}
peerDependencies:
eslint: '>=4.19.1'
dependencies:
escape-string-regexp: 1.0.5
eslint: 8.7.0
eslint: 8.10.0
ignore: 5.1.8
dev: false
@@ -2152,7 +2177,7 @@ packages:
htmlparser2: 7.1.2
dev: false
/eslint-plugin-import/2.25.4_eslint@8.7.0:
/eslint-plugin-import/2.25.4_eslint@8.10.0:
resolution: {integrity: sha512-/KJBASVFxpu0xg1kIBn9AUa8hQVnszpwgE7Ld0lKAlx7Ie87yzEzCgSkekt+le/YVhiaosO4Y14GDAOc41nfxA==}
engines: {node: '>=4'}
peerDependencies:
@@ -2162,7 +2187,7 @@ packages:
array.prototype.flat: 1.2.5
debug: 2.6.9
doctrine: 2.1.0
eslint: 8.7.0
eslint: 8.10.0
eslint-import-resolver-node: 0.3.6
eslint-module-utils: 2.7.2
has: 1.0.3
@@ -2174,45 +2199,58 @@ packages:
tsconfig-paths: 3.12.0
dev: false
/eslint-plugin-jsonc/2.0.0_eslint@8.7.0:
resolution: {integrity: sha512-5UbUUvx4gUVeF9hJ+SHDW9a4OPQ8vJWu12rttQ76qGO2tlH17OC103CLq+vrmjo5VQULeVzSJ0u4s+jUATJyWQ==}
/eslint-plugin-jsonc/2.2.1_eslint@8.10.0:
resolution: {integrity: sha512-ozGjWXhxF3ZfITHmRLuUL6zORh5Dzo0ymwVdxhfFaa4LEtU2S88JIwDYCWAifQLG92x7chqcnZlGUggaPSlfIQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
eslint: 8.7.0
eslint-utils: 3.0.0_eslint@8.7.0
eslint: 8.10.0
eslint-utils: 3.0.0_eslint@8.10.0
jsonc-eslint-parser: 2.1.0
natural-compare: 1.4.0
dev: false
/eslint-plugin-n/14.0.0_eslint@8.7.0:
resolution: {integrity: sha512-mNwplPLsbaKhHyA0fa/cy8j+oF6bF6l81hzBTWa6JOvPcMNAuIogk2ih6d9tYvWYzyUG+7ZFeChqbzdFpg2QrQ==}
/eslint-plugin-markdown/2.2.1_eslint@8.10.0:
resolution: {integrity: sha512-FgWp4iyYvTFxPwfbxofTvXxgzPsDuSKHQy2S+a8Ve6savbujey+lgrFFbXQA0HPygISpRYWYBjooPzhYSF81iA==}
engines: {node: ^8.10.0 || ^10.12.0 || >= 12.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
eslint: 8.10.0
mdast-util-from-markdown: 0.8.5
transitivePeerDependencies:
- supports-color
dev: false
/eslint-plugin-n/15.0.1_eslint@8.10.0:
resolution: {integrity: sha512-w1vgnlS3Y3kd2Ye2YpQvWJppx6ViySIpBIcdlw1dBBaX3m1R/cdKHE3X2PWXhJdH88pmFy1a+04a6lMlo5D9EQ==}
engines: {node: '>=12.22.0'}
peerDependencies:
eslint: '>=7.0.0'
dependencies:
eslint: 8.7.0
eslint-plugin-es: 4.1.0_eslint@8.7.0
eslint-utils: 3.0.0_eslint@8.7.0
ignore: 5.1.8
builtins: 4.0.0
eslint: 8.10.0
eslint-plugin-es: 4.1.0_eslint@8.10.0
eslint-utils: 3.0.0_eslint@8.10.0
ignore: 5.2.0
is-core-module: 2.8.0
minimatch: 3.0.4
resolve: 1.20.0
semver: 6.3.0
dev: false
/eslint-plugin-promise/6.0.0_eslint@8.7.0:
/eslint-plugin-promise/6.0.0_eslint@8.10.0:
resolution: {integrity: sha512-7GPezalm5Bfi/E22PnQxDWH2iW9GTvAlUNTztemeHb6c1BniSyoeTrM87JkC0wYdi6aQrZX9p2qEiAno8aTcbw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^7.0.0 || ^8.0.0
dependencies:
eslint: 8.7.0
eslint: 8.10.0
dev: false
/eslint-plugin-react/7.28.0_eslint@8.7.0:
resolution: {integrity: sha512-IOlFIRHzWfEQQKcAD4iyYDndHwTQiCMcJVJjxempf203jnNLUnW34AXLrV33+nEXoifJE2ZEGmcjKPL8957eSw==}
/eslint-plugin-react/7.29.3_eslint@8.10.0:
resolution: {integrity: sha512-MzW6TuCnDOcta67CkpDyRfRsEVx9FNMDV8wZsDqe1luHPdGTrQIUaUXD27Ja3gHsdOIs/cXzNchWGlqm+qRVRg==}
engines: {node: '>=4'}
peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
@@ -2220,31 +2258,31 @@ packages:
array-includes: 3.1.4
array.prototype.flatmap: 1.2.5
doctrine: 2.1.0
eslint: 8.7.0
eslint: 8.10.0
estraverse: 5.3.0
jsx-ast-utils: 2.4.1
minimatch: 3.0.4
minimatch: 3.1.2
object.entries: 1.1.5
object.fromentries: 2.0.5
object.hasown: 1.1.0
object.values: 1.1.5
prop-types: 15.7.2
prop-types: 15.8.1
resolve: 2.0.0-next.3
semver: 6.3.0
string.prototype.matchall: 4.0.6
dev: false
/eslint-plugin-unicorn/40.1.0_eslint@8.7.0:
resolution: {integrity: sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==}
/eslint-plugin-unicorn/41.0.0_eslint@8.10.0:
resolution: {integrity: sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==}
engines: {node: '>=12'}
peerDependencies:
eslint: '>=7.32.0'
eslint: '>=8.8.0'
dependencies:
'@babel/helper-validator-identifier': 7.16.7
ci-info: 3.3.0
clean-regexp: 1.0.0
eslint: 8.7.0
eslint-utils: 3.0.0_eslint@8.7.0
eslint: 8.10.0
eslint-utils: 3.0.0_eslint@8.10.0
esquery: 1.4.0
indent-string: 4.0.0
is-builtin-module: 3.1.0
@@ -2257,29 +2295,29 @@ packages:
strip-indent: 3.0.0
dev: false
/eslint-plugin-vue/8.4.0_eslint@8.7.0:
resolution: {integrity: sha512-Ga96QRG8GA9AyzKtEDxqYRCMt/VJM4SLkcNmm4FvUiFBE4jpaBr25unRBi9iVmHLYhA9EZ/4I+jD8n1vfWzyAA==}
/eslint-plugin-vue/8.5.0_eslint@8.10.0:
resolution: {integrity: sha512-i1uHCTAKOoEj12RDvdtONWrGzjFm/djkzqfhmQ0d6M/W8KM81mhswd/z+iTZ0jCpdUedW3YRgcVfQ37/J4zoYQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
dependencies:
eslint: 8.7.0
eslint-utils: 3.0.0_eslint@8.7.0
eslint: 8.10.0
eslint-utils: 3.0.0_eslint@8.10.0
natural-compare: 1.4.0
semver: 7.3.5
vue-eslint-parser: 8.0.1_eslint@8.7.0
vue-eslint-parser: 8.0.1_eslint@8.10.0
transitivePeerDependencies:
- supports-color
dev: false
/eslint-plugin-yml/0.12.0_eslint@8.7.0:
resolution: {integrity: sha512-aS82M+diohZTusadiByzh/bKDrfi+Y6VBQkD3ym/7JH+KF9WUB9qKCizLfTaCACwtRrHpqaLz3G8GKmslshyiw==}
/eslint-plugin-yml/0.14.0_eslint@8.10.0:
resolution: {integrity: sha512-+0+bBV/07txENbxfrHF9olGoLCHez64vmnOmjWOoLwmXOwfdaSRleBSPIi4nWQs7WwX8lm/fSLadOjbVEcsXQQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.2
eslint: 8.7.0
eslint: 8.10.0
lodash: 4.17.21
natural-compare: 1.4.0
yaml-eslint-parser: 0.5.0
@@ -2303,8 +2341,8 @@ packages:
estraverse: 5.3.0
dev: false
/eslint-scope/7.1.0:
resolution: {integrity: sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==}
/eslint-scope/7.1.1:
resolution: {integrity: sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
esrecurse: 4.3.0
@@ -2318,13 +2356,13 @@ packages:
eslint-visitor-keys: 1.3.0
dev: false
/eslint-utils/3.0.0_eslint@8.7.0:
/eslint-utils/3.0.0_eslint@8.10.0:
resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==}
engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0}
peerDependencies:
eslint: '>=5'
dependencies:
eslint: 8.7.0
eslint: 8.10.0
eslint-visitor-keys: 2.1.0
/eslint-visitor-keys/1.3.0:
@@ -2344,18 +2382,23 @@ packages:
/eslint-visitor-keys/3.1.0:
resolution: {integrity: sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: false
/eslint-visitor-keys/3.2.0:
resolution: {integrity: sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true
dev: false
/eslint/8.7.0:
resolution: {integrity: sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==}
/eslint-visitor-keys/3.3.0:
resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
/eslint/8.10.0:
resolution: {integrity: sha512-tcI1D9lfVec+R4LE1mNDnzoJ/f71Kl/9Cv4nG47jOueCMBrCCKYXr4AUVS7go6mWYGFD4+EoN6+eXSrEbRzXVw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
hasBin: true
dependencies:
'@eslint/eslintrc': 1.0.5
'@eslint/eslintrc': 1.2.0
'@humanwhocodes/config-array': 0.9.2
ajv: 6.12.6
chalk: 4.1.0
@@ -2363,10 +2406,10 @@ packages:
debug: 4.3.2
doctrine: 3.0.0
escape-string-regexp: 4.0.0
eslint-scope: 7.1.0
eslint-utils: 3.0.0_eslint@8.7.0
eslint-visitor-keys: 3.2.0
espree: 9.3.0
eslint-scope: 7.1.1
eslint-utils: 3.0.0_eslint@8.10.0
eslint-visitor-keys: 3.3.0
espree: 9.3.1
esquery: 1.4.0
esutils: 2.0.3
fast-deep-equal: 3.1.3
@@ -2401,6 +2444,16 @@ packages:
acorn: 8.7.0
acorn-jsx: 5.3.1_acorn@8.7.0
eslint-visitor-keys: 3.1.0
dev: false
/espree/9.3.1:
resolution: {integrity: sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies:
acorn: 8.7.0
acorn-jsx: 5.3.1_acorn@8.7.0
eslint-visitor-keys: 3.3.0
dev: true
/esquery/1.4.0:
resolution: {integrity: sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==}
@@ -2762,7 +2815,7 @@ packages:
array-union: 2.1.0
dir-glob: 3.0.1
fast-glob: 3.2.4
ignore: 5.1.8
ignore: 5.2.0
merge2: 1.4.1
slash: 3.0.0
dev: false
@@ -2942,7 +2995,6 @@ packages:
/ignore/5.2.0:
resolution: {integrity: sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==}
engines: {node: '>= 4'}
dev: true
/import-fresh/3.2.1:
resolution: {integrity: sha512-6e1q1cnWP2RXD9/keSkxHScg508CdXqXWgWBaETNhyuBFz+kUZlKboh+ISK+bU++DmbHimVBrOz/zzPe0sZ3sQ==}
@@ -3026,7 +3078,7 @@ packages:
run-async: 2.4.1
rxjs: 6.6.0
string-width: 4.2.2
strip-ansi: 6.0.0
strip-ansi: 6.0.1
through: 2.3.8
dev: true
@@ -3048,6 +3100,17 @@ packages:
resolution: {integrity: sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=}
dev: true
/is-alphabetical/1.0.4:
resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==}
dev: false
/is-alphanumerical/1.0.4:
resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==}
dependencies:
is-alphabetical: 1.0.4
is-decimal: 1.0.4
dev: false
/is-arrayish/0.2.1:
resolution: {integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=}
@@ -3100,6 +3163,10 @@ packages:
resolution: {integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==}
engines: {node: '>= 0.4'}
/is-decimal/1.0.4:
resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==}
dev: false
/is-extglob/2.1.1:
resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=}
engines: {node: '>=0.10.0'}
@@ -3139,6 +3206,10 @@ packages:
dependencies:
is-extglob: 2.1.1
/is-hexadecimal/1.0.4:
resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==}
dev: false
/is-lambda/1.0.1:
resolution: {integrity: sha1-PZh3iZ5qU+/AFgUEzeFfgubwYdU=}
dev: true
@@ -3559,6 +3630,22 @@ packages:
engines: {node: '>=8'}
dev: true
/mdast-util-from-markdown/0.8.5:
resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==}
dependencies:
'@types/mdast': 3.0.10
mdast-util-to-string: 2.0.0
micromark: 2.11.4
parse-entities: 2.0.0
unist-util-stringify-position: 2.0.3
transitivePeerDependencies:
- supports-color
dev: false
/mdast-util-to-string/2.0.0:
resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==}
dev: false
/meow/3.7.0:
resolution: {integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=}
engines: {node: '>=0.10.0'}
@@ -3600,6 +3687,15 @@ packages:
resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==}
engines: {node: '>= 8'}
/micromark/2.11.4:
resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==}
dependencies:
debug: 4.3.2
parse-entities: 2.0.0
transitivePeerDependencies:
- supports-color
dev: false
/micromatch/4.0.2:
resolution: {integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==}
engines: {node: '>=8'}
@@ -3633,6 +3729,12 @@ packages:
dependencies:
brace-expansion: 1.1.11
/minimatch/3.1.2:
resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
dependencies:
brace-expansion: 1.1.11
dev: false
/minimist-options/4.1.0:
resolution: {integrity: sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==}
engines: {node: '>= 6'}
@@ -4185,6 +4287,17 @@ packages:
callsites: 3.1.0
dev: true
/parse-entities/2.0.0:
resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==}
dependencies:
character-entities: 1.2.4
character-entities-legacy: 1.1.4
character-reference-invalid: 1.1.4
is-alphanumerical: 1.0.4
is-decimal: 1.0.4
is-hexadecimal: 1.0.4
dev: false
/parse-github-repo-url/1.4.1:
resolution: {integrity: sha1-nn2LslKmy2ukJZUGC3v23z28H1A=}
dev: true
@@ -4356,8 +4469,8 @@ packages:
read: 1.0.7
dev: true
/prop-types/15.7.2:
resolution: {integrity: sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==}
/prop-types/15.8.1:
resolution: {integrity: sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==}
dependencies:
loose-envify: 1.4.0
object-assign: 4.1.1
@@ -4911,7 +5024,7 @@ packages:
dependencies:
emoji-regex: 8.0.0
is-fullwidth-code-point: 3.0.0
strip-ansi: 6.0.0
strip-ansi: 6.0.1
dev: true
/string.prototype.matchall/4.0.6:
@@ -5180,14 +5293,14 @@ packages:
/tslib/1.13.0:
resolution: {integrity: sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==}
/tsutils/3.21.0_typescript@4.5.5:
/tsutils/3.21.0_typescript@4.6.2:
resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==}
engines: {node: '>= 6'}
peerDependencies:
typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
dependencies:
tslib: 1.13.0
typescript: 4.5.5
typescript: 4.6.2
dev: false
/tunnel-agent/0.6.0:
@@ -5245,8 +5358,8 @@ packages:
resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=}
dev: true
/typescript/4.5.5:
resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==}
/typescript/4.6.2:
resolution: {integrity: sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg==}
engines: {node: '>=4.2.0'}
hasBin: true
dev: true
@@ -5288,6 +5401,12 @@ packages:
imurmurhash: 0.1.4
dev: true
/unist-util-stringify-position/2.0.3:
resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==}
dependencies:
'@types/unist': 2.0.6
dev: false
/universal-user-agent/6.0.0:
resolution: {integrity: sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==}
dev: true
@@ -5348,16 +5467,16 @@ packages:
extsprintf: 1.3.0
dev: true
/vue-eslint-parser/8.0.1_eslint@8.7.0:
/vue-eslint-parser/8.0.1_eslint@8.10.0:
resolution: {integrity: sha512-lhWjDXJhe3UZw2uu3ztX51SJAPGPey1Tff2RK3TyZURwbuI4vximQLzz4nQfCv8CZq4xx7uIiogHMMoSJPr33A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies:
eslint: '>=6.0.0'
dependencies:
debug: 4.3.2
eslint: 8.7.0
eslint: 8.10.0
eslint-scope: 6.0.0
eslint-visitor-keys: 3.1.0
eslint-visitor-keys: 3.2.0
espree: 9.3.0
esquery: 1.4.0
lodash: 4.17.21