diff --git a/.changeset/chilled-donkeys-promise.md b/.changeset/chilled-donkeys-promise.md new file mode 100644 index 00000000..7a721963 --- /dev/null +++ b/.changeset/chilled-donkeys-promise.md @@ -0,0 +1,5 @@ +--- +"@1stg/tsconfig": minor +--- + +feat: enable `removeComments` for libraries diff --git a/.changeset/curly-moles-search.md b/.changeset/curly-moles-search.md new file mode 100644 index 00000000..7b04f183 --- /dev/null +++ b/.changeset/curly-moles-search.md @@ -0,0 +1,8 @@ +--- +"@1stg/app-config": patch +"@1stg/common-config": patch +"@1stg/lib-config": patch +"@1stg/lint-staged": patch +--- + +fix(lint-staged): run `prettier` after `eslint` if `CONFIG_PREFER_PRETTIER` enabled diff --git a/.changeset/honest-cobras-sip.md b/.changeset/honest-cobras-sip.md new file mode 100644 index 00000000..1ce91f4e --- /dev/null +++ b/.changeset/honest-cobras-sip.md @@ -0,0 +1,9 @@ +--- +"@1stg/app-config": minor +"@1stg/common-config": minor +"@1stg/eslint-config": minor +"@1stg/prettier-config": minor +"@1stg/stylelint-config": minor +--- + +chore(deps): bump all (dev)Dependencies, fix related usage diff --git a/.changeset/long-bags-battle.md b/.changeset/long-bags-battle.md new file mode 100644 index 00000000..73944a41 --- /dev/null +++ b/.changeset/long-bags-battle.md @@ -0,0 +1,5 @@ +--- +"@1stg/stylelint-config": patch +--- + +fix: enable `ignoreAnnotations: ['default']` for `.scss` files diff --git a/.changeset/spotty-ladybugs-impress.md b/.changeset/spotty-ladybugs-impress.md new file mode 100644 index 00000000..49cfd538 --- /dev/null +++ b/.changeset/spotty-ladybugs-impress.md @@ -0,0 +1,5 @@ +--- +"@1stg/eslint-config": patch +--- + +fix: ignore UPPER_CASE yaml files as markdown for files like `.github/FUNDING.yml` diff --git a/.eslintignore b/.eslintignore index c009e3dc..f1785b5a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -4,4 +4,5 @@ lib node_modules CHANGELOG.md /pnpm-lock.yaml +!/.github !/.*.js diff --git a/package.json b/package.json index 6328983c..9acb4fc7 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ "workspaces": [ "packages/*" ], - "packageManager": "pnpm@7.6.0", + "packageManager": "pnpm@7.9.0", "scripts": { "check": "run-p check:*", "check:eslint": "eslint-config-prettier .eslintrc.js", "check:stylelint": "stylelint-config-prettier-check", - "codesandbox:install": "npx pnpm@7.6.0 i --no-frozen-lockfile", + "codesandbox:install": "npx pnpm@7.9.0 i --no-frozen-lockfile", "lint": "run-p lint:*", "lint:es": "eslint . --cache -f friendly", "lint:style": "stylelint . --cache", @@ -42,28 +42,28 @@ "@1stg/simple-git-hooks": "workspace:*", "@1stg/stylelint-config": "workspace:*", "@1stg/tsconfig": "workspace:*", - "@angular/compiler": "^14.1.0", - "@angular/compiler-cli": "^14.1.0", - "@angular/core": "^14.1.0", + "@angular/compiler": "^14.1.2", + "@angular/compiler-cli": "^14.1.2", + "@angular/core": "^14.1.2", "@changesets/changelog-github": "^0.4.6", - "@changesets/cli": "^2.24.0", + "@changesets/cli": "^2.24.3", "@types/babel__core": "^7.1.19", "@types/jest": "^28.1.6", - "@types/node": "^18.0.6", - "@types/react": "^18.0.15", + "@types/node": "^18.7.3", + "@types/react": "^18.0.17", "@types/unist": "^2.0.6", "c8": "^7.12.0", - "markuplint": "^2.10.0", - "postcss": "^8.4.14", + "markuplint": "^2.10.1", + "postcss": "^8.4.16", "react": "^18.2.0", "rxjs": "^7.5.6", "simple-git-hooks": "^2.8.0", "svelte": "^3.49.0", "type-coverage": "^2.22.0", "typescript": "^4.7.4", - "vitest": "^0.19.0", + "vitest": "^0.21.1", "vue": "^3.2.37", - "vue-tsc": "^0.39.0" + "vue-tsc": "^0.40.1" }, "resolutions": { "prettier": "^2.7.1" diff --git a/packages/app-config/package.json b/packages/app-config/package.json index ff987fcb..8fcf455e 100644 --- a/packages/app-config/package.json +++ b/packages/app-config/package.json @@ -48,9 +48,9 @@ "@1stg/stylelint-config": "^4.6.1", "@pkgr/es-modules": "^0.6.2", "@pkgr/imagemin": "^3.1.1", - "browserslist": "^4.21.2", - "postcss": "^8.4.14", - "stylelint": "^14.9.1" + "browserslist": "^4.21.3", + "postcss": "^8.4.16", + "stylelint": "^14.10.0" }, "publishConfig": { "access": "public" diff --git a/packages/babel-preset/package.json b/packages/babel-preset/package.json index f77d6461..5a0e80e6 100644 --- a/packages/babel-preset/package.json +++ b/packages/babel-preset/package.json @@ -46,8 +46,8 @@ "dependencies": { "@babel/helper-plugin-utils": "^7.18.9", "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-decorators": "^7.18.9", - "@babel/preset-env": "^7.18.9", + "@babel/plugin-proposal-decorators": "^7.18.10", + "@babel/preset-env": "^7.18.10", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@pkgr/utils": "^2.3.0", @@ -60,7 +60,7 @@ "babel-plugin-transform-remove-console": "^6.9.4", "babel-plugin-transform-typescript-metadata": "^0.3.2", "babel-preset-proposal-typescript": "^2.2.0", - "core-js": "^3.23.5", + "core-js": "^3.24.1", "fast-async": "^7.0.6" }, "publishConfig": { diff --git a/packages/common-config/package.json b/packages/common-config/package.json index 4ac32fcb..d88cf130 100644 --- a/packages/common-config/package.json +++ b/packages/common-config/package.json @@ -51,9 +51,9 @@ "@1stg/remark-config": "^4.0.3", "@1stg/simple-git-hooks": "^0.2.1", "@1stg/tsconfig": "^2.2.5", - "@babel/core": "^7.18.9", + "@babel/core": "^7.18.10", "@commitlint/cli": "^17.0.3", - "eslint": "^8.20.0", + "eslint": "^8.22.0", "lint-staged": "^13.0.3", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", diff --git a/packages/eslint-config/base.js b/packages/eslint-config/base.js index 76b4eca4..f8b725e3 100644 --- a/packages/eslint-config/base.js +++ b/packages/eslint-config/base.js @@ -107,8 +107,8 @@ module.exports = { kebabCase: true, pascalCase: true, }, - // ignore UPPER_CASE markdown filenames - ignore: [/^[A-Z](([\dA-Z]+_)*[\dA-Z]+)?\.mdx?$/], + // ignore UPPER_CASE markdown or yaml filenames + ignore: [/^[A-Z](([\dA-Z]+_)*[\dA-Z]+)?\.(mdx?|ya?ml)$/], }, ], 'unicorn/no-array-reduce': 0, diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 6fdcf2f5..6b96a003 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -50,24 +50,24 @@ "@angular-eslint/eslint-plugin-template": "^14.0.2", "@angular-eslint/template-parser": "^14.0.2", "@babel/eslint-parser": "^7.18.9", - "@babel/eslint-plugin": "^7.17.7", + "@babel/eslint-plugin": "^7.18.10", "@pkgr/utils": "^2.3.0", - "@typescript-eslint/eslint-plugin": "^5.30.7", - "@typescript-eslint/parser": "^5.30.7", + "@typescript-eslint/eslint-plugin": "^5.33.0", + "@typescript-eslint/parser": "^5.33.0", "angular-eslint-template-parser": "^0.1.1", "eslint-config-prettier": "^8.5.0", "eslint-config-standard": "^17.0.0", "eslint-config-standard-jsx": "^11.0.0", "eslint-config-standard-react": "^11.0.1", "eslint-formatter-friendly": "^7.0.0", - "eslint-import-resolver-typescript": "^3.3.0", + "eslint-import-resolver-typescript": "^3.4.1", "eslint-plugin-css": "^0.6.0", "eslint-plugin-es-x": "^5.2.1", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "npm:eslint-plugin-i@^2.26.0", - "eslint-plugin-jest": "^26.6.0", - "eslint-plugin-jsdoc": "^39.3.3", - "eslint-plugin-json-schema-validator": "^4.0.0", + "eslint-plugin-jest": "^26.8.2", + "eslint-plugin-jsdoc": "^39.3.6", + "eslint-plugin-json-schema-validator": "^4.0.1", "eslint-plugin-jsonc": "^2.3.1", "eslint-plugin-markup": "^0.10.1", "eslint-plugin-mdx": "^2.0.2", @@ -76,15 +76,15 @@ "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-regexp": "^1.7.0", + "eslint-plugin-regexp": "^1.8.0", "eslint-plugin-simple-import-sort": "^7.0.0", - "eslint-plugin-sonar": "^0.8.0", - "eslint-plugin-sonarjs": "^0.14.0", - "eslint-plugin-svelte": "^2.2.0", + "eslint-plugin-sonar": "^0.9.0", + "eslint-plugin-sonarjs": "^0.15.0", + "eslint-plugin-svelte": "^2.5.0", "eslint-plugin-toml": "^0.3.1", "eslint-plugin-unicorn": "^43.0.2", - "eslint-plugin-vue": "^9.2.0", - "eslint-plugin-yml": "^1.0.0" + "eslint-plugin-vue": "^9.3.0", + "eslint-plugin-yml": "^1.1.0" }, "publishConfig": { "access": "public" diff --git a/packages/lint-staged/base.js b/packages/lint-staged/base.js index a805de0c..c5437537 100644 --- a/packages/lint-staged/base.js +++ b/packages/lint-staged/base.js @@ -13,13 +13,14 @@ const STYLELINT_PRETTIER_FILES = 'css,less,sass,scss,styl,stylus,svelte,vue' const config = [ `*.{*sh,env,env.*,gql,ini,properties,rb${ - useEslintPrettier ? '' : ',' + ESLINT_PRETTIER_FILES - }${useStylelintPrettier ? '' : ',' + STYLELINT_PRETTIER_FILES}}`, + isEslintAvailable ? '' : ',' + ESLINT_PRETTIER_FILES + }${isStylelintAvailable ? '' : ',' + STYLELINT_PRETTIER_FILES}}`, '.!(browserslistrc|nvm)rc', 'Dockerfile', ].reduce( (acc, files) => Object.assign(acc, { + // eslint-disable-next-line sonarjs/no-duplicate-string [files]: 'prettier --write', }), {}, @@ -27,12 +28,18 @@ const config = [ if (isEslintAvailable) { Object.assign(config, { - [`*.{${ESLINT_PRETTIER_FILES}}`]: 'eslint --cache -f friendly --fix', + [`*.{${ESLINT_PRETTIER_FILES}}`]: [ + 'eslint --cache -f friendly --fix', + ...(useEslintPrettier ? [] : ['prettier --write']), + ], }) } if (isStylelintAvailable) { - config[`*.{${STYLELINT_PRETTIER_FILES}}`] = 'stylelint --cache --fix' + config[`*.{${STYLELINT_PRETTIER_FILES}}`] = [ + 'stylelint --cache --fix', + ...(useStylelintPrettier ? [] : ['prettier --write']), + ] } if (isPkgAvailable('@pkgr/imagemin')) { diff --git a/packages/markuplint-config/package.json b/packages/markuplint-config/package.json index d8c02dee..e14b4690 100644 --- a/packages/markuplint-config/package.json +++ b/packages/markuplint-config/package.json @@ -45,7 +45,7 @@ "markuplint": "^2.0.0" }, "dependencies": { - "@markuplint/svelte-parser": "^2.2.3", + "@markuplint/svelte-parser": "^2.2.4", "@markuplint/vue-parser": "^2.3.2", "@markuplint/vue-spec": "^2.1.1", "markuplint-angular-parser": "^1.1.3" diff --git a/packages/postcss-config/package.json b/packages/postcss-config/package.json index ee18654b..b0ad705a 100644 --- a/packages/postcss-config/package.json +++ b/packages/postcss-config/package.json @@ -45,8 +45,8 @@ }, "dependencies": { "@pkgr/utils": "^2.3.0", - "autoprefixer": "^10.4.7", - "cssnano": "^5.1.12", + "autoprefixer": "^10.4.8", + "cssnano": "^5.1.13", "cssnano-preset-advanced": "^5.3.8", "postcss-import": "^14.1.0", "postcss-modules": "^4.3.1", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 3e5d194b..a13bdb56 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -42,14 +42,14 @@ }, "dependencies": { "@1stg/config": "^0.2.0", - "@prettier/plugin-pug": "^2.1.1", + "@prettier/plugin-pug": "^2.2.0", "@prettier/plugin-ruby": "^3.2.0", "@prettier/plugin-xml": "^2.2.0", - "prettier-plugin-ini": "^1.0.0", - "prettier-plugin-pkg": "^0.16.0", - "prettier-plugin-properties": "^0.1.0", - "prettier-plugin-sh": "^0.12.6", - "prettier-plugin-stylus": "^0.0.1-beta.3", + "prettier-plugin-ini": "^1.1.0", + "prettier-plugin-pkg": "^0.16.1", + "prettier-plugin-properties": "^0.2.0", + "prettier-plugin-sh": "^0.12.8", + "prettier-plugin-stylus": "^0.0.1-beta.8", "prettier-plugin-svelte": "^2.7.0", "prettier-plugin-toml": "^0.3.1" }, diff --git a/packages/remark-config/package.json b/packages/remark-config/package.json index 133a6c9a..6507a0f2 100644 --- a/packages/remark-config/package.json +++ b/packages/remark-config/package.json @@ -52,7 +52,7 @@ "remark-preset-lint-consistent": "^5.1.1", "remark-preset-lint-markdown-style-guide": "^5.1.2", "remark-preset-lint-recommended": "^6.1.2", - "remark-preset-prettier": "^1.0.1", + "remark-preset-prettier": "^1.0.2", "remark-validate-links": "^12.0.0" }, "publishConfig": { diff --git a/packages/stylelint-config/package.json b/packages/stylelint-config/package.json index 82fc809d..2df782e0 100644 --- a/packages/stylelint-config/package.json +++ b/packages/stylelint-config/package.json @@ -53,7 +53,7 @@ "postcss-scss": "^4.0.4", "postcss-syntax": "^0.36.2", "stylelint-config-prettier": "^9.0.3", - "stylelint-config-standard": "^26.0.0", + "stylelint-config-standard": "^27.0.0", "stylelint-high-performance-animation": "^1.6.0", "stylelint-no-unsupported-browser-features": "^5.0.3", "stylelint-prettier": "^2.0.0", diff --git a/packages/stylelint-config/scss/base.js b/packages/stylelint-config/scss/base.js index c0565875..b2a17a1e 100644 --- a/packages/stylelint-config/scss/base.js +++ b/packages/stylelint-config/scss/base.js @@ -2,6 +2,12 @@ module.exports = { customSyntax: 'postcss-scss', plugins: ['stylelint-scss'], rules: { + 'annotation-no-unknown': [ + true, + { + ignoreAnnotations: ['default'], + }, + ], 'at-rule-no-unknown': null, 'function-no-unknown': null, 'scss/at-each-key-value-single-line': true, diff --git a/packages/tsconfig/lib.json b/packages/tsconfig/lib.json index 454f6d8a..047042c4 100644 --- a/packages/tsconfig/lib.json +++ b/packages/tsconfig/lib.json @@ -3,6 +3,7 @@ "extends": "./tsconfig.json", "compilerOptions": { "declaration": true, - "outDir": "lib" + "outDir": "lib", + "removeComments": true } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c0fc2cd3..dab8662e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -22,28 +22,28 @@ importers: '@1stg/simple-git-hooks': workspace:* '@1stg/stylelint-config': workspace:* '@1stg/tsconfig': workspace:* - '@angular/compiler': ^14.1.0 - '@angular/compiler-cli': ^14.1.0 - '@angular/core': ^14.1.0 + '@angular/compiler': ^14.1.2 + '@angular/compiler-cli': ^14.1.2 + '@angular/core': ^14.1.2 '@changesets/changelog-github': ^0.4.6 - '@changesets/cli': ^2.24.0 + '@changesets/cli': ^2.24.3 '@types/babel__core': ^7.1.19 '@types/jest': ^28.1.6 - '@types/node': ^18.0.6 - '@types/react': ^18.0.15 + '@types/node': ^18.7.3 + '@types/react': ^18.0.17 '@types/unist': ^2.0.6 c8: ^7.12.0 - markuplint: ^2.10.0 - postcss: ^8.4.14 + markuplint: ^2.10.1 + postcss: ^8.4.16 react: ^18.2.0 rxjs: ^7.5.6 simple-git-hooks: ^2.8.0 svelte: ^3.49.0 type-coverage: ^2.22.0 typescript: ^4.7.4 - vitest: ^0.19.0 + vitest: ^0.21.1 vue: ^3.2.37 - vue-tsc: ^0.39.0 + vue-tsc: ^0.40.1 devDependencies: '@1stg/babel-preset': link:packages/babel-preset '@1stg/browserslist-config': link:packages/browserslist-config @@ -60,28 +60,28 @@ importers: '@1stg/simple-git-hooks': link:packages/simple-git-hooks '@1stg/stylelint-config': link:packages/stylelint-config '@1stg/tsconfig': link:packages/tsconfig - '@angular/compiler': 14.1.0_@angular+core@14.1.0 - '@angular/compiler-cli': 14.1.0_bsntb4b45ycw7mpv6nax2z6oyu - '@angular/core': 14.1.0_rxjs@7.5.6+zone.js@0.11.7 + '@angular/compiler': 14.1.2_@angular+core@14.1.2 + '@angular/compiler-cli': 14.1.2_dzyrlksv2o5qxcph5fpb5z446q + '@angular/core': 14.1.2_rxjs@7.5.6+zone.js@0.11.8 '@changesets/changelog-github': 0.4.6 - '@changesets/cli': 2.24.0 + '@changesets/cli': 2.24.3 '@types/babel__core': 7.1.19 '@types/jest': 28.1.6 - '@types/node': 18.0.6 - '@types/react': 18.0.15 + '@types/node': 18.7.3 + '@types/react': 18.0.17 '@types/unist': 2.0.6 c8: 7.12.0 - markuplint: 2.10.0 - postcss: 8.4.14 + markuplint: 2.10.1 + postcss: 8.4.16 react: 18.2.0 rxjs: 7.5.6 simple-git-hooks: 2.8.0 svelte: 3.49.0 type-coverage: 2.22.0_typescript@4.7.4 typescript: 4.7.4 - vitest: 0.19.0_c8@7.12.0 + vitest: 0.21.1_c8@7.12.0 vue: 3.2.37 - vue-tsc: 0.39.0_typescript@4.7.4 + vue-tsc: 0.40.1_typescript@4.7.4 packages/app-config: specifiers: @@ -91,9 +91,9 @@ importers: '@1stg/stylelint-config': ^4.6.1 '@pkgr/es-modules': ^0.6.2 '@pkgr/imagemin': ^3.1.1 - browserslist: ^4.21.2 - postcss: ^8.4.14 - stylelint: ^14.9.1 + browserslist: ^4.21.3 + postcss: ^8.4.16 + stylelint: ^14.10.0 dependencies: '@1stg/browserslist-config': link:../browserslist-config '@1stg/common-config': link:../common-config @@ -101,17 +101,17 @@ importers: '@1stg/stylelint-config': link:../stylelint-config '@pkgr/es-modules': 0.6.2 '@pkgr/imagemin': 3.1.1 - browserslist: 4.21.2 - postcss: 8.4.14 - stylelint: 14.9.1 + browserslist: 4.21.3 + postcss: 8.4.16 + stylelint: 14.10.0 packages/babel-preset: specifiers: '@babel/core': '>=7.14.1' '@babel/helper-plugin-utils': ^7.18.9 '@babel/plugin-proposal-class-properties': ^7.18.6 - '@babel/plugin-proposal-decorators': ^7.18.9 - '@babel/preset-env': ^7.18.9 + '@babel/plugin-proposal-decorators': ^7.18.10 + '@babel/preset-env': ^7.18.10 '@babel/preset-react': ^7.18.6 '@babel/preset-typescript': ^7.18.6 '@pkgr/utils': ^2.3.0 @@ -124,14 +124,14 @@ importers: babel-plugin-transform-remove-console: ^6.9.4 babel-plugin-transform-typescript-metadata: ^0.3.2 babel-preset-proposal-typescript: ^2.2.0 - core-js: ^3.23.5 + core-js: ^3.24.1 fast-async: ^7.0.6 dependencies: '@babel/core': 7.18.9 '@babel/helper-plugin-utils': 7.18.9 '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.9 - '@babel/plugin-proposal-decorators': 7.18.9_@babel+core@7.18.9 - '@babel/preset-env': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-proposal-decorators': 7.18.10_@babel+core@7.18.9 + '@babel/preset-env': 7.18.10_@babel+core@7.18.9 '@babel/preset-react': 7.18.6_@babel+core@7.18.9 '@babel/preset-typescript': 7.18.6_@babel+core@7.18.9 '@pkgr/utils': 2.3.0 @@ -144,7 +144,7 @@ importers: babel-plugin-transform-remove-console: 6.9.4 babel-plugin-transform-typescript-metadata: 0.3.2 babel-preset-proposal-typescript: 2.2.0_p2nspltq2mrxfqigdmhjpzxdbm - core-js: 3.23.5 + core-js: 3.24.1 fast-async: 7.0.6 packages/browserslist-config: @@ -174,9 +174,9 @@ importers: '@1stg/remark-config': ^4.0.3 '@1stg/simple-git-hooks': ^0.2.1 '@1stg/tsconfig': ^2.2.5 - '@babel/core': ^7.18.9 + '@babel/core': ^7.18.10 '@commitlint/cli': ^17.0.3 - eslint: ^8.20.0 + eslint: ^8.22.0 lint-staged: ^13.0.3 npm-run-all: ^4.1.5 prettier: ^2.7.1 @@ -192,9 +192,9 @@ importers: '@1stg/remark-config': link:../remark-config '@1stg/simple-git-hooks': link:../simple-git-hooks '@1stg/tsconfig': link:../tsconfig - '@babel/core': 7.18.9 + '@babel/core': 7.18.10 '@commitlint/cli': 17.0.3 - eslint: 8.20.0 + eslint: 8.22.0 lint-staged: 13.0.3 npm-run-all: 4.1.5 prettier: 2.7.1 @@ -211,10 +211,10 @@ importers: '@angular-eslint/eslint-plugin-template': ^14.0.2 '@angular-eslint/template-parser': ^14.0.2 '@babel/eslint-parser': ^7.18.9 - '@babel/eslint-plugin': ^7.17.7 + '@babel/eslint-plugin': ^7.18.10 '@pkgr/utils': ^2.3.0 - '@typescript-eslint/eslint-plugin': ^5.30.7 - '@typescript-eslint/parser': ^5.30.7 + '@typescript-eslint/eslint-plugin': ^5.33.0 + '@typescript-eslint/parser': ^5.33.0 angular-eslint-template-parser: ^0.1.1 eslint: '>=6.0.0' eslint-config-prettier: ^8.5.0 @@ -222,14 +222,14 @@ importers: eslint-config-standard-jsx: ^11.0.0 eslint-config-standard-react: ^11.0.1 eslint-formatter-friendly: ^7.0.0 - eslint-import-resolver-typescript: ^3.3.0 + eslint-import-resolver-typescript: ^3.4.1 eslint-plugin-css: ^0.6.0 eslint-plugin-es-x: ^5.2.1 eslint-plugin-eslint-comments: ^3.2.0 eslint-plugin-import: npm:eslint-plugin-i@^2.26.0 - eslint-plugin-jest: ^26.6.0 - eslint-plugin-jsdoc: ^39.3.3 - eslint-plugin-json-schema-validator: ^4.0.0 + eslint-plugin-jest: ^26.8.2 + eslint-plugin-jsdoc: ^39.3.6 + eslint-plugin-json-schema-validator: ^4.0.1 eslint-plugin-jsonc: ^2.3.1 eslint-plugin-markup: ^0.10.1 eslint-plugin-mdx: ^2.0.2 @@ -238,25 +238,25 @@ importers: eslint-plugin-promise: ^6.0.0 eslint-plugin-react: ^7.30.1 eslint-plugin-react-hooks: ^4.6.0 - eslint-plugin-regexp: ^1.7.0 + eslint-plugin-regexp: ^1.8.0 eslint-plugin-simple-import-sort: ^7.0.0 - eslint-plugin-sonar: ^0.8.0 - eslint-plugin-sonarjs: ^0.14.0 - eslint-plugin-svelte: ^2.2.0 + eslint-plugin-sonar: ^0.9.0 + eslint-plugin-sonarjs: ^0.15.0 + eslint-plugin-svelte: ^2.5.0 eslint-plugin-toml: ^0.3.1 eslint-plugin-unicorn: ^43.0.2 - eslint-plugin-vue: ^9.2.0 - eslint-plugin-yml: ^1.0.0 + eslint-plugin-vue: ^9.3.0 + eslint-plugin-yml: ^1.1.0 dependencies: '@1stg/config': link:../config '@angular-eslint/eslint-plugin': 14.0.2_he2ccbldppg44uulnyq4rwocfa '@angular-eslint/eslint-plugin-template': 14.0.2_he2ccbldppg44uulnyq4rwocfa '@angular-eslint/template-parser': 14.0.2_he2ccbldppg44uulnyq4rwocfa - '@babel/eslint-parser': 7.18.9_454u7sltq2wfyzqnoclqps3oeu - '@babel/eslint-plugin': 7.17.7_5hdsoqonnk3nvwkon7f6brqzku + '@babel/eslint-parser': 7.18.9_lkbfukplxys5xucwoejvmvultu + '@babel/eslint-plugin': 7.18.10_5hdsoqonnk3nvwkon7f6brqzku '@pkgr/utils': 2.3.0 - '@typescript-eslint/eslint-plugin': 5.30.7_6wltbjakwuqm7awqswigmiuhd4 - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/eslint-plugin': 5.33.0_3nc2idgq2w6e7a7j4k5cjoskdy + '@typescript-eslint/parser': 5.33.0_he2ccbldppg44uulnyq4rwocfa angular-eslint-template-parser: 0.1.1_lscoefpp2xo4h6652u3xspi3ma eslint: 8.20.0 eslint-config-prettier: 8.5.0_eslint@8.20.0 @@ -264,14 +264,14 @@ importers: eslint-config-standard-jsx: 11.0.0_d6b2yfc7lkeycvhlikcoxofgwu eslint-config-standard-react: 11.0.1_d6b2yfc7lkeycvhlikcoxofgwu eslint-formatter-friendly: 7.0.0 - eslint-import-resolver-typescript: 3.3.0_rrrh6qwanyj3uwtbsjyts4vv2m + eslint-import-resolver-typescript: 3.4.1_rrrh6qwanyj3uwtbsjyts4vv2m eslint-plugin-css: 0.6.0_eslint@8.20.0 eslint-plugin-es-x: 5.2.1_eslint@8.20.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.20.0 - eslint-plugin-import: /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i - eslint-plugin-jest: 26.6.0_hd24iy2743l222hqij56zjtbia - eslint-plugin-jsdoc: 39.3.3_eslint@8.20.0 - eslint-plugin-json-schema-validator: 4.0.0_eslint@8.20.0 + eslint-plugin-import: /eslint-plugin-i/2.26.0_ae7ovesqwbyhmoeeggxc64rqka + eslint-plugin-jest: 26.8.2_zwztnboginnpcvp3fegu3nxkoq + eslint-plugin-jsdoc: 39.3.6_eslint@8.20.0 + eslint-plugin-json-schema-validator: 4.0.1_eslint@8.20.0 eslint-plugin-jsonc: 2.3.1_eslint@8.20.0 eslint-plugin-markup: 0.10.1_eslint@8.20.0 eslint-plugin-mdx: 2.0.2_eslint@8.20.0 @@ -280,15 +280,15 @@ importers: eslint-plugin-promise: 6.0.0_eslint@8.20.0 eslint-plugin-react: 7.30.1_eslint@8.20.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.20.0 - eslint-plugin-regexp: 1.7.0_eslint@8.20.0 + eslint-plugin-regexp: 1.8.0_eslint@8.20.0 eslint-plugin-simple-import-sort: 7.0.0_eslint@8.20.0 - eslint-plugin-sonar: 0.8.0_x45rze3t5r5rpj27b7qxdjmrpe - eslint-plugin-sonarjs: 0.14.0_eslint@8.20.0 - eslint-plugin-svelte: 2.2.0_piwa6j2njmnknm35bh3wz5v52y + eslint-plugin-sonar: 0.9.0_3itr62pvhaeftmgfiqz2crrbhu + eslint-plugin-sonarjs: 0.15.0_eslint@8.20.0 + eslint-plugin-svelte: 2.5.0_piwa6j2njmnknm35bh3wz5v52y eslint-plugin-toml: 0.3.1_eslint@8.20.0 eslint-plugin-unicorn: 43.0.2_eslint@8.20.0 - eslint-plugin-vue: 9.2.0_eslint@8.20.0 - eslint-plugin-yml: 1.0.0_eslint@8.20.0 + eslint-plugin-vue: 9.3.0_eslint@8.20.0 + eslint-plugin-yml: 1.1.0_eslint@8.20.0 packages/husky-config: specifiers: @@ -326,24 +326,23 @@ importers: packages/markuplint-config: specifiers: - '@markuplint/svelte-parser': ^2.2.3 + '@markuplint/svelte-parser': ^2.2.4 '@markuplint/vue-parser': ^2.3.2 '@markuplint/vue-spec': ^2.1.1 markuplint: ^2.0.0 markuplint-angular-parser: ^1.1.3 dependencies: - '@markuplint/svelte-parser': 2.2.3 - '@markuplint/vue-parser': 2.3.2_eslint@8.20.0 + '@markuplint/svelte-parser': 2.2.4 + '@markuplint/vue-parser': 2.3.2_eslint@8.22.0 '@markuplint/vue-spec': 2.1.1 - markuplint-angular-parser: 1.1.3 - devDependencies: markuplint: 2.10.0 + markuplint-angular-parser: 1.1.3 packages/postcss-config: specifiers: '@pkgr/utils': ^2.3.0 - autoprefixer: ^10.4.7 - cssnano: ^5.1.12 + autoprefixer: ^10.4.8 + cssnano: ^5.1.13 cssnano-preset-advanced: ^5.3.8 postcss: '>=7.0.0' postcss-import: ^14.1.0 @@ -353,42 +352,41 @@ importers: postcss-url: ^10.1.3 dependencies: '@pkgr/utils': 2.3.0 - autoprefixer: 10.4.7_postcss@8.4.14 - cssnano: 5.1.12_postcss@8.4.14 + autoprefixer: 10.4.8_postcss@8.4.14 + cssnano: 5.1.13_postcss@8.4.14 cssnano-preset-advanced: 5.3.8_postcss@8.4.14 + postcss: 8.4.14 postcss-import: 14.1.0_postcss@8.4.14 postcss-modules: 4.3.1_postcss@8.4.14 - postcss-normalize: 10.0.1_ueju2bwfzqc5aneogkggyoaage + postcss-normalize: 10.0.1_bujjonwylnebbx3cl7qckr3eti postcss-preset-env: 7.7.2_postcss@8.4.14 postcss-url: 10.1.3_postcss@8.4.14 - devDependencies: - postcss: 8.4.14 packages/prettier-config: specifiers: '@1stg/config': ^0.2.0 - '@prettier/plugin-pug': ^2.1.1 + '@prettier/plugin-pug': ^2.2.0 '@prettier/plugin-ruby': ^3.2.0 '@prettier/plugin-xml': ^2.2.0 prettier: '>=1.18.0' - prettier-plugin-ini: ^1.0.0 - prettier-plugin-pkg: ^0.16.0 - prettier-plugin-properties: ^0.1.0 - prettier-plugin-sh: ^0.12.6 - prettier-plugin-stylus: ^0.0.1-beta.3 + prettier-plugin-ini: ^1.1.0 + prettier-plugin-pkg: ^0.16.1 + prettier-plugin-properties: ^0.2.0 + prettier-plugin-sh: ^0.12.8 + prettier-plugin-stylus: ^0.0.1-beta.8 prettier-plugin-svelte: ^2.7.0 prettier-plugin-toml: ^0.3.1 dependencies: '@1stg/config': link:../config - '@prettier/plugin-pug': 2.1.1_prettier@2.7.1 + '@prettier/plugin-pug': 2.2.0_prettier@2.7.1 '@prettier/plugin-ruby': 3.2.0 '@prettier/plugin-xml': 2.2.0 prettier: 2.7.1 - prettier-plugin-ini: 1.0.0 - prettier-plugin-pkg: 0.16.0_prettier@2.7.1 - prettier-plugin-properties: 0.1.0_prettier@2.7.1 - prettier-plugin-sh: 0.12.6_prettier@2.7.1 - prettier-plugin-stylus: 0.0.1-beta.3 + prettier-plugin-ini: 1.1.0 + prettier-plugin-pkg: 0.16.1_prettier@2.7.1 + prettier-plugin-properties: 0.2.0 + prettier-plugin-sh: 0.12.8_prettier@2.7.1 + prettier-plugin-stylus: 0.0.1-beta.8_prettier@2.7.1 prettier-plugin-svelte: 2.7.0_o3ioganyptcsrh6x4hnxvjkpqi prettier-plugin-toml: 0.3.1 @@ -402,7 +400,7 @@ importers: remark-preset-lint-consistent: ^5.1.1 remark-preset-lint-markdown-style-guide: ^5.1.2 remark-preset-lint-recommended: ^6.1.2 - remark-preset-prettier: ^1.0.1 + remark-preset-prettier: ^1.0.2 remark-validate-links: ^12.0.0 dependencies: remark-frontmatter: 4.0.1 @@ -413,7 +411,7 @@ importers: remark-preset-lint-consistent: 5.1.1 remark-preset-lint-markdown-style-guide: 5.1.2 remark-preset-lint-recommended: 6.1.2 - remark-preset-prettier: 1.0.1_prettier@2.7.1 + remark-preset-prettier: 1.0.2_prettier@2.7.1 remark-validate-links: 12.0.0 packages/renovate-config: @@ -444,7 +442,7 @@ importers: postcss-syntax: ^0.36.2 stylelint: '>=13.0.0' stylelint-config-prettier: ^9.0.3 - stylelint-config-standard: ^26.0.0 + stylelint-config-standard: ^27.0.0 stylelint-high-performance-animation: ^1.6.0 stylelint-no-unsupported-browser-features: ^5.0.3 stylelint-prettier: ^2.0.0 @@ -453,15 +451,15 @@ importers: dependencies: '@1stg/config': link:../config '@pkgr/utils': 2.3.0 - '@stylelint/postcss-css-in-js': 0.38.0_ryeeqdz73dmnun3unz5nxq65vi + '@stylelint/postcss-css-in-js': 0.38.0_wuc352kuwbjfwnfzykq4fs3caq postcss-html: 1.5.0 - postcss-less: 6.0.0_postcss@8.4.14 + postcss-less: 6.0.0_postcss@8.4.16 postcss-markdown: 1.2.0 - postcss-scss: 4.0.4_postcss@8.4.14 - postcss-syntax: 0.36.2_wwhk6mm4vrxkapktxrodsiot2e + postcss-scss: 4.0.4_postcss@8.4.16 + postcss-syntax: 0.36.2_i5xagrhwksti6t5i7zt7ea35m4 stylelint: 14.9.1 stylelint-config-prettier: 9.0.3_stylelint@14.9.1 - stylelint-config-standard: 26.0.0_stylelint@14.9.1 + stylelint-config-standard: 27.0.0_stylelint@14.9.1 stylelint-high-performance-animation: 1.6.0_stylelint@14.9.1 stylelint-no-unsupported-browser-features: 5.0.3_stylelint@14.9.1 stylelint-prettier: 2.0.0_ajb4dyjcjxvkvtnz4mzu4n3pcq @@ -481,7 +479,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@jridgewell/gen-mapping': 0.1.1 - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 /@angular-eslint/bundled-angular-compiler/14.0.2: resolution: {integrity: sha512-Ev001tGwBfy6lFd1IDrAHfW87VUqDmMQY5KWY+LM3dn0PY2XZv1RsBM16tBFbi7EaDeaxeFZg/G8PN5x+anNbg==} @@ -543,16 +541,16 @@ packages: - supports-color dev: false - /@angular/compiler-cli/14.1.0_bsntb4b45ycw7mpv6nax2z6oyu: - resolution: {integrity: sha512-llJkDnv0+riTdRPdOJv/FToz4X9ZO1URnalW+tIe2RyfOzkEqM+VLD/x+3cVgnsaFKuoPxIjZEkMoppGwVB4kg==} + /@angular/compiler-cli/14.1.2_dzyrlksv2o5qxcph5fpb5z446q: + resolution: {integrity: sha512-L1gB0ig2T0xz+4KaZCuf07tUitKT8gEqYQCd8evPeomMVgZAZcaCZa5O1FmNjGv7mDb0PrDJ1q0/VqTfet8onw==} engines: {node: ^14.15.0 || >=16.10.0} hasBin: true peerDependencies: - '@angular/compiler': 14.1.0 + '@angular/compiler': 14.1.2 typescript: '>=4.6.2 <4.8' dependencies: - '@angular/compiler': 14.1.0_@angular+core@14.1.0 - '@babel/core': 7.18.9 + '@angular/compiler': 14.1.2_@angular+core@14.1.2 + '@babel/core': 7.18.10 chokidar: 3.5.3 convert-source-map: 1.8.0 dependency-graph: 0.11.0 @@ -567,21 +565,21 @@ packages: - supports-color dev: true - /@angular/compiler/14.1.0_@angular+core@14.1.0: - resolution: {integrity: sha512-aLbtpFDF3fp/DOEsWSdpszmoNZAb0To/zoKhHVmEReuUKkMtlPNd3+e6wkR2vrvR/cWgbKwdb7RQ1IQtGDu74A==} + /@angular/compiler/14.1.2_@angular+core@14.1.2: + resolution: {integrity: sha512-H0W4kTM7gUizWe5oFgixbnnS6U4pBt7qcmVCe5mdfzuUwoDzp8u/cOUErxzM0gZiCFVT/KBPXgc7TeZ1oNtgHg==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: - '@angular/core': 14.1.0 + '@angular/core': 14.1.2 peerDependenciesMeta: '@angular/core': optional: true dependencies: - '@angular/core': 14.1.0_rxjs@7.5.6+zone.js@0.11.7 + '@angular/core': 14.1.2_rxjs@7.5.6+zone.js@0.11.8 tslib: 2.4.0 dev: true - /@angular/core/14.1.0_rxjs@7.5.6+zone.js@0.11.7: - resolution: {integrity: sha512-3quEsHmQifJOQ2oij5K+cjGjmhsKsyZI1+OTHWNZ6IXeuYviZv4U/Cui9fUJ1RN3CZxH3NzWB3gB/5qYFQfOgg==} + /@angular/core/14.1.2_rxjs@7.5.6+zone.js@0.11.8: + resolution: {integrity: sha512-7DkeMYxXaWiUN0SztsD/dUn8SYo7305sM9HtX9RCGG/pweOoIIdcRhTxyiatyVGzTuulwMs/Y/rD1Q+GsDCnow==} engines: {node: ^14.15.0 || >=16.10.0} peerDependencies: rxjs: ^6.5.3 || ^7.4.0 @@ -589,7 +587,7 @@ packages: dependencies: rxjs: 7.5.6 tslib: 2.4.0 - zone.js: 0.11.7 + zone.js: 0.11.8 dev: true /@babel/code-frame/7.0.0: @@ -608,6 +606,28 @@ packages: resolution: {integrity: sha512-HSmX4WZPPK3FUxYp7g2T6EyO8j96HlZJlxmKPSh6KAcqwyDrfx7hKjXpAW/0FhFfTJsR0Yt4lAjLI2coMptIHQ==} engines: {node: '>=6.9.0'} + /@babel/core/7.18.10: + resolution: {integrity: sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==} + engines: {node: '>=6.9.0'} + dependencies: + '@ampproject/remapping': 2.2.0 + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.10 + '@babel/helper-module-transforms': 7.18.9 + '@babel/helpers': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 + convert-source-map: 1.8.0 + debug: 4.3.4 + gensync: 1.0.0-beta.2 + json5: 2.2.1 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + /@babel/core/7.18.9: resolution: {integrity: sha512-1LIb1eL8APMy91/IMW+31ckrfBM4yCoLaVzoDhZUKSM4cu1L1nIidyxkCgzPAgrC5WEz36IPEr/eSeSF9pIn+g==} engines: {node: '>=6.9.0'} @@ -629,33 +649,42 @@ packages: semver: 6.3.0 transitivePeerDependencies: - supports-color + dev: false - /@babel/eslint-parser/7.18.9_454u7sltq2wfyzqnoclqps3oeu: + /@babel/eslint-parser/7.18.9_lkbfukplxys5xucwoejvmvultu: resolution: {integrity: sha512-KzSGpMBggz4fKbRbWLNyPVTuQr6cmCcBhOyXTw/fieOVaw5oYAwcAj4a7UKcDYCPxQq+CG1NCDZH9e2JTXquiQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/core': '>=7.11.0' eslint: ^7.5.0 || ^8.0.0 dependencies: - '@babel/core': 7.18.9 + '@babel/core': 7.18.10 eslint: 8.20.0 eslint-scope: 5.1.1 eslint-visitor-keys: 2.1.0 semver: 6.3.0 dev: false - /@babel/eslint-plugin/7.17.7_5hdsoqonnk3nvwkon7f6brqzku: - resolution: {integrity: sha512-JATUoJJXSgwI0T8juxWYtK1JSgoLpIGUsCHIv+NMXcUDA2vIe6nvAHR9vnuJgs/P1hOFw7vPwibixzfqBBLIVw==} + /@babel/eslint-plugin/7.18.10_5hdsoqonnk3nvwkon7f6brqzku: + resolution: {integrity: sha512-iV1OZj/7eg4wZIcsVEkXS3MUWdhmpLsu2h+9Zr2ppywKWdCRs6VfjxbRzmHHYeurTizrrnaJ9ZkbO8KOv4lauQ==} engines: {node: ^10.13.0 || ^12.13.0 || >=14.0.0} peerDependencies: '@babel/eslint-parser': '>=7.11.0' eslint: '>=7.5.0' dependencies: - '@babel/eslint-parser': 7.18.9_454u7sltq2wfyzqnoclqps3oeu + '@babel/eslint-parser': 7.18.9_lkbfukplxys5xucwoejvmvultu eslint: 8.20.0 eslint-rule-composer: 0.3.0 dev: false + /@babel/generator/7.18.12: + resolution: {integrity: sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/types': 7.18.10 + '@jridgewell/gen-mapping': 0.3.2 + jsesc: 2.5.2 + /@babel/generator/7.18.9: resolution: {integrity: sha512-wt5Naw6lJrL1/SGkipMiFxJjtyczUWTP38deiP1PO60HsBjDeKk08CGC3S8iVuvf0FmTdgKwU1KIXzSKL1G0Ug==} engines: {node: '>=6.9.0'} @@ -663,6 +692,7 @@ packages: '@babel/types': 7.18.9 '@jridgewell/gen-mapping': 0.3.2 jsesc: 2.5.2 + dev: false /@babel/helper-annotate-as-pure/7.18.6: resolution: {integrity: sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==} @@ -679,6 +709,18 @@ packages: '@babel/types': 7.18.9 dev: false + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.10: + resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.10 + '@babel/helper-validator-option': 7.18.6 + browserslist: 4.21.2 + semver: 6.3.0 + /@babel/helper-compilation-targets/7.18.9_@babel+core@7.18.9: resolution: {integrity: sha512-tzLCyVmqUiFlcFoAPLA/gL9TeYrF61VLNtb+hvkuVaB5SUjW7jcfrglBIX1vUIoT7CLP3bBlIMeyEsIl2eFQNg==} engines: {node: '>=6.9.0'} @@ -690,6 +732,7 @@ packages: '@babel/helper-validator-option': 7.18.6 browserslist: 4.21.2 semver: 6.3.0 + dev: false /@babel/helper-create-class-features-plugin/7.18.9_@babel+core@7.18.9: resolution: {integrity: sha512-WvypNAYaVh23QcjpMR24CwZY2Nz6hqdOcFdPbNpV56hL5H6KiFheO7Xm1aPdlLQ7d5emYZX7VZwPp9x3z+2opw==} @@ -751,14 +794,14 @@ packages: resolution: {integrity: sha512-fJgWlZt7nxGksJS9a0XdSaI4XvpExnNIgRP+rVefWh5U7BL8pPuir6SJUmFKRfjWQ51OtWSzwOxhaH/EBWWc0A==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.6 - '@babel/types': 7.18.9 + '@babel/template': 7.18.10 + '@babel/types': 7.18.10 /@babel/helper-hoist-variables/7.18.6: resolution: {integrity: sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.10 /@babel/helper-member-expression-to-functions/7.18.9: resolution: {integrity: sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==} @@ -771,7 +814,7 @@ packages: resolution: {integrity: sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.10 /@babel/helper-module-transforms/7.18.9: resolution: {integrity: sha512-KYNqY0ICwfv19b31XzvmI/mfcylOzbLtowkw+mfvGPAQ3kfCnMLYbED3YecL5tPd8nAYFQFAd6JHp2LxZk/J1g==} @@ -782,9 +825,9 @@ packages: '@babel/helper-simple-access': 7.18.6 '@babel/helper-split-export-declaration': 7.18.6 '@babel/helper-validator-identifier': 7.18.6 - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color @@ -832,7 +875,7 @@ packages: resolution: {integrity: sha512-iNpIgTgyAvDQpDj76POqg+YEt8fPxx3yaNBg3S30dxNKm2SWfYhD0TGrK/Eu9wHpUW63VQU894TsTg+GLbUa1g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.10 /@babel/helper-skip-transparent-expression-wrappers/7.18.9: resolution: {integrity: sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==} @@ -845,7 +888,11 @@ packages: resolution: {integrity: sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.10 + + /@babel/helper-string-parser/7.18.10: + resolution: {integrity: sha512-XtIfWmeNY3i4t7t4D2t02q50HvqHybPqW2ki1kosnvWCwuCMeo81Jf0gwr85jy/neUdg5XDdeFE/80DXiO+njw==} + engines: {node: '>=6.9.0'} /@babel/helper-validator-identifier/7.18.6: resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} @@ -871,9 +918,9 @@ packages: resolution: {integrity: sha512-Jf5a+rbrLoR4eNdUmnFu8cN5eNJT6qdTdOg5IHIzq87WwyRw9PwguLFOWYgktN/60IP4fgDUawJvs7PjQIzELQ==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.18.6 - '@babel/traverse': 7.18.9 - '@babel/types': 7.18.9 + '@babel/template': 7.18.10 + '@babel/traverse': 7.18.11 + '@babel/types': 7.18.10 transitivePeerDependencies: - supports-color @@ -885,12 +932,20 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 + /@babel/parser/7.18.11: + resolution: {integrity: sha512-9JKn5vN+hDt0Hdqn1PiJ2guflwP+B6Ga8qbDuoF0PzzVhrzsKIJo8yGqVk6CmMHiMei9w1C1Bp9IMJSIK+HPIQ==} + engines: {node: '>=6.0.0'} + hasBin: true + dependencies: + '@babel/types': 7.18.10 + /@babel/parser/7.18.9: resolution: {integrity: sha512-9uJveS9eY9DJ0t64YbIBZICtJy8a5QrDEVdiLCG97fVLpDTpGX7t8mMSb6OWw6Lrnjqj4O8zwjELX3dhoMgiBg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: '@babel/types': 7.18.9 + dev: false /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.18.9: resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==} @@ -926,6 +981,21 @@ packages: '@babel/plugin-syntax-async-do-expressions': 7.18.6_@babel+core@7.18.9 dev: false + /@babel/plugin-proposal-async-generator-functions/7.18.10_@babel+core@7.18.9: + resolution: {integrity: sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.9 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-remap-async-to-generator': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.9 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-proposal-async-generator-functions/7.18.6_@babel+core@7.18.9: resolution: {integrity: sha512-WAz4R9bvozx4qwf74M+sfqPMKfSqwM0phxPTR6iJIi8robgzXwkEgmeJG1gEKhm6sDqT/U9aV3lfcqybIpev8w==} engines: {node: '>=6.9.0'} @@ -968,6 +1038,22 @@ packages: - supports-color dev: false + /@babel/plugin-proposal-decorators/7.18.10_@babel+core@7.18.9: + resolution: {integrity: sha512-wdGTwWF5QtpTY/gbBtQLAiCnoxfD4qMbN87NYZle1dOZ9Os8Y6zXcKrIaOU8W+TIvFUWVGG9tUgNww3CjXRVVw==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.9 + '@babel/helper-create-class-features-plugin': 7.18.9_@babel+core@7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-replace-supers': 7.18.9 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/plugin-syntax-decorators': 7.18.6_@babel+core@7.18.9 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/plugin-proposal-decorators/7.18.9_@babel+core@7.18.9: resolution: {integrity: sha512-KD7zDNaD14CRpjQjVbV4EnH9lsKYlcpUrhZH37ei2IY+AlXrfAPy5pTmRUE4X6X1k8EsKXPraykxeaogqQvSGA==} engines: {node: '>=6.9.0'} @@ -1857,6 +1943,16 @@ packages: - supports-color dev: false + /@babel/plugin-transform-unicode-escapes/7.18.10_@babel+core@7.18.9: + resolution: {integrity: sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + dev: false + /@babel/plugin-transform-unicode-escapes/7.18.6_@babel+core@7.18.9: resolution: {integrity: sha512-XNRwQUXYMP7VLuy54cr/KS/WeL3AZeORhrmeZ7iewgu+X2eBqmpaLI/hzqr9ZxCeUoq0ASK4GUzSM0BDhZkLFw==} engines: {node: '>=6.9.0'} @@ -1878,6 +1974,92 @@ packages: '@babel/helper-plugin-utils': 7.18.9 dev: false + /@babel/preset-env/7.18.10_@babel+core@7.18.9: + resolution: {integrity: sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/compat-data': 7.18.8 + '@babel/core': 7.18.9 + '@babel/helper-compilation-targets': 7.18.9_@babel+core@7.18.9 + '@babel/helper-plugin-utils': 7.18.9 + '@babel/helper-validator-option': 7.18.6 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-proposal-async-generator-functions': 7.18.10_@babel+core@7.18.9 + '@babel/plugin-proposal-class-properties': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-class-static-block': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-dynamic-import': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-export-namespace-from': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-proposal-json-strings': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-logical-assignment-operators': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-numeric-separator': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-object-rest-spread': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-proposal-optional-catch-binding': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-optional-chaining': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-proposal-private-methods': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-private-property-in-object': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-proposal-unicode-property-regex': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.18.9 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.18.9 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.18.9 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-import-assertions': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.18.9 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.18.9 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.18.9 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.18.9 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.18.9 + '@babel/plugin-transform-arrow-functions': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-async-to-generator': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-block-scoped-functions': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-block-scoping': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-classes': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-computed-properties': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-destructuring': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-dotall-regex': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-duplicate-keys': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-exponentiation-operator': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-for-of': 7.18.8_@babel+core@7.18.9 + '@babel/plugin-transform-function-name': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-literals': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-member-expression-literals': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-modules-amd': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-modules-commonjs': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-modules-systemjs': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-modules-umd': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-named-capturing-groups-regex': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-new-target': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-object-super': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-parameters': 7.18.8_@babel+core@7.18.9 + '@babel/plugin-transform-property-literals': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-regenerator': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-reserved-words': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-shorthand-properties': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-spread': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-sticky-regex': 7.18.6_@babel+core@7.18.9 + '@babel/plugin-transform-template-literals': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-typeof-symbol': 7.18.9_@babel+core@7.18.9 + '@babel/plugin-transform-unicode-escapes': 7.18.10_@babel+core@7.18.9 + '@babel/plugin-transform-unicode-regex': 7.18.6_@babel+core@7.18.9 + '@babel/preset-modules': 0.1.5_@babel+core@7.18.9 + '@babel/types': 7.18.10 + babel-plugin-polyfill-corejs2: 0.3.2_@babel+core@7.18.9 + babel-plugin-polyfill-corejs3: 0.5.3_@babel+core@7.18.9 + babel-plugin-polyfill-regenerator: 0.4.0_@babel+core@7.18.9 + core-js-compat: 3.23.5 + semver: 6.3.0 + transitivePeerDependencies: + - supports-color + dev: false + /@babel/preset-env/7.18.9_@babel+core@7.18.9: resolution: {integrity: sha512-75pt/q95cMIHWssYtyfjVlvI+QEZQThQbKvR9xH+F/Agtw/s4Wfc2V9Bwd/P39VtixB7oWxGdH4GteTTwYJWMg==} engines: {node: '>=6.9.0'} @@ -2012,6 +2194,14 @@ packages: dependencies: regenerator-runtime: 0.13.9 + /@babel/template/7.18.10: + resolution: {integrity: sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 + /@babel/template/7.18.6: resolution: {integrity: sha512-JoDWzPe+wgBsTTgdnIma3iHNFC7YVJoPssVBDjiHfNlyt4YcunDtcDOUmfVDfCK5MfdsaIoX9PkijPhjH3nYUw==} engines: {node: '>=6.9.0'} @@ -2019,6 +2209,24 @@ packages: '@babel/code-frame': 7.18.6 '@babel/parser': 7.18.9 '@babel/types': 7.18.9 + dev: false + + /@babel/traverse/7.18.11: + resolution: {integrity: sha512-TG9PiM2R/cWCAy6BPJKeHzNbu4lPzOSZpeMfeNErskGpTJx6trEvFaVCbDvpcxwy49BKWmEPwiW8mrysNiDvIQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/code-frame': 7.18.6 + '@babel/generator': 7.18.12 + '@babel/helper-environment-visitor': 7.18.9 + '@babel/helper-function-name': 7.18.9 + '@babel/helper-hoist-variables': 7.18.6 + '@babel/helper-split-export-declaration': 7.18.6 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 + debug: 4.3.4 + globals: 11.12.0 + transitivePeerDependencies: + - supports-color /@babel/traverse/7.18.9: resolution: {integrity: sha512-LcPAnujXGwBgv3/WHv01pHtb2tihcyW1XuL9wd7jqh1Z8AQkTd+QVjMrMijrln0T7ED3UXLIy36P9Ao7W75rYg==} @@ -2036,6 +2244,15 @@ packages: globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: false + + /@babel/types/7.18.10: + resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} + engines: {node: '>=6.9.0'} + dependencies: + '@babel/helper-string-parser': 7.18.10 + '@babel/helper-validator-identifier': 7.18.6 + to-fast-properties: 2.0.0 /@babel/types/7.18.9: resolution: {integrity: sha512-WwMLAg2MvJmt/rKEVQBBhIVffMmnilX4oe0sRe7iPOHIGsqpruFHHdrfj4O1CMMtgMtCU4oPafZjDPCRgO57Wg==} @@ -2043,6 +2260,7 @@ packages: dependencies: '@babel/helper-validator-identifier': 7.18.6 to-fast-properties: 2.0.0 + dev: false /@bcoe/v8-coverage/0.2.3: resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} @@ -2052,13 +2270,13 @@ packages: resolution: {integrity: sha512-sBnCqW0nqofE47mxFnw+lvx6kzsQstwaQMVkh66qm/A6IlsnH7WsyGuVXTou8RF2wL4W7ybOoHPvP2WgIo6rhQ==} dev: false - /@changesets/apply-release-plan/6.0.2: - resolution: {integrity: sha512-s+rYNUTyC3FhTn8Gt35h65Bw/pwFevXLP/yOwzfrlfCd8Hj2FkX+1l3zPVkP+OpeMq7BAYtB6YfSkQe9awl4DQ==} + /@changesets/apply-release-plan/6.0.4: + resolution: {integrity: sha512-PutV/ymf8cZMqvaLe/Lh5cP3kBQ9FZl6oGQ3qRDxWD1ML+/uH3jrCE7S7Zw7IVSXkD0lnMD+1dAX7fsOJ6ZvgA==} dependencies: '@babel/runtime': 7.18.9 - '@changesets/config': 2.1.0 + '@changesets/config': 2.1.1 '@changesets/get-version-range-type': 0.3.2 - '@changesets/git': 1.4.0 + '@changesets/git': 1.4.1 '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 detect-indent: 6.1.0 @@ -2070,8 +2288,8 @@ packages: semver: 5.7.1 dev: true - /@changesets/assemble-release-plan/5.2.0: - resolution: {integrity: sha512-ewY24PEbSec2eKX0+KM7eyENA2hUUp6s4LF9p/iBxTtc+TX2Xbx5rZnlLKZkc8tpuQ3PZbyjLFXWhd1PP6SjCg==} + /@changesets/assemble-release-plan/5.2.1: + resolution: {integrity: sha512-d6ckasOWlKF9Mzs82jhl6TKSCgVvfLoUK1ERySrTg2TQJdrVUteZue6uEIYUTA7SgMu67UOSwol6R9yj1nTdjw==} dependencies: '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 @@ -2097,22 +2315,22 @@ packages: - encoding dev: true - /@changesets/cli/2.24.0: - resolution: {integrity: sha512-GlY8OGkwoTRupdV9L46NUhAZScJacRpY/ZUNHf+IQ65HoxgeT/OmgMIUnnippW4BtjlikayNV/HhkI/2HLsXcA==} + /@changesets/cli/2.24.3: + resolution: {integrity: sha512-okhRV+0WCQJa2Kmil/WvN5TK1o3+1JYSjrsGHqhjv+PYcDgDDgQ6I9J9OMBO9lfmNIpN7xSO80/BzxgvReO4Wg==} hasBin: true dependencies: '@babel/runtime': 7.18.9 - '@changesets/apply-release-plan': 6.0.2 - '@changesets/assemble-release-plan': 5.2.0 + '@changesets/apply-release-plan': 6.0.4 + '@changesets/assemble-release-plan': 5.2.1 '@changesets/changelog-git': 0.1.12 - '@changesets/config': 2.1.0 + '@changesets/config': 2.1.1 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.3 - '@changesets/get-release-plan': 3.0.11 - '@changesets/git': 1.4.0 + '@changesets/get-release-plan': 3.0.14 + '@changesets/git': 1.4.1 '@changesets/logger': 0.0.5 '@changesets/pre': 1.0.12 - '@changesets/read': 0.5.6 + '@changesets/read': 0.5.7 '@changesets/types': 5.1.0 '@changesets/write': 0.1.9 '@manypkg/get-packages': 1.1.3 @@ -2136,8 +2354,8 @@ packages: tty-table: 4.1.6 dev: true - /@changesets/config/2.1.0: - resolution: {integrity: sha512-43potf+DwYHmH7EY19vxtCq6fqj7UUIrZ4DTwM3pVBqCKxFIytm7GPy7wNAsH06UvMw7NRuOu4QK5HN02GsIrw==} + /@changesets/config/2.1.1: + resolution: {integrity: sha512-nSRINMqHpdtBpNVT9Eh9HtmLhOwOTAeSbaqKM5pRmGfsvyaROTBXV84ujF9UsWNlV71YxFbxTbeZnwXSGQlyTw==} dependencies: '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.3 @@ -2173,14 +2391,14 @@ packages: - encoding dev: true - /@changesets/get-release-plan/3.0.11: - resolution: {integrity: sha512-WDVCuPIdIxLlITsCUEgQiiBitrcAqoOkyEkhkCGgzv4QBf87pJN15McOPKVy7Q2eiU3BfRDwYp4YtOPh4RUgCA==} + /@changesets/get-release-plan/3.0.14: + resolution: {integrity: sha512-xzSfeyIOvUnbqMuQXVKTYUizreWQfICwoQpvEHoePVbERLocc1tPo5lzR7dmVCFcaA/DcnbP6mxyioeq+JuzSg==} dependencies: '@babel/runtime': 7.18.9 - '@changesets/assemble-release-plan': 5.2.0 - '@changesets/config': 2.1.0 + '@changesets/assemble-release-plan': 5.2.1 + '@changesets/config': 2.1.1 '@changesets/pre': 1.0.12 - '@changesets/read': 0.5.6 + '@changesets/read': 0.5.7 '@changesets/types': 5.1.0 '@manypkg/get-packages': 1.1.3 dev: true @@ -2189,8 +2407,8 @@ packages: resolution: {integrity: sha512-SVqwYs5pULYjYT4op21F2pVbcrca4qA/bAA3FmFXKMN7Y+HcO8sbZUTx3TAy2VXulP2FACd1aC7f2nTuqSPbqg==} dev: true - /@changesets/git/1.4.0: - resolution: {integrity: sha512-uaFWaxVSotgbqnc0DxBtqJl940QDNlzGaaGJUEhPuNiw6CrpFMKPV9Q4wgiDMGVaIkoUpDbLnLRYjVu/FlqLhA==} + /@changesets/git/1.4.1: + resolution: {integrity: sha512-GWwRXEqBsQ3nEYcyvY/u2xUK86EKAevSoKV/IhELoZ13caZ1A1TSak/71vyKILtzuLnFPk5mepP5HjBxr7lZ9Q==} dependencies: '@babel/runtime': 7.18.9 '@changesets/errors': 0.1.4 @@ -2223,11 +2441,11 @@ packages: fs-extra: 7.0.1 dev: true - /@changesets/read/0.5.6: - resolution: {integrity: sha512-0Y2/ym46Vv78Yp4vUuqkQRHo2wdDYvDLtD1t4yoNDZ3ELzgC9kkWYywncxi9rj9nilLrgaVujKfEVNyFYefFoQ==} + /@changesets/read/0.5.7: + resolution: {integrity: sha512-Iteg0ccTPpkJ+qFzY97k7qqdVE5Kz30TqPo9GibpBk2g8tcLFUqf+Qd0iXPLcyhUZpPL1U6Hia1gINHNKIKx4g==} dependencies: '@babel/runtime': 7.18.9 - '@changesets/git': 1.4.0 + '@changesets/git': 1.4.1 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.14 '@changesets/types': 5.1.0 @@ -2575,6 +2793,17 @@ packages: postcss-selector-parser: 6.0.10 dev: false + /@csstools/selector-specificity/2.0.2_pnx64jze6bptzcedy5bidi3zdi: + resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} + engines: {node: ^12 || ^14 || >=16} + peerDependencies: + postcss: ^8.2 + postcss-selector-parser: ^6.0.10 + dependencies: + postcss: 8.4.16 + postcss-selector-parser: 6.0.10 + dev: false + /@es-joy/jsdoccomment/0.31.0: resolution: {integrity: sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==} engines: {node: ^14 || ^16 || ^17 || ^18} @@ -2584,13 +2813,22 @@ packages: jsdoc-type-pratt-parser: 3.1.0 dev: false + /@esbuild/linux-loong64/0.14.54: + resolution: {integrity: sha512-bZBrLAIX1kpWelV0XemxBZllyRmM6vgFQQG2GdNb+r3Fkp0FOh1NJSvekXDs7jq70k4euu1cryLMfU+mTXlEpw==} + engines: {node: '>=12'} + cpu: [loong64] + os: [linux] + requiresBuild: true + dev: true + optional: true + /@eslint/eslintrc/1.3.0: resolution: {integrity: sha512-UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: ajv: 6.12.6 debug: 4.3.4 - espree: 9.3.2 + espree: 9.3.3 globals: 13.17.0 ignore: 5.2.0 import-fresh: 3.3.0 @@ -2601,6 +2839,17 @@ packages: - supports-color dev: false + /@humanwhocodes/config-array/0.10.4: + resolution: {integrity: sha512-mXAIHxZT3Vcpg83opl1wGlVZ9xydbfZO3r5YfRSH6Gpp2J/PfdBP0wbDa2sO6/qRbcalpoevVyW6A/fI6LfeMw==} + engines: {node: '>=10.10.0'} + dependencies: + '@humanwhocodes/object-schema': 1.2.1 + debug: 4.3.4 + minimatch: 3.1.2 + transitivePeerDependencies: + - supports-color + dev: false + /@humanwhocodes/config-array/0.9.5: resolution: {integrity: sha512-ObyMyWxZiCu/yTisA7uzx81s40xR2fD5Cg/2Kq7G02ajkNubJf6BopgDTmDyc3U7sXpNKM8cYOw7s7Tyr+DnCw==} engines: {node: '>=10.10.0'} @@ -2612,6 +2861,10 @@ packages: - supports-color dev: false + /@humanwhocodes/gitignore-to-minimatch/1.0.2: + resolution: {integrity: sha512-rSqmMJDdLFUsyxR6FMtD00nfQKKLFb1kv+qBbOVKqErvloEIJLo5bDTJTQNTYgeyp78JsA7u/NPi5jT1GR/MuA==} + dev: false + /@humanwhocodes/object-schema/1.2.1: resolution: {integrity: sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==} dev: false @@ -2625,7 +2878,7 @@ packages: resolution: {integrity: sha512-/l/VWsdt/aBXgjshLWOFyFt3IVdYypu5y2Wn2rOO1un6nkqIn8SLXzgIMYXFyYsRWDyF5EthmKJMIdJvk08grg==} engines: {node: ^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0} dependencies: - '@sinclair/typebox': 0.24.20 + '@sinclair/typebox': 0.24.28 dev: true /@jridgewell/gen-mapping/0.1.1: @@ -2641,7 +2894,7 @@ packages: dependencies: '@jridgewell/set-array': 1.1.2 '@jridgewell/sourcemap-codec': 1.4.14 - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 /@jridgewell/resolve-uri/3.1.0: resolution: {integrity: sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==} @@ -2666,6 +2919,13 @@ packages: dependencies: '@jridgewell/resolve-uri': 3.1.0 '@jridgewell/sourcemap-codec': 1.4.14 + dev: false + + /@jridgewell/trace-mapping/0.3.15: + resolution: {integrity: sha512-oWZNOULl+UbhsgB51uuZzglikfIKSUBO/M9W2OfEjn7cmqoAiCgmv9lyACTUacZwBz0ITnJ2NqjU8Tx0DHL88g==} + dependencies: + '@jridgewell/resolve-uri': 3.1.0 + '@jridgewell/sourcemap-codec': 1.4.14 /@jridgewell/trace-mapping/0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} @@ -2796,8 +3056,8 @@ packages: transitivePeerDependencies: - supports-color - /@markuplint/svelte-parser/2.2.3: - resolution: {integrity: sha512-TQzuSFL2GrH1l8su+I+IdXXN7R3AgD1yUIjOSxUXo5IZXgqBYjNQGQmCkG0U84KGAJEdBDuzHsORHl3V9OUPPA==} + /@markuplint/svelte-parser/2.2.4: + resolution: {integrity: sha512-CtmKJzZdSmseGpM0qRrAI8jZ47Ub8hQn/0UfDEMs0JpREI8b+rxkWuIEiBpif5gP52bi7J/0kvLXz9P9Cg6rRg==} dependencies: '@markuplint/html-parser': 2.2.2 '@markuplint/ml-ast': 2.0.1-dev.20220307.0 @@ -2819,14 +3079,14 @@ packages: transitivePeerDependencies: - supports-color - /@markuplint/vue-parser/2.3.2_eslint@8.20.0: + /@markuplint/vue-parser/2.3.2_eslint@8.22.0: resolution: {integrity: sha512-9c4GetUNLE/q4d2G2jGwkoVSTAr8iM4om/cpGs2rjKRdczTgIADeTzjx2a88wEkWlBlVojdovR7t532mufomPA==} dependencies: '@markuplint/html-parser': 2.2.2 '@markuplint/ml-ast': 2.0.1-dev.20220307.0 '@markuplint/parser-utils': 2.2.1 tslib: 2.4.0 - vue-eslint-parser: 8.3.0_eslint@8.20.0 + vue-eslint-parser: 8.3.0_eslint@8.22.0 transitivePeerDependencies: - eslint - supports-color @@ -2969,8 +3229,8 @@ packages: tslib: 2.4.0 dev: false - /@prettier/plugin-pug/2.1.1_prettier@2.7.1: - resolution: {integrity: sha512-YSeE1Z1BCR/ylKv9WE66mvS0OqXaNRoRFFz/VtLoHeU98QZSljUUehyql7Se5NJSUhRSEbkpla42sPu8Ms6Epg==} + /@prettier/plugin-pug/2.2.0_prettier@2.7.1: + resolution: {integrity: sha512-W5CIXtMauz6xB4b0TeBW1Jxtk2ArggKMwqDHdGOfQ9ahABsttg2YZoQgLytETuo8Gjq0QkaGhAGD1pfDaUOZUQ==} engines: {node: '>=14.6.0', npm: '>=6.0.0'} peerDependencies: prettier: ^2.3.0 @@ -3101,8 +3361,8 @@ packages: picomatch: 2.3.1 dev: false - /@sinclair/typebox/0.24.20: - resolution: {integrity: sha512-kVaO5aEFZb33nPMTZBxiPEkY+slxiPtqC7QX8f9B3eGOMBvEfuMfxp9DSTTCsRJPumPKjrge4yagyssO4q6qzQ==} + /@sinclair/typebox/0.24.28: + resolution: {integrity: sha512-dgJd3HLOkLmz4Bw50eZx/zJwtBq65nms3N9VBYu5LTjJ883oBFkTyXRlCB/ZGGwqYpJJHA5zW2Ibhl5ngITfow==} dev: true /@sindresorhus/is/0.7.0: @@ -3110,15 +3370,15 @@ packages: engines: {node: '>=4'} dev: false - /@stylelint/postcss-css-in-js/0.38.0_ryeeqdz73dmnun3unz5nxq65vi: + /@stylelint/postcss-css-in-js/0.38.0_wuc352kuwbjfwnfzykq4fs3caq: resolution: {integrity: sha512-XOz5CAe49kS95p5yRd+DAIWDojTjfmyAQ4bbDlXMdbZTQ5t0ThjSLvWI6JI2uiS7MFurVBkZ6zUqcimzcLTBoQ==} peerDependencies: postcss: '>=7.0.0' postcss-syntax: '>=0.36.2' dependencies: '@babel/core': 7.18.9 - postcss: 8.4.14 - postcss-syntax: 0.36.2_wwhk6mm4vrxkapktxrodsiot2e + postcss: 8.4.16 + postcss-syntax: 0.36.2_i5xagrhwksti6t5i7zt7ea35m4 transitivePeerDependencies: - supports-color dev: false @@ -3170,40 +3430,40 @@ packages: /@types/babel__core/7.1.19: resolution: {integrity: sha512-WEOTgRsbYkvA/KCsDwVEGkd7WAr1e3g31VHQ8zy5gul/V1qKullU/BU5I68X5v7V3GnB9eotmom4v5a5gjxorw==} dependencies: - '@babel/parser': 7.18.9 - '@babel/types': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 - '@types/babel__traverse': 7.17.1 + '@types/babel__traverse': 7.18.0 dev: true /@types/babel__generator/7.6.4: resolution: {integrity: sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.10 dev: true /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.18.9 - '@babel/types': 7.18.9 + '@babel/parser': 7.18.11 + '@babel/types': 7.18.10 dev: true - /@types/babel__traverse/7.17.1: - resolution: {integrity: sha512-kVzjari1s2YVi77D3w1yuvohV2idweYXMCDzqBiVNN63TcDWrIlTVOYpqVrvbbyOE/IyzBoTKF0fdnLPEORFxA==} + /@types/babel__traverse/7.18.0: + resolution: {integrity: sha512-v4Vwdko+pgymgS+A2UIaJru93zQd85vIGWObM5ekZNdXCKtDYqATlEYnWgfo86Q6I1Lh0oXnksDnMU1cwmlPDw==} dependencies: - '@babel/types': 7.18.9 + '@babel/types': 7.18.10 dev: true /@types/chai-subset/1.3.3: resolution: {integrity: sha512-frBecisrNGz+F4T6bcc+NLeolfiojh5FxW2klu669+8BARtyQv2C/GkNW6FUodVe4BroGMP/wER/YDGc7rEllw==} dependencies: - '@types/chai': 4.3.1 + '@types/chai': 4.3.3 dev: true - /@types/chai/4.3.1: - resolution: {integrity: sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==} + /@types/chai/4.3.3: + resolution: {integrity: sha512-hC7OMnszpxhZPduX+m+nrx+uFoLkWOMiR4oa/AZF3MuSETYTZmFfJAHqZEM8MVlvfG7BEUcgvtwoCTxBp6hm3g==} dev: true /@types/concat-stream/2.0.0: @@ -3305,6 +3565,11 @@ packages: /@types/node/18.0.6: resolution: {integrity: sha512-/xUq6H2aQm261exT6iZTMifUySEt4GR5KX8eYyY+C4MSNPqSh9oNIP7tz2GLKTlFaiBbgZNxffoR3CVRG+cljw==} + dev: false + + /@types/node/18.7.3: + resolution: {integrity: sha512-LJgzOEwWuMTBxHzgBR/fhhBOWrvBjvO+zPteUgbbuQi80rYIZHrk1mNbRUqPZqSLP2H7Rwt1EFLL/tNLD1Xx/w==} + dev: true /@types/normalize-package-data/2.4.1: resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} @@ -3316,8 +3581,8 @@ packages: resolution: {integrity: sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==} dev: true - /@types/react/18.0.15: - resolution: {integrity: sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow==} + /@types/react/18.0.17: + resolution: {integrity: sha512-38ETy4tL+rn4uQQi7mB81G7V1g0u2ryquNmsVIOKUAEIDK+3CUjZ6rSRpdvS99dNBnkLFL83qfmtLacGOTIhwQ==} dependencies: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 @@ -3351,8 +3616,8 @@ packages: /@types/unist/2.0.6: resolution: {integrity: sha512-PBjIUxZHOuj0R15/xuwJYjFi+KZdNFrehocChv4g5hu6aFroHue8m0lBP0POdK2nKzbw0cgV1mws8+V/JAcEkQ==} - /@typescript-eslint/eslint-plugin/5.30.7_6wltbjakwuqm7awqswigmiuhd4: - resolution: {integrity: sha512-l4L6Do+tfeM2OK0GJsU7TUcM/1oN/N25xHm3Jb4z3OiDU4Lj8dIuxX9LpVMS9riSXQs42D1ieX7b85/r16H9Fw==} + /@typescript-eslint/eslint-plugin/5.33.0_3nc2idgq2w6e7a7j4k5cjoskdy: + resolution: {integrity: sha512-jHvZNSW2WZ31OPJ3enhLrEKvAZNyAFWZ6rx9tUwaessTc4sx9KmgMNhVcqVAl1ETnT5rU5fpXTLmY9YvC1DCNg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -3362,10 +3627,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa - '@typescript-eslint/scope-manager': 5.30.7 - '@typescript-eslint/type-utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa - '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/parser': 5.33.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/scope-manager': 5.33.0 + '@typescript-eslint/type-utils': 5.33.0_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.33.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 eslint: 8.20.0 functional-red-black-tree: 1.0.1 @@ -3378,8 +3643,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser/5.30.7_he2ccbldppg44uulnyq4rwocfa: - resolution: {integrity: sha512-Rg5xwznHWWSy7v2o0cdho6n+xLhK2gntImp0rJroVVFkcYFYQ8C8UJTSuTw/3CnExBmPjycjmUJkxVmjXsld6A==} + /@typescript-eslint/parser/5.33.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-cgM5cJrWmrDV2KpvlcSkelTBASAs1mgqq+IUGKJvFxWrapHpaRy5EXPQz9YaKF3nZ8KY18ILTiVpUtbIac86/w==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -3388,9 +3653,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.30.7 - '@typescript-eslint/types': 5.30.7 - '@typescript-eslint/typescript-estree': 5.30.7_typescript@4.7.4 + '@typescript-eslint/scope-manager': 5.33.0 + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 debug: 4.3.4 eslint: 8.20.0 typescript: 4.7.4 @@ -3414,8 +3679,16 @@ packages: '@typescript-eslint/visitor-keys': 5.30.7 dev: false - /@typescript-eslint/type-utils/5.30.7_he2ccbldppg44uulnyq4rwocfa: - resolution: {integrity: sha512-nD5qAE2aJX/YLyKMvOU5jvJyku4QN5XBVsoTynFrjQZaDgDV6i7QHFiYCx10wvn7hFvfuqIRNBtsgaLe0DbWhw==} + /@typescript-eslint/scope-manager/5.33.0: + resolution: {integrity: sha512-/Jta8yMNpXYpRDl8EwF/M8It2A9sFJTubDo0ATZefGXmOqlaBffEw0ZbkbQ7TNDK6q55NPHFshGBPAZvZkE8Pw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/visitor-keys': 5.33.0 + dev: false + + /@typescript-eslint/type-utils/5.33.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-2zB8uEn7hEH2pBeyk3NpzX1p3lF9dKrEbnXq1F7YkpZ6hlyqb2yZujqgRGqXgRBTHWIUG3NGx/WeZk224UKlIA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -3424,7 +3697,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/utils': 5.33.0_he2ccbldppg44uulnyq4rwocfa debug: 4.3.4 eslint: 8.20.0 tsutils: 3.21.0_typescript@4.7.4 @@ -3443,6 +3716,11 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false + /@typescript-eslint/types/5.33.0: + resolution: {integrity: sha512-nIMt96JngB4MYFYXpZ/3ZNU4GWPNdBbcB5w2rDOCpXOVUkhtNlG2mmm8uXhubhidRZdwMaMBap7Uk8SZMU/ppw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dev: false + /@typescript-eslint/typescript-estree/5.29.0_typescript@4.7.4: resolution: {integrity: sha512-mQvSUJ/JjGBdvo+1LwC+GY2XmSYjK1nAaVw2emp/E61wEVYEyibRHCqm1I1vEKbXCpUKuW4G7u9ZCaZhJbLoNQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3485,6 +3763,27 @@ packages: - supports-color dev: false + /@typescript-eslint/typescript-estree/5.33.0_typescript@4.7.4: + resolution: {integrity: sha512-tqq3MRLlggkJKJUrzM6wltk8NckKyyorCSGMq4eVkyL5sDYzJJcMgZATqmF8fLdsWrW7OjjIZ1m9v81vKcaqwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/visitor-keys': 5.33.0 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + semver: 7.3.7 + tsutils: 3.21.0_typescript@4.7.4 + typescript: 4.7.4 + transitivePeerDependencies: + - supports-color + dev: false + /@typescript-eslint/utils/5.29.0_he2ccbldppg44uulnyq4rwocfa: resolution: {integrity: sha512-3Eos6uP1nyLOBayc/VUdKZikV90HahXE5Dx9L5YlSd/7ylQPXhLk1BYb29SDgnBnTp+jmSZUU0QxUiyHgW4p7A==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3521,6 +3820,24 @@ packages: - typescript dev: false + /@typescript-eslint/utils/5.33.0_he2ccbldppg44uulnyq4rwocfa: + resolution: {integrity: sha512-JxOAnXt9oZjXLIiXb5ZIcZXiwVHCkqZgof0O8KPgz7C7y0HS42gi75PdPlqh1Tf109M0fyUw45Ao6JLo7S5AHw==} + 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.11 + '@typescript-eslint/scope-manager': 5.33.0 + '@typescript-eslint/types': 5.33.0 + '@typescript-eslint/typescript-estree': 5.33.0_typescript@4.7.4 + eslint: 8.20.0 + eslint-scope: 5.1.1 + eslint-utils: 3.0.0_eslint@8.20.0 + transitivePeerDependencies: + - supports-color + - typescript + dev: false + /@typescript-eslint/visitor-keys/5.29.0: resolution: {integrity: sha512-Hpb/mCWsjILvikMQoZIE3voc9wtQcS0A9FUw3h8bhr9UxBdtI/tw1ZDZUOXHXLOVMedKCH5NxyzATwnU78bWCQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -3537,48 +3854,48 @@ packages: eslint-visitor-keys: 3.3.0 dev: false - /@volar/code-gen/0.39.0: - resolution: {integrity: sha512-56ycx16FoeDrjVuQ2RKIRmk3paFuIG4eIZLMpxypGKOlhFxS9/nB2eumln2e1jVlnAWeTcFw5V1/eYpDTazHLA==} + /@typescript-eslint/visitor-keys/5.33.0: + resolution: {integrity: sha512-/XsqCzD4t+Y9p5wd9HZiptuGKBlaZO5showwqODii5C0nZawxWLF+Q6k5wYHBrQv96h6GYKyqqMHCSTqta8Kiw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - '@volar/source-map': 0.39.0 + '@typescript-eslint/types': 5.33.0 + eslint-visitor-keys: 3.3.0 + dev: false + + /@volar/code-gen/0.40.1: + resolution: {integrity: sha512-mN1jn08wRKLoUj+KThltyWfsiEGt6Um1yT6S7bkruwV76yiLlzIR4WZgWng254byGMozJ00qgkZmBhraD5b48A==} + dependencies: + '@volar/source-map': 0.40.1 dev: true - /@volar/source-map/0.39.0: - resolution: {integrity: sha512-sV/eDeOjBwDJxrxwP/ifABvlOUzjpUpCbtbAhoc9hD9SrHlaDGrKtnmXdqgH5DNHIfm5aUpY0xojRvFFOubpuw==} + /@volar/source-map/0.40.1: + resolution: {integrity: sha512-ORYg5W+R4iT2k/k2U4ASkKvDxabIzKtP+lXZ1CcqFIbTF81GOooAv5tJZImf8ifhUV9p8bgGaitFj/VnNzkdYg==} dev: true - /@volar/typescript-faster/0.39.0: - resolution: {integrity: sha512-+NNY456ABrvXD2VsJGsH4BGQTWkSyWcUfdbcREqXD+g2GotW7UtkFMtNgu1ASXBhKl7oRdPuRk5wK9Edw2tW9A==} + /@volar/typescript-faster/0.40.1: + resolution: {integrity: sha512-UiX8OzVRJtpudGfTY2KgB5m78DIA8oVbwI4QN5i4Ot8oURQPOviH7MahikHeeXidbh3iOy/u4vceMb+mfdizpQ==} dependencies: semver: 7.3.7 dev: true - /@volar/vue-code-gen/0.39.0: - resolution: {integrity: sha512-0KqocSt5o4TtmUngq+8tmWRfifgyE9eDzb4/1Ih7bl52T1RDdOOKkZ9GzP3zBic3N7lJHiOaLdGMXTK+IzAe7g==} + /@volar/vue-language-core/0.40.1: + resolution: {integrity: sha512-RBU2nQkj+asKZ/ht3sU3hTau+dGuTjJrQS3nNSw4+vnwUJnN/WogO/MmgKdrvVf3pUdLiucIog1E/Us1C8Y5wg==} dependencies: - '@volar/code-gen': 0.39.0 - '@volar/source-map': 0.39.0 + '@volar/code-gen': 0.40.1 + '@volar/source-map': 0.40.1 '@vue/compiler-core': 3.2.37 '@vue/compiler-dom': 3.2.37 - '@vue/shared': 3.2.37 - dev: true - - /@volar/vue-language-core/0.39.0: - resolution: {integrity: sha512-MnXnrIB7PtggLfKcLtg9I5X1i5FMCoTC+jYtR/j5RZU97boPbFi0lYLysCGPUXdP3w5taIXGPgfT8VnbLEkndQ==} - dependencies: - '@volar/code-gen': 0.39.0 - '@volar/source-map': 0.39.0 - '@volar/vue-code-gen': 0.39.0 '@vue/compiler-sfc': 3.2.37 '@vue/reactivity': 3.2.37 + '@vue/shared': 3.2.37 dev: true - /@volar/vue-typescript/0.39.0: - resolution: {integrity: sha512-RV+oHtkuta/kwskg02Ykp9qvDXpgDNF1EVgeGx42v1b65qMyAd5FgxOZxYYCzVV4DzVa6gH+C5YhuQXo4oEdog==} + /@volar/vue-typescript/0.40.1: + resolution: {integrity: sha512-58nW/Xwy7VBkeIPmbyEmi/j1Ta2HxGl/5aFiEEpWxoas7vI1AM+txz8+MhWho4ZMw0w0eCqPtGgugD2rr+/v7w==} dependencies: - '@volar/code-gen': 0.39.0 - '@volar/typescript-faster': 0.39.0 - '@volar/vue-language-core': 0.39.0 + '@volar/code-gen': 0.40.1 + '@volar/typescript-faster': 0.40.1 + '@volar/vue-language-core': 0.40.1 dev: true /@vue/babel-helper-vue-jsx-merge-props/1.2.1: @@ -3704,7 +4021,7 @@ packages: /@vue/compiler-core/3.2.37: resolution: {integrity: sha512-81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg==} dependencies: - '@babel/parser': 7.18.9 + '@babel/parser': 7.18.11 '@vue/shared': 3.2.37 estree-walker: 2.0.2 source-map: 0.6.1 @@ -3718,7 +4035,7 @@ packages: /@vue/compiler-sfc/3.2.37: resolution: {integrity: sha512-+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg==} dependencies: - '@babel/parser': 7.18.9 + '@babel/parser': 7.18.11 '@vue/compiler-core': 3.2.37 '@vue/compiler-dom': 3.2.37 '@vue/compiler-ssr': 3.2.37 @@ -3726,7 +4043,7 @@ packages: '@vue/shared': 3.2.37 estree-walker: 2.0.2 magic-string: 0.25.9 - postcss: 8.4.14 + postcss: 8.4.16 source-map: 0.6.1 /@vue/compiler-ssr/3.2.37: @@ -3738,7 +4055,7 @@ packages: /@vue/reactivity-transform/3.2.37: resolution: {integrity: sha512-IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg==} dependencies: - '@babel/parser': 7.18.9 + '@babel/parser': 7.18.11 '@vue/compiler-core': 3.2.37 '@vue/shared': 3.2.37 estree-walker: 2.0.2 @@ -4049,15 +4366,15 @@ packages: hasBin: true dev: false - /autoprefixer/10.4.7_postcss@8.4.14: - resolution: {integrity: sha512-ypHju4Y2Oav95SipEcCcI5J7CGPuvz8oat7sUtYj3ClK44bldfvtvcxK6IEK++7rqB7YchDGzweZIBG+SD0ZAA==} + /autoprefixer/10.4.8_postcss@8.4.14: + resolution: {integrity: sha512-75Jr6Q/XpTqEf6D2ltS5uMewJIx5irCU1oBYJrWjFenq/m12WRRrz6g15L1EIoYvPLXTbEry7rDOwrcYNj77xw==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.21.2 - caniuse-lite: 1.0.30001369 + browserslist: 4.21.3 + caniuse-lite: 1.0.30001375 fraction.js: 4.2.0 normalize-range: 0.1.2 picocolors: 1.0.0 @@ -4118,6 +4435,17 @@ packages: - supports-color dev: false + /babel-plugin-polyfill-regenerator/0.4.0_@babel+core@7.18.9: + resolution: {integrity: sha512-RW1cnryiADFeHmfLS+WW/G431p1PsW5qdRdz0SDRi7TKcUgc7Oh/uXkT7MZ/+tGsT1BkczEAmD5XjUyJ5SWDTw==} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.18.9 + '@babel/helper-define-polyfill-provider': 0.3.2_@babel+core@7.18.9 + transitivePeerDependencies: + - supports-color + dev: false + /babel-plugin-transform-async-to-promises/0.8.18: resolution: {integrity: sha512-WpOrF76nUHijnNn10eBGOHZmXQC8JYRME9rOLxStOga7Av2VO53ehVFvVNImMksVtQuL2/7ZNxEgxnx7oo/3Hw==} dev: false @@ -4298,6 +4626,17 @@ packages: node-releases: 2.0.6 update-browserslist-db: 1.0.5_browserslist@4.21.2 + /browserslist/4.21.3: + resolution: {integrity: sha512-898rgRXLAyRkM1GryrrBHGkqA5hlpkV5MhtZwg9QXeiyLUYs2k00Un05aX5l2/yJIOObYKOpS2JNo8nJDE7fWQ==} + engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} + hasBin: true + dependencies: + caniuse-lite: 1.0.30001375 + electron-to-chromium: 1.4.219 + node-releases: 2.0.6 + update-browserslist-db: 1.0.5_browserslist@4.21.3 + dev: false + /buffer-alloc-unsafe/1.1.0: resolution: {integrity: sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==} dev: false @@ -4435,6 +4774,10 @@ packages: /caniuse-lite/1.0.30001369: resolution: {integrity: sha512-OY1SBHaodJc4wflDIKnlkdqWzJZd1Ls/2zbVJHBSv3AT7vgOJ58yAhd2CN4d57l2kPJrgMb7P9+N1Mhy4tNSQA==} + /caniuse-lite/1.0.30001375: + resolution: {integrity: sha512-kWIMkNzLYxSvnjy0hL8w1NOaWNr2rn39RTAVyIwcw8juu60bZDWiF1/loOYANzjtJmy6qPgNmn38ro5Pygagdw==} + dev: false + /caw/2.0.1: resolution: {integrity: sha512-Cg8/ZSBEa8ZVY9HspcGUYaK63d/bN7rqS3CYCzEGUxuYv6UlmcjzDUz2fCFFHyTvUW5Pk0I+3hkA3iXlIj6guA==} engines: {node: '>=4'} @@ -4585,7 +4928,7 @@ packages: engines: {node: '>=0.10'} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.62 es6-iterator: 2.0.3 memoizee: 0.4.15 timers-ext: 0.1.7 @@ -4772,8 +5115,8 @@ packages: engines: {node: '>=10'} hasBin: true dependencies: - is-text-path: 1.0.1 JSONStream: 1.3.5 + is-text-path: 1.0.1 lodash: 4.17.21 meow: 8.1.2 split2: 3.2.2 @@ -4797,6 +5140,11 @@ packages: requiresBuild: true dev: false + /core-js/3.24.1: + resolution: {integrity: sha512-0QTBSYSUZ6Gq21utGzkfITDylE8jWC9Ne1D2MrhvlsZBI1x39OdDIVbzSqtgMndIy6BlHxBXpMGqzZmnztg2rg==} + requiresBuild: true + dev: false + /core-util-is/1.0.3: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: false @@ -4965,7 +5313,7 @@ packages: peerDependencies: postcss: ^8.2.15 dependencies: - autoprefixer: 10.4.7_postcss@8.4.14 + autoprefixer: 10.4.8_postcss@8.4.14 cssnano-preset-default: 5.2.12_postcss@8.4.14 postcss: 8.4.14 postcss-discard-unused: 5.1.0_postcss@8.4.14 @@ -5033,6 +5381,18 @@ packages: yaml: 1.10.2 dev: false + /cssnano/5.1.13_postcss@8.4.14: + resolution: {integrity: sha512-S2SL2ekdEz6w6a2epXn4CmMKU4K3KpcyXLKfAYc9UQQqJRkD/2eLUG0vJ3Db/9OvO5GuAdgXw3pFbR6abqghDQ==} + engines: {node: ^10 || ^12 || >=14.0} + peerDependencies: + postcss: ^8.2.15 + dependencies: + cssnano-preset-default: 5.2.12_postcss@8.4.14 + lilconfig: 2.0.6 + postcss: 8.4.14 + yaml: 1.10.2 + dev: false + /csso/4.2.0: resolution: {integrity: sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==} engines: {node: '>=8.0.0'} @@ -5094,7 +5454,7 @@ packages: /d/1.0.1: resolution: {integrity: sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==} dependencies: - es5-ext: 0.10.61 + es5-ext: 0.10.62 type: 1.2.0 /dargs/7.0.0: @@ -5458,6 +5818,10 @@ packages: /electron-to-chromium/1.4.199: resolution: {integrity: sha512-WIGME0Cs7oob3mxsJwHbeWkH0tYkIE/sjkJ8ML2BYmuRcjhRl/q5kVDXG7W9LOOKwzPU5M0LBlXRq9rlSgnNlg==} + /electron-to-chromium/1.4.219: + resolution: {integrity: sha512-zoQJsXOUw0ZA0YxbjkmzBumAJRtr6je5JySuL/bAoFs0DuLiLJ+5FzRF7/ZayihxR2QcewlRZVm5QZdUhwjOgA==} + dev: false + /emoji-regex/8.0.0: resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} @@ -5520,7 +5884,7 @@ packages: is-weakref: 1.0.2 object-inspect: 1.12.2 object-keys: 1.1.1 - object.assign: 4.1.2 + object.assign: 4.1.3 regexp.prototype.flags: 1.4.3 string.prototype.trimend: 1.0.5 string.prototype.trimstart: 1.0.5 @@ -5547,8 +5911,8 @@ packages: is-date-object: 1.0.5 is-symbol: 1.0.4 - /es5-ext/0.10.61: - resolution: {integrity: sha512-yFhIqQAzu2Ca2I4SE2Au3rxVfmohU9Y7wqGR+s7+H7krk26NXhIRAZDgqd6xqjCEFUomDEA3/Bo/7fKmIkW1kA==} + /es5-ext/0.10.62: + resolution: {integrity: sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==} engines: {node: '>=0.10'} requiresBuild: true dependencies: @@ -5560,7 +5924,7 @@ packages: resolution: {integrity: sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.62 es6-symbol: 3.1.3 /es6-symbol/3.1.3: @@ -5573,7 +5937,7 @@ packages: resolution: {integrity: sha512-p5um32HOTO1kP+w7PRnB+5lQ43Z6muuMuIMffvDN8ZB4GcnjLBV6zGStpbASIMk4DCAvEaamhe2zhyCb/QXXsA==} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.62 es6-iterator: 2.0.3 es6-symbol: 3.1.3 @@ -5583,6 +5947,16 @@ packages: cpu: [x64] os: [android] requiresBuild: true + dev: false + optional: true + + /esbuild-android-64/0.14.54: + resolution: {integrity: sha512-Tz2++Aqqz0rJ7kYBfz+iqyE3QMycD4vk7LBRyWaAVFgFtQ/O8EJOnVmTOiDWYZ/uYzB4kvP+bqejYdVKzE5lAQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [android] + requiresBuild: true + dev: true optional: true /esbuild-android-arm64/0.14.49: @@ -5591,6 +5965,16 @@ packages: cpu: [arm64] os: [android] requiresBuild: true + dev: false + optional: true + + /esbuild-android-arm64/0.14.54: + resolution: {integrity: sha512-F9E+/QDi9sSkLaClO8SOV6etqPd+5DgJje1F9lOWoNncDdOBL2YF59IhsWATSt0TLZbYCf3pNlTHvVV5VfHdvg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [android] + requiresBuild: true + dev: true optional: true /esbuild-darwin-64/0.14.49: @@ -5599,6 +5983,16 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: false + optional: true + + /esbuild-darwin-64/0.14.54: + resolution: {integrity: sha512-jtdKWV3nBviOd5v4hOpkVmpxsBy90CGzebpbO9beiqUYVMBtSc0AL9zGftFuBon7PNDcdvNCEuQqw2x0wP9yug==} + engines: {node: '>=12'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: true optional: true /esbuild-darwin-arm64/0.14.49: @@ -5607,6 +6001,16 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: false + optional: true + + /esbuild-darwin-arm64/0.14.54: + resolution: {integrity: sha512-OPafJHD2oUPyvJMrsCvDGkRrVCar5aVyHfWGQzY1dWnzErjrDuSETxwA2HSsyg2jORLY8yBfzc1MIpUkXlctmw==} + engines: {node: '>=12'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: true optional: true /esbuild-freebsd-64/0.14.49: @@ -5615,6 +6019,16 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true + dev: false + optional: true + + /esbuild-freebsd-64/0.14.54: + resolution: {integrity: sha512-OKwd4gmwHqOTp4mOGZKe/XUlbDJ4Q9TjX0hMPIDBUWWu/kwhBAudJdBoxnjNf9ocIB6GN6CPowYpR/hRCbSYAg==} + engines: {node: '>=12'} + cpu: [x64] + os: [freebsd] + requiresBuild: true + dev: true optional: true /esbuild-freebsd-arm64/0.14.49: @@ -5623,6 +6037,16 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true + dev: false + optional: true + + /esbuild-freebsd-arm64/0.14.54: + resolution: {integrity: sha512-sFwueGr7OvIFiQT6WeG0jRLjkjdqWWSrfbVwZp8iMP+8UHEHRBvlaxL6IuKNDwAozNUmbb8nIMXa7oAOARGs1Q==} + engines: {node: '>=12'} + cpu: [arm64] + os: [freebsd] + requiresBuild: true + dev: true optional: true /esbuild-linux-32/0.14.49: @@ -5631,6 +6055,16 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-32/0.14.54: + resolution: {integrity: sha512-1ZuY+JDI//WmklKlBgJnglpUL1owm2OX+8E1syCD6UAxcMM/XoWd76OHSjl/0MR0LisSAXDqgjT3uJqT67O3qw==} + engines: {node: '>=12'} + cpu: [ia32] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-64/0.14.49: @@ -5639,6 +6073,16 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-64/0.14.54: + resolution: {integrity: sha512-EgjAgH5HwTbtNsTqQOXWApBaPVdDn7XcK+/PtJwZLT1UmpLoznPd8c5CxqsH2dQK3j05YsB3L17T8vE7cp4cCg==} + engines: {node: '>=12'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-arm/0.14.49: @@ -5647,6 +6091,16 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-arm/0.14.54: + resolution: {integrity: sha512-qqz/SjemQhVMTnvcLGoLOdFpCYbz4v4fUo+TfsWG+1aOu70/80RV6bgNpR2JCrppV2moUQkww+6bWxXRL9YMGw==} + engines: {node: '>=12'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-arm64/0.14.49: @@ -5655,6 +6109,16 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-arm64/0.14.54: + resolution: {integrity: sha512-WL71L+0Rwv+Gv/HTmxTEmpv0UgmxYa5ftZILVi2QmZBgX3q7+tDeOQNqGtdXSdsL8TQi1vIaVFHUPDe0O0kdig==} + engines: {node: '>=12'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-mips64le/0.14.49: @@ -5663,6 +6127,16 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-mips64le/0.14.54: + resolution: {integrity: sha512-qTHGQB8D1etd0u1+sB6p0ikLKRVuCWhYQhAHRPkO+OF3I/iSlTKNNS0Lh2Oc0g0UFGguaFZZiPJdJey3AGpAlw==} + engines: {node: '>=12'} + cpu: [mips64el] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-ppc64le/0.14.49: @@ -5671,6 +6145,16 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-ppc64le/0.14.54: + resolution: {integrity: sha512-j3OMlzHiqwZBDPRCDFKcx595XVfOfOnv68Ax3U4UKZ3MTYQB5Yz3X1mn5GnodEVYzhtZgxEBidLWeIs8FDSfrQ==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-riscv64/0.14.49: @@ -5679,6 +6163,16 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-riscv64/0.14.54: + resolution: {integrity: sha512-y7Vt7Wl9dkOGZjxQZnDAqqn+XOqFD7IMWiewY5SPlNlzMX39ocPQlOaoxvT4FllA5viyV26/QzHtvTjVNOxHZg==} + engines: {node: '>=12'} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-linux-s390x/0.14.49: @@ -5687,6 +6181,16 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true + dev: false + optional: true + + /esbuild-linux-s390x/0.14.54: + resolution: {integrity: sha512-zaHpW9dziAsi7lRcyV4r8dhfG1qBidQWUXweUjnw+lliChJqQr+6XD71K41oEIC3Mx1KStovEmlzm+MkGZHnHA==} + engines: {node: '>=12'} + cpu: [s390x] + os: [linux] + requiresBuild: true + dev: true optional: true /esbuild-netbsd-64/0.14.49: @@ -5695,6 +6199,16 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true + dev: false + optional: true + + /esbuild-netbsd-64/0.14.54: + resolution: {integrity: sha512-PR01lmIMnfJTgeU9VJTDY9ZerDWVFIUzAtJuDHwwceppW7cQWjBBqP48NdeRtoP04/AtO9a7w3viI+PIDr6d+w==} + engines: {node: '>=12'} + cpu: [x64] + os: [netbsd] + requiresBuild: true + dev: true optional: true /esbuild-openbsd-64/0.14.49: @@ -5703,6 +6217,16 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true + dev: false + optional: true + + /esbuild-openbsd-64/0.14.54: + resolution: {integrity: sha512-Qyk7ikT2o7Wu76UsvvDS5q0amJvmRzDyVlL0qf5VLsLchjCa1+IAvd8kTBgUxD7VBUUVgItLkk609ZHUc1oCaw==} + engines: {node: '>=12'} + cpu: [x64] + os: [openbsd] + requiresBuild: true + dev: true optional: true /esbuild-sunos-64/0.14.49: @@ -5711,6 +6235,16 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true + dev: false + optional: true + + /esbuild-sunos-64/0.14.54: + resolution: {integrity: sha512-28GZ24KmMSeKi5ueWzMcco6EBHStL3B6ubM7M51RmPwXQGLe0teBGJocmWhgwccA1GeFXqxzILIxXpHbl9Q/Kw==} + engines: {node: '>=12'} + cpu: [x64] + os: [sunos] + requiresBuild: true + dev: true optional: true /esbuild-windows-32/0.14.49: @@ -5719,6 +6253,16 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: false + optional: true + + /esbuild-windows-32/0.14.54: + resolution: {integrity: sha512-T+rdZW19ql9MjS7pixmZYVObd9G7kcaZo+sETqNH4RCkuuYSuv9AGHUVnPoP9hhuE1WM1ZimHz1CIBHBboLU7w==} + engines: {node: '>=12'} + cpu: [ia32] + os: [win32] + requiresBuild: true + dev: true optional: true /esbuild-windows-64/0.14.49: @@ -5727,6 +6271,16 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: false + optional: true + + /esbuild-windows-64/0.14.54: + resolution: {integrity: sha512-AoHTRBUuYwXtZhjXZbA1pGfTo8cJo3vZIcWGLiUcTNgHpJJMC1rVA44ZereBHMJtotyN71S8Qw0npiCIkW96cQ==} + engines: {node: '>=12'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: true optional: true /esbuild-windows-arm64/0.14.49: @@ -5735,6 +6289,16 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: false + optional: true + + /esbuild-windows-arm64/0.14.54: + resolution: {integrity: sha512-M0kuUvXhot1zOISQGXwWn6YtS+Y/1RT9WrVIOywZnJHo3jCDyewAc79aKNQWFCQm+xNHVTq9h8dZKvygoXQQRg==} + engines: {node: '>=12'} + cpu: [arm64] + os: [win32] + requiresBuild: true + dev: true optional: true /esbuild/0.14.49: @@ -5763,6 +6327,36 @@ packages: esbuild-windows-32: 0.14.49 esbuild-windows-64: 0.14.49 esbuild-windows-arm64: 0.14.49 + dev: false + + /esbuild/0.14.54: + resolution: {integrity: sha512-Cy9llcy8DvET5uznocPyqL3BFRrFXSVqbgpMJ9Wz8oVjZlh/zUSNbPRbov0VX7VxN2JH1Oa0uNxZ7eLRb62pJA==} + engines: {node: '>=12'} + hasBin: true + requiresBuild: true + optionalDependencies: + '@esbuild/linux-loong64': 0.14.54 + esbuild-android-64: 0.14.54 + esbuild-android-arm64: 0.14.54 + esbuild-darwin-64: 0.14.54 + esbuild-darwin-arm64: 0.14.54 + esbuild-freebsd-64: 0.14.54 + esbuild-freebsd-arm64: 0.14.54 + esbuild-linux-32: 0.14.54 + esbuild-linux-64: 0.14.54 + esbuild-linux-arm: 0.14.54 + esbuild-linux-arm64: 0.14.54 + esbuild-linux-mips64le: 0.14.54 + esbuild-linux-ppc64le: 0.14.54 + esbuild-linux-riscv64: 0.14.54 + esbuild-linux-s390x: 0.14.54 + esbuild-netbsd-64: 0.14.54 + esbuild-openbsd-64: 0.14.54 + esbuild-sunos-64: 0.14.54 + esbuild-windows-32: 0.14.54 + esbuild-windows-64: 0.14.54 + esbuild-windows-arm64: 0.14.54 + dev: true /escalade/3.1.1: resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} @@ -5833,7 +6427,7 @@ packages: eslint-plugin-promise: ^6.0.0 dependencies: eslint: 8.20.0 - eslint-plugin-import: /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i + eslint-plugin-import: /eslint-plugin-i/2.26.0_ae7ovesqwbyhmoeeggxc64rqka eslint-plugin-n: 15.2.4_eslint@8.20.0 eslint-plugin-promise: 6.0.0_eslint@8.20.0 dev: false @@ -5858,8 +6452,8 @@ packages: - supports-color dev: false - /eslint-import-resolver-typescript/3.3.0_rrrh6qwanyj3uwtbsjyts4vv2m: - resolution: {integrity: sha512-vlooCGKfDX59rH5TbtluOekinPlIS5Ab+dyQUoCCJoE1IV11R/kn6J+RoMBuBkJhzJEIKJ4myQJhw6lGIXfkRA==} + /eslint-import-resolver-typescript/3.4.1_rrrh6qwanyj3uwtbsjyts4vv2m: + resolution: {integrity: sha512-rcD4V2nnxk76JF6nuLcclGpya18KLhr/lwpl5xFXrVWZtdRSepfCGHk/oFn9HNstWX317Nuo/E3Z1vymPyPhlQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' @@ -5868,7 +6462,7 @@ packages: debug: 4.3.4 enhanced-resolve: 5.10.0 eslint: 8.20.0 - eslint-plugin-import: /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i + eslint-plugin-import: /eslint-plugin-i/2.26.0_ae7ovesqwbyhmoeeggxc64rqka get-tsconfig: 4.2.0 globby: 13.1.2 is-core-module: 2.9.0 @@ -5903,7 +6497,7 @@ packages: - supports-color dev: false - /eslint-module-utils/2.7.3_cil25ulcmkukxkx7gouducvgwq: + /eslint-module-utils/2.7.3_osqynfio2kbvpzyfa6b2wd6bzi: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} peerDependencies: @@ -5921,10 +6515,10 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 5.30.7_he2ccbldppg44uulnyq4rwocfa + '@typescript-eslint/parser': 5.33.0_he2ccbldppg44uulnyq4rwocfa debug: 3.2.7 eslint-import-resolver-node: 0.3.6 - eslint-import-resolver-typescript: 3.3.0_rrrh6qwanyj3uwtbsjyts4vv2m + eslint-import-resolver-typescript: 3.4.1_rrrh6qwanyj3uwtbsjyts4vv2m find-up: 2.1.0 transitivePeerDependencies: - supports-color @@ -5976,7 +6570,7 @@ packages: ignore: 5.2.0 dev: false - /eslint-plugin-i/2.26.0_ng73mesgr3qjuo2tra2ynrmv5i: + /eslint-plugin-i/2.26.0_ae7ovesqwbyhmoeeggxc64rqka: resolution: {integrity: sha512-d1o6wLEslujT20ObVE/sAfpgsMBlU58P0rU+sudTHCuWDpVhFAuDz1cYzeM70RJ++XCUsCYBID4a3m51TOPT+g==} engines: {node: '>=4'} peerDependencies: @@ -5988,11 +6582,11 @@ packages: doctrine: 2.1.0 eslint: 8.20.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_cil25ulcmkukxkx7gouducvgwq + eslint-module-utils: 2.7.3_osqynfio2kbvpzyfa6b2wd6bzi get-own-property-symbols: 0.9.5 get-tsconfig: 4.2.0 has: 1.0.3 - is-core-module: 2.9.0 + is-core-module: 2.10.0 is-glob: 4.0.3 minimatch: 3.1.2 object.getownpropertydescriptors: 2.1.4 @@ -6005,8 +6599,8 @@ packages: - supports-color dev: false - /eslint-plugin-jest/26.6.0_hd24iy2743l222hqij56zjtbia: - resolution: {integrity: sha512-f8n46/97ZFdU4KqeQYqO8AEVGIhHWvkpgNBWHH3jrM28/y8llnbf3IjfIKv6p2pZIMinK1PCqbbROxs9Eud02Q==} + /eslint-plugin-jest/26.8.2_zwztnboginnpcvp3fegu3nxkoq: + resolution: {integrity: sha512-67oh0FKaku9y48OpLzL3uK9ckrgLb83Sp5gxxTbtOGDw9lq6D8jw/Psj/9CipkbK406I2M7mvx1q+pv/MdbvxA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: '@typescript-eslint/eslint-plugin': ^5.0.0 @@ -6018,7 +6612,7 @@ packages: jest: optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.30.7_6wltbjakwuqm7awqswigmiuhd4 + '@typescript-eslint/eslint-plugin': 5.33.0_3nc2idgq2w6e7a7j4k5cjoskdy '@typescript-eslint/utils': 5.30.7_he2ccbldppg44uulnyq4rwocfa eslint: 8.20.0 transitivePeerDependencies: @@ -6026,8 +6620,8 @@ packages: - typescript dev: false - /eslint-plugin-jsdoc/39.3.3_eslint@8.20.0: - resolution: {integrity: sha512-K/DAjKRUNaUTf0KQhI9PvsF+Y3mGDx/j0pofXsJCQe/tmRsRweBIXR353c8nAro0lytZYEf7l0PluBpzKDiHxw==} + /eslint-plugin-jsdoc/39.3.6_eslint@8.20.0: + resolution: {integrity: sha512-R6dZ4t83qPdMhIOGr7g2QII2pwCjYyKP+z0tPOfO1bbAbQyKC20Y2Rd6z1te86Lq3T7uM8bNo+VD9YFpE8HU/g==} engines: {node: ^14 || ^16 || ^17 || ^18} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -6044,8 +6638,8 @@ packages: - supports-color dev: false - /eslint-plugin-json-schema-validator/4.0.0_eslint@8.20.0: - resolution: {integrity: sha512-j1BuYdrcMRN2EFkUJAB+M0xYUdXZSo07GNzf9H3q1hRA+mQ2AxgkPR7jV4r6VRuu8PSjSyb3mTZ2uhzcHLEftw==} + /eslint-plugin-json-schema-validator/4.0.1_eslint@8.20.0: + resolution: {integrity: sha512-TW3e9Itet+PlvkUvVVy2ZvE72XN18vS99KerwEvHqLwxWVBPATAGlkX1q9XwY76dhQLApXg2NSRwbN8hbbLqZQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -6199,8 +6793,8 @@ packages: string.prototype.matchall: 4.0.7 dev: false - /eslint-plugin-regexp/1.7.0_eslint@8.20.0: - resolution: {integrity: sha512-nmhXqrEP+O+dz2z5MSkc41u/4fA8oakweoCUdfYwox7DBhzadEqZz8T+s6/UiY0NIU0kv+3UrzBfhPp4wUxbaA==} + /eslint-plugin-regexp/1.8.0_eslint@8.20.0: + resolution: {integrity: sha512-zRtG5OpWF+istPsjdZYGH23s2ONuN+EDzioGH81WUPehvwlW/l2sh2EBYdnf58UL9nF4oPQXktaABSOpfeQJ9g==} engines: {node: ^12 || >=14} peerDependencies: eslint: '>=6.0.0' @@ -6224,18 +6818,21 @@ packages: eslint: 8.20.0 dev: false - /eslint-plugin-sonar/0.8.0_x45rze3t5r5rpj27b7qxdjmrpe: - resolution: {integrity: sha512-5ZqgYIY1NSyR80v9RXbgwaK/jkHuGmuBa7ybsDEhwPydGplYvoj4zx8ahR8II7SoIOXPuzeh8HifEvKQSxu0iQ==} + /eslint-plugin-sonar/0.9.0_3itr62pvhaeftmgfiqz2crrbhu: + resolution: {integrity: sha512-/yrUTfoT2SMLNZzkfiIZxiBjk5oVeBFYkCHpTPn8O6pofPsn+4PJ43JqtvuCD3eiZhOYzQTvqagNh2Uj++OWYg==} engines: {node: '>=12.20'} peerDependencies: eslint: ^7.0.0 || ^8.0.0 typescript: ^4.0.0 dependencies: - '@babel/eslint-parser': 7.18.9_454u7sltq2wfyzqnoclqps3oeu + '@babel/eslint-parser': 7.18.9_lkbfukplxys5xucwoejvmvultu builtin-modules: 3.3.0 bytes: 3.1.2 eslint: 8.20.0 + eslint-plugin-react: 7.30.1_eslint@8.20.0 + eslint-plugin-react-hooks: 4.6.0_eslint@8.20.0 eslint-plugin-sonarjs: 0.13.0_eslint@8.20.0 + regexpp: 3.2.0 scslre: 0.1.6 typescript: 4.7.4 transitivePeerDependencies: @@ -6251,8 +6848,8 @@ packages: eslint: 8.20.0 dev: false - /eslint-plugin-sonarjs/0.14.0_eslint@8.20.0: - resolution: {integrity: sha512-0X0q3fB8ghppms19cR2oIK2ajoFp7DEy3AVGDqO7WX02r1aWOzkrHa+veatGZw+R7amgBvfcF0qHCG66p9Zoag==} + /eslint-plugin-sonarjs/0.15.0_eslint@8.20.0: + resolution: {integrity: sha512-LuxHdAe6VqSbi1phsUvNjbmXLuvlobmryQJJNyQYbdubCfz6K8tmgoqNiJPnz0pP2AbYDbtuPm0ajOMgMrC+dQ==} engines: {node: '>=12'} peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -6260,8 +6857,8 @@ packages: eslint: 8.20.0 dev: false - /eslint-plugin-svelte/2.2.0_piwa6j2njmnknm35bh3wz5v52y: - resolution: {integrity: sha512-V7LwA2lEzGqQ1/Cor3uZS/dL3ff6kdHX44TNYViXyHifIEsFiN2TJWdnH+n6NewjCQ93KVI4cWeZI0Pl7ET/hA==} + /eslint-plugin-svelte/2.5.0_piwa6j2njmnknm35bh3wz5v52y: + resolution: {integrity: sha512-Ujn6O5zZOE9IBmrmuKzbRkEV/jcLZIbw2MyAzJlmHOnC5mREwoLudfUuhB4ZTyU0JheDMT8dxw07YoGuUU/Z0g==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0-0 @@ -6274,12 +6871,12 @@ packages: eslint: 8.20.0 eslint-utils: 3.0.0_eslint@8.20.0 known-css-properties: 0.25.0 - postcss: 8.4.14 - postcss-load-config: 3.1.4_postcss@8.4.14 - postcss-safe-parser: 6.0.0_postcss@8.4.14 + postcss: 8.4.16 + postcss-load-config: 3.1.4_postcss@8.4.16 + postcss-safe-parser: 6.0.0_postcss@8.4.16 sourcemap-codec: 1.4.8 svelte: 3.49.0 - svelte-eslint-parser: 0.16.6_svelte@3.49.0 + svelte-eslint-parser: 0.18.0_svelte@3.49.0 transitivePeerDependencies: - supports-color - ts-node @@ -6331,8 +6928,8 @@ packages: eslint: 8.20.0 dev: false - /eslint-plugin-vue/9.2.0_eslint@8.20.0: - resolution: {integrity: sha512-W2hc+NUXoce8sZtWgZ45miQTy6jNyuSdub5aZ1IBune4JDeAyzucYX0TzkrQ1jMO52sNUDYlCIHDoaNePe0p5g==} + /eslint-plugin-vue/9.3.0_eslint@8.20.0: + resolution: {integrity: sha512-iscKKkBZgm6fGZwFt6poRoWC0Wy2dQOlwUPW++CiPoQiw1enctV2Hj5DBzzjJZfyqs+FAXhgzL4q0Ww03AgSmQ==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.2.0 || ^7.0.0 || ^8.0.0 @@ -6349,8 +6946,8 @@ packages: - supports-color dev: false - /eslint-plugin-yml/1.0.0_eslint@8.20.0: - resolution: {integrity: sha512-0RVoUFh5vpznE2DIP5agSpWO/nU8GgAWwoTAHWopU2X+1SCB5ykHU6DwS0GrZ5Hvejtk6CcADQllpQQJB4C5QA==} + /eslint-plugin-yml/1.1.0_eslint@8.20.0: + resolution: {integrity: sha512-64g3vWwolk9d+FykuqxXGLn3oGEK2ZecIAyfIEsyuSHBQkR8utp5h8e75R6tGph1IRggoGl27QQ2oi2M1IF1Vw==} engines: {node: ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' @@ -6359,7 +6956,7 @@ packages: eslint: 8.20.0 lodash: 4.17.21 natural-compare: 1.4.0 - yaml-eslint-parser: 1.0.1 + yaml-eslint-parser: 1.1.0 transitivePeerDependencies: - supports-color dev: false @@ -6402,6 +6999,16 @@ packages: eslint-visitor-keys: 2.1.0 dev: false + /eslint-utils/3.0.0_eslint@8.22.0: + resolution: {integrity: sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==} + engines: {node: ^10.0.0 || ^12.0.0 || >= 14.0.0} + peerDependencies: + eslint: '>=5' + dependencies: + eslint: 8.22.0 + eslint-visitor-keys: 2.1.0 + dev: false + /eslint-visitor-keys/1.3.0: resolution: {integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ==} engines: {node: '>=4'} @@ -6461,6 +7068,54 @@ packages: - supports-color dev: false + /eslint/8.22.0: + resolution: {integrity: sha512-ci4t0sz6vSRKdmkOGmprBo6fmI4PrphDFMy5JEq/fNS0gQkJM3rLmrqcp8ipMcdobH3KtUP40KniAE9W19S4wA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + dependencies: + '@eslint/eslintrc': 1.3.0 + '@humanwhocodes/config-array': 0.10.4 + '@humanwhocodes/gitignore-to-minimatch': 1.0.2 + ajv: 6.12.6 + chalk: 4.1.2 + cross-spawn: 7.0.3 + debug: 4.3.4 + doctrine: 3.0.0 + escape-string-regexp: 4.0.0 + eslint-scope: 7.1.1 + eslint-utils: 3.0.0_eslint@8.22.0 + eslint-visitor-keys: 3.3.0 + espree: 9.3.3 + esquery: 1.4.0 + esutils: 2.0.3 + fast-deep-equal: 3.1.3 + file-entry-cache: 6.0.1 + find-up: 5.0.0 + functional-red-black-tree: 1.0.1 + glob-parent: 6.0.2 + globals: 13.17.0 + globby: 11.1.0 + grapheme-splitter: 1.0.4 + ignore: 5.2.0 + import-fresh: 3.3.0 + imurmurhash: 0.1.4 + is-glob: 4.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.1 + regexpp: 3.2.0 + strip-ansi: 6.0.1 + strip-json-comments: 3.1.1 + text-table: 0.2.0 + v8-compile-cache: 2.3.0 + transitivePeerDependencies: + - supports-color + dev: false + /espree/9.3.2: resolution: {integrity: sha512-D211tC7ZwouTIuY5x9XnS0E9sWNChB7IYKX/Xp5eQj3nFXhqmiUDB9q27y76oFl8jTg3pXcQx/bpxMfs3CIZbA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} @@ -6470,6 +7125,15 @@ packages: eslint-visitor-keys: 3.3.0 dev: false + /espree/9.3.3: + resolution: {integrity: sha512-ORs1Rt/uQTqUKjDdGCyrtYxbazf5umATSf/K4qxjmZHORR6HJk+2s/2Pqe+Kk49HHINC/xNIrGfgh8sZcll0ng==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + dependencies: + acorn: 8.8.0 + acorn-jsx: 5.3.2_acorn@8.8.0 + eslint-visitor-keys: 3.3.0 + dev: false + /esprima/4.0.1: resolution: {integrity: sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==} engines: {node: '>=4'} @@ -6534,7 +7198,7 @@ packages: resolution: {integrity: sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.62 /eventemitter3/4.0.7: resolution: {integrity: sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==} @@ -6663,7 +7327,7 @@ packages: /ext/1.6.0: resolution: {integrity: sha512-sdBImtzkq2HpkdRLtlLWDa6w4DX22ijZLKx8BMPUuKe1c5lbN6xwQDQCxSfxBQnHZ13ls/FH0MQZx/q/gr6FQg==} dependencies: - type: 2.6.0 + type: 2.7.2 /extend/3.0.2: resolution: {integrity: sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==} @@ -6733,6 +7397,11 @@ packages: engines: {node: '>= 4.9.1'} dev: false + /fastest-levenshtein/1.0.16: + resolution: {integrity: sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==} + engines: {node: '>= 4.9.1'} + dev: false + /fastq/1.13.0: resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: @@ -7725,10 +8394,16 @@ packages: ci-info: 3.3.2 dev: true + /is-core-module/2.10.0: + resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} + dependencies: + has: 1.0.3 + /is-core-module/2.9.0: resolution: {integrity: sha512-+5FPy5PnwmO3lvfMb0AsoPaBG+5KHUI0wYFXOtYPnVVVspTFUuMZNfNaNVRt3FZadstu2c8x23vykRW/NBoU6A==} dependencies: has: 1.0.3 + dev: false /is-cwebp-readable/3.0.0: resolution: {integrity: sha512-bpELc7/Q1/U5MWHn4NdHI44R3jxk0h9ew9ljzabiRl70/UIjL/ZAqRMb52F5+eke/VC8yTiv4Ewryo1fPWidvA==} @@ -8284,10 +8959,6 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: false - /linguist-languages/7.21.0: - resolution: {integrity: sha512-KrWJJbFOvlDhjlt5OhUipVlXg+plUfRurICAyij1ZVxQcqPt/zeReb9KiUVdGUwwhS/2KS9h3TbyfYLA5MDlxQ==} - dev: false - /lint-staged/13.0.3: resolution: {integrity: sha512-9hmrwSCFroTSYLjflGI8Uk+GWAwMB4OlpU4bMJEAT5d/llQwtYKoim4bLOyLCuWFAhWEupE0vkIFqtw/WIsPug==} engines: {node: ^14.13.1 || >=16.0.0} @@ -8530,7 +9201,7 @@ packages: /lru-queue/0.1.0: resolution: {integrity: sha512-BpdYkt9EvGl8OfWHDQPISVpcl5xZthb+XPsbELj5AQXxIC8IriDZIQYjBJPEm5rS420sjZ0TLEzRcq5KdBhYrQ==} dependencies: - es5-ext: 0.10.61 + es5-ext: 0.10.62 /magic-string/0.25.9: resolution: {integrity: sha512-RmF0AsMzgt25qzqqLc1+MbHmhdx0ojF2Fvs4XnOqz2ZOBXzzkEwc/dJQZCYHAn7v1jbVOjAZfK8msRn4BxO4VQ==} @@ -8622,6 +9293,39 @@ packages: uuid: 8.3.2 transitivePeerDependencies: - supports-color + dev: false + + /markuplint/2.10.1: + resolution: {integrity: sha512-SkVQjPQxiHF/S4k3NqWZ9dA+q+lLGAKyTJfmqdVPUZhC74/rvt6bZ9ZW/WXxCOZbccQfWKq1nSTDU0GXJbGkdQ==} + hasBin: true + dependencies: + '@markuplint/create-rule-helper': 2.3.3 + '@markuplint/file-resolver': 2.5.3 + '@markuplint/html-parser': 2.2.2 + '@markuplint/html-spec': 2.8.0 + '@markuplint/i18n': 2.1.1 + '@markuplint/ml-ast': 2.0.1-dev.20220307.0 + '@markuplint/ml-config': 2.1.0 + '@markuplint/ml-core': 2.3.3 + '@markuplint/ml-spec': 2.1.1 + '@markuplint/rules': 2.4.3 + chokidar: 3.5.3 + cli-color: 2.0.3 + debug: 4.3.4 + detect-installed: 2.0.4 + eastasianwidth: 0.2.0 + enquirer: 2.3.6 + get-stdin: 8.0.0 + has-yarn: 2.1.0 + meow: 9.0.0 + os-locale: 5.0.0 + strict-event-emitter: 0.2.4 + strip-ansi: 6.0.1 + tslib: 2.4.0 + uuid: 8.3.2 + transitivePeerDependencies: + - supports-color + dev: true /mathml-tag-names/2.1.3: resolution: {integrity: sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==} @@ -8835,7 +9539,7 @@ packages: resolution: {integrity: sha512-UBWmJpLZd5STPm7PMUlOw/TSy972M+z8gcyQ5veOnSDRREz/0bmpyTfKt3/51DhEBqCZQn1udM/5flcSPYhkdQ==} dependencies: d: 1.0.1 - es5-ext: 0.10.61 + es5-ext: 0.10.62 es6-weak-map: 2.0.3 event-emitter: 0.3.5 is-promise: 2.2.2 @@ -9485,7 +10189,7 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.9.0 + is-core-module: 2.10.0 semver: 7.3.7 validate-npm-package-license: 3.0.4 @@ -9594,6 +10298,16 @@ packages: define-properties: 1.1.4 has-symbols: 1.0.3 object-keys: 1.1.1 + dev: false + + /object.assign/4.1.3: + resolution: {integrity: sha512-ZFJnX3zltyjcYJL0RoCJuzb+11zWGyaDbjgxZbdV7rFEcHQuYxrZqhow67aA7xpes6LhojyFDaBKAFfogQrikA==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.2 + define-properties: 1.1.4 + has-symbols: 1.0.3 + object-keys: 1.1.1 /object.entries/1.1.5: resolution: {integrity: sha512-TyxmjUoZggd4OrrU1W66FMDG6CuqJxsFvymeyXI51+vQLN67zYfZseptRge703kKQdo4uccgAKebXFcRCzk4+g==} @@ -10130,14 +10844,14 @@ packages: postcss-selector-parser: 6.0.10 dev: false - /postcss-browser-comments/4.0.0_ueju2bwfzqc5aneogkggyoaage: + /postcss-browser-comments/4.0.0_bujjonwylnebbx3cl7qckr3eti: resolution: {integrity: sha512-X9X9/WN3KIvY9+hNERUqX9gncsgBA25XaeR+jshHz2j8+sYyHktHw1JdKuMjeLpGktXidqDhA7b/qm1mrBDmgg==} engines: {node: '>=8'} peerDependencies: browserslist: '>=4' postcss: '>=8' dependencies: - browserslist: 4.21.2 + browserslist: 4.21.3 postcss: 8.4.14 dev: false @@ -10410,13 +11124,13 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-less/6.0.0_postcss@8.4.14: + /postcss-less/6.0.0_postcss@8.4.16: resolution: {integrity: sha512-FPX16mQLyEjLzEuuJtxA8X3ejDLNGGEG503d2YGZR5Ask1SpDN8KmZUMpzCvyalWRywAn1n1VOA5dcqfCLo5rg==} engines: {node: '>=12'} peerDependencies: postcss: ^8.3.5 dependencies: - postcss: 8.4.14 + postcss: 8.4.16 dev: false /postcss-load-config/3.1.4_postcss@8.4.14: @@ -10436,6 +11150,23 @@ packages: yaml: 1.10.2 dev: false + /postcss-load-config/3.1.4_postcss@8.4.16: + resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} + engines: {node: '>= 10'} + peerDependencies: + postcss: '>=8.0.9' + ts-node: '>=9.0.0' + peerDependenciesMeta: + postcss: + optional: true + ts-node: + optional: true + dependencies: + lilconfig: 2.0.6 + postcss: 8.4.16 + yaml: 1.10.2 + dev: false + /postcss-logical/5.0.4_postcss@8.4.14: resolution: {integrity: sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==} engines: {node: ^12 || ^14 || >=16} @@ -10709,7 +11440,7 @@ packages: postcss-value-parser: 4.2.0 dev: false - /postcss-normalize/10.0.1_ueju2bwfzqc5aneogkggyoaage: + /postcss-normalize/10.0.1_bujjonwylnebbx3cl7qckr3eti: resolution: {integrity: sha512-+5w18/rDev5mqERcG3W5GZNMJa1eoYYNGo8gB7tEwaos0ajk3ZXAI4mHGcNT47NE+ZnZD1pEpUOFLvltIwmeJA==} engines: {node: '>= 12'} peerDependencies: @@ -10717,9 +11448,9 @@ packages: postcss: '>= 8' dependencies: '@csstools/normalize.css': 12.0.0 - browserslist: 4.21.2 + browserslist: 4.21.3 postcss: 8.4.14 - postcss-browser-comments: 4.0.0_ueju2bwfzqc5aneogkggyoaage + postcss-browser-comments: 4.0.0_bujjonwylnebbx3cl7qckr3eti sanitize.css: 13.0.0 dev: false @@ -10785,7 +11516,7 @@ packages: '@csstools/postcss-stepped-value-functions': 1.0.1_postcss@8.4.14 '@csstools/postcss-trigonometric-functions': 1.0.2_postcss@8.4.14 '@csstools/postcss-unset-value': 1.0.2_postcss@8.4.14 - autoprefixer: 10.4.7_postcss@8.4.14 + autoprefixer: 10.4.8_postcss@8.4.14 browserslist: 4.21.2 css-blank-pseudo: 3.0.3_postcss@8.4.14 css-has-pseudo: 3.0.4_postcss@8.4.14 @@ -10885,13 +11616,22 @@ packages: postcss: 8.4.14 dev: false - /postcss-scss/4.0.4_postcss@8.4.14: + /postcss-safe-parser/6.0.0_postcss@8.4.16: + resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} + engines: {node: '>=12.0'} + peerDependencies: + postcss: ^8.3.3 + dependencies: + postcss: 8.4.16 + dev: false + + /postcss-scss/4.0.4_postcss@8.4.16: resolution: {integrity: sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.14 + postcss: 8.4.16 dev: false /postcss-selector-not/6.0.1_postcss@8.4.14: @@ -10935,7 +11675,7 @@ packages: svgo: 2.8.0 dev: false - /postcss-syntax/0.36.2_wwhk6mm4vrxkapktxrodsiot2e: + /postcss-syntax/0.36.2_i5xagrhwksti6t5i7zt7ea35m4: resolution: {integrity: sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w==} peerDependencies: postcss: '>=5.0.0' @@ -10956,11 +11696,11 @@ packages: postcss-scss: optional: true dependencies: - postcss: 8.4.14 + postcss: 8.4.16 postcss-html: 1.5.0 - postcss-less: 6.0.0_postcss@8.4.14 + postcss-less: 6.0.0_postcss@8.4.16 postcss-markdown: 1.2.0 - postcss-scss: 4.0.4_postcss@8.4.14 + postcss-scss: 4.0.4_postcss@8.4.16 dev: false /postcss-unique-selectors/5.1.1_postcss@8.4.14: @@ -11006,6 +11746,15 @@ packages: nanoid: 3.3.4 picocolors: 1.0.0 source-map-js: 1.0.2 + dev: false + + /postcss/8.4.16: + resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==} + engines: {node: ^10 || ^12 || >=14} + dependencies: + nanoid: 3.3.4 + picocolors: 1.0.0 + source-map-js: 1.0.2 /preferred-pm/3.0.3: resolution: {integrity: sha512-+wZgbxNES/KlJs9q40F/1sfOd/j7f1O9JaHcW5Dsn3aUUOZg3L2bjpVUcKV2jvtElYfoTuQiNeMfQJ4kwUAhCQ==} @@ -11044,14 +11793,14 @@ packages: fast-diff: 1.2.0 dev: false - /prettier-plugin-ini/1.0.0: - resolution: {integrity: sha512-/b/D6U2Ivo0CW8kvfXpzNTl/6ehnTngNeUiS1Ao69uxbugHL1BVaT1gUX7BgobrdQPvWRgH2j2hOyBw7bEPNEA==} + /prettier-plugin-ini/1.1.0: + resolution: {integrity: sha512-xlWM//GrLYU5CX3Qdn5isOlxz1LHnTi4fdSHZX/UYV/C5ipbcFfdCglENoOPGp4N5EvtA5Q1FuVhg95K58TMRg==} dependencies: prettier: 2.7.1 dev: false - /prettier-plugin-pkg/0.16.0_prettier@2.7.1: - resolution: {integrity: sha512-+pUzsNzs16OSUf82OqF6+B4RajiDoHToJElp8T6YjcPF3uKCy7P3zk2rpdBPPXVMaR+lp5c4C1rbTniC34tz6g==} + /prettier-plugin-pkg/0.16.1_prettier@2.7.1: + resolution: {integrity: sha512-wy6mekVVYluwNLCqTmayW2916ABTLjf7SFQWcOfJ+nnqg1AavJiCyfZrapvaGUbinivdnm3IhIjxMjTjkXgVgQ==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: prettier: ^2.0.0 @@ -11059,28 +11808,28 @@ packages: prettier: 2.7.1 dev: false - /prettier-plugin-properties/0.1.0_prettier@2.7.1: - resolution: {integrity: sha512-lObSgVaTVWSyYWxKMOzRGmvQp64S1qumu5vS91ZlMc198ay8EGUuDH+Tc019iMJXc2KNpdAYif2qAJA6mjTkgA==} - peerDependencies: - prettier: '>=1.11.0' + /prettier-plugin-properties/0.2.0: + resolution: {integrity: sha512-Mt+z2nPkG+apJJLxfv8/Z/knhF/pTFUyxTeaRCuvQhs33rzQEkquGXSyKyvcWfijOTlOvB6KnmSJXpmblLNYrQ==} dependencies: dot-properties: 1.0.1 - linguist-languages: 7.21.0 - prettier: 2.7.1 dev: false - /prettier-plugin-sh/0.12.6_prettier@2.7.1: - resolution: {integrity: sha512-Tqzj6mDW/+8umOgZO/qfLcpWYZFnRKYC3T9uK3t5aKpxeIspB7rT70TS3IFjUnYNQOLUM542HRW18L6Imj+uYQ==} + /prettier-plugin-sh/0.12.8_prettier@2.7.1: + resolution: {integrity: sha512-VOq8h2Gn5UzrCIKm4p/nAScXJbN09HdyFDknAcxt6Qu/tv/juu9bahxSrcnM9XWYA+Spz1F1ANJ4LhfwB7+Q1Q==} engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} peerDependencies: prettier: ^2.0.0 dependencies: mvdan-sh: 0.10.1 prettier: 2.7.1 + sh-syntax: 0.3.7 + synckit: 0.8.1 dev: false - /prettier-plugin-stylus/0.0.1-beta.3: - resolution: {integrity: sha512-/Y5yKdUTUtAtI7JRzyA+w+JQWy5xUEeWKPOunMW5X+m8QHzhrFmOncHw643Y2BAgpUaQgO5zSJT+aZiYzvb+sA==} + /prettier-plugin-stylus/0.0.1-beta.8_prettier@2.7.1: + resolution: {integrity: sha512-EjM9yiMC2PNbfNpc/3WQVNnyTnQaMvlkNNv2odLWiyoqhmv1QzSvib3CEF9MeumENTNT1bNrqjPJUA2qYfskJg==} + peerDependencies: + prettier: '*' dependencies: prettier: 2.7.1 stylus: 0.57.0 @@ -12194,9 +12943,9 @@ packages: - supports-color dev: false - /remark-preset-prettier/1.0.1_prettier@2.7.1: - resolution: {integrity: sha512-fjODzwpJ9kdTYZrT7iW+1Me87EW9tq6AlP9LF5Ynbqi8vHvLGW5oAHFNm83WBmQ0nDVQsPVcAEkadzqHTrKXJA==} - engines: {node: ^12.20 || ^14.18.0 || >=16.0.0} + /remark-preset-prettier/1.0.2_prettier@2.7.1: + resolution: {integrity: sha512-GiTOnOh5NyG0XesZqNLzAqXqs3Z/HFmStcPZP/ZMIQvHOPGmv6zDixItNZeVtDDDWgn0J6BuALI/mv0m4pA6vQ==} + engines: {node: '>=12.20'} peerDependencies: prettier: '>=1.0.0' dependencies: @@ -12322,7 +13071,7 @@ packages: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: - is-core-module: 2.9.0 + is-core-module: 2.10.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 @@ -12477,6 +13226,15 @@ packages: hasBin: true optionalDependencies: fsevents: 2.3.2 + dev: false + + /rollup/2.77.3: + resolution: {integrity: sha512-/qxNTG7FbmefJWoeeYJFbHehJ2HNWnjkAFRKzWN/45eNBBF/r8lo992CwcJXEzyVxs5FmfId+vTSTQDb+bxA+g==} + engines: {node: '>=10.0.0'} + hasBin: true + optionalDependencies: + fsevents: 2.3.2 + dev: true /run-parallel/1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -12589,6 +13347,13 @@ packages: resolution: {integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==} dev: true + /sh-syntax/0.3.7: + resolution: {integrity: sha512-xIB/uRniZ9urxAuXp1Ouh/BKSI1VK8RSqfwGj7cV57HvGrFo3vHdJfv8Tdp/cVcxJgXQTkmHr5mG5rqJW8r4wQ==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + dependencies: + tslib: 2.4.0 + dev: false + /shebang-command/1.2.0: resolution: {integrity: sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==} engines: {node: '>=0.10.0'} @@ -13034,21 +13799,21 @@ packages: stylelint: 14.9.1 dev: false - /stylelint-config-recommended/8.0.0_stylelint@14.9.1: - resolution: {integrity: sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==} + /stylelint-config-recommended/9.0.0_stylelint@14.9.1: + resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: - stylelint: ^14.8.0 + stylelint: ^14.10.0 dependencies: stylelint: 14.9.1 dev: false - /stylelint-config-standard/26.0.0_stylelint@14.9.1: - resolution: {integrity: sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==} + /stylelint-config-standard/27.0.0_stylelint@14.9.1: + resolution: {integrity: sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==} peerDependencies: - stylelint: ^14.9.0 + stylelint: ^14.10.0 dependencies: stylelint: 14.9.1 - stylelint-config-recommended: 8.0.0_stylelint@14.9.1 + stylelint-config-recommended: 9.0.0_stylelint@14.9.1 dev: false /stylelint-high-performance-animation/1.6.0_stylelint@14.9.1: @@ -13113,7 +13878,7 @@ packages: postcss-media-query-parser: 0.2.3 postcss-selector-parser: 6.0.10 postcss-styl: 0.11.1 - postcss-syntax: 0.36.2_wwhk6mm4vrxkapktxrodsiot2e + postcss-syntax: 0.36.2_i5xagrhwksti6t5i7zt7ea35m4 style-search: 0.1.0 stylelint: 14.9.1 stylelint-config-html: 1.1.0_5rxrxgs7sjazj2ve56ds3kmipi @@ -13122,6 +13887,53 @@ packages: - supports-color dev: false + /stylelint/14.10.0: + resolution: {integrity: sha512-VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + hasBin: true + dependencies: + '@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi + balanced-match: 2.0.0 + colord: 2.9.2 + cosmiconfig: 7.0.1 + css-functions-list: 3.1.0 + debug: 4.3.4 + fast-glob: 3.2.11 + fastest-levenshtein: 1.0.16 + file-entry-cache: 6.0.1 + global-modules: 2.0.0 + globby: 11.1.0 + globjoin: 0.1.4 + html-tags: 3.2.0 + ignore: 5.2.0 + import-lazy: 4.0.0 + imurmurhash: 0.1.4 + is-plain-object: 5.0.0 + known-css-properties: 0.25.0 + mathml-tag-names: 2.1.3 + meow: 9.0.0 + micromatch: 4.0.5 + normalize-path: 3.0.0 + picocolors: 1.0.0 + postcss: 8.4.16 + postcss-media-query-parser: 0.2.3 + postcss-resolve-nested-selector: 0.1.1 + postcss-safe-parser: 6.0.0_postcss@8.4.16 + postcss-selector-parser: 6.0.10 + postcss-value-parser: 4.2.0 + resolve-from: 5.0.0 + string-width: 4.2.3 + strip-ansi: 6.0.1 + style-search: 0.1.0 + supports-hyperlinks: 2.2.0 + svg-tags: 1.0.0 + table: 6.8.0 + v8-compile-cache: 2.3.0 + write-file-atomic: 4.0.1 + transitivePeerDependencies: + - supports-color + dev: false + /stylelint/14.9.1: resolution: {integrity: sha512-RdAkJdPiLqHawCSnu21nE27MjNXaVd4WcOHA4vK5GtIGjScfhNnaOuWR2wWdfKFAvcWQPOYe311iveiVKSmwsA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} @@ -13219,15 +14031,15 @@ packages: resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==} engines: {node: '>= 0.4'} - /svelte-eslint-parser/0.16.6_svelte@3.49.0: - resolution: {integrity: sha512-jTCrL3IyUFj2FEjXPBgymbglsC7w7U7OHuDEpbapc9Dx/0wkTgCBtpWy7lUREPz5BuD43XD0X2a4Cdmw9pjkjw==} + /svelte-eslint-parser/0.18.0_svelte@3.49.0: + resolution: {integrity: sha512-XYmAW8I45Bd5RhUr4JpCbu0sSZ2jzvfG1NkOW8Hxv+eTxReXVBBCRg1d7czRY+iZOg289dTI5JHtu9ZR4R9dCA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: svelte: ^3.37.0 dependencies: eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 - espree: 9.3.2 + espree: 9.3.3 svelte: 3.49.0 dev: false @@ -13362,7 +14174,7 @@ packages: /timers-ext/0.1.7: resolution: {integrity: sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==} dependencies: - es5-ext: 0.10.61 + es5-ext: 0.10.62 next-tick: 1.1.0 /tiny-glob/0.2.9: @@ -13592,8 +14404,8 @@ packages: /type/1.2.0: resolution: {integrity: sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==} - /type/2.6.0: - resolution: {integrity: sha512-eiDBDOmkih5pMbo9OqsqPRGMljLodLcwd5XD5JbtNB0o89xZAwynY9EdCDsJU7LtcVCClu9DvM7/0Ep1hYX3EQ==} + /type/2.7.2: + resolution: {integrity: sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==} /typedarray/0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} @@ -13865,6 +14677,17 @@ packages: escalade: 3.1.1 picocolors: 1.0.0 + /update-browserslist-db/1.0.5_browserslist@4.21.3: + resolution: {integrity: sha512-dteFFpCyvuDdr9S/ff1ISkKt/9YZxKjI9WlRR99c180GaztJtRa/fn18FdxGVKVsnPY7/a/FDN68mcvUmP4U7Q==} + hasBin: true + peerDependencies: + browserslist: '>= 4.21.0' + dependencies: + browserslist: 4.21.3 + escalade: 3.1.1 + picocolors: 1.0.0 + dev: false + /uri-js/4.4.1: resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} dependencies: @@ -13926,7 +14749,7 @@ packages: resolution: {integrity: sha512-74Y4LqY74kLE6IFyIjPtkSTWzUZmj8tdHT9Ii/26dvQ6K9Dl2NbEfj0XgU2sHCtKgt5VupqhlO/5aWuqS+IY1w==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.14 + '@jridgewell/trace-mapping': 0.3.15 '@types/istanbul-lib-coverage': 2.0.4 convert-source-map: 1.8.0 dev: true @@ -13983,8 +14806,8 @@ packages: vfile-message: 3.1.2 dev: false - /vite/3.0.2: - resolution: {integrity: sha512-TAqydxW/w0U5AoL5AsD9DApTvGb2iNbGs3sN4u2VdT1GFkQVUfgUldt+t08TZgi23uIauh1TUOQJALduo9GXqw==} + /vite/3.0.7: + resolution: {integrity: sha512-dILhvKba1mbP1wCezVQx/qhEK7/+jVn9ciadEcyKMMhZpsuAi/eWZfJRMkmYlkSFG7Qq9NvJbgFq4XOBxugJsA==} engines: {node: ^14.18.0 || >=16.0.0} hasBin: true peerDependencies: @@ -14002,16 +14825,16 @@ packages: terser: optional: true dependencies: - esbuild: 0.14.49 - postcss: 8.4.14 + esbuild: 0.14.54 + postcss: 8.4.16 resolve: 1.22.1 - rollup: 2.77.0 + rollup: 2.77.3 optionalDependencies: fsevents: 2.3.2 dev: true - /vitest/0.19.0_c8@7.12.0: - resolution: {integrity: sha512-nU80Gm95tMchigHpAMukxv1LoWbBGgknX/1MqrXCOoJoJL7/wfq4h2aow61o2jwf5szQrahoNqBqaGb+fYdYrQ==} + /vitest/0.21.1_c8@7.12.0: + resolution: {integrity: sha512-WBIxuFmIDPuK47GO6Lu9eNeRMqHj/FWL3dk73OHH3eyPPWPiu+UB3QHLkLK2PEggCqJW4FaWoWg8R68S7p9+9Q==} engines: {node: '>=v14.16.0'} hasBin: true peerDependencies: @@ -14035,16 +14858,16 @@ packages: jsdom: optional: true dependencies: - '@types/chai': 4.3.1 + '@types/chai': 4.3.3 '@types/chai-subset': 1.3.3 - '@types/node': 18.0.6 + '@types/node': 18.7.3 c8: 7.12.0 chai: 4.3.6 debug: 4.3.4 local-pkg: 0.4.2 tinypool: 0.2.4 tinyspy: 1.0.0 - vite: 3.0.2 + vite: 3.0.7 transitivePeerDependencies: - less - sass @@ -14053,14 +14876,14 @@ packages: - terser dev: true - /vue-eslint-parser/8.3.0_eslint@8.20.0: + /vue-eslint-parser/8.3.0_eslint@8.22.0: resolution: {integrity: sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '>=6.0.0' dependencies: debug: 4.3.4 - eslint: 8.20.0 + eslint: 8.22.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 espree: 9.3.2 @@ -14081,7 +14904,7 @@ packages: eslint: 8.20.0 eslint-scope: 7.1.1 eslint-visitor-keys: 3.3.0 - espree: 9.3.2 + espree: 9.3.3 esquery: 1.4.0 lodash: 4.17.21 semver: 7.3.7 @@ -14089,14 +14912,14 @@ packages: - supports-color dev: false - /vue-tsc/0.39.0_typescript@4.7.4: - resolution: {integrity: sha512-Hjm1C8T4ooNb5UBUqe0h7uCvV7Ff5UlWG4YgATVYREodafA4WxZIjE8v8wUG8mtyBDSaXXmg0J592i4jo3olug==} + /vue-tsc/0.40.1_typescript@4.7.4: + resolution: {integrity: sha512-Z+3rlp/6TrtKvLuaFYwBn03zrdinMR6lBb3mWBJtDA+KwlRu+I4eMoqC1qT9D7i/29u0Bw58dH7ErjMpNLN9bQ==} hasBin: true peerDependencies: typescript: '*' dependencies: - '@volar/vue-language-core': 0.39.0 - '@volar/vue-typescript': 0.39.0 + '@volar/vue-language-core': 0.40.1 + '@volar/vue-typescript': 0.40.1 typescript: 4.7.4 dev: true @@ -14251,6 +15074,15 @@ packages: yaml: 2.1.1 dev: false + /yaml-eslint-parser/1.1.0: + resolution: {integrity: sha512-b464Q1fYiX1oYx2kE8k4mEp6S9Prk+tfDsY/IPxQ0FCjEuj3AKko5Skf3/yQJeYTTDyjDE+aWIJemnv29HvEWQ==} + engines: {node: ^14.17.0 || >=16.0.0} + dependencies: + eslint-visitor-keys: 3.3.0 + lodash: 4.17.21 + yaml: 2.1.1 + dev: false + /yaml/1.10.2: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} @@ -14272,8 +15104,8 @@ packages: resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} engines: {node: '>=10'} - /yargs-parser/21.0.1: - resolution: {integrity: sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==} + /yargs-parser/21.1.1: + resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} /yargs/15.4.1: @@ -14315,7 +15147,7 @@ packages: require-directory: 2.1.1 string-width: 4.2.3 y18n: 5.0.8 - yargs-parser: 21.0.1 + yargs-parser: 21.1.1 /yauzl/2.10.0: resolution: {integrity: sha512-p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==} @@ -14333,8 +15165,8 @@ packages: resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} engines: {node: '>=10'} - /zone.js/0.11.7: - resolution: {integrity: sha512-e39K2EdK5JfA3FDuUTVRvPlYV4aBfnOOcGuILhQAT7nzeV12uSrLBzImUM9CDVoncDSX4brR/gwqu0heQ3BQ0g==} + /zone.js/0.11.8: + resolution: {integrity: sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==} dependencies: tslib: 2.4.0 dev: true