From 2533875c9623805797bf4af76c0ddd2fd87ad0d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:07:01 -0300 Subject: [PATCH] Version Packages (#1472) Co-authored-by: github-actions[bot] --- .changeset/chilly-rockets-bow.md | 5 - .changeset/eighty-parrots-join.md | 5 - .changeset/empty-ads-heal.md | 5 - .changeset/gentle-eagles-run.md | 5 - .changeset/happy-houses-listen.md | 5 - .changeset/hip-bananas-obey.md | 5 - .changeset/lazy-roses-kick.md | 7 - .changeset/ninety-monkeys-notice.md | 5 - .changeset/soft-islands-decide.md | 13 -- .changeset/stupid-eagles-destroy.md | 5 - .changeset/warm-points-count.md | 5 - .changeset/witty-dodos-peel.md | 6 - packages/css-in-js/package.json | 8 +- packages/css-supports/package.json | 4 +- packages/emitter/package.json | 2 +- packages/fuselage-hooks/CHANGELOG.md | 6 + packages/fuselage-hooks/package.json | 8 +- packages/fuselage-polyfills/package.json | 2 +- packages/fuselage-toastbar/package.json | 12 +- packages/fuselage-tokens/CHANGELOG.md | 6 + packages/fuselage-tokens/package.json | 6 +- packages/fuselage/CHANGELOG.md | 39 ++++ packages/fuselage/package.json | 22 +-- packages/icons/package.json | 4 +- packages/layout/package.json | 6 +- packages/logo/CHANGELOG.md | 7 + packages/logo/package.json | 12 +- packages/memo/package.json | 2 +- packages/mp3-encoder/CHANGELOG.md | 6 + packages/mp3-encoder/package.json | 4 +- packages/onboarding-ui/package.json | 18 +- packages/peggy-loader/package.json | 2 +- packages/prettier-config/package.json | 2 +- packages/string-helpers/package.json | 2 +- packages/styled/package.json | 4 +- .../package.json | 4 +- tools/build-design-tokens/package.json | 4 +- tools/build-icons/package.json | 4 +- tools/build-logo/package.json | 4 +- tools/testing-utils/package.json | 2 +- tools/tools-utils/package.json | 2 +- tools/update-readme/package.json | 2 +- yarn.lock | 168 +++++++++--------- 43 files changed, 219 insertions(+), 226 deletions(-) delete mode 100644 .changeset/chilly-rockets-bow.md delete mode 100644 .changeset/eighty-parrots-join.md delete mode 100644 .changeset/empty-ads-heal.md delete mode 100644 .changeset/gentle-eagles-run.md delete mode 100644 .changeset/happy-houses-listen.md delete mode 100644 .changeset/hip-bananas-obey.md delete mode 100644 .changeset/lazy-roses-kick.md delete mode 100644 .changeset/ninety-monkeys-notice.md delete mode 100644 .changeset/soft-islands-decide.md delete mode 100644 .changeset/stupid-eagles-destroy.md delete mode 100644 .changeset/warm-points-count.md delete mode 100644 .changeset/witty-dodos-peel.md diff --git a/.changeset/chilly-rockets-bow.md b/.changeset/chilly-rockets-bow.md deleted file mode 100644 index b45864a643..0000000000 --- a/.changeset/chilly-rockets-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -Fixes a bug that adds an extra whitespace when concatenating class names with `appendClassName` diff --git a/.changeset/eighty-parrots-join.md b/.changeset/eighty-parrots-join.md deleted file mode 100644 index 06952eca8b..0000000000 --- a/.changeset/eighty-parrots-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': minor ---- - -feat(fuselage): Update selected system message background diff --git a/.changeset/empty-ads-heal.md b/.changeset/empty-ads-heal.md deleted file mode 100644 index 90da3e923b..0000000000 --- a/.changeset/empty-ads-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -fix(fuselage): Skeleton missing HTML attributes in type diff --git a/.changeset/gentle-eagles-run.md b/.changeset/gentle-eagles-run.md deleted file mode 100644 index 442c559987..0000000000 --- a/.changeset/gentle-eagles-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -fix(fuselage): `Select` disabled opening with keyboard diff --git a/.changeset/happy-houses-listen.md b/.changeset/happy-houses-listen.md deleted file mode 100644 index 3d612ac44f..0000000000 --- a/.changeset/happy-houses-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage": patch ---- - -Changes the `contextualbar` z-index to avoid UI glitches on pages where it needs to appear on top of the `Table` diff --git a/.changeset/hip-bananas-obey.md b/.changeset/hip-bananas-obey.md deleted file mode 100644 index 6db27fbf97..0000000000 --- a/.changeset/hip-bananas-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': patch ---- - -fix(fuselage): `CodeSnippet` inheriting `code` css styles diff --git a/.changeset/lazy-roses-kick.md b/.changeset/lazy-roses-kick.md deleted file mode 100644 index 6bb43838e1..0000000000 --- a/.changeset/lazy-roses-kick.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@rocket.chat/fuselage': minor ---- - -Simplifies `Skeleton` - -It replaces the dependency on `Box` with `StylingBox` and implements a new background animation. diff --git a/.changeset/ninety-monkeys-notice.md b/.changeset/ninety-monkeys-notice.md deleted file mode 100644 index cfeea39054..0000000000 --- a/.changeset/ninety-monkeys-notice.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/mp3-encoder': patch ---- - -Suppressed assertions at the LAME encoding due to unknown `NaN` values diff --git a/.changeset/soft-islands-decide.md b/.changeset/soft-islands-decide.md deleted file mode 100644 index 22a87e4dcb..0000000000 --- a/.changeset/soft-islands-decide.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"@rocket.chat/fuselage": minor ---- - -Simplifies `Accordion` and `AccordionItem` - -It removes an obsolete and not accessible toggle switch in `AccordionItem` and eases the internal usage of `Box` to -improve rendering performance. - -Additionally, it adds a new `StylingBox` component that can be used as a wrapper for components that accept styling -props but don't need the weight of the `Box` component prop handling internally. - -Also, it adds a new `cx` and `cxx` helpers to compose class names. diff --git a/.changeset/stupid-eagles-destroy.md b/.changeset/stupid-eagles-destroy.md deleted file mode 100644 index bff8b93b1d..0000000000 --- a/.changeset/stupid-eagles-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@rocket.chat/fuselage-tokens": patch ---- - -fix(fuselage-tokens): incorrect color tokens on Button's success variant diff --git a/.changeset/warm-points-count.md b/.changeset/warm-points-count.md deleted file mode 100644 index 630cabbc2c..0000000000 --- a/.changeset/warm-points-count.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@rocket.chat/fuselage': minor ---- - -feat(fuselage): Update selected message background diff --git a/.changeset/witty-dodos-peel.md b/.changeset/witty-dodos-peel.md deleted file mode 100644 index 42e35dd2c0..0000000000 --- a/.changeset/witty-dodos-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@rocket.chat/fuselage-hooks': minor -'@rocket.chat/fuselage': patch ---- - -Enables hooks' compatibility with React 18 diff --git a/packages/css-in-js/package.json b/packages/css-in-js/package.json index 8d8f0f0f9a..cdebc97c7f 100644 --- a/packages/css-in-js/package.json +++ b/packages/css-in-js/package.json @@ -48,7 +48,7 @@ "@types/stylis": "^4.0.2", "eslint": "~9.14.0", "jest": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3", "rollup": "~2.79.2", "rollup-plugin-terser": "~7.0.2", @@ -58,9 +58,9 @@ }, "dependencies": { "@emotion/hash": "^0.9.0", - "@rocket.chat/css-supports": "workspace:~", - "@rocket.chat/memo": "workspace:~", - "@rocket.chat/stylis-logical-props-middleware": "workspace:~", + "@rocket.chat/css-supports": "^0.31.25", + "@rocket.chat/memo": "^0.31.25", + "@rocket.chat/stylis-logical-props-middleware": "^0.31.25", "stylis": "~4.3.2" } } diff --git a/packages/css-supports/package.json b/packages/css-supports/package.json index 9e47b87855..0b15410079 100644 --- a/packages/css-supports/package.json +++ b/packages/css-supports/package.json @@ -34,13 +34,13 @@ }, "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3", "rimraf": "~3.0.2", "typedoc": "~0.25.13", "typescript": "~5.6.3" }, "dependencies": { - "@rocket.chat/memo": "workspace:~" + "@rocket.chat/memo": "^0.31.25" } } diff --git a/packages/emitter/package.json b/packages/emitter/package.json index ec7f2c11a1..4e6f8ce73a 100644 --- a/packages/emitter/package.json +++ b/packages/emitter/package.json @@ -47,7 +47,7 @@ "@types/jest": "~29.5.12", "eslint": "~9.14.0", "jest": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "rollup": "~2.79.2", diff --git a/packages/fuselage-hooks/CHANGELOG.md b/packages/fuselage-hooks/CHANGELOG.md index 6832154b84..15335d986f 100644 --- a/packages/fuselage-hooks/CHANGELOG.md +++ b/packages/fuselage-hooks/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.34.0 + +### Minor Changes + +- [#1483](https://github.com/RocketChat/fuselage/pull/1483) [`4910d29`](https://github.com/RocketChat/fuselage/commit/4910d294defc1effc0b857f44138498a73013877) Thanks [@tassoevan](https://github.com/tassoevan)! - Enables hooks' compatibility with React 18 + ## 0.33.1 ### Patch Changes diff --git a/packages/fuselage-hooks/package.json b/packages/fuselage-hooks/package.json index 2d11ffb050..2b4b990771 100644 --- a/packages/fuselage-hooks/package.json +++ b/packages/fuselage-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-hooks", - "version": "0.33.1", + "version": "0.34.0", "description": "React hooks for Fuselage, Rocket.Chat's design system and UI toolkit", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -42,7 +42,7 @@ "test": "jest --runInBand" }, "devDependencies": { - "@rocket.chat/fuselage-tokens": "workspace:~", + "@rocket.chat/fuselage-tokens": "^0.33.2", "@rollup/plugin-commonjs": "~21.0.3", "@rollup/plugin-json": "~4.1.0", "@rollup/plugin-node-resolve": "~13.1.3", @@ -57,7 +57,7 @@ "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "react": "^17.0.2", @@ -67,7 +67,7 @@ "rimraf": "~5.0.0", "rollup": "~2.79.2", "rollup-plugin-terser": "~7.0.2", - "testing-utils": "workspace:~", + "testing-utils": "^0.31.25", "ts-jest": "~29.2.4", "typedoc": "~0.25.13", "typescript": "~5.6.3" diff --git a/packages/fuselage-polyfills/package.json b/packages/fuselage-polyfills/package.json index da4b3896f9..5289669f54 100644 --- a/packages/fuselage-polyfills/package.json +++ b/packages/fuselage-polyfills/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/packages/fuselage-toastbar/package.json b/packages/fuselage-toastbar/package.json index 3bbf8fc5e7..09605b911b 100644 --- a/packages/fuselage-toastbar/package.json +++ b/packages/fuselage-toastbar/package.json @@ -45,11 +45,11 @@ "build-storybook": "storybook build" }, "devDependencies": { - "@rocket.chat/fuselage": "workspace:~", - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/layout": "workspace:~", - "@rocket.chat/styled": "workspace:~", + "@rocket.chat/fuselage": "^0.60.0", + "@rocket.chat/fuselage-hooks": "^0.34.0", + "@rocket.chat/fuselage-tokens": "^0.33.2", + "@rocket.chat/layout": "^0.31.27", + "@rocket.chat/styled": "^0.31.25", "@storybook/addon-essentials": "~8.4.1", "@storybook/addon-webpack5-compiler-swc": "~1.0.5", "@storybook/preview-api": "~8.4.1", @@ -65,7 +65,7 @@ "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "react-dom": "~17.0.2", diff --git a/packages/fuselage-tokens/CHANGELOG.md b/packages/fuselage-tokens/CHANGELOG.md index 65b5ed4603..4c03683c02 100644 --- a/packages/fuselage-tokens/CHANGELOG.md +++ b/packages/fuselage-tokens/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.33.2 + +### Patch Changes + +- [#1471](https://github.com/RocketChat/fuselage/pull/1471) [`0b4e37a`](https://github.com/RocketChat/fuselage/commit/0b4e37aea8ca562d7cdf453824dd5c514ede349d) Thanks [@aleksandernsilva](https://github.com/aleksandernsilva)! - fix(fuselage-tokens): incorrect color tokens on Button's success variant + ## 0.33.1 ### Patch Changes diff --git a/packages/fuselage-tokens/package.json b/packages/fuselage-tokens/package.json index ea95ad1fe1..d82532fb8b 100644 --- a/packages/fuselage-tokens/package.json +++ b/packages/fuselage-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage-tokens", - "version": "0.33.1", + "version": "0.33.2", "description": "Design tokens for Fuselage, Rocket.Chat's design system", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -39,10 +39,10 @@ ".:build:clean": "rimraf dist" }, "devDependencies": { - "build-design-tokens": "workspace:~", + "build-design-tokens": "^0.31.25", "eslint": "~9.14.0", "eslint-config-prettier": "~8.8.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "postcss-scss": "~4.0.6", "prettier": "~3.3.3", diff --git a/packages/fuselage/CHANGELOG.md b/packages/fuselage/CHANGELOG.md index cfcc680a28..0c73bdb77e 100644 --- a/packages/fuselage/CHANGELOG.md +++ b/packages/fuselage/CHANGELOG.md @@ -1,5 +1,44 @@ # Change Log +## 0.60.0 + +### Minor Changes + +- [#1494](https://github.com/RocketChat/fuselage/pull/1494) [`242af51`](https://github.com/RocketChat/fuselage/commit/242af51f3ada154599c294b918f872bb90726bbe) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Update selected system message background + +- [#1475](https://github.com/RocketChat/fuselage/pull/1475) [`e86ad6f`](https://github.com/RocketChat/fuselage/commit/e86ad6fcb41454a3df41ee110f4dbc13e031fe71) Thanks [@tassoevan](https://github.com/tassoevan)! - Simplifies `Skeleton` + + It replaces the dependency on `Box` with `StylingBox` and implements a new background animation. + +- [#1470](https://github.com/RocketChat/fuselage/pull/1470) [`86fe018`](https://github.com/RocketChat/fuselage/commit/86fe018577b24adf3b7ff7c7631aed36b7caa466) Thanks [@tassoevan](https://github.com/tassoevan)! - Simplifies `Accordion` and `AccordionItem` + + It removes an obsolete and not accessible toggle switch in `AccordionItem` and eases the internal usage of `Box` to + improve rendering performance. + + Additionally, it adds a new `StylingBox` component that can be used as a wrapper for components that accept styling + props but don't need the weight of the `Box` component prop handling internally. + + Also, it adds a new `cx` and `cxx` helpers to compose class names. + +- [#1493](https://github.com/RocketChat/fuselage/pull/1493) [`a38bf08`](https://github.com/RocketChat/fuselage/commit/a38bf089d30c5581251ee09416c3397992b4a116) Thanks [@dougfabris](https://github.com/dougfabris)! - feat(fuselage): Update selected message background + +### Patch Changes + +- [#1474](https://github.com/RocketChat/fuselage/pull/1474) [`fd15f2b`](https://github.com/RocketChat/fuselage/commit/fd15f2bd7bc1fda6e8a34edc4fe5be974cb04210) Thanks [@tassoevan](https://github.com/tassoevan)! - Fixes a bug that adds an extra whitespace when concatenating class names with `appendClassName` + +- [#1495](https://github.com/RocketChat/fuselage/pull/1495) [`b044c3b`](https://github.com/RocketChat/fuselage/commit/b044c3b956bc253dfcf289677c4d909699284735) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): Skeleton missing HTML attributes in type + +- [#1487](https://github.com/RocketChat/fuselage/pull/1487) [`9e64011`](https://github.com/RocketChat/fuselage/commit/9e6401101b9bd8ef3b9685ecc7f8230dade8f472) Thanks [@juliajforesti](https://github.com/juliajforesti)! - fix(fuselage): `Select` disabled opening with keyboard + +- [#1428](https://github.com/RocketChat/fuselage/pull/1428) [`5cfac08`](https://github.com/RocketChat/fuselage/commit/5cfac085d329dd6d418e38d5692d5b668aa621b9) Thanks [@rique223](https://github.com/rique223)! - Changes the `contextualbar` z-index to avoid UI glitches on pages where it needs to appear on top of the `Table` + +- [#1490](https://github.com/RocketChat/fuselage/pull/1490) [`418dd23`](https://github.com/RocketChat/fuselage/commit/418dd2340e75010e4ba3f16a787d2ac8a0c333ab) Thanks [@dougfabris](https://github.com/dougfabris)! - fix(fuselage): `CodeSnippet` inheriting `code` css styles + +- [#1483](https://github.com/RocketChat/fuselage/pull/1483) [`4910d29`](https://github.com/RocketChat/fuselage/commit/4910d294defc1effc0b857f44138498a73013877) Thanks [@tassoevan](https://github.com/tassoevan)! - Enables hooks' compatibility with React 18 + +- Updated dependencies [[`0b4e37a`](https://github.com/RocketChat/fuselage/commit/0b4e37aea8ca562d7cdf453824dd5c514ede349d)]: + - @rocket.chat/fuselage-tokens@0.33.2 + ## 0.59.3 ### Patch Changes diff --git a/packages/fuselage/package.json b/packages/fuselage/package.json index ed13be04e3..9eb9684eae 100644 --- a/packages/fuselage/package.json +++ b/packages/fuselage/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/fuselage", - "version": "0.59.3", + "version": "0.60.0", "description": "Rocket.Chat's React Components Library", "author": { "name": "Rocket.Chat", @@ -52,11 +52,11 @@ "react-virtuoso": "1.2.4" }, "dependencies": { - "@rocket.chat/css-in-js": "workspace:~", - "@rocket.chat/css-supports": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/memo": "workspace:~", - "@rocket.chat/styled": "workspace:~", + "@rocket.chat/css-in-js": "^0.31.25", + "@rocket.chat/css-supports": "^0.31.25", + "@rocket.chat/fuselage-tokens": "^0.33.2", + "@rocket.chat/memo": "^0.31.25", + "@rocket.chat/styled": "^0.31.25", "invariant": "^2.2.4", "react-aria": "~3.23.1", "react-keyed-flatten-children": "^1.3.0", @@ -67,9 +67,9 @@ "@babel/plugin-transform-runtime": "~7.21.4", "@babel/preset-env": "~7.21.4", "@babel/preset-react": "~7.18.6", - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/fuselage-polyfills": "workspace:~", - "@rocket.chat/icons": "workspace:~", + "@rocket.chat/fuselage-hooks": "^0.34.0", + "@rocket.chat/fuselage-polyfills": "^0.31.25", + "@rocket.chat/icons": "^0.39.0", "@storybook/addon-a11y": "~8.4.1", "@storybook/addon-essentials": "~8.4.1", "@storybook/addon-interactions": "~8.4.1", @@ -102,7 +102,7 @@ "jest": "~29.7.0", "jest-axe": "~8.0.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "mini-css-extract-plugin": "~2.7.6", "normalize.css": "^8.0.1", "npm-run-all": "^4.1.5", @@ -129,7 +129,7 @@ "stylelint-order": "~6.0.4", "stylelint-prettier": "~5.0.2", "stylelint-scss": "~6.8.1", - "testing-utils": "workspace:~", + "testing-utils": "^0.31.25", "ts-jest": "~29.2.4", "ts-loader": "~9.4.2", "typescript": "~5.6.3", diff --git a/packages/icons/package.json b/packages/icons/package.json index 5b19bbb93f..86c867a902 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -29,9 +29,9 @@ "lint-and-fix": "lint-and-fix" }, "devDependencies": { - "build-icons": "workspace:~", + "build-icons": "^0.31.25", "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "rimraf": "^3.0.2", diff --git a/packages/layout/package.json b/packages/layout/package.json index 80eddb0f0a..8133ab7d07 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -38,8 +38,8 @@ "build-storybook": "storybook build" }, "devDependencies": { - "@rocket.chat/fuselage": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", + "@rocket.chat/fuselage": "^0.60.0", + "@rocket.chat/fuselage-tokens": "^0.33.2", "@storybook/addon-essentials": "~8.4.1", "@storybook/addon-webpack5-compiler-swc": "~1.0.5", "@storybook/preview-api": "~8.4.1", @@ -52,7 +52,7 @@ "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "react": "~17.0.2", diff --git a/packages/logo/CHANGELOG.md b/packages/logo/CHANGELOG.md index 85d6f1e39a..3a9097c502 100644 --- a/packages/logo/CHANGELOG.md +++ b/packages/logo/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## 0.31.31 + +### Patch Changes + +- Updated dependencies [[`4910d29`](https://github.com/RocketChat/fuselage/commit/4910d294defc1effc0b857f44138498a73013877)]: + - @rocket.chat/fuselage-hooks@0.34.0 + ## 0.31.30 ### Patch Changes diff --git a/packages/logo/package.json b/packages/logo/package.json index 01d75dff48..f9658c5575 100644 --- a/packages/logo/package.json +++ b/packages/logo/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/logo", - "version": "0.31.30", + "version": "0.31.31", "description": "Rocket.Chat logo package", "keywords": [ "rocketchat", @@ -41,15 +41,15 @@ "docs": "typedoc" }, "devDependencies": { - "@rocket.chat/fuselage-tokens": "workspace:~", + "@rocket.chat/fuselage-tokens": "^0.33.2", "@types/jest": "~29.5.12", "@types/react": "~17.0.80", "@types/react-dom": "~17.0.25", - "build-logo": "workspace:~", + "build-logo": "^0.31.25", "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "react": "^17.0.2", @@ -60,8 +60,8 @@ "typescript": "~5.6.3" }, "dependencies": { - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/fuselage-hooks": "^0.34.0", + "@rocket.chat/styled": "^0.31.25" }, "peerDependencies": { "react": "17.0.2", diff --git a/packages/memo/package.json b/packages/memo/package.json index 63590222ac..114f5492d4 100644 --- a/packages/memo/package.json +++ b/packages/memo/package.json @@ -42,7 +42,7 @@ "@types/jest": "~29.5.12", "eslint": "~9.14.0", "jest": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3", "rimraf": "~3.0.2", "ts-jest": "~29.2.4", diff --git a/packages/mp3-encoder/CHANGELOG.md b/packages/mp3-encoder/CHANGELOG.md index 162d41aabd..5270e938be 100644 --- a/packages/mp3-encoder/CHANGELOG.md +++ b/packages/mp3-encoder/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 0.31.26 + +### Patch Changes + +- [#1481](https://github.com/RocketChat/fuselage/pull/1481) [`8084488`](https://github.com/RocketChat/fuselage/commit/80844881787fb8c5679ac5bcd18e43ddc23a8673) Thanks [@tassoevan](https://github.com/tassoevan)! - Suppressed assertions at the LAME encoding due to unknown `NaN` values + All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/packages/mp3-encoder/package.json b/packages/mp3-encoder/package.json index 5fad6237e0..39fc5251ac 100644 --- a/packages/mp3-encoder/package.json +++ b/packages/mp3-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@rocket.chat/mp3-encoder", - "version": "0.31.25", + "version": "0.31.26", "description": "A LAME encoder to be used in web workers", "homepage": "https://rocketchat.github.io/Rocket.Chat.Fuselage/", "author": { @@ -50,7 +50,7 @@ "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3", "rollup": "~3.29.5", "ts-jest": "~29.2.4", diff --git a/packages/onboarding-ui/package.json b/packages/onboarding-ui/package.json index 6f09f83347..5d5e3d2961 100644 --- a/packages/onboarding-ui/package.json +++ b/packages/onboarding-ui/package.json @@ -41,14 +41,14 @@ "url": "https://github.com/RocketChat/fuselage/issues" }, "devDependencies": { - "@rocket.chat/fuselage": "workspace:~", - "@rocket.chat/fuselage-hooks": "workspace:~", - "@rocket.chat/fuselage-polyfills": "workspace:~", - "@rocket.chat/fuselage-tokens": "workspace:~", - "@rocket.chat/icons": "workspace:~", - "@rocket.chat/layout": "workspace:~", - "@rocket.chat/logo": "workspace:~", - "@rocket.chat/styled": "workspace:~", + "@rocket.chat/fuselage": "^0.60.0", + "@rocket.chat/fuselage-hooks": "^0.34.0", + "@rocket.chat/fuselage-polyfills": "^0.31.25", + "@rocket.chat/fuselage-tokens": "^0.33.2", + "@rocket.chat/icons": "^0.39.0", + "@rocket.chat/layout": "^0.31.27", + "@rocket.chat/logo": "^0.31.31", + "@rocket.chat/styled": "^0.31.25", "@storybook/addon-a11y": "~8.4.1", "@storybook/addon-essentials": "~8.4.1", "@storybook/addon-webpack5-compiler-swc": "~1.0.5", @@ -62,7 +62,7 @@ "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "react": "^17.0.2", diff --git a/packages/peggy-loader/package.json b/packages/peggy-loader/package.json index acb93a2dff..394b0e58e6 100644 --- a/packages/peggy-loader/package.json +++ b/packages/peggy-loader/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@types/node": "~14.18.42", "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "peggy": "3.0.2", "prettier": "~3.3.3", diff --git a/packages/prettier-config/package.json b/packages/prettier-config/package.json index 632954f22b..0d11acb5b6 100644 --- a/packages/prettier-config/package.json +++ b/packages/prettier-config/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/packages/string-helpers/package.json b/packages/string-helpers/package.json index c60c822c5c..ef2bba569b 100644 --- a/packages/string-helpers/package.json +++ b/packages/string-helpers/package.json @@ -43,7 +43,7 @@ "@types/jest": "~29.5.12", "eslint": "~9.14.0", "jest": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "rimraf": "^3.0.2", diff --git a/packages/styled/package.json b/packages/styled/package.json index 5cad6ee82b..7975a8114f 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -40,7 +40,7 @@ "eslint": "~9.14.0", "jest": "~29.7.0", "jest-environment-jsdom": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "rimraf": "^3.0.2", @@ -49,6 +49,6 @@ "typescript": "~5.6.3" }, "dependencies": { - "@rocket.chat/css-in-js": "workspace:~" + "@rocket.chat/css-in-js": "^0.31.25" } } diff --git a/packages/stylis-logical-props-middleware/package.json b/packages/stylis-logical-props-middleware/package.json index ab3d20ce82..e3b5ad7fe5 100644 --- a/packages/stylis-logical-props-middleware/package.json +++ b/packages/stylis-logical-props-middleware/package.json @@ -39,7 +39,7 @@ "@types/jest": "~29.5.12", "eslint": "~9.14.0", "jest": "~29.7.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "npm-run-all": "^4.1.5", "prettier": "~3.3.3", "rimraf": "^3.0.2", @@ -49,7 +49,7 @@ "typescript": "~5.6.3" }, "dependencies": { - "@rocket.chat/css-supports": "workspace:~" + "@rocket.chat/css-supports": "^0.31.25" }, "peerDependencies": { "stylis": "~4.3.2" diff --git a/tools/build-design-tokens/package.json b/tools/build-design-tokens/package.json index 3cf0220573..73735bfdea 100644 --- a/tools/build-design-tokens/package.json +++ b/tools/build-design-tokens/package.json @@ -8,12 +8,12 @@ }, "dependencies": { "stylelint": "~16.10.0", - "tools-utils": "workspace:~" + "tools-utils": "^0.31.25" }, "version": "0.31.25", "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/tools/build-icons/package.json b/tools/build-icons/package.json index bfe9816f5b..f3b9dbffd0 100644 --- a/tools/build-icons/package.json +++ b/tools/build-icons/package.json @@ -5,7 +5,7 @@ "dependencies": { "svg2ttf": "~6.0.3", "svgicons2svgfont": "~10.0.6", - "tools-utils": "workspace:~", + "tools-utils": "^0.31.25", "ttf2eot": "~3.1.0", "ttf2woff": "~3.0.0", "ttf2woff2": "~4.0.5", @@ -15,7 +15,7 @@ "version": "0.31.25", "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/tools/build-logo/package.json b/tools/build-logo/package.json index 51ca944204..8fb761a4b5 100644 --- a/tools/build-logo/package.json +++ b/tools/build-logo/package.json @@ -10,8 +10,8 @@ }, "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3", - "tools-utils": "workspace:~" + "tools-utils": "^0.31.25" } } diff --git a/tools/testing-utils/package.json b/tools/testing-utils/package.json index 4f20dc8e78..19ec3af4fe 100644 --- a/tools/testing-utils/package.json +++ b/tools/testing-utils/package.json @@ -13,7 +13,7 @@ "version": "0.31.25", "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/tools/tools-utils/package.json b/tools/tools-utils/package.json index 30b99c8a05..08ec854564 100644 --- a/tools/tools-utils/package.json +++ b/tools/tools-utils/package.json @@ -17,7 +17,7 @@ "version": "0.31.25", "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/tools/update-readme/package.json b/tools/update-readme/package.json index 0949d820cc..082b50d090 100644 --- a/tools/update-readme/package.json +++ b/tools/update-readme/package.json @@ -9,7 +9,7 @@ }, "devDependencies": { "eslint": "~9.14.0", - "lint-all": "workspace:~", + "lint-all": "^0.31.25", "prettier": "~3.3.3" } } diff --git a/yarn.lock b/yarn.lock index 8f9ad6fd69..83b6c567a5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4107,14 +4107,14 @@ __metadata: languageName: node linkType: hard -"@rocket.chat/css-in-js@workspace:packages/css-in-js, @rocket.chat/css-in-js@workspace:~": +"@rocket.chat/css-in-js@npm:^0.31.25, @rocket.chat/css-in-js@workspace:packages/css-in-js": version: 0.0.0-use.local resolution: "@rocket.chat/css-in-js@workspace:packages/css-in-js" dependencies: "@emotion/hash": "npm:^0.9.0" - "@rocket.chat/css-supports": "workspace:~" - "@rocket.chat/memo": "workspace:~" - "@rocket.chat/stylis-logical-props-middleware": "workspace:~" + "@rocket.chat/css-supports": "npm:^0.31.25" + "@rocket.chat/memo": "npm:^0.31.25" + "@rocket.chat/stylis-logical-props-middleware": "npm:^0.31.25" "@rollup/plugin-commonjs": "npm:~21.0.3" "@rollup/plugin-json": "npm:~4.1.0" "@rollup/plugin-node-resolve": "npm:~13.1.3" @@ -4123,7 +4123,7 @@ __metadata: "@types/stylis": "npm:^4.0.2" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" rollup: "npm:~2.79.2" rollup-plugin-terser: "npm:~7.0.2" @@ -4134,13 +4134,13 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/css-supports@workspace:packages/css-supports, @rocket.chat/css-supports@workspace:~": +"@rocket.chat/css-supports@npm:^0.31.25, @rocket.chat/css-supports@workspace:packages/css-supports": version: 0.0.0-use.local resolution: "@rocket.chat/css-supports@workspace:packages/css-supports" dependencies: - "@rocket.chat/memo": "workspace:~" + "@rocket.chat/memo": "npm:^0.31.25" eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" rimraf: "npm:~3.0.2" typedoc: "npm:~0.25.13" @@ -4159,7 +4159,7 @@ __metadata: "@types/jest": "npm:~29.5.12" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" rollup: "npm:~2.79.2" @@ -4170,11 +4170,11 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks, @rocket.chat/fuselage-hooks@workspace:~": +"@rocket.chat/fuselage-hooks@npm:^0.34.0, @rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-hooks@workspace:packages/fuselage-hooks" dependencies: - "@rocket.chat/fuselage-tokens": "workspace:~" + "@rocket.chat/fuselage-tokens": "npm:^0.33.2" "@rollup/plugin-commonjs": "npm:~21.0.3" "@rollup/plugin-json": "npm:~4.1.0" "@rollup/plugin-node-resolve": "npm:~13.1.3" @@ -4189,7 +4189,7 @@ __metadata: eslint: "npm:~9.14.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" react: "npm:^17.0.2" @@ -4199,7 +4199,7 @@ __metadata: rimraf: "npm:~5.0.0" rollup: "npm:~2.79.2" rollup-plugin-terser: "npm:~7.0.2" - testing-utils: "workspace:~" + testing-utils: "npm:^0.31.25" ts-jest: "npm:~29.2.4" typedoc: "npm:~0.25.13" typescript: "npm:~5.6.3" @@ -4238,7 +4238,7 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills, @rocket.chat/fuselage-polyfills@workspace:~": +"@rocket.chat/fuselage-polyfills@npm:^0.31.25, @rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-polyfills@workspace:packages/fuselage-polyfills" dependencies: @@ -4248,7 +4248,7 @@ __metadata: eslint: "npm:~9.14.0" focus-visible: "npm:^5.2.0" focus-within-polyfill: "npm:^5.2.1" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" new-event-polyfill: "npm:^1.0.1" prettier: "npm:~3.3.3" languageName: unknown @@ -4258,11 +4258,11 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-toastbar@workspace:packages/fuselage-toastbar" dependencies: - "@rocket.chat/fuselage": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/layout": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/fuselage": "npm:^0.60.0" + "@rocket.chat/fuselage-hooks": "npm:^0.34.0" + "@rocket.chat/fuselage-tokens": "npm:^0.33.2" + "@rocket.chat/layout": "npm:^0.31.27" + "@rocket.chat/styled": "npm:^0.31.25" "@storybook/addon-essentials": "npm:~8.4.1" "@storybook/addon-webpack5-compiler-swc": "npm:~1.0.5" "@storybook/preview-api": "npm:~8.4.1" @@ -4278,7 +4278,7 @@ __metadata: eslint: "npm:~9.14.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" react-dom: "npm:~17.0.2" @@ -4299,14 +4299,14 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens, @rocket.chat/fuselage-tokens@workspace:~": +"@rocket.chat/fuselage-tokens@npm:^0.33.2, @rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage-tokens@workspace:packages/fuselage-tokens" dependencies: - build-design-tokens: "workspace:~" + build-design-tokens: "npm:^0.31.25" eslint: "npm:~9.14.0" eslint-config-prettier: "npm:~8.8.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" postcss-scss: "npm:~4.0.6" prettier: "npm:~3.3.3" @@ -4319,7 +4319,7 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/fuselage@workspace:packages/fuselage, @rocket.chat/fuselage@workspace:~": +"@rocket.chat/fuselage@npm:^0.60.0, @rocket.chat/fuselage@workspace:packages/fuselage": version: 0.0.0-use.local resolution: "@rocket.chat/fuselage@workspace:packages/fuselage" dependencies: @@ -4327,14 +4327,14 @@ __metadata: "@babel/plugin-transform-runtime": "npm:~7.21.4" "@babel/preset-env": "npm:~7.21.4" "@babel/preset-react": "npm:~7.18.6" - "@rocket.chat/css-in-js": "workspace:~" - "@rocket.chat/css-supports": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-polyfills": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/icons": "workspace:~" - "@rocket.chat/memo": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/css-in-js": "npm:^0.31.25" + "@rocket.chat/css-supports": "npm:^0.31.25" + "@rocket.chat/fuselage-hooks": "npm:^0.34.0" + "@rocket.chat/fuselage-polyfills": "npm:^0.31.25" + "@rocket.chat/fuselage-tokens": "npm:^0.33.2" + "@rocket.chat/icons": "npm:^0.39.0" + "@rocket.chat/memo": "npm:^0.31.25" + "@rocket.chat/styled": "npm:^0.31.25" "@storybook/addon-a11y": "npm:~8.4.1" "@storybook/addon-essentials": "npm:~8.4.1" "@storybook/addon-interactions": "npm:~8.4.1" @@ -4368,7 +4368,7 @@ __metadata: jest: "npm:~29.7.0" jest-axe: "npm:~8.0.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" mini-css-extract-plugin: "npm:~2.7.6" normalize.css: "npm:^8.0.1" npm-run-all: "npm:^4.1.5" @@ -4398,7 +4398,7 @@ __metadata: stylelint-order: "npm:~6.0.4" stylelint-prettier: "npm:~5.0.2" stylelint-scss: "npm:~6.8.1" - testing-utils: "workspace:~" + testing-utils: "npm:^0.31.25" ts-jest: "npm:~29.2.4" ts-loader: "npm:~9.4.2" typescript: "npm:~5.6.3" @@ -4416,13 +4416,13 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/icons@workspace:packages/icons, @rocket.chat/icons@workspace:~": +"@rocket.chat/icons@npm:^0.39.0, @rocket.chat/icons@workspace:packages/icons": version: 0.0.0-use.local resolution: "@rocket.chat/icons@workspace:packages/icons" dependencies: - build-icons: "workspace:~" + build-icons: "npm:^0.31.25" eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" rimraf: "npm:^3.0.2" @@ -4433,12 +4433,12 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/layout@workspace:packages/layout, @rocket.chat/layout@workspace:~": +"@rocket.chat/layout@npm:^0.31.27, @rocket.chat/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@rocket.chat/layout@workspace:packages/layout" dependencies: - "@rocket.chat/fuselage": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" + "@rocket.chat/fuselage": "npm:^0.60.0" + "@rocket.chat/fuselage-tokens": "npm:^0.33.2" "@storybook/addon-essentials": "npm:~8.4.1" "@storybook/addon-webpack5-compiler-swc": "npm:~1.0.5" "@storybook/preview-api": "npm:~8.4.1" @@ -4451,7 +4451,7 @@ __metadata: eslint: "npm:~9.14.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" react: "npm:~17.0.2" @@ -4471,21 +4471,21 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/logo@workspace:packages/logo, @rocket.chat/logo@workspace:~": +"@rocket.chat/logo@npm:^0.31.31, @rocket.chat/logo@workspace:packages/logo": version: 0.0.0-use.local resolution: "@rocket.chat/logo@workspace:packages/logo" dependencies: - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/fuselage-hooks": "npm:^0.34.0" + "@rocket.chat/fuselage-tokens": "npm:^0.33.2" + "@rocket.chat/styled": "npm:^0.31.25" "@types/jest": "npm:~29.5.12" "@types/react": "npm:~17.0.80" "@types/react-dom": "npm:~17.0.25" - build-logo: "workspace:~" + build-logo: "npm:^0.31.25" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" react: "npm:^17.0.2" @@ -4500,14 +4500,14 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/memo@workspace:packages/memo, @rocket.chat/memo@workspace:~": +"@rocket.chat/memo@npm:^0.31.25, @rocket.chat/memo@workspace:packages/memo": version: 0.0.0-use.local resolution: "@rocket.chat/memo@workspace:packages/memo" dependencies: "@types/jest": "npm:~29.5.12" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" rimraf: "npm:~3.0.2" ts-jest: "npm:~29.2.4" @@ -4531,7 +4531,7 @@ __metadata: eslint: "npm:~9.14.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" rollup: "npm:~3.29.5" ts-jest: "npm:~29.2.4" @@ -4544,14 +4544,14 @@ __metadata: version: 0.0.0-use.local resolution: "@rocket.chat/onboarding-ui@workspace:packages/onboarding-ui" dependencies: - "@rocket.chat/fuselage": "workspace:~" - "@rocket.chat/fuselage-hooks": "workspace:~" - "@rocket.chat/fuselage-polyfills": "workspace:~" - "@rocket.chat/fuselage-tokens": "workspace:~" - "@rocket.chat/icons": "workspace:~" - "@rocket.chat/layout": "workspace:~" - "@rocket.chat/logo": "workspace:~" - "@rocket.chat/styled": "workspace:~" + "@rocket.chat/fuselage": "npm:^0.60.0" + "@rocket.chat/fuselage-hooks": "npm:^0.34.0" + "@rocket.chat/fuselage-polyfills": "npm:^0.31.25" + "@rocket.chat/fuselage-tokens": "npm:^0.33.2" + "@rocket.chat/icons": "npm:^0.39.0" + "@rocket.chat/layout": "npm:^0.31.27" + "@rocket.chat/logo": "npm:^0.31.31" + "@rocket.chat/styled": "npm:^0.31.25" "@storybook/addon-a11y": "npm:~8.4.1" "@storybook/addon-essentials": "npm:~8.4.1" "@storybook/addon-webpack5-compiler-swc": "npm:~1.0.5" @@ -4566,7 +4566,7 @@ __metadata: i18next: "npm:~21.6.16" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" react: "npm:^17.0.2" @@ -4599,7 +4599,7 @@ __metadata: dependencies: "@types/node": "npm:~14.18.42" eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" peggy: "npm:3.0.2" prettier: "npm:~3.3.3" @@ -4618,7 +4618,7 @@ __metadata: resolution: "@rocket.chat/prettier-config@workspace:packages/prettier-config" dependencies: eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" peerDependencies: prettier: "*" @@ -4632,7 +4632,7 @@ __metadata: "@types/jest": "npm:~29.5.12" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" rimraf: "npm:^3.0.2" @@ -4642,16 +4642,16 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/styled@workspace:packages/styled, @rocket.chat/styled@workspace:~": +"@rocket.chat/styled@npm:^0.31.25, @rocket.chat/styled@workspace:packages/styled": version: 0.0.0-use.local resolution: "@rocket.chat/styled@workspace:packages/styled" dependencies: - "@rocket.chat/css-in-js": "workspace:~" + "@rocket.chat/css-in-js": "npm:^0.31.25" "@types/jest": "npm:~29.5.12" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" jest-environment-jsdom: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" rimraf: "npm:^3.0.2" @@ -4661,15 +4661,15 @@ __metadata: languageName: unknown linkType: soft -"@rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware, @rocket.chat/stylis-logical-props-middleware@workspace:~": +"@rocket.chat/stylis-logical-props-middleware@npm:^0.31.25, @rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware": version: 0.0.0-use.local resolution: "@rocket.chat/stylis-logical-props-middleware@workspace:packages/stylis-logical-props-middleware" dependencies: - "@rocket.chat/css-supports": "workspace:~" + "@rocket.chat/css-supports": "npm:^0.31.25" "@types/jest": "npm:~29.5.12" eslint: "npm:~9.14.0" jest: "npm:~29.7.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" npm-run-all: "npm:^4.1.5" prettier: "npm:~3.3.3" rimraf: "npm:^3.0.2" @@ -7524,15 +7524,15 @@ __metadata: languageName: node linkType: hard -"build-design-tokens@workspace:tools/build-design-tokens, build-design-tokens@workspace:~": +"build-design-tokens@npm:^0.31.25, build-design-tokens@workspace:tools/build-design-tokens": version: 0.0.0-use.local resolution: "build-design-tokens@workspace:tools/build-design-tokens" dependencies: eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" stylelint: "npm:~16.10.0" - tools-utils: "workspace:~" + tools-utils: "npm:^0.31.25" peerDependencies: eslint: "*" prettier: "*" @@ -7541,16 +7541,16 @@ __metadata: languageName: unknown linkType: soft -"build-icons@workspace:tools/build-icons, build-icons@workspace:~": +"build-icons@npm:^0.31.25, build-icons@workspace:tools/build-icons": version: 0.0.0-use.local resolution: "build-icons@workspace:tools/build-icons" dependencies: eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" svg2ttf: "npm:~6.0.3" svgicons2svgfont: "npm:~10.0.6" - tools-utils: "workspace:~" + tools-utils: "npm:^0.31.25" ttf2eot: "npm:~3.1.0" ttf2woff: "npm:~3.0.0" ttf2woff2: "npm:~4.0.5" @@ -7561,17 +7561,17 @@ __metadata: languageName: unknown linkType: soft -"build-logo@workspace:tools/build-logo, build-logo@workspace:~": +"build-logo@npm:^0.31.25, build-logo@workspace:tools/build-logo": version: 0.0.0-use.local resolution: "build-logo@workspace:tools/build-logo" dependencies: eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" react: "npm:^17.0.2" react-dom: "npm:^17.0.2" sharp: "npm:~0.32.6" - tools-utils: "workspace:~" + tools-utils: "npm:^0.31.25" bin: build-logo: ./index.mjs languageName: unknown @@ -12827,7 +12827,7 @@ __metadata: languageName: node linkType: hard -"lint-all@workspace:tools/lint-all, lint-all@workspace:~": +"lint-all@npm:^0.31.25, lint-all@workspace:tools/lint-all": version: 0.0.0-use.local resolution: "lint-all@workspace:tools/lint-all" dependencies: @@ -18127,13 +18127,13 @@ __metadata: languageName: node linkType: hard -"testing-utils@workspace:tools/testing-utils, testing-utils@workspace:~": +"testing-utils@npm:^0.31.25, testing-utils@workspace:tools/testing-utils": version: 0.0.0-use.local resolution: "testing-utils@workspace:tools/testing-utils" dependencies: css-mediaquery: "npm:^0.1.2" eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" languageName: unknown linkType: soft @@ -18249,14 +18249,14 @@ __metadata: languageName: node linkType: hard -"tools-utils@workspace:tools/tools-utils, tools-utils@workspace:~": +"tools-utils@npm:^0.31.25, tools-utils@workspace:tools/tools-utils": version: 0.0.0-use.local resolution: "tools-utils@workspace:tools/tools-utils" dependencies: eslint: "npm:~9.14.0" fast-glob: "npm:~3.2.12" json5: "npm:^2.2.3" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" prettier: "npm:~3.3.3" rimraf: "npm:^3.0.2" peerDependencies: @@ -19002,7 +19002,7 @@ __metadata: resolution: "update-readme@workspace:tools/update-readme" dependencies: eslint: "npm:~9.14.0" - lint-all: "workspace:~" + lint-all: "npm:^0.31.25" outdent: "npm:^0.8.0" prettier: "npm:~3.3.3" zx: "npm:~8.1.9"