Bump the core-ui-package-updates group across 1 directory with 58 updates
Bumps the core-ui-package-updates group with 58 updates in the /airflow-core/src/airflow/ui directory:
Updates @chakra-ui/react from 3.20.0 to 3.29.0
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.29.0Minor Changes
- #10391
1580aebThanks@Adebesin-Cell! - feat: add carousel componentPatch Changes
69aabbfThanks@segunadebayo! - - Combobox: Refactor recipe for smarter padding management to prevent input text from overflowing unto triggers
- CodeBlock: Add missing
use clientdirective
@chakra-ui/react@3.28.0Minor Changes
#10374
e62bae7Thanks@Adebesin-Cell! - Add newTagsInputcomponent for entering multiple values as tags with features like tag creation, deletion, and keyboard navigation.import { Span, TagsInput } from "@chakra-ui/react"export const TagsInputBasic = () => { return ( <TagsInput.Root defaultValue={["React", "Chakra", "TypeScript"]}> <TagsInput.Label>Tags</TagsInput.Label> <TagsInput.Control> <TagsInput.Items /> <TagsInput.Input placeholder="Add tag..." /> </TagsInput.Control> </TagsInput.Root> ) }
bf31e2aThanks@segunadebayo! - - Checkbox
- Fix issue where setting initial checked state to
indeterminatedoesn't work- Ensure
api.checkedStatereturns the correct checked state- Collapsible
- Add support for
collapsedHeightandcollapsedWidthprops to control the dimensions of the collapsible content when in its collapsed state- Fix issue where
dirprop value doesn't get applied correctly
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.29.0
Minor Changes
- #10391
1580aebThanks@Adebesin-Cell! - feat: add carousel componentPatch Changes
69aabbfThanks@segunadebayo! - - Combobox: Refactor recipe for smarter padding management to prevent input text from overflowing unto triggers
- CodeBlock: Add missing
use clientdirective3.28.1
Patch Changes
fad9a2eThanks@segunadebayo! - Fix CodeBlock right padding when scrolling long code lines horizontally
37d166aThanks@segunadebayo! - - Tabs: Refactor to use css variables for styling indicator (--tabs-indicator-bg) for better customization.
- SegmentedControl: Refactor to use css variables for styling indicator (
--segment-indicator-bgand--segment-indicator-shadow) for better customization.
7067c95Thanks@segunadebayo! - Fix Shadow DOM and Web Component selector handling inglobalCss. The:host,:host-context(), and::slotted()pseudo-classes now correctly transform to top-level selectors with case-insensitive matching.
c7060deThanks@segunadebayo! - Improve styled-system performance with multiple optimizations
- Token cloning: Replace
structuredClone()with efficient shallow clone (75x faster)- Memoization: Improve cache key generation with efficient hashing and LRU cache (1.4x faster baseline, up to 585x faster for cached operations)
- Object allocation: Use singleton empty objects instead of creating new ones in hot paths
- Array operations: Optimize responsive value normalization with for loops instead of reduce
... (truncated)
Commits
2174f36Version Packages (#10435)5a000d2refactor: missing client directive8b07ee9docs: accordion1580aebfeat: add carousel component (#10391)69aabbfrefactor: combobox recipe873e81eVersion Packages (#10412)37d166arefactor: tabs and segment recipefb16312fix(segmentGroup): use segment-radius var for borderRadius (#10428)3243444fix: Add displayName to components (#10422)d379ae5refactor(styled-system): optimize fns- Additional commits viewable in compare view
Updates @codemirror/lang-json from 6.0.1 to 6.0.2
Changelog
Sourced from @codemirror/lang-json's changelog.
6.0.2 (2025-06-19)
Bug fixes
Add a .d.cts file to make TypeScript happy.
Commits
Updates @tanstack/react-query from 5.75.4 to 5.90.9
Release notes
Sourced from @tanstack/react-query's releases.
@tanstack/react-query-persist-client@5.90.9Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.90.9Patch Changes
@tanstack/react-query-persist-client@5.90.8Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.90.8Patch Changes
@tanstack/react-query-persist-client@5.90.7Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.90.7Patch Changes
@tanstack/react-query-persist-client@5.90.6Patch Changes
- Updated dependencies []:
@tanstack/react-query@5.90.6Patch Changes
- Updated dependencies [
1638c02]:
... (truncated)
Changelog
Sourced from @tanstack/react-query's changelog.
5.90.9
Patch Changes
5.90.8
Patch Changes
5.90.7
Patch Changes
5.90.6
Patch Changes
5.90.5
Patch Changes
5.90.4
Patch Changes
5.90.3
Patch Changes
Commits
6226325ci: Version Packages (#9873)f7c9526ci: Version Packages (#9854)ea0ab4dci: Version Packages (#9848)c23b4a0ci: Version Packages (#9834)ecdf962ci: Version Packages (#9773)e42ddfefix(core): observing "promise" needs to implicitly observe "data" (#9772)cfc755cci: Version Packages (#9770)36ece87ci: Version Packages (#9753)4e1c433fix(hydration): fix unhandled promise rejections (#9752)f4a0cd5chore: update eslint-plugin-react-hooks (#9737)- Additional commits viewable in compare view
Updates @tanstack/react-virtual from 3.13.8 to 3.13.12
Release notes
Sourced from @tanstack/react-virtual's releases.
@tanstack/react-virtual@3.13.12Patch Changes
chore(react-virtual): fix vite e2e build (#1030)
Updated dependencies [
d21ed98]:
@tanstack/virtual-core@3.13.12
@tanstack/react-virtual@3.13.11Patch Changes
@tanstack/react-virtual@3.13.10Patch Changes
@tanstack/react-virtual@3.13.9Patch Changes
Changelog
Sourced from @tanstack/react-virtual's changelog.
3.13.12
Patch Changes
chore(react-virtual): fix vite e2e build (#1030)
Updated dependencies [
d21ed98]:
@tanstack/virtual-core@3.13.123.13.11
Patch Changes
3.13.10
Patch Changes
3.13.9
Patch Changes
Commits
b461e78ci: Version Packages (#1032)30bcf55chore(react-virtual): fix vite e2e build (#1030)d21ed98fix(virtual-core): scroll to index doesn't scroll to bottom correctly (#1029)2c70382ci: Version Packages (#1027)545c3c4chore(deps): update all non-major dependencies (#1022)7e9906cci: Version Packages (#1016)152bc3bchore(deps): update all non-major dependencies (#1015)d3ee618chore(deps): update all non-major dependencies (#1010)64b6f3bchore(deps): update all non-major dependencies (#1006)27f779bci: Version Packages (#1005)- Additional commits viewable in compare view
Updates @uiw/codemirror-themes-all from 4.23.12 to 4.25.3
Release notes
Sourced from @uiw/codemirror-themes-all's releases.
v4.25.3
Documentation v4.25.3: https://raw.githack.com/uiwjs/react-codemirror/9161ac5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.2...v4.25.3npm i @uiw/[email protected]
- 📖 doc: Update README.md c2fbf78
@jaywcjlove- 📖 doc: Update README.md d6e131e
@jaywcjlove- 📖 doc: Update README.md caa8aa2
@jaywcjlove- 📖 doc: Update README.md e853905
@jaywcjlove- 🆎 type: Fix typings in gen-langs-map.cjs (#749) 212172d
@metatick- 🐞 fix: Langs extension types fix (#750) b6d965f
@metatickv4.25.2
Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2npm i @uiw/[email protected]
- 💄 chore: Create SECURITY.md (#745) 935f3b5
@sberesnevnr- 💄 chore: Update SECURITY.md #745 d0700cd
@jaywcjlove- 🌍 website: fix example type error. 6b2929d
@jaywcjlove- 💄 chore: Update SECURITY.md (#746) 7573daa
@sberesnevnr- 🌍 website: fix type issue. cc35e8b
@jaywcjlove- 🐞 fix(extensions): typing issue string instead of an union type (#747) 952e1bd
@philibeav4.25.1
Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.0...v4.25.1npm i @uiw/[email protected]
- 💄 chore: update peerDependencies data. 6a45175
@jaywcjlovev4.25.0
Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
... (truncated)
Commits
497bc04released v4.25.3 #750b6d965ffix: Langs extension types fix (#750)212172dtype: Fix typings in gen-langs-map.cjs (#749)e853905doc: Update README.mdcaa8aa2doc: Update README.mdd6e131edoc: Update README.mdc2fbf78doc: Update README.mde0edd55released v4.25.2952e1bdfix(extensions): typing issue string instead of an union type (#747)cc35e8bwebsite: fix type issue.- Additional commits viewable in compare view
Updates @uiw/react-codemirror from 4.23.12 to 4.25.3
Release notes
Sourced from @uiw/react-codemirror's releases.
v4.25.3
Documentation v4.25.3: https://raw.githack.com/uiwjs/react-codemirror/9161ac5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.2...v4.25.3npm i @uiw/[email protected]
- 📖 doc: Update README.md c2fbf78
@jaywcjlove- 📖 doc: Update README.md d6e131e
@jaywcjlove- 📖 doc: Update README.md caa8aa2
@jaywcjlove- 📖 doc: Update README.md e853905
@jaywcjlove- 🆎 type: Fix typings in gen-langs-map.cjs (#749) 212172d
@metatick- 🐞 fix: Langs extension types fix (#750) b6d965f
@metatickv4.25.2
Documentation v4.25.2: https://raw.githack.com/uiwjs/react-codemirror/81b52d5/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.1...v4.25.2npm i @uiw/[email protected]
- 💄 chore: Create SECURITY.md (#745) 935f3b5
@sberesnevnr- 💄 chore: Update SECURITY.md #745 d0700cd
@jaywcjlove- 🌍 website: fix example type error. 6b2929d
@jaywcjlove- 💄 chore: Update SECURITY.md (#746) 7573daa
@sberesnevnr- 🌍 website: fix type issue. cc35e8b
@jaywcjlove- 🐞 fix(extensions): typing issue string instead of an union type (#747) 952e1bd
@philibeav4.25.1
Documentation v4.25.1: https://raw.githack.com/uiwjs/react-codemirror/0eebca2/index.html
Comparing Changes: https://github.com/uiwjs/react-codemirror/compare/v4.25.0...v4.25.1npm i @uiw/[email protected]
- 💄 chore: update peerDependencies data. 6a45175
@jaywcjlovev4.25.0
Documentation v4.25.0: https://raw.githack.com/uiwjs/react-codemirror/b6a0ef9/index.html
... (truncated)
Commits
497bc04released v4.25.3 #750b6d965ffix: Langs extension types fix (#750)212172dtype: Fix typings in gen-langs-map.cjs (#749)e853905doc: Update README.mdcaa8aa2doc: Update README.mdd6e131edoc: Update README.mdc2fbf78doc: Update README.mde0edd55released v4.25.2952e1bdfix(extensions): typing issue string instead of an union type (#747)cc35e8bwebsite: fix type issue.- Additional commits viewable in compare view
Updates @xyflow/react from 12.4.4 to 12.9.3
Release notes
Sourced from @xyflow/react's releases.
@xyflow/react@12.9.3Patch Changes
#5621
c1304dba7Thanks@moklick! - SetpaneClickDistancedefault value to1.#5578
00bcb9f5fThanks@peterkogo! - Pass current pointer position to connectionUpdated dependencies [
00bcb9f5f]:
@xyflow/system@0.0.73
@xyflow/react@12.9.2Patch Changes
@xyflow/react@12.9.1Patch Changes
#5572
5ec0cac7fThanks@peterkogo! - Fix onPaneClick events being suppressed when selectionOnDrag=trueUpdated dependencies [
5ec0cac7f]:
@xyflow/system@0.0.72
@xyflow/react@12.9.0Minor Changes
#5544
c17b49f4cThanks@0x0f0f0f! - AddEdgeToolbarcomponent#5550
6ffb9f790Thanks@peterkogo! - Prevent child nodes of different parents from overlapping#5551
6bb64b3edThanks@moklick! - Allow to start a selection above a nodePatch Changes
#5531
fe2a45ed2Thanks@Sec-ant! - Addtypeproperty toEdgePropsto matchNodePropsbehavior#5528
d50a963cdThanks@peterkogo! - LetNodeResizerprops change during ongoing resize#5530
3b9951e42Thanks@peterkogo! - Improve performance of adding nodes & edges#5547
1c8961207Thanks@moklick! - Always callonMoveEndwhenonMoveStartwas calledUpdated dependencies [
c17b49f4c,6ffb9f790,d50a963cd,6bb64b3ed,8a9ee2d83,1c8961207]:
@xyflow/system@0.0.71
@xyflow/react@12.8.5Patch Changes
- #5480
f869808e3Thanks@peterkogo! - Prevent multi-touch events while making a new connection
... (truncated)
Changelog
Sourced from @xyflow/react's changelog.
12.9.3
Patch Changes
#5621
c1304dba7Thanks@moklick! - SetpaneClickDistancedefault value to1.#5578
00bcb9f5fThanks@peterkogo! - Pass current pointer position to connectionUpdated dependencies [
00bcb9f5f]:
@xyflow/system@0.0.7312.9.2
Patch Changes
12.9.1
Patch Changes
#5572
5ec0cac7fThanks@peterkogo! - Fix onPaneClick events being suppressed when selectionOnDrag=trueUpdated dependencies [
5ec0cac7f]:
@xyflow/system@0.0.7212.9.0
Minor Changes
#5544
c17b49f4cThanks@0x0f0f0f! - AddEdgeToolbarcomponent#5550
6ffb9f790Thanks@peterkogo! - Prevent child nodes of different parents from overlapping#5551
6bb64b3edThanks@moklick! - Allow to start a selection above a nodePatch Changes
#5531
fe2a45ed2Thanks@Sec-ant! - Addtypeproperty toEdgePropsto matchNodePropsbehavior#5528
d50a963cdThanks@peterkogo! - LetNodeResizerprops change during ongoing resize#5530
3b9951e42Thanks@peterkogo! - Improve performance of adding nodes & edges#5547
1c8961207Thanks@moklick! - Always callonMoveEndwhenonMoveStartwas calledUpdated dependencies [
c17b49f4c,6ffb9f790,d50a963cd,6bb64b3ed,8a9ee2d83,1c8961207]:
@xyflow/system@0.0.7112.8.6
... (truncated)
Commits
12c516dchore(packages): bumpcb2db9fchore(reactflow): paneClickDistance default 17680cefMerge pull request #5594 from xyflow/enhance/connection-snappinga52ccc2chore(packages): bumpb298819chore(pane): handle nodes selection0d2cda7also postpone starting selection when clicking on a node11aa29balways pass current pointer position to connection1522b24chore(packages): bump2baa839simplify conditionseb7a272rename hasActiveSelection to isSelectionEnabled- Additional commits viewable in compare view
Updates anser from 2.3.2 to 2.3.3
Commits
4878f08Updated docsa8050f5:arrow_up: 2.3.3 :tada:- See full diff in compare view
Updates axios from 1.12.0 to 1.13.2
Release notes
Sourced from axios's releases.
Release v1.13.2
Release notes:
Bug Fixes
- http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
- http: use default export for http2 module to support stubs; (#7196) (0588880)
Performance Improvements
Contributors to this release
Release v1.13.1
Release notes:
Bug Fixes
- http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)
Contributors to this release
Release v1.13.0
Release notes:
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
Contributors to this release