-
Couldn't load subscription status.
- Fork 174
Bump major versions of dependencies #2742
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
Conversation
Though husky v9 is backwards-compatible with v8, it is still a good practice to update the formats regardless.
Pull Request Test Coverage Report for Build 7672304591
💛 - Coveralls |
Done due to indentation changes to ternaries in minor version 3.1.
…nto bump-deps-major
* Rename `cellRendererFramework` to `cellRenderer` * Rename `suppressCellSelection` to `suppressCellFocus` Also added some type imports for better type-safety.
Caused by missing transitive `@babel/plugin-proposal-private-property-in-object` dependency belonging to CRA, which is not maintained anymore. Thus, we manually add it as a devDependency here.
This was left out after the migration and thus resulted in a runtime error previously.
This reverts commit 41457f3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, building and testing works fine/as expected, thanks for the changes!
* Update dependency @testing-library/jest-dom to v6 * Fix testing library breaking changes * Update dependency husky to v9 * Update husky format for v9 Though husky v9 is backwards-compatible with v8, it is still a good practice to update the formats regardless. * Update dependency prettier to v3 * Freeze prettier to 3.0 minor version Done due to indentation changes to ternaries in minor version 3.1. * Reformat files post-prettier version upgrade * Update ag-grid monorepo to v31 * Fix `ag-grid` breaking changes * Rename `cellRendererFramework` to `cellRenderer` * Rename `suppressCellSelection` to `suppressCellFocus` Also added some type imports for better type-safety. * Fix warning when starting dev server Caused by missing transitive `@babel/plugin-proposal-private-property-in-object` dependency belonging to CRA, which is not maintained anymore. Thus, we manually add it as a devDependency here. * Fix `ag-grid` incorrect CSS import paths This was left out after the migration and thus resulted in a runtime error previously. * Fix format * Revert "Fix format" This reverts commit 41457f3. * Fix format --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Description
Bumps the major versions of some dependencies, making the necessary migrations and/or fixes to breaking changes as needed.
Supersedes a couple of PRs created by renovate (intentionally done so to more quickly determine which dependencies are safer to update first):
Also adds a new devDependency due to the following warning:
Type of change
How to test
Everything should still work.
Checklist