Upgrades#1532
Conversation
Updated the `nixpkgs` lockfile to the latest revision. This refreshes dependencies to ensure compatibility and includes updates from upstream changes. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Bumped pnpm version in `package.json` from 10.12.1 to 10.14.0. This ensures compatibility with the latest features and fixes provided in the package manager. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Bumped TypeScript version from 5.8.3 to 5.9.2 in `pnpm-lock.yaml`. This update ensures alignment with dependency requirements and incorporates improvements and fixes from the new version. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Upgraded `@biomejs/biome` from 2.1.2 to 2.2.0 in `pnpm-lock.yaml` and associated lockfile entries. This update ensures alignment with the latest features and fixes while improving dependency consistency across environments. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Upgraded `@types/react` to version 19.1.10 and adjusted related dependencies like `@types/react-dom` and `@types/node`. This ensures consistency and alignment with peer dependencies across the project. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Upgraded various Storybook packages to 9.1.2 and `esbuild` to 0.25.9 in `pnpm-lock.yaml`. This ensures compatibility with the latest features and bug fixes while maintaining consistency across the dependency tree. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Updated multiple dependencies in `pnpm-lock.yaml`, including `@effect/platform`, `@effect/platform-node`, and `effect` to their latest versions. These updates ensure compatibility, incorporate bug fixes, and maintain consistency across the dependency tree. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Upgraded `react` and `react-dom` from ~19.1.0 to ~19.1.1 across project packages and lockfile. This aligns with peer dependency requirements and incorporates the latest bug fixes and enhancements. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Upgraded `react` to ~19.1.1, `tailwindcss` to 4.1.12, and other related packages across project files and lockfile. These changes ensure alignment with the latest versions, improve compatibility, and incorporate bug fixes and enhancements. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Upgraded multiple `@radix-ui` and `@react-aria` packages to their latest versions in `pnpm-lock.yaml`. These updates ensure compatibility, incorporate bug fixes, and enhance dependency alignment across the project. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Updated the theme selection logic in `with_theme_by_color_scheme.tsx` to ensure accuracy and streamline handling of theme parameters. Adjusted dependencies in the effect to improve consistency and avoid unnecessary re-renders. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
Eliminated the redundant `type="button"` attribute from `navigation-menu-toggle.tsx` as it is the default for `<button>` elements. This simplifies the code and ensures cleaner component implementation. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
|
🔄 Preview deployment started... Please wait while we deploy your changes! |
| engines: {node: '>=6.9.0'} | ||
| peerDependencies: | ||
| '@babel/core': ^7.0.0 | ||
|
|
||
| '@babel/helper-optimise-call-expression@7.27.1': |
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
| '@babel/traverse': 7.28.3 | ||
| transitivePeerDependencies: | ||
| - supports-color | ||
|
|
||
| '@babel/helper-optimise-call-expression@7.27.1': |
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 6793 in 0d8bfec
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 6806 in 0d8bfec
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 6819 in 0d8bfec
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 6905 in 0d8bfec
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 6914 in 0d8bfec
There was a problem hiding this comment.
[misspell] reported by reviewdog 🐶
"optimise" is a misspelling of "optimize"
suddenlygiovanni.dev/pnpm-lock.yaml
Line 6923 in 0d8bfec
Refined Biome configurations in `ui/biome.json` and `tools/tailwind/biome.json` by reorganizing rule categories and adjusting specific rule levels. These updates improve clarity, streamline rule management, and ensure better alignment with project standards. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
|
❌ Preview deployment cancelled. Deployment failed. Please check the workflow logs for more details. |
|
🔄 Preview deployment started... Please wait while we deploy your changes! |
|
✅ Preview deployment success. 🌐 Preview URL: https://suddenlygiovanni-dev-1532.fly.dev This preview environment will be automatically cleaned up when the PR is closed. |
Reorganized rule categories and updated specific rule settings in `tools/tailwind/biome.json` to enhance clarity and alignment. These changes improve rule management and maintain consistency across configurations. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
|
🔄 Preview deployment started... Please wait while we deploy your changes! |
|
✅ Preview deployment success. 🌐 Preview URL: https://suddenlygiovanni-dev-1532.fly.dev This preview environment will be automatically cleaned up when the PR is closed. |
Added `@tailwindcss/oxide` to the `onlyBuiltDependencies` section in `package.json`. This ensures proper handling of dependencies required for optimized builds. Signed-off-by: suddenlyGiovanni <15946771+suddenlyGiovanni@users.noreply.github.com>
|
🔄 Preview deployment started... Please wait while we deploy your changes! |
|
✅ Preview deployment success. 🌐 Preview URL: https://suddenlygiovanni-dev-1532.fly.dev This preview environment will be automatically cleaned up when the PR is closed. |
No description provided.