Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/update typescript, side-ui and more #16

Merged
merged 7 commits into from
Sep 22, 2024
Merged

Conversation

Zyruks
Copy link
Member

@Zyruks Zyruks commented Sep 22, 2024

Changes Made 🎉

  • Updated commitlint packages:

    • Updated the following commitlint packages to version ^19.5.0:
      • @commitlint/cli
      • @commitlint/config-conventional
      • @commitlint/types
    • Ensures the project benefits from the latest features and bug fixes in commit message linting.
  • Updated side-ui:

    • Updated side-ui from version 0.15.1 to 0.18.7 for the latest features and improvements.
  • Updated TypeScript:

    • Updated TypeScript from version 5.0.4 to 5.6.4 to ensure compatibility with the latest TypeScript syntax and tooling improvements.
  • Updated react and react-dom:

    • Updated react and react-dom from version 18.2.0 to 18.3.1 for the latest React features, improvements, and bug fixes.
  • Removed deprecated ESLint rule:

    • Removed the deprecated @typescript-eslint/ban-types rule from the ESLint configuration.
  • Updated ESLint and related packages:

    • Updated the following ESLint-related dependencies:
      • @types/eslint from ^8.37.0 to ^8.38.0
      • @typescript-eslint/eslint-plugin from ^5.59.0 to ^8.6.0
      • @typescript-eslint/parser from ^5.59.0 to ^8.6.0
      • eslint-config-next from ^13.3.0 to ^14.2.13
      • eslint-config-prettier from ^8.8.0 to ^9.1.0
      • eslint-plugin-react from 7.32.2 to 7.36.1
      • eslint from ^8.38.0 to ^8.57.0
      • eslint-plugin-jsx-a11y from ^6.7.1 to ^6.10.0
    • Updated typescript from ^5.0.4 to ^5.6.2 to align with the latest TypeScript version.

Describe Changes

This PR consolidates multiple dependency updates to bring the latest improvements and fixes across various tooling:

  • Commitlint packages have been updated to improve commit message linting.
  • Side UI and React have been upgraded to their latest versions for enhanced performance and new features.
  • TypeScript has been updated to ensure compatibility with the latest syntax and tooling improvements.
  • ESLint and related packages were updated to their latest versions, including removing deprecated rules and aligning with the latest standards.

Checklist ✅

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@Zyruks Zyruks self-assigned this Sep 22, 2024
@Zyruks Zyruks marked this pull request as ready for review September 22, 2024 03:00
@Zyruks Zyruks requested a review from serudda September 22, 2024 03:19
@Zyruks Zyruks changed the title Chore/update dependencies Chore/update typescript, side-ui and more Sep 22, 2024
- Updated `@commitlint/cli` from `^19.4.1` to `^19.5.0`.
- Updated `@commitlint/config-conventional` from `^19.4.1` to `^19.5.0`.
- Updated `@commitlint/types` from `^19.0.3` to `^19.5.0`.
- These updates include the latest bug fixes, features, and improvements to commit message linting.
- Updated TypeScript from version `5.0.4` to `5.6.4` for the latest features, performance improvements, and bug fixes.
- Ensures compatibility with the latest TypeScript syntax and tooling improvements.
- Updated `react` from version `18.2.0` to `18.3.1`.
- Updated `react-dom` from version `18.2.0` to `18.3.1`.
- This update includes the latest features, improvements, and bug fixes for React and ReactDOM.
- Removed the deprecated `@typescript-eslint/ban-types` rule from the ESLint configuration.
- Retained other essential linting rules for React, TypeScript, and accessibility best practices.
- Updated the following ESLint-related dependencies:
  - `@types/eslint` from `^8.37.0` to `^8.38.0`.
  - `@typescript-eslint/eslint-plugin` from `^5.59.0` to `^8.6.0`.
  - `@typescript-eslint/parser` from `^5.59.0` to `^8.6.0`.
  - `eslint-config-next` from `^13.3.0` to `^14.2.13`.
  - `eslint-config-prettier` from `^8.8.0` to `^9.1.0`.
  - `eslint-plugin-react` from `7.32.2` to `7.36.1`.
  - `eslint` from `^8.38.0` to `^8.57.0`.
  - `eslint-plugin-jsx-a11y` from `^6.7.1` to `^6.10.0`.
  - Updated `typescript` from `^5.0.4` to `^5.6.2`.

- This ensures the project benefits from the latest improvements, bug fixes, and compatibility updates for ESLint and related packages.
@Zyruks Zyruks force-pushed the chore/update-dependencies branch from 63c3ec3 to af75f02 Compare September 22, 2024 13:37
@Zyruks Zyruks merged commit 4c874c9 into main Sep 22, 2024
1 check passed
@Zyruks Zyruks deleted the chore/update-dependencies branch September 22, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants