diff --git a/.stylelintrc.js b/.stylelintrc.js index c2030787..d0acaf64 100644 --- a/.stylelintrc.js +++ b/.stylelintrc.js @@ -1,5 +1 @@ -const fabric = require('@umijs/fabric'); - -module.exports = { - ...fabric.stylelint, -}; +module.exports = require.resolve('@umijs/fabric/dist/stylelint'); diff --git a/package.json b/package.json index 3412f1de..575344aa 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "@types/react": "^17.0.2", "@types/react-dom": "^17.0.2", "@types/uuid": "^8.3.0", - "@umijs/fabric": "^2.2.2", + "@umijs/fabric": "~2.8.0", "@umijs/preset-dumi": "^1.1.33", "@umijs/preset-react": "^1.8.30", "@umijs/test": "^3.2.10", @@ -114,14 +114,13 @@ "multi-semantic-release": "^2.11.1", "onchange": "^7.1.0", "optimize-css-assets-webpack-plugin": "^6.0.0", - "prettier": "^2.1.2", - "progress-bar-webpack-plugin": "^2.1.0", + "prettier": "^2.5.1", + "prettier-plugin-style-order": "^0.2.2", "semantic-release-config-gitmoji": "^1.2.4", "serve": "^12.0.0", "style-loader": "^2.0.0", "stylelint": "^13.0.0", "terser-webpack-plugin": "^5.1.1", - "tplant": "^2.3.6", "ts-jest": "^27.0.2", "ts-node": "^10.0.0", "tslint": "^6.1.3", @@ -134,9 +133,6 @@ "webpack-bundle-analyzer": "^4.1.0", "webpack-cli": "^4.5.0" }, - "resolutions": { - "semantic-release": "^19.0.2" - }, "engines": { "node": ">=12" } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 88e505ee..236bab19 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,8 +1,5 @@ lockfileVersion: 5.3 -overrides: - semantic-release: ^19.0.2 - importers: .: @@ -28,7 +25,7 @@ importers: '@types/react': ^17.0.2 '@types/react-dom': ^17.0.2 '@types/uuid': ^8.3.0 - '@umijs/fabric': ^2.2.2 + '@umijs/fabric': ~2.8.0 '@umijs/preset-dumi': ^1.1.33 '@umijs/preset-react': ^1.8.30 '@umijs/test': ^3.2.10 @@ -62,14 +59,13 @@ importers: multi-semantic-release: ^2.11.1 onchange: ^7.1.0 optimize-css-assets-webpack-plugin: ^6.0.0 - prettier: ^2.1.2 - progress-bar-webpack-plugin: ^2.1.0 + prettier: ^2.5.1 + prettier-plugin-style-order: ^0.2.2 semantic-release-config-gitmoji: ^1.2.4 serve: ^12.0.0 style-loader: ^2.0.0 stylelint: ^13.0.0 terser-webpack-plugin: ^5.1.1 - tplant: ^2.3.6 ts-jest: ^27.0.2 ts-node: ^10.0.0 tslint: ^6.1.3 @@ -103,7 +99,7 @@ importers: '@types/react': 17.0.39 '@types/react-dom': 17.0.11 '@types/uuid': 8.3.4 - '@umijs/fabric': 2.10.2 + '@umijs/fabric': 2.8.1 '@umijs/preset-dumi': 1.1.38_0613baa00cf11f91e302af122699885c '@umijs/preset-react': 1.8.30_b627ac249ab388d59c11068f7c4dadb9 '@umijs/test': 3.5.21_canvas@2.6.1+ts-node@10.5.0 @@ -138,13 +134,12 @@ importers: onchange: 7.1.0 optimize-css-assets-webpack-plugin: 6.0.1_webpack@5.69.1 prettier: 2.5.1 - progress-bar-webpack-plugin: 2.1.0_webpack@5.69.1 + prettier-plugin-style-order: 0.2.2_prettier@2.5.1 semantic-release-config-gitmoji: 1.2.4 serve: 12.0.1 style-loader: 2.0.0_webpack@5.69.1 stylelint: 13.13.1 terser-webpack-plugin: 5.3.1_webpack@5.69.1 - tplant: 2.3.6 ts-jest: 27.1.3_f9aa2f7f71e62087b68554435d91abd4 ts-node: 10.5.0_7d00d2429772d24b1ab59ed4dc96725e tslint: 6.1.3_typescript@4.5.5 @@ -1717,6 +1712,19 @@ packages: - supports-color dev: true + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.12.3: + resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} + engines: {node: '>=6.9.0'} + peerDependencies: + '@babel/core': ^7.0.0-0 + dependencies: + '@babel/core': 7.12.3 + '@babel/helper-create-class-features-plugin': 7.17.6_@babel+core@7.12.3 + '@babel/helper-plugin-utils': 7.16.7 + transitivePeerDependencies: + - supports-color + dev: true + /@babel/plugin-proposal-class-properties/7.16.7_@babel+core@7.17.5: resolution: {integrity: sha512-IobU0Xme31ewjYOShSIqd/ZGM/r/cuOz2z0MDbNrhF5FW+ZVgi0f2lyeoj9KFPDOAqsYxmLWZte1WOwlvY9aww==} engines: {node: '>=6.9.0'} @@ -3395,7 +3403,7 @@ packages: '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 '@babel/plugin-proposal-async-generator-functions': 7.16.8_@babel+core@7.12.3 - '@babel/plugin-proposal-class-properties': 7.12.1_@babel+core@7.12.3 + '@babel/plugin-proposal-class-properties': 7.16.7_@babel+core@7.12.3 '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.12.3 '@babel/plugin-proposal-export-namespace-from': 7.12.1_@babel+core@7.12.3 '@babel/plugin-proposal-json-strings': 7.16.7_@babel+core@7.12.3 @@ -5573,20 +5581,20 @@ packages: lodash: 4.17.21 dev: true - /@semantic-release/commit-analyzer/9.0.2_semantic-release@19.0.2: - resolution: {integrity: sha512-E+dr6L+xIHZkX4zNMe6Rnwg4YQrWNXK+rNsvwOPpdFppvZO1olE2fIgWhv89TkQErygevbjsZFSIxp+u6w2e5g==} - engines: {node: '>=14.17'} + /@semantic-release/commit-analyzer/8.0.1_semantic-release@17.4.7: + resolution: {integrity: sha512-5bJma/oB7B4MtwUkZC2Bf7O1MHfi4gWe4mA+MIQ3lsEV0b422Bvl1z5HRpplDnMLHH3EXMoRdEng6Ds5wUqA3A==} + engines: {node: '>=10.18'} peerDependencies: - semantic-release: '>=18.0.0-beta.1' + semantic-release: '>=16.0.0 <18.0.0' dependencies: conventional-changelog-angular: 5.0.13 conventional-commits-filter: 2.0.7 conventional-commits-parser: 3.2.4 debug: 4.3.3 - import-from: 4.0.0 + import-from: 3.0.0 lodash: 4.17.21 micromatch: 4.0.4 - semantic-release: 19.0.2 + semantic-release: 17.4.7 transitivePeerDependencies: - supports-color dev: true @@ -5618,11 +5626,11 @@ packages: - supports-color dev: true - /@semantic-release/github/8.0.2_semantic-release@19.0.2: - resolution: {integrity: sha512-wIbfhOeuxlYzMTjtSAa2xgr54n7ZuPAS2gadyTWBpUt2PNAPgla7A6XxCXJnaKPgfVF0iFfSk3B+KlVKk6ByVg==} - engines: {node: '>=14.17'} + /@semantic-release/github/7.2.3_semantic-release@17.4.7: + resolution: {integrity: sha512-lWjIVDLal+EQBzy697ayUNN8MoBpp+jYIyW2luOdqn5XBH4d9bQGfTnjuLyzARZBHejqh932HVjiH/j4+R7VHw==} + engines: {node: '>=10.18'} peerDependencies: - semantic-release: '>=18.0.0-beta.1' + semantic-release: '>=16.0.0 <18.0.0' dependencies: '@octokit/rest': 18.12.0 '@semantic-release/error': 2.2.0 @@ -5632,27 +5640,27 @@ packages: dir-glob: 3.0.1 fs-extra: 10.0.1 globby: 11.1.0 - http-proxy-agent: 5.0.0 + http-proxy-agent: 4.0.1 https-proxy-agent: 5.0.0 issue-parser: 6.0.0 lodash: 4.17.21 - mime: 3.0.0 + mime: 2.6.0 p-filter: 2.1.0 p-retry: 4.6.1 - semantic-release: 19.0.2 + semantic-release: 17.4.7 url-join: 4.0.1 transitivePeerDependencies: - encoding - supports-color dev: true - /@semantic-release/npm/8.0.3: - resolution: {integrity: sha512-Qbg7x/O1t3sJqsv2+U0AL4Utgi/ymlCiUdt67Ftz9HL9N8aDML4t2tE0T9MBaYdqwD976hz57DqHHXKVppUBoA==} - engines: {node: '>=14.17'} + /@semantic-release/npm/7.1.3_semantic-release@17.4.7: + resolution: {integrity: sha512-x52kQ/jR09WjuWdaTEHgQCvZYMOTx68WnS+TZ4fya5ZAJw4oRtJETtrvUw10FdfM28d/keInQdc66R1Gw5+OEQ==} + engines: {node: '>=10.19'} peerDependencies: - semantic-release: '>=18.0.0' + semantic-release: '>=16.0.0 <18.0.0' dependencies: - '@semantic-release/error': 3.0.0 + '@semantic-release/error': 2.2.0 aggregate-error: 3.1.0 execa: 5.1.1 fs-extra: 10.0.1 @@ -5663,15 +5671,16 @@ packages: rc: 1.2.8 read-pkg: 5.2.0 registry-auth-token: 4.2.1 + semantic-release: 17.4.7 semver: 7.3.5 tempy: 1.0.1 dev: true - /@semantic-release/npm/9.0.0_semantic-release@19.0.2: - resolution: {integrity: sha512-hj2jqayS2SPUmFtCMCOQMX975uMDfRoymj1HvMSwYdaoI6hVZvhrTFPBgJeM85O0C+G3IFviAUar5gel/1VGDQ==} - engines: {node: '>=16 || ^14.17'} + /@semantic-release/npm/8.0.3: + resolution: {integrity: sha512-Qbg7x/O1t3sJqsv2+U0AL4Utgi/ymlCiUdt67Ftz9HL9N8aDML4t2tE0T9MBaYdqwD976hz57DqHHXKVppUBoA==} + engines: {node: '>=14.17'} peerDependencies: - semantic-release: '>=19.0.0' + semantic-release: '>=18.0.0' dependencies: '@semantic-release/error': 3.0.0 aggregate-error: 3.1.0 @@ -5680,32 +5689,31 @@ packages: lodash: 4.17.21 nerf-dart: 1.0.0 normalize-url: 6.1.0 - npm: 8.5.2 + npm: 7.24.2 rc: 1.2.8 read-pkg: 5.2.0 registry-auth-token: 4.2.1 - semantic-release: 19.0.2 semver: 7.3.5 tempy: 1.0.1 dev: true - /@semantic-release/release-notes-generator/10.0.3_semantic-release@19.0.2: - resolution: {integrity: sha512-k4x4VhIKneOWoBGHkx0qZogNjCldLPRiAjnIpMnlUh6PtaWXp/T+C9U7/TaNDDtgDa5HMbHl4WlREdxHio6/3w==} - engines: {node: '>=14.17'} + /@semantic-release/release-notes-generator/9.0.3_semantic-release@17.4.7: + resolution: {integrity: sha512-hMZyddr0u99OvM2SxVOIelHzly+PP3sYtJ8XOLHdMp8mrluN5/lpeTnIO27oeCYdupY/ndoGfvrqDjHqkSyhVg==} + engines: {node: '>=10.18'} peerDependencies: - semantic-release: '>=18.0.0-beta.1' + semantic-release: '>=15.8.0 <18.0.0' dependencies: conventional-changelog-angular: 5.0.13 - conventional-changelog-writer: 5.0.1 + conventional-changelog-writer: 4.1.0 conventional-commits-filter: 2.0.7 conventional-commits-parser: 3.2.4 debug: 4.3.3 get-stream: 6.0.1 - import-from: 4.0.0 + import-from: 3.0.0 into-stream: 6.0.0 lodash: 4.17.21 read-pkg-up: 7.0.1 - semantic-release: 19.0.2 + semantic-release: 17.4.7 transitivePeerDependencies: - supports-color dev: true @@ -5946,11 +5954,6 @@ packages: engines: {node: '>= 6'} dev: true - /@tootallnate/once/2.0.0: - resolution: {integrity: sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==} - engines: {node: '>= 10'} - dev: true - /@trysound/sax/0.2.0: resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==} engines: {node: '>=10.13.0'} @@ -6450,21 +6453,20 @@ packages: '@types/yargs-parser': 20.2.1 dev: true - /@typescript-eslint/eslint-plugin/5.12.1_78ba2542c270c83b2a80bb1c125195b6: - resolution: {integrity: sha512-M499lqa8rnNK7mUv74lSFFttuUsubIRdAbHcVaP93oFcKkEmHmLqy2n7jM9C8DVmFMYK61ExrZU6dLYhQZmUpw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@typescript-eslint/eslint-plugin/4.33.0_959502c0ea240e86d4d2ba8b8c0fee45: + resolution: {integrity: sha512-aINiAxGVdOl1eJyVjaWn/YcVAq4Gi/Yo35qHGCnqbWVz61g39D0h23veY/MA0rFFGfxK7TySg2uwDeNv+JgVpg==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + '@typescript-eslint/parser': ^4.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.12.1_eslint@7.32.0+typescript@4.5.5 - '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/type-utils': 5.12.1_eslint@7.32.0+typescript@4.5.5 - '@typescript-eslint/utils': 5.12.1_eslint@7.32.0+typescript@4.5.5 + '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.5.5 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.5 + '@typescript-eslint/scope-manager': 4.33.0 debug: 4.3.3 eslint: 7.32.0 functional-red-black-tree: 1.0.1 @@ -6495,19 +6497,19 @@ packages: - typescript dev: true - /@typescript-eslint/parser/5.12.1_eslint@7.32.0+typescript@4.5.5: - resolution: {integrity: sha512-6LuVUbe7oSdHxUWoX/m40Ni8gsZMKCi31rlawBHt7VtW15iHzjbpj2WLiToG2758KjtCCiLRKZqfrOdl3cNKuw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + /@typescript-eslint/parser/4.33.0_eslint@7.32.0+typescript@4.5.5: + resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} + engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 + '@typescript-eslint/scope-manager': 4.33.0 + '@typescript-eslint/types': 4.33.0 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.5 debug: 4.3.3 eslint: 7.32.0 typescript: 4.5.5 @@ -6523,43 +6525,11 @@ packages: '@typescript-eslint/visitor-keys': 4.33.0 dev: true - /@typescript-eslint/scope-manager/5.12.1: - resolution: {integrity: sha512-J0Wrh5xS6XNkd4TkOosxdpObzlYfXjAFIm9QxYLCPOcHVv1FyyFCPom66uIh8uBr0sZCrtS+n19tzufhwab8ZQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/visitor-keys': 5.12.1 - dev: true - - /@typescript-eslint/type-utils/5.12.1_eslint@7.32.0+typescript@4.5.5: - resolution: {integrity: sha512-Gh8feEhsNLeCz6aYqynh61Vsdy+tiNNkQtc+bN3IvQvRqHkXGUhYkUi+ePKzP0Mb42se7FDb+y2SypTbpbR/Sg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/utils': 5.12.1_eslint@7.32.0+typescript@4.5.5 - debug: 4.3.3 - eslint: 7.32.0 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 - transitivePeerDependencies: - - supports-color - dev: true - /@typescript-eslint/types/4.33.0: resolution: {integrity: sha512-zKp7CjQzLQImXEpLt2BUw1tvOMPfNoTAfb8l51evhYbOEEzdWyQNmHWWGPR6hwKJDAi+1VXSBmnhL9kyVTTOuQ==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} dev: true - /@typescript-eslint/types/5.12.1: - resolution: {integrity: sha512-hfcbq4qVOHV1YRdhkDldhV9NpmmAu2vp6wuFODL71Y0Ixak+FLeEU4rnPxgmZMnGreGEghlEucs9UZn5KOfHJA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.5: resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} @@ -6581,45 +6551,6 @@ packages: - supports-color dev: true - /@typescript-eslint/typescript-estree/5.12.1_typescript@4.5.5: - resolution: {integrity: sha512-ahOdkIY9Mgbza7L9sIi205Pe1inCkZWAHE1TV1bpxlU4RZNPtXaDZfiiFWcL9jdxvW1hDYZJXrFm+vlMkXRbBw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/visitor-keys': 5.12.1 - debug: 4.3.3 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.5 - typescript: 4.5.5 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/utils/5.12.1_eslint@7.32.0+typescript@4.5.5: - resolution: {integrity: sha512-Qq9FIuU0EVEsi8fS6pG+uurbhNTtoYr4fq8tKjBupsK5Bgbk2I32UGm0Sh+WOyjOPgo/5URbxxSNV6HYsxV4MQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - dependencies: - '@types/json-schema': 7.0.9 - '@typescript-eslint/scope-manager': 5.12.1 - '@typescript-eslint/types': 5.12.1 - '@typescript-eslint/typescript-estree': 5.12.1_typescript@4.5.5 - eslint: 7.32.0 - eslint-scope: 5.1.1 - eslint-utils: 3.0.0_eslint@7.32.0 - transitivePeerDependencies: - - supports-color - - typescript - dev: true - /@typescript-eslint/visitor-keys/4.33.0: resolution: {integrity: sha512-uqi/2aSz9g2ftcHWf8uLPJA70rUv6yuMW5Bohw+bwcuzaxQIHaKFZCKGoGXIrc9vkTJ3+0txM73K0Hq3d5wgIg==} engines: {node: ^8.10.0 || ^10.13.0 || >=11.10.1} @@ -6628,14 +6559,6 @@ packages: eslint-visitor-keys: 2.1.0 dev: true - /@typescript-eslint/visitor-keys/5.12.1: - resolution: {integrity: sha512-l1KSLfupuwrXx6wc0AuOmC7Ko5g14ZOQ86wJJqRbdLbXLK02pK/DPiDDqCc7BqqiiA04/eAA6ayL0bgOrAkH7A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dependencies: - '@typescript-eslint/types': 5.12.1 - eslint-visitor-keys: 3.3.0 - dev: true - /@umijs/ast/3.5.21: resolution: {integrity: sha512-DpC/vsAidBeec1thZosHNRyPT4/UYx0FpoQFQMSLbN6T17MjChlXKys888o7OqBFv2kIMxI2dTA8rlOworW36g==} dependencies: @@ -6770,8 +6693,8 @@ packages: prettier: 2.2.1 dev: true - /@umijs/fabric/2.10.2: - resolution: {integrity: sha512-X0mRa6sH/R6TmgtxwtUyGNjpN8zqhptUpktYDtwqbLt8yJSqsukCuO9zamFzLhEJj12ZFsABT6pCjeQWfl8DKQ==} + /@umijs/fabric/2.8.1: + resolution: {integrity: sha512-Tzm5Er1j8fFwGo+tc3YSA6zUvupv7QeMlYuOnjdXUc8GAR1t+KXj7hqSA8VWiR4qpYeDGJ/b9rH3PCbDkgwX9Q==} hasBin: true dependencies: '@babel/core': 7.17.5 @@ -6781,14 +6704,14 @@ packages: '@babel/preset-env': 7.16.11_@babel+core@7.17.5 '@babel/preset-react': 7.16.7_@babel+core@7.17.5 '@babel/preset-typescript': 7.16.7_@babel+core@7.17.5 - '@typescript-eslint/eslint-plugin': 5.12.1_78ba2542c270c83b2a80bb1c125195b6 - '@typescript-eslint/parser': 5.12.1_eslint@7.32.0+typescript@4.5.5 + '@typescript-eslint/eslint-plugin': 4.33.0_959502c0ea240e86d4d2ba8b8c0fee45 + '@typescript-eslint/parser': 4.33.0_eslint@7.32.0+typescript@4.5.5 chalk: 4.1.2 eslint: 7.32.0 eslint-config-prettier: 8.4.0_eslint@7.32.0 eslint-formatter-pretty: 4.1.0 eslint-plugin-babel: 5.3.1_eslint@7.32.0 - eslint-plugin-jest: 24.7.0_09b139e19ef1513e005ddd1e4780a778 + eslint-plugin-jest: 24.7.0_3f4b3d5e9ff2eeb92498cbf02acbc5d8 eslint-plugin-promise: 5.2.0_eslint@7.32.0 eslint-plugin-react: 7.29.2_eslint@7.32.0 eslint-plugin-react-hooks: 4.3.0_eslint@7.32.0 @@ -7698,13 +7621,6 @@ packages: type-fest: 0.21.3 dev: true - /ansi-escapes/5.0.0: - resolution: {integrity: sha512-5GFMVX8HqE/TB+FuBJGuO5XG0WrsA6ptUqoODaT/n9mmUaZFkqnBueB4leqGBCmrUHnCnC4PCZTCd0E7QQ83bA==} - engines: {node: '>=12'} - dependencies: - type-fest: 1.4.0 - dev: true - /ansi-gray/0.1.1: resolution: {integrity: sha512-HrgGIZUl8h2EHuZaU9hTR/cU5nhKxpVE1V6kdGsQ8e4zirElJ5fvtfc8N7Q1oq1aatO275i8pUFUCpNWCAnVWw==} engines: {node: '>=0.10.0'} @@ -8962,11 +8878,6 @@ packages: supports-color: 7.2.0 dev: true - /chalk/5.0.0: - resolution: {integrity: sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true - /char-regex/1.0.2: resolution: {integrity: sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==} engines: {node: '>=10'} @@ -9332,11 +9243,6 @@ packages: /commander/2.20.3: resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - /commander/6.2.1: - resolution: {integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==} - engines: {node: '>= 6'} - dev: true - /commander/7.2.0: resolution: {integrity: sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==} engines: {node: '>= 10'} @@ -9437,7 +9343,7 @@ packages: resolution: {integrity: sha512-j4dx+Fb0URmzbwwMUrhqWM2BEWHdFGx+qZ9qqASHRPqvTYdqvWnHg0H1hIbcyLnvgnoNAVMlwkepyqM3DaIFUg==} /concat-map/0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=, tarball: concat-map/download/concat-map-0.0.1.tgz} /concat-stream/1.6.2: resolution: {integrity: sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==} @@ -9578,6 +9484,23 @@ packages: engines: {node: '>=10'} dev: true + /conventional-changelog-writer/4.1.0: + resolution: {integrity: sha512-WwKcUp7WyXYGQmkLsX4QmU42AZ1lqlvRW9mqoyiQzdD+rJWbTepdWoKJuwXTS+yq79XKnQNa93/roViPQrAQgw==} + engines: {node: '>=10'} + hasBin: true + dependencies: + compare-func: 2.0.0 + conventional-commits-filter: 2.0.7 + dateformat: 3.0.3 + handlebars: 4.7.7 + json-stringify-safe: 5.0.1 + lodash: 4.17.21 + meow: 8.1.2 + semver: 6.3.0 + split: 1.0.1 + through2: 4.0.2 + dev: true + /conventional-changelog-writer/5.0.1: resolution: {integrity: sha512-5WsuKUfxW7suLblAbFnxAcrvf6r+0b7GvNaWUwUIk0bXMnENP/PEieGKVUQrjPqwPT4o3EPAASBXiY6iHooLOQ==} engines: {node: '>=10'} @@ -9847,7 +9770,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /css-color-keywords/1.0.0: @@ -9882,7 +9805,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: true @@ -9928,7 +9851,7 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /css-select-base-adapter/0.1.1: @@ -11158,7 +11081,7 @@ packages: eslint-rule-composer: 0.3.0 dev: true - /eslint-plugin-jest/24.7.0_09b139e19ef1513e005ddd1e4780a778: + /eslint-plugin-jest/24.7.0_3f4b3d5e9ff2eeb92498cbf02acbc5d8: resolution: {integrity: sha512-wUxdF2bAZiYSKBclsUMrYHH6WxiBreNjyDxbRv345TIvPeoCEgPNEn3Sa+ZrSqsf1Dl9SqqSREXMHExlMMu1DA==} engines: {node: '>=10'} peerDependencies: @@ -11168,7 +11091,7 @@ packages: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 5.12.1_78ba2542c270c83b2a80bb1c125195b6 + '@typescript-eslint/eslint-plugin': 4.33.0_959502c0ea240e86d4d2ba8b8c0fee45 '@typescript-eslint/experimental-utils': 4.33.0_eslint@7.32.0+typescript@4.5.5 eslint: 7.32.0 transitivePeerDependencies: @@ -11300,11 +11223,6 @@ packages: engines: {node: '>=10'} dev: true - /eslint-visitor-keys/3.3.0: - resolution: {integrity: sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true - /eslint/7.32.0: resolution: {integrity: sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==} engines: {node: ^10.12.0 || >=12.0.0} @@ -12886,17 +12804,6 @@ packages: - supports-color dev: true - /http-proxy-agent/5.0.0: - resolution: {integrity: sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==} - engines: {node: '>= 6'} - dependencies: - '@tootallnate/once': 2.0.0 - agent-base: 6.0.2 - debug: 4.3.3 - transitivePeerDependencies: - - supports-color - dev: true - /http-signature/1.2.0: resolution: {integrity: sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==} engines: {node: '>=0.8', npm: '>=1.3.7'} @@ -13075,11 +12982,6 @@ packages: resolve-from: 5.0.0 dev: true - /import-from/4.0.0: - resolution: {integrity: sha512-P9J71vT5nLlDeV8FHs5nNxaLbrpfAV5cF5srvbZfpwpcJoM/xZR3hiv+q+SAnuSmuGbXMWud063iIMx/V/EWZQ==} - engines: {node: '>=12.2'} - dev: true - /import-lazy/2.1.0: resolution: {integrity: sha512-m7ZEHgtw69qOGw+jwxXkHlrlIPdTGkyh66zXZ1ajZbxkDBNjSY/LGbmjc7h0s2ELsUDTAhFr55TrPSSqJGPG0A==} engines: {node: '>=4'} @@ -15364,21 +15266,26 @@ packages: repeat-string: 1.6.1 dev: true - /marked-terminal/5.1.1_marked@4.0.12: - resolution: {integrity: sha512-+cKTOx9P4l7HwINYhzbrBSyzgxO2HaHKGZGuB1orZsMIgXYaJyfidT81VXRdpelW/PcHEWxywscePVgI/oUF6g==} - engines: {node: '>=14.13.1 || >=16.0.0'} + /marked-terminal/4.2.0_marked@2.1.3: + resolution: {integrity: sha512-DQfNRV9svZf0Dm9Cf5x5xaVJ1+XjxQW6XjFJ5HFkVyK52SDpj5PCBzS5X5r2w9nHr3mlB0T5201UMLue9fmhUw==} peerDependencies: - marked: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 + marked: ^1.0.0 || ^2.0.0 dependencies: - ansi-escapes: 5.0.0 + ansi-escapes: 4.3.2 cardinal: 2.1.1 - chalk: 5.0.0 + chalk: 4.1.2 cli-table3: 0.6.1 - marked: 4.0.12 + marked: 2.1.3 node-emoji: 1.11.0 supports-hyperlinks: 2.2.0 dev: true + /marked/2.1.3: + resolution: {integrity: sha512-/Q+7MGzaETqifOMWYEA7HVMaZb4XbcRfaOzcSsHZEith83KGlvaSG33u0SKu89Mj5h+T8V2hM+8O45Qc5XTgwA==} + engines: {node: '>= 10'} + hasBin: true + dev: true + /marked/4.0.12: resolution: {integrity: sha512-hgibXWrEDNBWgGiK18j/4lkS6ihTe9sxtV4Q1OQppb/0zzyPSzoFANBa5MfsG/zgsWklmNnhm0XACZOH/0HBiQ==} engines: {node: '>= 12'} @@ -15774,12 +15681,6 @@ packages: hasBin: true dev: true - /mime/3.0.0: - resolution: {integrity: sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==} - engines: {node: '>=10.0.0'} - hasBin: true - dev: true - /mimic-fn/2.1.0: resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} engines: {node: '>=6'} @@ -16064,7 +15965,7 @@ packages: lodash: 4.17.21 meow: 8.1.2 promise-events: 0.2.4 - semantic-release: 19.0.2 + semantic-release: 17.4.7 semver: 7.3.5 signale: 1.4.0 stream-buffers: 3.0.2 @@ -16583,84 +16484,6 @@ packages: - which - write-file-atomic - /npm/8.5.2: - resolution: {integrity: sha512-fQRPOSrQfO3AG1JEOgScVrYhOfprZbhSKAjY4goESGPKMflWHxyQt8djo6EZhNjxCNIUAPtT75hkCN902SeYAw==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} - hasBin: true - dev: true - bundledDependencies: - - '@isaacs/string-locale-compare' - - '@npmcli/arborist' - - '@npmcli/ci-detect' - - '@npmcli/config' - - '@npmcli/map-workspaces' - - '@npmcli/package-json' - - '@npmcli/run-script' - - abbrev - - ansicolors - - ansistyles - - archy - - cacache - - chalk - - chownr - - cli-columns - - cli-table3 - - columnify - - fastest-levenshtein - - glob - - graceful-fs - - hosted-git-info - - ini - - init-package-json - - is-cidr - - json-parse-even-better-errors - - libnpmaccess - - libnpmdiff - - libnpmexec - - libnpmfund - - libnpmhook - - libnpmorg - - libnpmpack - - libnpmpublish - - libnpmsearch - - libnpmteam - - libnpmversion - - make-fetch-happen - - minipass - - minipass-pipeline - - mkdirp - - mkdirp-infer-owner - - ms - - node-gyp - - nopt - - npm-audit-report - - npm-install-checks - - npm-package-arg - - npm-pick-manifest - - npm-profile - - npm-registry-fetch - - npm-user-validate - - npmlog - - opener - - pacote - - parse-conflict-json - - proc-log - - qrcode-terminal - - read - - read-package-json - - read-package-json-fast - - readdir-scoped-modules - - rimraf - - semver - - ssri - - tar - - text-table - - tiny-relative-date - - treeverse - - validate-npm-package-name - - which - - write-file-atomic - /npmlog/4.1.2: resolution: {integrity: sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==} dependencies: @@ -17371,10 +17194,6 @@ packages: find-up: 3.0.0 dev: true - /plantuml-encoder/1.4.0: - resolution: {integrity: sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==} - dev: true - /please-upgrade-node/3.2.0: resolution: {integrity: sha512-gQR3WpIgNIKwBMVLkpMUeR3e1/E1y42bqDQZfql+kDeXd8COYfM8PQA4X6y7a8u9Ua9FHmsrrmirW2vHs45hWg==} dependencies: @@ -17438,7 +17257,7 @@ packages: /postcss-attribute-case-insensitive/4.0.2: resolution: {integrity: sha512-clkFxk/9pcdb4Vkn0hAHq3YnxBQ2p0CGD1dy24jN+reBck+EWxMbxSUqN4Yj7t0w8csl87K6p0gxBe1utkJsYA==} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-selector-parser: 6.0.9 dev: true @@ -17464,7 +17283,7 @@ packages: resolution: {integrity: sha512-ZBARCypjEDofW4P6IdPVTLhDNXPRn8T2s1zHbZidW6rPaaZvcnCS2soYFIQJrMZSxiePJ2XIYTlcb2ztr/eT2g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17473,7 +17292,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17481,7 +17300,7 @@ packages: resolution: {integrity: sha512-PF4GDel8q3kkreVXKLAGNpHKilXsZ6xuu+mOQMHWHLPNyjiUBOr75sp5ZKJfmv1MCus5/DWUGcK9hm6qHEnXYw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17490,7 +17309,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17498,7 +17317,7 @@ packages: resolution: {integrity: sha512-aAe3OhkS6qJXBbqzvZth2Au4V3KieR5sRQ4ptb2b2O8wgvB3SJBsdG+jsn2BZbbwekDG8nTfcCNKcSfe/lEy8g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17548,14 +17367,14 @@ packages: resolution: {integrity: sha512-c9s5iX0Ge15o00HKbuRuTqNndsJUbaXdiNsksnVH8H4gdc+zbLzr/UasOwNG6CTDpLFekVY4672eWdiiWu2GUg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-custom-properties/8.0.11: resolution: {integrity: sha512-nm+o0eLdYqdnJ5abAJeXp4CEU1c1k+eB2yMCvhgzsds/e0umabFrN6HoTy/8Q4K5ilxERdl/JD1LO5ANoYBeMA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17563,7 +17382,7 @@ packages: resolution: {integrity: sha512-DSGDhqinCqXqlS4R7KGxL1OSycd1lydugJ1ky4iRXPHdBRiozyMHrdu0H3o7qNOCiZwySZTUI5MV0T8QhCLu+w==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: true @@ -17571,7 +17390,7 @@ packages: resolution: {integrity: sha512-3pm4oq8HYWMZePJY+5ANriPs3P07q+LW6FAdTlkFH2XqDdP4HeeJYMOzn0HYLhRSjBO3fhiqSwwU9xEULSrPgw==} engines: {node: '>=4.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: true @@ -17643,7 +17462,7 @@ packages: resolution: {integrity: sha512-G+nV8EnQq25fOI8CH/B6krEohGWnF5+3A6H/+JEpOncu5dCnkS1QQ6+ct3Jkaepw1NGVqqOZH6lqrm244mCftA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17651,41 +17470,41 @@ packages: resolution: {integrity: sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true /postcss-flexbugs-fixes/4.2.1: resolution: {integrity: sha1-khimUknzCJfeqxAzrO2FeFYqZpA=, tarball: postcss-flexbugs-fixes/download/postcss-flexbugs-fixes-4.2.1.tgz} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-focus-visible/4.0.0: resolution: {integrity: sha512-Z5CkWBw0+idJHSV6+Bgf2peDOFf/x4o+vX/pwcNYrWpXFrSfTkQ3JQ1ojrq9yS+upnAlNRHeg8uEwFTgorjI8g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-focus-within/3.0.0: resolution: {integrity: sha512-W0APui8jQeBKbCGZudW37EeMCjDeVxKgiYfIIEo8Bdh5SpB9sxds/Iq8SEuzS0Q4YFOlG7EPFulbbxujpkrV2w==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-font-variant/4.0.1: resolution: {integrity: sha512-I3ADQSTNtLTTd8uxZhtSOrTCQ9G4qUVKPjHiDk0bV75QSxXjVWiJVJ2VLdspGUi9fbW9BcjKJoRvxAH1pckqmA==} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-gap-properties/2.0.0: resolution: {integrity: sha512-QZSqDaMgXCHuHTEzMsS2KfVDOq7ZFiknSpkrPJY6jmxbugUPTuSzs/vuE5I3zv0WAS+3vhrlqhijiprnuQfzmg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-html/0.36.0_4f7b71a942b8b7a555b8adf78f88122b: @@ -17703,14 +17522,14 @@ packages: resolution: {integrity: sha512-oPTcFFip5LZy8Y/whto91L9xdRHCWEMs3e1MdJxhgt4jy2WYXfhkng59fH5qLXSCPN8k4n94p1Czrfe5IOkKUw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true /postcss-initial/3.0.4: resolution: {integrity: sha512-3RLn6DIpMsK1l5UUy9jxQvoDeUN4gP939tDcKUHD/kM8SGSKbFAnvkpFpj3Bhtz3HGk1jWY5ZNWX6mPta5M9fg==} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-js/2.0.3: @@ -17725,7 +17544,7 @@ packages: engines: {node: '>=6.0.0'} dependencies: '@csstools/convert-colors': 1.4.0 - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -17756,7 +17575,7 @@ packages: engines: {node: '>= 6'} dependencies: loader-utils: 1.4.0 - postcss: 7.0.32 + postcss: 7.0.39 postcss-load-config: 2.1.2 schema-utils: 1.0.0 dev: true @@ -17765,14 +17584,14 @@ packages: resolution: {integrity: sha512-1SUKdJc2vuMOmeItqGuNaC+N8MzBWFWEkAnRnLpFYj1tGGa7NqyVBujfRtgNa2gXR+6RkGUiB2O5Vmh7E2RmiA==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-media-minmax/4.0.0: resolution: {integrity: sha512-fo9moya6qyxsjbFAYl97qKO9gyre3qvbMnkOZeZwlsW6XYFsvs2DMGDlchVLfAd8LHPZDxivu/+qW2SMQeTHBw==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-media-query-parser/0.2.3: @@ -17991,7 +17810,7 @@ packages: resolution: {integrity: sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-normalize-charset/4.0.1: @@ -18190,20 +18009,20 @@ packages: resolution: {integrity: sha512-aK0fHc9CBNx8jbzMYhshZcEv8LtYnBIRYQD5i7w/K/wS9c2+0NSR6B3OVMu5y0hBHYLcMGjfU+dmWYNKH0I85g==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-page-break/2.0.0: resolution: {integrity: sha512-tkpTSrLpfLfD9HvgOlJuigLuk39wVTbbd8RKcy8/ugV2bNBUW3xU+AIqyxhDrQr1VUj1RmyJrBn1YWrqUm9zAQ==} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-place/4.0.1: resolution: {integrity: sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-values-parser: 2.0.1 dev: true @@ -18218,7 +18037,7 @@ packages: css-has-pseudo: 0.10.0 css-prefers-color-scheme: 3.1.1 cssdb: 4.4.0 - postcss: 7.0.32 + postcss: 7.0.39 postcss-attribute-case-insensitive: 4.0.2 postcss-color-functional-notation: 2.0.1 postcss-color-gray: 5.0.0 @@ -18254,7 +18073,7 @@ packages: resolution: {integrity: sha512-lgXW9sYJdLqtmw23otOzrtbDXofUdfYzNm4PIpNE322/swES3VU9XlXHeJS46zT2onFO7V1QFdD4Q9LiZj8mew==} engines: {node: '>=6.0.0'} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 postcss-selector-parser: 5.0.0 dev: true @@ -18302,7 +18121,7 @@ packages: /postcss-replace-overflow-wrap/3.0.0: resolution: {integrity: sha512-2T5hcEHArDT6X9+9dVSPQdo7QHzG4XKclFT8rU5TzJPDN7RIRTbO9c4drUISOVemLj03aezStHCR2AIcr8XLpw==} dependencies: - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-resolve-nested-selector/0.1.1: @@ -18334,14 +18153,14 @@ packages: resolution: {integrity: sha512-LgsHwQR/EsRYSqlwdGzeaPKVT0Ml7LAT6E75T8W8xLJY62CE4S/l03BWIt3jT8Taq22kXP08s2SfTSzaraoPww==} dependencies: balanced-match: 1.0.2 - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-selector-not/4.0.1: resolution: {integrity: sha512-YolvBgInEK5/79C+bdFMyzqTg6pkYqDbzZIST/PDMqa/o3qtXenD05apBG2jLgT0/BQ77d4U2UK12jWpilqMAQ==} dependencies: balanced-match: 1.0.2 - postcss: 7.0.32 + postcss: 7.0.39 dev: true /postcss-selector-parser/3.1.2: @@ -18370,6 +18189,14 @@ packages: util-deprecate: 1.0.2 dev: true + /postcss-sorting/5.0.1: + resolution: {integrity: sha512-Y9fUFkIhfrm6i0Ta3n+89j56EFqaNRdUKqXyRp6kvTcSXnmgEjaVowCXH+JBe9+YKWqd4nc28r2sgwnzJalccA==} + engines: {node: '>=8.7.0'} + dependencies: + lodash: 4.17.21 + postcss: 7.0.39 + dev: true + /postcss-sorting/6.0.0_postcss@8.4.7: resolution: {integrity: sha512-bYJ0vgAiGbjCBKi7B07CzsBc9eM84nLEbavUmwNp8rAa+PNyrgdH+6PpnqTtciLuUs99c4rFQQmCaYgeBQYmSQ==} peerDependencies: @@ -18501,6 +18328,16 @@ packages: engines: {node: '>=4'} dev: true + /prettier-plugin-style-order/0.2.2_prettier@2.5.1: + resolution: {integrity: sha512-4rASdHONhHLNX0arKqEvjGOEAbkSZE3+GQPSaS8mf3en/spjeN0le5fV1yKltWwQeM4UPn7CkKzeD97a4Az/6w==} + peerDependencies: + prettier: '>= 1.13' + dependencies: + postcss-sorting: 5.0.1 + prettier: 2.5.1 + resolve-cwd: 3.0.0 + dev: true + /prettier-plugin-two-style-order/1.0.1_prettier@2.5.1: resolution: {integrity: sha512-ETltO2FRR/Pxc7bsgz2XwuzWSPwafl7/v5+5Rria4S579CTas7dya+xsmbkix0q1tYQiuRjVVdfGnCKlH/aOuQ==} peerDependencies: @@ -18571,16 +18408,6 @@ packages: engines: {node: '>= 0.6.0'} dev: true - /progress-bar-webpack-plugin/2.1.0_webpack@5.69.1: - resolution: {integrity: sha512-UtlZbnxpYk1wufEWfhIjRn2U52zlY38uvnzFhs8rRxJxC1hSqw88JNR2Mbpqq9Kix8L1nGb3uQ+/1BiUWbigAg==} - peerDependencies: - webpack: ^1.3.0 || ^2 || ^3 || ^4 || ^5 - dependencies: - chalk: 3.0.0 - progress: 2.0.3 - webpack: 5.69.1_webpack-cli@4.9.2 - dev: true - /progress/2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} @@ -20753,16 +20580,16 @@ packages: - supports-color dev: true - /semantic-release/19.0.2: - resolution: {integrity: sha512-7tPonjZxukKECmClhsfyMKDt0GR38feIC2HxgyYaBi+9tDySBLjK/zYDLhh+m6yjnHIJa9eBTKYE7k63ZQcYbw==} - engines: {node: '>=16 || ^14.17'} + /semantic-release/17.4.7: + resolution: {integrity: sha512-3Ghu8mKCJgCG3QzE5xphkYWM19lGE3XjFdOXQIKBM2PBpBvgFQ/lXv31oX0+fuN/UjNFO/dqhNs8ATLBhg6zBg==} + engines: {node: '>=10.19'} hasBin: true dependencies: - '@semantic-release/commit-analyzer': 9.0.2_semantic-release@19.0.2 - '@semantic-release/error': 3.0.0 - '@semantic-release/github': 8.0.2_semantic-release@19.0.2 - '@semantic-release/npm': 9.0.0_semantic-release@19.0.2 - '@semantic-release/release-notes-generator': 10.0.3_semantic-release@19.0.2 + '@semantic-release/commit-analyzer': 8.0.1_semantic-release@17.4.7 + '@semantic-release/error': 2.2.0 + '@semantic-release/github': 7.2.3_semantic-release@17.4.7 + '@semantic-release/npm': 7.1.3_semantic-release@17.4.7 + '@semantic-release/release-notes-generator': 9.0.3_semantic-release@17.4.7 aggregate-error: 3.1.0 cosmiconfig: 7.0.1 debug: 4.3.3 @@ -20775,8 +20602,8 @@ packages: hook-std: 2.0.0 hosted-git-info: 4.1.0 lodash: 4.17.21 - marked: 4.0.12 - marked-terminal: 5.1.1_marked@4.0.12 + marked: 2.1.3 + marked-terminal: 4.2.0_marked@2.1.3 micromatch: 4.0.4 p-each-series: 2.2.0 p-reduce: 2.1.0 @@ -22305,16 +22132,6 @@ packages: universalify: 0.1.2 dev: true - /tplant/2.3.6: - resolution: {integrity: sha512-rCPvqBX0WoBVnW1f3uMC22kQF9EUf6/t0rek8QtraUxf8e3dASI3M/kHo0ySzW8ESf2kTWvtzf0VNWS0X8XHcQ==} - hasBin: true - dependencies: - commander: 6.2.1 - glob: 7.2.0 - plantuml-encoder: 1.4.0 - typescript: 4.5.5 - dev: true - /tr46/0.0.3: resolution: {integrity: sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==} dev: true @@ -22619,11 +22436,6 @@ packages: engines: {node: '>=8'} dev: true - /type-fest/1.4.0: - resolution: {integrity: sha512-yGSza74xk0UG8k+pLh5oeoYirvIiWo5t0/o3zHHAO2tRDiZcxWP7fywNlXhqb6/r6sWvwi+RsyQMWhVLe4BVuA==} - engines: {node: '>=10'} - dev: true - /typedarray-to-buffer/3.1.5: resolution: {integrity: sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==} dependencies: