Skip to content

chore(deps): upgrade all dependencies to latest versions - #201

Open
hashbk wants to merge 2 commits into
mainfrom
chore/update-dependencies
Open

chore(deps): upgrade all dependencies to latest versions#201
hashbk wants to merge 2 commits into
mainfrom
chore/update-dependencies

Conversation

@hashbk

@hashbk hashbk commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Upgrade all project dependencies to their latest versions
  • Major version upgrades: antd v5 → v6, @ant-design/pro-components v2 → v3, antd-style v3 → v4
  • Remove @ant-design/v5-patch-for-react-19 (no longer needed)
  • Fix breaking API changes from major version upgrades

Key Changes

Major version upgrades

Package From To
antd 5.25.4 6.5.1
@ant-design/pro-components 2.7.19 3.1.14-2
antd-style 3.7.0 4.1.0

Minor/patch upgrades (dependencies)

Package From To
@ant-design/icons 6.2.3 6.3.2
@ant-design/plots 2.6.0 2.6.8
bowser 2.11.0 2.14.1
dayjs 1.11.13 1.11.21
react / react-dom 19.2.7 19.2.8

Minor/patch upgrades (devDependencies)

Package From To
@ant-design/pro-cli 3.3.0 3.4.0
@biomejs/biome 2.0.6 2.5.5
@commitlint/cli 21.0.1 21.2.1
@commitlint/config-conventional 21.0.1 21.2.0
@testing-library/dom 10.4.0 10.4.1
@testing-library/react 16.0.1 16.3.2
@types/express 5.0.3 5.0.6
@types/lodash 4.17.10 4.17.24
@types/react 19.1.5 19.2.17
@types/react-dom 19.1.5 19.2.3
@umijs/max 4.3.24 4.6.80
gh-pages 6.1.1 6.3.0
jest 30.0.4 30.4.2
lint-staged 17.0.5 17.1.0

Removed dependencies

  • @ant-design/v5-patch-for-react-19 (no longer needed with antd v6)

Migration changes for pro-components v3

  • hideInSearch: truesearch: false in ProColumns
  • tiptooltip in ProColumns

Migration changes for antd v6

  • orientation="left"titlePlacement="left" in Divider component

Test plan

  • npm install succeeds
  • npm run build succeeds
  • npm run tsc (TypeScript type check) passes with zero errors
  • Dev server starts and responds with HTTP 200
  • Manual UI verification recommended

hashbk added 2 commits July 21, 2026 15:50
- 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
@hashbk hashbk changed the title chore(deps): upgrade all dependencies to latest compatible versions chore(deps): upgrade all dependencies to latest versions Jul 21, 2026
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.

1 participant