chore(deps): upgrade all dependencies to latest versions - #201
Open
hashbk wants to merge 2 commits into
Open
Conversation
- Upgrade @ant-design/icons 6.2.3 → 6.3.2 - Upgrade @ant-design/plots 2.6.0 → 2.6.8 - Upgrade @ant-design/pro-components 2.7.19 → 2.8.10 - Upgrade antd 5.25.4 → 5.29.3 - Upgrade antd-style 3.7.0 → 3.7.1 - Upgrade bowser 2.11.0 → 2.14.1 - Upgrade dayjs 1.11.13 → 1.11.21 - Upgrade react/react-dom 19.2.7 → 19.2.8 - Upgrade @ant-design/pro-cli 3.3.0 → 3.4.0 - Upgrade @biomejs/biome 2.0.6 → 2.5.5 - Upgrade @commitlint/cli 21.0.1 → 21.2.1 - Upgrade @commitlint/config-conventional 21.0.1 → 21.2.0 - Upgrade @testing-library/dom 10.4.0 → 10.4.1 - Upgrade @testing-library/react 16.0.1 → 16.3.2 - Upgrade @types/express 5.0.3 → 5.0.6 - Upgrade @types/lodash 4.17.10 → 4.17.24 - Upgrade @types/react 19.1.5 → 19.2.17 - Upgrade @types/react-dom 19.1.5 → 19.2.3 - Upgrade @umijs/max 4.3.24 → 4.6.80 - Upgrade gh-pages 6.1.1 → 6.3.0 - Upgrade jest 30.0.4 → 30.4.2 - Upgrade lint-staged 17.0.5 → 17.1.0 - Remove @ant-design/v5-patch-for-react-19 (no longer needed) - Remove v5-patch import from app.tsx Note: antd v6 and antd-style v4 upgrades are deferred as @ant-design/pro-components v3 (required for antd v6) has not yet been officially released.
- Upgrade antd 5.29.3 → 6.5.1 - Upgrade @ant-design/pro-components 2.8.10 → 3.1.14-2 - Upgrade antd-style 3.7.1 → 4.1.0 Migration changes for pro-components v3: - Replace `hideInSearch` with `search: false` in ProColumns - Replace `tip` with `tooltip` in ProColumns Migration changes for antd v6: - Replace `orientation="left"` with `titlePlacement="left"` in Divider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@ant-design/v5-patch-for-react-19(no longer needed)Key Changes
Major version upgrades
Minor/patch upgrades (dependencies)
Minor/patch upgrades (devDependencies)
Removed dependencies
@ant-design/v5-patch-for-react-19(no longer needed with antd v6)Migration changes for pro-components v3
hideInSearch: true→search: falsein ProColumnstip→tooltipin ProColumnsMigration changes for antd v6
orientation="left"→titlePlacement="left"in Divider componentTest plan
npm installsucceedsnpm run buildsucceedsnpm run tsc(TypeScript type check) passes with zero errors