diff --git a/.husky/pre-commit b/.husky/pre-commit index 3a48504855..e7e5f1aa00 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,4 +2,3 @@ . "$(dirname "$0")/_/husky.sh" yarn update-readme -yarn lint-staged --allow-empty diff --git a/.vscode/settings.json b/.vscode/settings.json index 8a551fadfc..9edf56ab80 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,13 +24,6 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": "explicit" }, - "editor.formatOnSave": true, - "[typescript]": { - "editor.formatOnSave": false - }, - "[typescriptreact]": { - "editor.formatOnSave": false - }, "editor.defaultFormatter": "esbenp.prettier-vscode", "[pegjs]": { "editor.defaultFormatter": "esbenp.prettier-vscode" diff --git a/README.md b/README.md index a998a1333f..1a92b8b30c 100644 --- a/README.md +++ b/README.md @@ -10,25 +10,25 @@ ![Pull requests](https://img.shields.io/github/issues-pr/RocketChat/fuselage?style=flat-square) ![GitHub commit activity](https://img.shields.io/github/commit-activity/m/RocketChat/fuselage?style=flat-square) -| Package | Description | Version | Dependencies | -| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | -| 📦 [`@rocket.chat/css-in-js`](/packages/css-in-js) | Toolset to transpile and use CSS on runtime | [![npm](https://img.shields.io/npm/v/@rocket.chat/css-in-js?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/css-in-js) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/css-in-js?style=flat-square) | -| 📦 [`@rocket.chat/css-supports`](/packages/css-supports) | Memoized and SSR-compatible facade of CSS.supports API | [![npm](https://img.shields.io/npm/v/@rocket.chat/css-supports?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/css-supports) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/css-supports?style=flat-square) | -| 📦 [`@rocket.chat/emitter`](/packages/emitter) | Event Emitter by Rocket.Chat | [![npm](https://img.shields.io/npm/v/@rocket.chat/emitter?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/emitter) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/emitter?style=flat-square) | -| 📦 [`@rocket.chat/eslint-config-alt`](/packages/eslint-config-alt) | ESLint configuration for Rocket.Chat repositories | [![npm](https://img.shields.io/npm/v/@rocket.chat/eslint-config-alt?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/eslint-config-alt) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/eslint-config-alt?style=flat-square) | -| 📦 [`@rocket.chat/fuselage`](/packages/fuselage) | Rocket.Chat's React Components Library | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage?style=flat-square) | -| 📦 [`@rocket.chat/fuselage-hooks`](/packages/fuselage-hooks) | React hooks for Fuselage, Rocket.Chat's design system and UI toolkit | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-hooks?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-hooks) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-hooks?style=flat-square) | -| 📦 [`@rocket.chat/fuselage-polyfills`](/packages/fuselage-polyfills) | A bundle of useful poly/ponyfills used by fuselage | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-polyfills?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-polyfills) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-polyfills?style=flat-square) | -| 📦 [`@rocket.chat/fuselage-toastbar`](/packages/fuselage-toastbar) | Fuselage ToastBar component | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-toastbar?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-toastbar) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-toastbar?style=flat-square) | -| 📦 [`@rocket.chat/fuselage-tokens`](/packages/fuselage-tokens) | Design tokens for Fuselage, Rocket.Chat's design system | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-tokens?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-tokens) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-tokens?style=flat-square) | -| 📦 [`@rocket.chat/icons`](/packages/icons) | Rocket.Chat's Icons | [![npm](https://img.shields.io/npm/v/@rocket.chat/icons?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/icons?style=flat-square) | -| 📦 [`@rocket.chat/layout`](/packages/layout) | Shared Application Layout Components | [![npm](https://img.shields.io/npm/v/@rocket.chat/layout?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/layout) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/layout?style=flat-square) | -| 📦 [`@rocket.chat/logo`](/packages/logo) | Rocket.Chat logo package | [![npm](https://img.shields.io/npm/v/@rocket.chat/logo?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/logo) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/logo?style=flat-square) | -| 📦 [`@rocket.chat/memo`](/packages/memo) | Memoization utilities | [![npm](https://img.shields.io/npm/v/@rocket.chat/memo?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/memo) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/memo?style=flat-square) | -| 📦 [`@rocket.chat/mp3-encoder`](/packages/mp3-encoder) | A LAME encoder to be used in web workers | [![npm](https://img.shields.io/npm/v/@rocket.chat/mp3-encoder?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/mp3-encoder) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/mp3-encoder?style=flat-square) | -| 📦 [`@rocket.chat/onboarding-ui`](/packages/onboarding-ui) | Set of components and functions for the onboarding experience on Rocket.Chat | [![npm](https://img.shields.io/npm/v/@rocket.chat/onboarding-ui?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/onboarding-ui) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/onboarding-ui?style=flat-square) | -| 📦 [`@rocket.chat/peggy-loader`](/packages/peggy-loader) | Peggy loader for webpack | [![npm](https://img.shields.io/npm/v/@rocket.chat/peggy-loader?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/peggy-loader) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/peggy-loader?style=flat-square) | -| 📦 [`@rocket.chat/prettier-config`](/packages/prettier-config) | Prettier configuration for Rocket.Chat repositories | [![npm](https://img.shields.io/npm/v/@rocket.chat/prettier-config?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/prettier-config) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/prettier-config?style=flat-square) | -| 📦 [`@rocket.chat/string-helpers`](/packages/string-helpers) | Helper functions for string manipulation | [![npm](https://img.shields.io/npm/v/@rocket.chat/string-helpers?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/string-helpers) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/string-helpers?style=flat-square) | -| 📦 [`@rocket.chat/styled`](/packages/styled) | A simple styled API for React components | [![npm](https://img.shields.io/npm/v/@rocket.chat/styled?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/styled) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/styled?style=flat-square) | -| 📦 [`@rocket.chat/stylis-logical-props-middleware`](/packages/stylis-logical-props-middleware) | Stylis middleware to handle CSS Logical Properties and their fallbacks | [![npm](https://img.shields.io/npm/v/@rocket.chat/stylis-logical-props-middleware?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/stylis-logical-props-middleware) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/stylis-logical-props-middleware?style=flat-square) | +| Package | Description | Version | Dependencies | +|---------|-------------|---------|--------------| +| 📦 [`@rocket.chat/css-in-js`](/packages/css-in-js) | Toolset to transpile and use CSS on runtime | [![npm](https://img.shields.io/npm/v/@rocket.chat/css-in-js?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/css-in-js) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/css-in-js?style=flat-square) | +| 📦 [`@rocket.chat/css-supports`](/packages/css-supports) | Memoized and SSR-compatible facade of CSS.supports API | [![npm](https://img.shields.io/npm/v/@rocket.chat/css-supports?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/css-supports) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/css-supports?style=flat-square) | +| 📦 [`@rocket.chat/emitter`](/packages/emitter) | Event Emitter by Rocket.Chat | [![npm](https://img.shields.io/npm/v/@rocket.chat/emitter?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/emitter) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/emitter?style=flat-square) | +| 📦 [`@rocket.chat/eslint-config-alt`](/packages/eslint-config-alt) | ESLint configuration for Rocket.Chat repositories | [![npm](https://img.shields.io/npm/v/@rocket.chat/eslint-config-alt?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/eslint-config-alt) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/eslint-config-alt?style=flat-square) | +| 📦 [`@rocket.chat/fuselage`](/packages/fuselage) | Rocket.Chat's React Components Library | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage?style=flat-square) | +| 📦 [`@rocket.chat/fuselage-hooks`](/packages/fuselage-hooks) | React hooks for Fuselage, Rocket.Chat's design system and UI toolkit | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-hooks?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-hooks) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-hooks?style=flat-square) | +| 📦 [`@rocket.chat/fuselage-polyfills`](/packages/fuselage-polyfills) | A bundle of useful poly/ponyfills used by fuselage | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-polyfills?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-polyfills) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-polyfills?style=flat-square) | +| 📦 [`@rocket.chat/fuselage-toastbar`](/packages/fuselage-toastbar) | Fuselage ToastBar component | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-toastbar?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-toastbar) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-toastbar?style=flat-square) | +| 📦 [`@rocket.chat/fuselage-tokens`](/packages/fuselage-tokens) | Design tokens for Fuselage, Rocket.Chat's design system | [![npm](https://img.shields.io/npm/v/@rocket.chat/fuselage-tokens?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/fuselage-tokens) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/fuselage-tokens?style=flat-square) | +| 📦 [`@rocket.chat/icons`](/packages/icons) | Rocket.Chat's Icons | [![npm](https://img.shields.io/npm/v/@rocket.chat/icons?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/icons) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/icons?style=flat-square) | +| 📦 [`@rocket.chat/layout`](/packages/layout) | Shared Application Layout Components | [![npm](https://img.shields.io/npm/v/@rocket.chat/layout?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/layout) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/layout?style=flat-square) | +| 📦 [`@rocket.chat/logo`](/packages/logo) | Rocket.Chat logo package | [![npm](https://img.shields.io/npm/v/@rocket.chat/logo?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/logo) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/logo?style=flat-square) | +| 📦 [`@rocket.chat/memo`](/packages/memo) | Memoization utilities | [![npm](https://img.shields.io/npm/v/@rocket.chat/memo?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/memo) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/memo?style=flat-square) | +| 📦 [`@rocket.chat/mp3-encoder`](/packages/mp3-encoder) | A LAME encoder to be used in web workers | [![npm](https://img.shields.io/npm/v/@rocket.chat/mp3-encoder?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/mp3-encoder) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/mp3-encoder?style=flat-square) | +| 📦 [`@rocket.chat/onboarding-ui`](/packages/onboarding-ui) | Set of components and functions for the onboarding experience on Rocket.Chat | [![npm](https://img.shields.io/npm/v/@rocket.chat/onboarding-ui?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/onboarding-ui) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/onboarding-ui?style=flat-square) | +| 📦 [`@rocket.chat/peggy-loader`](/packages/peggy-loader) | Peggy loader for webpack | [![npm](https://img.shields.io/npm/v/@rocket.chat/peggy-loader?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/peggy-loader) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/peggy-loader?style=flat-square) | +| 📦 [`@rocket.chat/prettier-config`](/packages/prettier-config) | Prettier configuration for Rocket.Chat repositories | [![npm](https://img.shields.io/npm/v/@rocket.chat/prettier-config?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/prettier-config) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/prettier-config?style=flat-square) | +| 📦 [`@rocket.chat/string-helpers`](/packages/string-helpers) | Helper functions for string manipulation | [![npm](https://img.shields.io/npm/v/@rocket.chat/string-helpers?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/string-helpers) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/string-helpers?style=flat-square) | +| 📦 [`@rocket.chat/styled`](/packages/styled) | A simple styled API for React components | [![npm](https://img.shields.io/npm/v/@rocket.chat/styled?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/styled) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/styled?style=flat-square) | +| 📦 [`@rocket.chat/stylis-logical-props-middleware`](/packages/stylis-logical-props-middleware) | Stylis middleware to handle CSS Logical Properties and their fallbacks | [![npm](https://img.shields.io/npm/v/@rocket.chat/stylis-logical-props-middleware?style=flat-square)](https://www.npmjs.com/package/@rocket.chat/stylis-logical-props-middleware) | ![deps](https://img.shields.io/librariesio/release/npm/@rocket.chat/stylis-logical-props-middleware?style=flat-square) | diff --git a/_templates/create-package/library/files/package.json.t b/_templates/create-package/library/files/package.json.t index 5fc81bc330..7017d9d101 100644 --- a/_templates/create-package/library/files/package.json.t +++ b/_templates/create-package/library/files/package.json.t @@ -35,7 +35,6 @@ to: packages/<%=package%>/package.json ".:build:cjs": "tsc -p tsconfig.cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc" }, @@ -46,7 +45,6 @@ to: packages/<%=package%>/package.json "eslint": "~8.8.0", "jest": "~27.5.1", "lint-all": "workspace:~", - "lint-staged": "~12.3.3", "prettier": "~2.5.1", "rimraf": "~3.0.2", "ts-jest": "~27.1.3", diff --git a/package.json b/package.json index 521b65eb57..dcdd12e861 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "bump": "workspace:~", "husky": "~9.0.11", "hygen": "~6.1.5", - "lint-staged": "~13.2.1", "pinst": "~3.0.0", "turbo": "~2.0.9", "update-readme": "workspace:~", diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index 875cce47ff..4ae66401b5 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -36,7 +36,6 @@ "build": "rollup -c", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -54,7 +53,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rollup": "~2.67.3", "rollup-plugin-terser": "~7.0.2", diff --git a/packages/css-supports/package.json b/packages/css-supports/package.json index b35ed52682..55b6b958d7 100644 --- a/packages/css-supports/package.json +++ b/packages/css-supports/package.json @@ -30,7 +30,6 @@ "build": "tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "docs": "typedoc", "bump-next": "bump-next" }, @@ -40,7 +39,6 @@ "bump": "workspace:~", "eslint": "~8.38.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rimraf": "~3.0.2", "typedoc": "~0.25.13", diff --git a/packages/emitter/package.json b/packages/emitter/package.json index 9d36157654..89a3c78ee3 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -36,7 +36,6 @@ "build": "rollup -c", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -53,7 +52,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "rollup": "~2.67.3", diff --git a/packages/eslint-config-alt/package.json b/packages/eslint-config-alt/package.json index b4f7df8893..ba964f5ff9 100644 --- a/packages/eslint-config-alt/package.json +++ b/packages/eslint-config-alt/package.json @@ -29,7 +29,6 @@ "scripts": { "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "bump-next": "bump-next" }, "peerDependencies": { @@ -42,7 +41,6 @@ "bump": "workspace:~", "eslint": "~8.38.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7" }, "dependencies": { diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index adcbeced51..cc0c8343c8 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -39,7 +39,6 @@ ".:build:rollup": "rollup -c", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "bump-next": "bump-next" }, @@ -62,7 +61,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "react": "^17.0.2", diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index b55fa6a0b4..b66570b900 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -22,7 +22,6 @@ "scripts": { "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "bump-next": "bump-next" }, "dependencies": { @@ -39,7 +38,6 @@ "bump": "workspace:~", "eslint": "~8.38.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7" } } diff --git a/packages/fuselage-toastbar/package.json b/packages/fuselage-toastbar/package.json index dd9271bea9..a6f138efd8 100644 --- a/packages/fuselage-toastbar/package.json +++ b/packages/fuselage-toastbar/package.json @@ -39,7 +39,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "storybook": "start-storybook -p 6006", @@ -66,7 +65,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "rimraf": "~3.0.2", diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index 5e2d046935..c955c1a41f 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -48,7 +48,6 @@ "eslint-plugin-import": "~2.26.0", "eslint-plugin-prettier": "~4.2.1", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "postcss-scss": "~4.0.6", "prettier": "~2.8.7", diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index ff0d5e2d31..ae26077391 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -38,7 +38,6 @@ ".:build:dev:check": "es-check es5 dist/*.development.js", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "watch": "jest --watch", "docs": "cross-env NODE_ENV=production build-storybook -o ../../static/fuselage", @@ -109,7 +108,6 @@ "jest": "~29.5.0", "jest-axe": "~8.0.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "mini-css-extract-plugin": "~2.7.6", "normalize.css": "^8.0.1", "npm-run-all": "^4.1.5", diff --git a/packages/icons/package.json b/packages/icons/package.json index e83e6622d3..d54b043062 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -27,7 +27,6 @@ "build": "build-icons", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "bump-next": "bump-next" }, "devDependencies": { @@ -38,7 +37,6 @@ "bump": "workspace:~", "eslint": "~8.38.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "rimraf": "^3.0.2", diff --git a/packages/layout/package.json b/packages/layout/package.json index 4bcffbec5e..1db904b8e7 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -32,7 +32,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "storybook": "start-storybook -p 6006 --no-version-updates", @@ -62,7 +61,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "react": "~17.0.2", diff --git a/packages/logo/package.json b/packages/logo/package.json index 411a783863..8863be824c 100644 --- a/packages/logo/package.json +++ b/packages/logo/package.json @@ -37,7 +37,6 @@ ".:build:logo": "build-logo", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -54,7 +53,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "react": "^17.0.2", diff --git a/packages/memo/package.json b/packages/memo/package.json index 1d6b81c5e8..d7d2aa6af5 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -35,7 +35,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -48,7 +47,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rimraf": "~3.0.2", "ts-jest": "~29.1.0", diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index df63b46bc1..86dcc5e0cb 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -32,7 +32,6 @@ "build": "rollup -c", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -56,7 +55,6 @@ "jest": "~29.5.0", "jest-environment-jsdom": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7", "rollup": "~3.20.4", "ts-jest": "~29.1.0", diff --git a/packages/onboarding-ui/package.json b/packages/onboarding-ui/package.json index 0d0973344f..7557b65a4e 100644 --- a/packages/onboarding-ui/package.json +++ b/packages/onboarding-ui/package.json @@ -32,7 +32,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "storybook": "start-storybook -p 6006 --no-version-updates", @@ -68,7 +67,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "react": "^17.0.2", diff --git a/packages/peggy-loader/package.json b/packages/peggy-loader/package.json index bd3a9da4aa..72ef5374ef 100644 --- a/packages/peggy-loader/package.json +++ b/packages/peggy-loader/package.json @@ -34,7 +34,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "bump-next": "bump-next" }, "bugs": { @@ -51,7 +50,6 @@ "bump": "workspace:~", "eslint": "~8.38.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "peggy": "3.0.2", "prettier": "~2.8.7", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index e97344b4d3..42fe61f4d2 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -31,7 +31,6 @@ "scripts": { "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "bump-next": "bump-next" }, "peerDependencies": { @@ -44,7 +43,6 @@ "eslint-plugin-import": "~2.26.0", "eslint-plugin-prettier": "~4.2.1", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "prettier": "~2.8.7" } } diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index 8dc80f7c62..bb765ae21a 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -33,7 +33,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -49,7 +48,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "rimraf": "^3.0.2", diff --git a/packages/styled/package.json b/packages/styled/package.json index 56c0c73268..339267a00e 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -32,7 +32,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand", "docs": "typedoc", "bump-next": "bump-next" @@ -45,7 +44,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "rimraf": "^3.0.2", diff --git a/packages/stylis-logical-props-middleware/package.json b/packages/stylis-logical-props-middleware/package.json index 453e79adcd..4fc788c08f 100644 --- a/packages/stylis-logical-props-middleware/package.json +++ b/packages/stylis-logical-props-middleware/package.json @@ -32,7 +32,6 @@ ".:build:cjs": "tsc -p tsconfig-cjs.json", "lint": "lint", "lint-and-fix": "lint-and-fix", - "lint-staged": "lint-staged", "test": "jest --runInBand --passWithNoTests", "docs": "typedoc", "bump-next": "bump-next" @@ -45,7 +44,6 @@ "eslint": "~8.38.0", "jest": "~29.5.0", "lint-all": "workspace:~", - "lint-staged": "~13.2.1", "npm-run-all": "^4.1.5", "prettier": "~2.8.7", "rimraf": "^3.0.2", diff --git a/turbo.json b/turbo.json index f46418c142..d0127b9a90 100644 --- a/turbo.json +++ b/turbo.json @@ -18,9 +18,6 @@ "build-storybook": { "dependsOn": ["^build"], "outputs": ["storybook-static/**"] - }, - "lint-staged": { - "outputs": [] } } } diff --git a/yarn.lock b/yarn.lock index 8e36650842..e7eda4ab6a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5580,7 +5580,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rollup: "npm:~2.67.3" rollup-plugin-terser: "npm:~7.0.2" @@ -5601,7 +5600,6 @@ __metadata: bump: "workspace:~" eslint: "npm:~8.38.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rimraf: "npm:~3.0.2" typedoc: "npm:~0.25.13" @@ -5624,7 +5622,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" rollup: "npm:~2.67.3" @@ -5651,7 +5648,6 @@ __metadata: eslint-plugin-react: "npm:~7.32.2" eslint-plugin-react-hooks: "npm:~4.6.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" peerDependencies: "@babel/eslint-parser": ^7.13.14 @@ -5682,7 +5678,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" react: "npm:^17.0.2" @@ -5709,7 +5704,6 @@ __metadata: bump: "workspace:~" husky: "npm:~9.0.11" hygen: "npm:~6.1.5" - lint-staged: "npm:~13.2.1" pinst: "npm:~3.0.0" turbo: "npm:~2.0.9" update-readme: "workspace:~" @@ -5731,7 +5725,6 @@ __metadata: focus-visible: "npm:^5.2.0" focus-within-polyfill: "npm:^5.2.1" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" new-event-polyfill: "npm:^1.0.1" prettier: "npm:~2.8.7" languageName: unknown @@ -5760,7 +5753,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" react-timing-hooks: "npm:~4.0.2" @@ -5792,7 +5784,6 @@ __metadata: eslint-plugin-import: "npm:~2.26.0" eslint-plugin-prettier: "npm:~4.2.1" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" postcss-scss: "npm:~4.0.6" prettier: "npm:~2.8.7" @@ -5859,7 +5850,6 @@ __metadata: jest: "npm:~29.5.0" jest-axe: "npm:~8.0.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" mini-css-extract-plugin: "npm:~2.7.6" normalize.css: "npm:^8.0.1" npm-run-all: "npm:^4.1.5" @@ -5917,7 +5907,6 @@ __metadata: bump: "workspace:~" eslint: "npm:~8.38.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" rimraf: "npm:^3.0.2" @@ -5948,7 +5937,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" react: "npm:~17.0.2" @@ -5984,7 +5972,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" react: "npm:^17.0.2" @@ -6010,7 +5997,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rimraf: "npm:~3.0.2" ts-jest: "npm:~29.1.0" @@ -6038,7 +6024,6 @@ __metadata: jest: "npm:~29.5.0" jest-environment-jsdom: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" rollup: "npm:~3.20.4" ts-jest: "npm:~29.1.0" @@ -6077,7 +6062,6 @@ __metadata: i18next: "npm:~21.6.16" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" react: "npm:^17.0.2" @@ -6113,7 +6097,6 @@ __metadata: bump: "workspace:~" eslint: "npm:~8.38.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" peggy: "npm:3.0.2" prettier: "npm:~2.8.7" @@ -6137,7 +6120,6 @@ __metadata: eslint-plugin-import: "npm:~2.26.0" eslint-plugin-prettier: "npm:~4.2.1" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" prettier: "npm:~2.8.7" peerDependencies: prettier: ~2.7.1 @@ -6155,7 +6137,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" rimraf: "npm:^3.0.2" @@ -6177,7 +6158,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" rimraf: "npm:^3.0.2" @@ -6199,7 +6179,6 @@ __metadata: eslint: "npm:~8.38.0" jest: "npm:~29.5.0" lint-all: "workspace:~" - lint-staged: "npm:~13.2.1" npm-run-all: "npm:^4.1.5" prettier: "npm:~2.8.7" rimraf: "npm:^3.0.2" @@ -9952,7 +9931,7 @@ __metadata: languageName: node linkType: hard -"ansi-escapes@npm:^4.2.1, ansi-escapes@npm:^4.3.0": +"ansi-escapes@npm:^4.2.1": version: 4.3.2 resolution: "ansi-escapes@npm:4.3.2" dependencies: @@ -9991,13 +9970,6 @@ __metadata: languageName: node linkType: hard -"ansi-regex@npm:^6.0.1": - version: 6.0.1 - resolution: "ansi-regex@npm:6.0.1" - checksum: 10/1ff8b7667cded1de4fa2c9ae283e979fc87036864317da86a2e546725f96406746411d0d85e87a2d12fa5abd715d90006de7fa4fa0477c92321ad3b4c7d4e169 - languageName: node - linkType: hard - "ansi-sequence-parser@npm:^1.1.0": version: 1.1.0 resolution: "ansi-sequence-parser@npm:1.1.0" @@ -10030,13 +10002,6 @@ __metadata: languageName: node linkType: hard -"ansi-styles@npm:^6.0.0": - version: 6.1.0 - resolution: "ansi-styles@npm:6.1.0" - checksum: 10/eb291cf9de71d1b251c1e870a65733a12d422f61aa605cdb3bd54d2c10c7be88cdf7712185e27c3b6d54b9eb0427cce760a9372a437ed5cbf1cb984b30def7cc - languageName: node - linkType: hard - "ansi-to-html@npm:^0.6.11": version: 0.6.14 resolution: "ansi-to-html@npm:0.6.14" @@ -11573,13 +11538,6 @@ __metadata: languageName: node linkType: hard -"chalk@npm:5.2.0, chalk@npm:^5.2.0": - version: 5.2.0 - resolution: "chalk@npm:5.2.0" - checksum: 10/daadc187314c851cd94f1058dd870a2dd351dfaef8cf69048977fc56bce120f02f7aca77eb7ca88bf7a37ab6c15922e12b43f4ffa885f4fd2d9e15dd14c61a1b - languageName: node - linkType: hard - "chalk@npm:^2.0.0, chalk@npm:^2.1.0, chalk@npm:^2.4.1, chalk@npm:^2.4.2": version: 2.4.2 resolution: "chalk@npm:2.4.2" @@ -11601,6 +11559,13 @@ __metadata: languageName: node linkType: hard +"chalk@npm:^5.2.0": + version: 5.2.0 + resolution: "chalk@npm:5.2.0" + checksum: 10/daadc187314c851cd94f1058dd870a2dd351dfaef8cf69048977fc56bce120f02f7aca77eb7ca88bf7a37ab6c15922e12b43f4ffa885f4fd2d9e15dd14c61a1b + languageName: node + linkType: hard + "change-case@npm:^3.1.0": version: 3.1.0 resolution: "change-case@npm:3.1.0" @@ -11866,15 +11831,6 @@ __metadata: languageName: node linkType: hard -"cli-cursor@npm:^3.1.0": - version: 3.1.0 - resolution: "cli-cursor@npm:3.1.0" - dependencies: - restore-cursor: "npm:^3.1.0" - checksum: 10/2692784c6cd2fd85cfdbd11f53aea73a463a6d64a77c3e098b2b4697a20443f430c220629e1ca3b195ea5ac4a97a74c2ee411f3807abf6df2b66211fec0c0a29 - languageName: node - linkType: hard - "cli-table3@npm:^0.6.1": version: 0.6.1 resolution: "cli-table3@npm:0.6.1" @@ -11888,26 +11844,6 @@ __metadata: languageName: node linkType: hard -"cli-truncate@npm:^2.1.0": - version: 2.1.0 - resolution: "cli-truncate@npm:2.1.0" - dependencies: - slice-ansi: "npm:^3.0.0" - string-width: "npm:^4.2.0" - checksum: 10/976f1887de067a8cd6ec830a7a8508336aebe6cec79b521d98ed13f67ef073b637f7305675b6247dd22f9e9cf045ec55fe746c7bdb288fbe8db0dfdc9fd52e55 - languageName: node - linkType: hard - -"cli-truncate@npm:^3.1.0": - version: 3.1.0 - resolution: "cli-truncate@npm:3.1.0" - dependencies: - slice-ansi: "npm:^5.0.0" - string-width: "npm:^5.0.0" - checksum: 10/c3243e41974445691c63f8b405df1d5a24049dc33d324fe448dc572e561a7b772ae982692900b1a5960901cc4fc7def25a629b9c69a4208ee89d12ab3332617a - languageName: node - linkType: hard - "clipboard-polyfill@npm:^3.0.3": version: 3.0.3 resolution: "clipboard-polyfill@npm:3.0.3" @@ -12123,7 +12059,7 @@ __metadata: languageName: node linkType: hard -"colorette@npm:^2.0.14, colorette@npm:^2.0.19": +"colorette@npm:^2.0.14": version: 2.0.19 resolution: "colorette@npm:2.0.19" checksum: 10/6e2606435cd30e1cae8fc6601b024fdd809e20515c57ce1e588d0518403cff0c98abf807912ba543645a9188af36763b69b67e353d47397f24a1c961aba300bd @@ -13863,13 +13799,6 @@ __metadata: languageName: node linkType: hard -"eastasianwidth@npm:^0.2.0": - version: 0.2.0 - resolution: "eastasianwidth@npm:0.2.0" - checksum: 10/9b1d3e1baefeaf7d70799db8774149cef33b97183a6addceeba0cf6b85ba23ee2686f302f14482006df32df75d32b17c509c143a3689627929e4a8efaf483952 - languageName: node - linkType: hard - "ecc-jsbn@npm:~0.1.1": version: 0.1.2 resolution: "ecc-jsbn@npm:0.1.2" @@ -13986,13 +13915,6 @@ __metadata: languageName: node linkType: hard -"emoji-regex@npm:^9.2.2": - version: 9.2.2 - resolution: "emoji-regex@npm:9.2.2" - checksum: 10/915acf859cea7131dac1b2b5c9c8e35c4849e325a1d114c30adb8cd615970f6dca0e27f64f3a4949d7d6ed86ecd79a1c5c63f02e697513cddd7b5835c90948b8 - languageName: node - linkType: hard - "emojis-list@npm:^3.0.0": version: 3.0.0 resolution: "emojis-list@npm:3.0.0" @@ -14843,23 +14765,6 @@ __metadata: languageName: node linkType: hard -"execa@npm:^7.0.0": - version: 7.1.1 - resolution: "execa@npm:7.1.1" - dependencies: - cross-spawn: "npm:^7.0.3" - get-stream: "npm:^6.0.1" - human-signals: "npm:^4.3.0" - is-stream: "npm:^3.0.0" - merge-stream: "npm:^2.0.0" - npm-run-path: "npm:^5.1.0" - onetime: "npm:^6.0.0" - signal-exit: "npm:^3.0.7" - strip-final-newline: "npm:^3.0.0" - checksum: 10/eca047b21506cfe9f1aae7b2eb16662a5d84d3a14f36f13ddc6d2c982529f7c8ecae6fe14465398cd3289a01d18968fde026b8907314885d126e414961da6384 - languageName: node - linkType: hard - "exit@npm:^0.1.2": version: 0.1.2 resolution: "exit@npm:0.1.2" @@ -15877,7 +15782,7 @@ __metadata: languageName: node linkType: hard -"get-stream@npm:^6.0.0, get-stream@npm:^6.0.1": +"get-stream@npm:^6.0.0": version: 6.0.1 resolution: "get-stream@npm:6.0.1" checksum: 10/781266d29725f35c59f1d214aedc92b0ae855800a980800e2923b3fbc4e56b3cb6e462c42e09a1cf1a00c64e056a78fa407cbe06c7c92b7e5cd49b4b85c2a497 @@ -16837,13 +16742,6 @@ __metadata: languageName: node linkType: hard -"human-signals@npm:^4.3.0": - version: 4.3.1 - resolution: "human-signals@npm:4.3.1" - checksum: 10/fa59894c358fe9f2b5549be2fb083661d5e1dff618d3ac70a49ca73495a72e873fbf6c0878561478e521e17d498292746ee391791db95ffe5747bfb5aef8765b - languageName: node - linkType: hard - "humanize-ms@npm:^1.2.1": version: 1.2.1 resolution: "humanize-ms@npm:1.2.1" @@ -17495,13 +17393,6 @@ __metadata: languageName: node linkType: hard -"is-fullwidth-code-point@npm:^4.0.0": - version: 4.0.0 - resolution: "is-fullwidth-code-point@npm:4.0.0" - checksum: 10/8ae89bf5057bdf4f57b346fb6c55e9c3dd2549983d54191d722d5c739397a903012cc41a04ee3403fd872e811243ef91a7c5196da7b5841dc6b6aae31a264a8d - languageName: node - linkType: hard - "is-function@npm:^1.0.2": version: 1.0.2 resolution: "is-function@npm:1.0.2" @@ -17722,13 +17613,6 @@ __metadata: languageName: node linkType: hard -"is-stream@npm:^3.0.0": - version: 3.0.0 - resolution: "is-stream@npm:3.0.0" - checksum: 10/172093fe99119ffd07611ab6d1bcccfe8bc4aa80d864b15f43e63e54b7abc71e779acd69afdb854c4e2a67fdc16ae710e370eda40088d1cfc956a50ed82d8f16 - languageName: node - linkType: hard - "is-string@npm:^1.0.5, is-string@npm:^1.0.7": version: 1.0.7 resolution: "is-string@npm:1.0.7" @@ -19009,7 +18893,7 @@ __metadata: languageName: node linkType: hard -"lilconfig@npm:2.1.0, lilconfig@npm:^2.0.3": +"lilconfig@npm:^2.0.3": version: 2.1.0 resolution: "lilconfig@npm:2.1.0" checksum: 10/b1314a2e55319013d5e7d7d08be39015829d2764a1eaee130129545d40388499d81b1c31b0f9b3417d4db12775a88008b72ec33dd06e0184cf7503b32ca7cc0b @@ -19038,50 +18922,6 @@ __metadata: languageName: unknown linkType: soft -"lint-staged@npm:~13.2.1": - version: 13.2.1 - resolution: "lint-staged@npm:13.2.1" - dependencies: - chalk: "npm:5.2.0" - cli-truncate: "npm:^3.1.0" - commander: "npm:^10.0.0" - debug: "npm:^4.3.4" - execa: "npm:^7.0.0" - lilconfig: "npm:2.1.0" - listr2: "npm:^5.0.7" - micromatch: "npm:^4.0.5" - normalize-path: "npm:^3.0.0" - object-inspect: "npm:^1.12.3" - pidtree: "npm:^0.6.0" - string-argv: "npm:^0.3.1" - yaml: "npm:^2.2.1" - bin: - lint-staged: bin/lint-staged.js - checksum: 10/2b8062520ed61bf6e7eb7a755513ac9f19038f70ca752a4c4ea56c0d2d948b9d769df6861ad7cbcf8e29a109a8c3ed2987deb330eee83c28a8764b3c78d67b05 - languageName: node - linkType: hard - -"listr2@npm:^5.0.7": - version: 5.0.8 - resolution: "listr2@npm:5.0.8" - dependencies: - cli-truncate: "npm:^2.1.0" - colorette: "npm:^2.0.19" - log-update: "npm:^4.0.0" - p-map: "npm:^4.0.0" - rfdc: "npm:^1.3.0" - rxjs: "npm:^7.8.0" - through: "npm:^2.3.8" - wrap-ansi: "npm:^7.0.0" - peerDependencies: - enquirer: ">= 2.3.0 < 3" - peerDependenciesMeta: - enquirer: - optional: true - checksum: 10/41181bcd86d26b82acb3b26738d3836443531bc0ad6f7463cfee411af4f0268f3753485ed4c6d697c120ff01475dbb055aa34c22e6834c4c0bd84e3f242ce78e - languageName: node - linkType: hard - "load-json-file@npm:^1.0.0": version: 1.1.0 resolution: "load-json-file@npm:1.1.0" @@ -19249,18 +19089,6 @@ __metadata: languageName: node linkType: hard -"log-update@npm:^4.0.0": - version: 4.0.0 - resolution: "log-update@npm:4.0.0" - dependencies: - ansi-escapes: "npm:^4.3.0" - cli-cursor: "npm:^3.1.0" - slice-ansi: "npm:^4.0.0" - wrap-ansi: "npm:^6.2.0" - checksum: 10/ae2f85bbabc1906034154fb7d4c4477c79b3e703d22d78adee8b3862fa913942772e7fa11713e3d96fb46de4e3cabefbf5d0a544344f03b58d3c4bff52aa9eb2 - languageName: node - linkType: hard - "logform@npm:^2.3.2, logform@npm:^2.4.0": version: 2.4.2 resolution: "logform@npm:2.4.2" @@ -20388,13 +20216,6 @@ __metadata: languageName: node linkType: hard -"mimic-fn@npm:^4.0.0": - version: 4.0.0 - resolution: "mimic-fn@npm:4.0.0" - checksum: 10/995dcece15ee29aa16e188de6633d43a3db4611bcf93620e7e62109ec41c79c0f34277165b8ce5e361205049766e371851264c21ac64ca35499acb5421c2ba56 - languageName: node - linkType: hard - "mimic-response@npm:^1.0.0, mimic-response@npm:^1.0.1": version: 1.0.1 resolution: "mimic-response@npm:1.0.1" @@ -21123,15 +20944,6 @@ __metadata: languageName: node linkType: hard -"npm-run-path@npm:^5.1.0": - version: 5.1.0 - resolution: "npm-run-path@npm:5.1.0" - dependencies: - path-key: "npm:^4.0.0" - checksum: 10/dc184eb5ec239d6a2b990b43236845332ef12f4e0beaa9701de724aa797fe40b6bbd0157fb7639d24d3ab13f5d5cf22d223a19c6300846b8126f335f788bee66 - languageName: node - linkType: hard - "npmlog@npm:^4.1.2": version: 4.1.2 resolution: "npmlog@npm:4.1.2" @@ -21371,7 +21183,7 @@ __metadata: languageName: node linkType: hard -"onetime@npm:^5.1.0, onetime@npm:^5.1.2": +"onetime@npm:^5.1.2": version: 5.1.2 resolution: "onetime@npm:5.1.2" dependencies: @@ -21380,15 +21192,6 @@ __metadata: languageName: node linkType: hard -"onetime@npm:^6.0.0": - version: 6.0.0 - resolution: "onetime@npm:6.0.0" - dependencies: - mimic-fn: "npm:^4.0.0" - checksum: 10/0846ce78e440841335d4e9182ef69d5762e9f38aa7499b19f42ea1c4cd40f0b4446094c455c713f9adac3f4ae86f613bb5e30c99e52652764d06a89f709b3788 - languageName: node - linkType: hard - "open@npm:^7.0.3": version: 7.3.0 resolution: "open@npm:7.3.0" @@ -21926,13 +21729,6 @@ __metadata: languageName: node linkType: hard -"path-key@npm:^4.0.0": - version: 4.0.0 - resolution: "path-key@npm:4.0.0" - checksum: 10/8e6c314ae6d16b83e93032c61020129f6f4484590a777eed709c4a01b50e498822b00f76ceaf94bc64dbd90b327df56ceadce27da3d83393790f1219e07721d7 - languageName: node - linkType: hard - "path-parse@npm:^1.0.7": version: 1.0.7 resolution: "path-parse@npm:1.0.7" @@ -22062,15 +21858,6 @@ __metadata: languageName: node linkType: hard -"pidtree@npm:^0.6.0": - version: 0.6.0 - resolution: "pidtree@npm:0.6.0" - bin: - pidtree: bin/pidtree.js - checksum: 10/ea67fb3159e170fd069020e0108ba7712df9f0fd13c8db9b2286762856ddce414fb33932e08df4bfe36e91fe860b51852aee49a6f56eb4714b69634343add5df - languageName: node - linkType: hard - "pify@npm:^2.0.0, pify@npm:^2.3.0": version: 2.3.0 resolution: "pify@npm:2.3.0" @@ -24253,16 +24040,6 @@ __metadata: languageName: node linkType: hard -"restore-cursor@npm:^3.1.0": - version: 3.1.0 - resolution: "restore-cursor@npm:3.1.0" - dependencies: - onetime: "npm:^5.1.0" - signal-exit: "npm:^3.0.2" - checksum: 10/f877dd8741796b909f2a82454ec111afb84eb45890eb49ac947d87991379406b3b83ff9673a46012fca0d7844bb989f45cc5b788254cf1a39b6b5a9659de0630 - languageName: node - linkType: hard - "ret@npm:~0.1.10": version: 0.1.15 resolution: "ret@npm:0.1.15" @@ -24284,13 +24061,6 @@ __metadata: languageName: node linkType: hard -"rfdc@npm:^1.3.0": - version: 1.3.0 - resolution: "rfdc@npm:1.3.0" - checksum: 10/76dedd9700cdf132947fde7ce1a8838c9cbb7f3e8f9188af0aaf97194cce745f42094dd2cf547426934cc83252ee2c0e432b2e0222a4415ab0db32de82665c69 - languageName: node - linkType: hard - "rimraf@npm:^2.2.8, rimraf@npm:^2.5.4, rimraf@npm:^2.6.3": version: 2.7.1 resolution: "rimraf@npm:2.7.1" @@ -24399,15 +24169,6 @@ __metadata: languageName: node linkType: hard -"rxjs@npm:^7.8.0": - version: 7.8.0 - resolution: "rxjs@npm:7.8.0" - dependencies: - tslib: "npm:^2.1.0" - checksum: 10/ff9359cc7875edecc8fc487481366b876b488901178cca8f2bdad03e00d2b5a19b01d2b02d3b4ebd47e574264db8460c6c2386076c3189b359b5e8c70a6e51e3 - languageName: node - linkType: hard - "sade@npm:^1.7.3": version: 1.8.1 resolution: "sade@npm:1.8.1" @@ -25009,17 +24770,6 @@ __metadata: languageName: node linkType: hard -"slice-ansi@npm:^3.0.0": - version: 3.0.0 - resolution: "slice-ansi@npm:3.0.0" - dependencies: - ansi-styles: "npm:^4.0.0" - astral-regex: "npm:^2.0.0" - is-fullwidth-code-point: "npm:^3.0.0" - checksum: 10/5ec6d022d12e016347e9e3e98a7eb2a592213a43a65f1b61b74d2c78288da0aded781f665807a9f3876b9daa9ad94f64f77d7633a0458876c3a4fdc4eb223f24 - languageName: node - linkType: hard - "slice-ansi@npm:^4.0.0": version: 4.0.0 resolution: "slice-ansi@npm:4.0.0" @@ -25031,16 +24781,6 @@ __metadata: languageName: node linkType: hard -"slice-ansi@npm:^5.0.0": - version: 5.0.0 - resolution: "slice-ansi@npm:5.0.0" - dependencies: - ansi-styles: "npm:^6.0.0" - is-fullwidth-code-point: "npm:^4.0.0" - checksum: 10/7e600a2a55e333a21ef5214b987c8358fe28bfb03c2867ff2cbf919d62143d1812ac27b4297a077fdaf27a03da3678e49551c93e35f9498a3d90221908a1180e - languageName: node - linkType: hard - "smart-buffer@npm:^4.2.0": version: 4.2.0 resolution: "smart-buffer@npm:4.2.0" @@ -25595,13 +25335,6 @@ __metadata: languageName: node linkType: hard -"string-argv@npm:^0.3.1": - version: 0.3.1 - resolution: "string-argv@npm:0.3.1" - checksum: 10/47c637e3f47b3f5a6430036315e65564483fcf7745341d474943f0c2046f188681275fc1f2948db75c7a7e68134b1446e0dcceda60a7be1ee0c3fb026c0d90c4 - languageName: node - linkType: hard - "string-length@npm:^4.0.1": version: 4.0.1 resolution: "string-length@npm:4.0.1" @@ -25645,17 +25378,6 @@ __metadata: languageName: node linkType: hard -"string-width@npm:^5.0.0": - version: 5.1.0 - resolution: "string-width@npm:5.1.0" - dependencies: - eastasianwidth: "npm:^0.2.0" - emoji-regex: "npm:^9.2.2" - strip-ansi: "npm:^7.0.1" - checksum: 10/f9f84226bade99b044ece0f143ba0979bbd0b4bbb867ce2e785debf8abe99e9491382d584e51c32272ec2dc82f2fa93b212ef4fdd21c739dac8e78f7815b7dfb - languageName: node - linkType: hard - "string.prototype.matchall@npm:^4.0.0 || ^3.0.1, string.prototype.matchall@npm:^4.0.8": version: 4.0.8 resolution: "string.prototype.matchall@npm:4.0.8" @@ -25796,15 +25518,6 @@ __metadata: languageName: node linkType: hard -"strip-ansi@npm:^7.0.1": - version: 7.0.1 - resolution: "strip-ansi@npm:7.0.1" - dependencies: - ansi-regex: "npm:^6.0.1" - checksum: 10/07b3142f515d673e05d2da1ae07bba1eb2ba3b588135a38dea598ca11913b6e9487a9f2c9bed4c74cd31e554012b4503d9fb7e6034c7324973854feea2319110 - languageName: node - linkType: hard - "strip-bom@npm:^2.0.0": version: 2.0.0 resolution: "strip-bom@npm:2.0.0" @@ -25842,13 +25555,6 @@ __metadata: languageName: node linkType: hard -"strip-final-newline@npm:^3.0.0": - version: 3.0.0 - resolution: "strip-final-newline@npm:3.0.0" - checksum: 10/23ee263adfa2070cd0f23d1ac14e2ed2f000c9b44229aec9c799f1367ec001478469560abefd00c5c99ee6f0b31c137d53ec6029c53e9f32a93804e18c201050 - languageName: node - linkType: hard - "strip-indent@npm:^1.0.1": version: 1.0.1 resolution: "strip-indent@npm:1.0.1" @@ -26541,7 +26247,7 @@ __metadata: languageName: node linkType: hard -"through@npm:2, through@npm:>=2.2.7 <3, through@npm:^2.3.8, through@npm:~2.3, through@npm:~2.3.1": +"through@npm:2, through@npm:>=2.2.7 <3, through@npm:~2.3, through@npm:~2.3.1": version: 2.3.8 resolution: "through@npm:2.3.8" checksum: 10/5da78346f70139a7d213b65a0106f3c398d6bc5301f9248b5275f420abc2c4b1e77c2abc72d218dedc28c41efb2e7c312cb76a7730d04f9c2d37d247da3f4198