Bump the core-ui-package-updates group across 1 directory with 85 updates
Bumps the core-ui-package-updates group with 85 updates in the /airflow/www directory:
Updates @chakra-ui/react from 2.4.2 to 3.19.0
Release notes
Sourced from @chakra-ui/react's releases.
@chakra-ui/react@3.19.0Minor Changes
#9464
d860d48Thanks@segunadebayo! - - [New] Combobox Add combobox component for autocomplete text entry.
- Progress Circle: Make progress circle transition smoother.
@chakra-ui/react@3.18.0Minor Changes
e91ec7eThanks@segunadebayo! - - DownloadTrigger [New] AddDownloadTriggercomponent to help download file contents.
System
- Fix issue where passing
dprop tochakra.pathadds it to styles not as a direct attribute.- Fix issue where responsive semantic tokens did not get applied.
Select: Fix issue where indicator group doesn't align correctly in RTL layouts.
@chakra-ui/react@3.17.0Minor Changes
#9977
ad8cc44Thanks@seongminn! - - Breadcrumb: Prevent screen reader from reading the separator
Toast: Added toast queuing when the max limit is reached:
- New toasts were queued instead of dropped
- Queued toasts were shown when space became available
- Queue cleared when all toasts were removed
SegmentGroup: Fix issue where
disabledprop was not being applied toSegmentGroup.ItemsRatingGroup: Fix issue where half-filled icons were not being displayed correctly in RTL
Collapsible: Fixed issue in React.js <= v18.x where collapse animation might not work as expected
@chakra-ui/react@3.16.1
... (truncated)
Changelog
Sourced from @chakra-ui/react's changelog.
3.19.0
Minor Changes
#9464
d860d48Thanks@segunadebayo! - - [New] Combobox Add combobox component for autocomplete text entry.
- Progress Circle: Make progress circle transition smoother.
3.18.0
Minor Changes
e91ec7eThanks@segunadebayo! - - DownloadTrigger [New] AddDownloadTriggercomponent to help download file contents.
System
- Fix issue where passing
dprop tochakra.pathadds it to styles not as a direct attribute.- Fix issue where responsive semantic tokens did not get applied.
Select: Fix issue where indicator group doesn't align correctly in RTL layouts.
3.17.0
Minor Changes
#9977
ad8cc44Thanks@seongminn! - - Breadcrumb: Prevent screen reader from reading the separator
Toast: Added toast queuing when the max limit is reached:
- New toasts were queued instead of dropped
- Queued toasts were shown when space became available
- Queue cleared when all toasts were removed
SegmentGroup: Fix issue where
disabledprop was not being applied toSegmentGroup.ItemsRatingGroup: Fix issue where half-filled icons were not being displayed correctly in RTL
Collapsible: Fixed issue in React.js <= v18.x where collapse animation might not work as expected
... (truncated)
Commits
4f1bca9ci(changesets): version packagesad03fd2fix: improve progress circleb2f8b2fMerge branch 'main' into feat/comboboxd252833fix: typecheck1018295refactor: examples and stories12b2a19ci(changesets): version packagesc993505chore: add examplesad679e0fix(select): rtl layout2dcb762fix(system): chakra.path d propa0621dffix(system): responsive tokens- Additional commits viewable in compare view
Updates @emotion/cache from 11.9.3 to 11.14.0
Release notes
Sourced from @emotion/cache's releases.
@emotion/cache@11.14.0Minor Changes
- #3277
8dc1a6dThanks@Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
@emotion/cache@11.13.5Patch Changes
#3270
77d930dThanks@emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:
@emotion/utils@1.4.2
@emotion/cache@11.13.1Patch Changes
- #3219
c72d279Thanks@Andarist! - Removed incorrect tripleslash directive referencing node types
@emotion/cache@11.13.0Minor Changes
#3198
d8ff8a5Thanks@Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks@Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/cache@11.12.0Patch Changes
@emotion/cache@11.11.0Minor Changes
- #3031
336f3d50Thanks@Andarist! - Added support for cascade@layers by updating the underlying parser (stylis).Patch Changes
... (truncated)
Commits
3c19ce5Version Packages (#3280)a19d019Convert@emotion/styled's source code to TypeScript (#3284)5974e33Fix JSX namespace@ts-ignores(#3282)fc4d7bdConvert@emotion/react's source code to TypeScript (#3281)8dc1a6dConvert@emotion/cache's source code to TypeScript (#3277)282b61dConvert@emotion/css-prettifier's source code to TypeScript (#3278)e1bf17eConvert@emotion/use-insertion-effect-with-fallbacks's source code to TypeS...c161e6fVersion Packages (#3272)f45eb19Update changeset (#3273)77d930dFix inconsistent hashes using development vs production bundles/exportscon...- Additional commits viewable in compare view
Updates @emotion/react from 11.9.3 to 11.14.0
Release notes
Sourced from @emotion/react's releases.
@emotion/react@11.14.0Minor Changes
- #3281
fc4d7bdThanks@Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
@emotion/react@11.13.5Patch Changes
#3270
77d930dThanks@emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:
@emotion/react@11.13.3Patch Changes
#3232
0ce3ed0Thanks@ENvironmentSet! - Distributecssprop attachment over props that are union typesUpdated dependencies []:
@emotion/serialize@1.3.1
@emotion/react@11.13.0Minor Changes
#3198
d8ff8a5Thanks@Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks@Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/react@11.12.0
... (truncated)
Commits
3c19ce5Version Packages (#3280)a19d019Convert@emotion/styled's source code to TypeScript (#3284)5974e33Fix JSX namespace@ts-ignores(#3282)fc4d7bdConvert@emotion/react's source code to TypeScript (#3281)8dc1a6dConvert@emotion/cache's source code to TypeScript (#3277)282b61dConvert@emotion/css-prettifier's source code to TypeScript (#3278)e1bf17eConvert@emotion/use-insertion-effect-with-fallbacks's source code to TypeS...c161e6fVersion Packages (#3272)f45eb19Update changeset (#3273)77d930dFix inconsistent hashes using development vs production bundles/exportscon...- Additional commits viewable in compare view
Updates @emotion/styled from 11.3.0 to 11.14.0
Release notes
Sourced from @emotion/styled's releases.
@emotion/styled@11.14.0Minor Changes
- #3284
a19d019Thanks@Andarist! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.Patch Changes
@emotion/styled@11.13.5Patch Changes
#3270
77d930dThanks@emmatown! - Fix inconsistent hashes using development vs production bundles/exportsconditions when using@emotion/babel-pluginwithsourceMap: true(the default). This is particularly visible when using Emotion with the Next.js Pages router where thedevelopmentcondition is used when bundling code but not when importing external code with Node.js.Updated dependencies [
77d930d]:
@emotion/styled@11.13.0Minor Changes
#3198
d8ff8a5Thanks@Andarist! - Migrated away from relying onprocess.env.NODE_ENVchecks to differentiate between production and development builds.Development builds (and other environment-specific builds) can be used by using proper conditions (see here). Most modern bundlers/frameworks already preconfigure those for the user so no action has to be taken.
Default files should continue to work in all environments.
#3215
a9f6912Thanks@Andarist! - Addededge-lightandworkerdconditions topackage.jsonmanifest to better serve users using Vercel Edge and Cloudflare Workers.Patch Changes
@emotion/styled@11.12.0Patch Changes
#3206
d1994c4Thanks@DiegoAndai! - Improved compatibility with the upcoming@types/reactfor React 19 where the globalJSXnamespace doesn't exist anymore#3208
56109e7Thanks@Andarist! - Only forward definedrefs to improve compatibility with the upcoming React 19
... (truncated)
Commits
3c19ce5Version Packages (#3280)a19d019Convert@emotion/styled's source code to TypeScript (#3284)5974e33Fix JSX namespace@ts-ignores(#3282)fc4d7bdConvert@emotion/react's source code to TypeScript (#3281)8dc1a6dConvert@emotion/cache's source code to TypeScript (#3277)282b61dConvert@emotion/css-prettifier's source code to TypeScript (#3278)e1bf17eConvert@emotion/use-insertion-effect-with-fallbacks's source code to TypeS...c161e6fVersion Packages (#3272)f45eb19Update changeset (#3273)77d930dFix inconsistent hashes using development vs production bundles/exportscon...- Additional commits viewable in compare view
Updates @tanstack/react-table from 8.13.2 to 8.21.3
Release notes
Sourced from @tanstack/react-table's releases.
v8.21.3
Version 8.21.3 - 4/14/25, 8:19 PM
Changes
Fix
- table-core: use right Document instance on getResizeHandler (column-sizing feature) (#5989) (54ce673) by
@riccardoperraDocs
- fix all 158 broken links (#5972) (f7bf6f1) by
@kisaragi-hiu- add vue example for grouping (#5941) (3efa59c) by Harshil Patel
Packages
@tanstack/table-core@8.21.3@tanstack/angular-table@8.21.3@tanstack/lit-table@8.21.3@tanstack/qwik-table@8.21.3@tanstack/react-table@8.21.3@tanstack/solid-table@8.21.3@tanstack/svelte-table@8.21.3@tanstack/vue-table@8.21.3@tanstack/react-table-devtools@8.21.3v8.21.2
Version 8.21.2 - 2/11/25, 8:59 PM
Changes
Fix
- arrIncludes autoremove filterFn (#5623) (2efaf57) by lukebui
- lit-table: spread table options in lit adapter (#5904) (36dede1) by
@kadoshmsDocs
- row accessor bug in example code block (#5893) (b1506a7) by Valerii Petryniak
- virtualizer tbody from onchange (827b098) by Kevin Van Cott
- exp virtual - remeasure when table state changes (9e6987d) by Kevin Van Cott
- angular: add expanding and sub components examples (#5898) (099e1a4) by
@riccardoperra- example name (57703a4) by Kevin Van Cott
Packages
... (truncated)
Commits
f4dc742release: v8.21.3db745afrelease: v8.21.2a92ce6arelease: v8.20.6cbcea6afix: JSX namespace from React (#5830)ab2819crelease: v8.20.59370c9erelease: v8.20.1f269a59release: v8.19.43f0e5d2release: v8.19.37c7af15release: v8.19.2e585a2echore: upgrade packages except for angular and typescript (#5635)- Additional commits viewable in compare view
Updates @visx/group from 2.10.0 to 3.12.0
Release notes
Sourced from @visx/group's releases.
v3.12.0 (2024-11-07)
:rocket: Enhancements
- feat(sankey): add
@visx/sankey#1880:memo: Documentation
- Fix small error in the code example in the "Theming" section #1863
:trophy: Contributors
v3.11.0 (2024-05-29)
:rocket: Enhancements
- feat(xychart): improve performance when hovering with tooltip #1842
:memo: Documentation
- feat(xychart): improve performance when hovering with tooltip #1842
:trophy: Contributors
v3.10.4 (2024-05-24)
:bug: Bug Fix
- brush: fix brush jumping around after mouseup #1836
:trophy: Contributors
v3.10.3 (2024-05-20)
:bug: Bug Fix
- Fix LegendThreshold #1831
:trophy: Contributors
v3.10.2 (2024-03-09)
:bug: Bug Fix
- fix: explicit type exports in
@visx/responsive#1809
... (truncated)
Changelog
Sourced from @visx/group's changelog.
v3.12.0 (2024-11-07)
:rocket: Enhancements
- feat(sankey): add
@visx/sankey#1880:memo: Documentation
- Fix small error in the code example in the "Theming" section #1863
:trophy: Contributors
v3.11.0 (2024-05-29)
:rocket: Enhancements
- feat(xychart): improve performance when hovering with tooltip #1842
:memo: Documentation
- feat(xychart): improve performance when hovering with tooltip #1842
:trophy: Contributors
v3.10.4 (2024-05-24)
:bug: Bug Fix
- brush: fix brush jumping around after mouseup #1836
:trophy: Contributors
v3.10.3 (2024-05-20)
:bug: Bug Fix
- Fix LegendThreshold #1831
:trophy: Contributors
v3.10.2 (2024-03-09)
:bug: Bug Fix
- fix: explicit type exports in
@visx/responsive#1809
... (truncated)
Commits
4aa0fdev3.12.0b7952e4build(07a91d82660f7166bf5278fe631e881f17a829e0): auto-commit package sizes07a91d8feat(sankey): add@visx/sankey(#1880)d920798Fix snippet in "Theming" section README.md (#1863)1aed091changelog: v3.11.0b9163a1v3.11.026fd656build(32f82f4c9f9ca8ff57d75489932b8d88b063fd1a): auto-commit package sizes32f82f4feat(xychart): improve performance when hovering with tooltip (#1842)d609c9achangelog: v3.10.47c79845v3.10.4- Additional commits viewable in compare view
Updates @visx/shape from 2.12.2 to 3.12.0
Release notes
Sourced from @visx/shape's releases.
v3.12.0 (2024-11-07)
:rocket: Enhancements
- feat(sankey): add
@visx/sankey#1880:memo: Documentation
- Fix small error in the code example in the "Theming" section #1863
:trophy: Contributors
v3.11.0 (2024-05-29)
:rocket: Enhancements
- feat(xychart): improve performance when hovering with tooltip #1842
:memo: Documentation
- feat(xychart): improve performance when hovering with tooltip #1842
:trophy: Contributors
v3.10.4 (2024-05-24)
:bug: Bug Fix
- brush: fix brush jumping around after mouseup #1836
:trophy: Contributors
v3.10.3 (2024-05-20)
:bug: Bug Fix
- Fix LegendThreshold #1831
:trophy: Contributors
v3.10.2 (2024-03-09)
:bug: Bug Fix
- fix: explicit type exports in
@visx/responsive#1809
... (truncated)
Changelog
Sourced from @visx/shape's changelog.
v3.12.0 (2024-11-07)
:rocket: Enhancements
- feat(sankey): add
@visx/sankey#1880:memo: Documentation
- Fix small error in the code example in the "Theming" section #1863
:trophy: Contributors
v3.11.0 (2024-05-29)
:rocket: Enhancements
- feat(xychart): improve performance when hovering with tooltip #1842
:memo: Documentation
- feat(xychart): improve performance when hovering with tooltip #1842
:trophy: Contributors
v3.10.4 (2024-05-24)
:bug: Bug Fix
- brush: fix brush jumping around after mouseup #1836
:trophy: Contributors
v3.10.3 (2024-05-20)
:bug: Bug Fix
- Fix LegendThreshold #1831
:trophy: Contributors
v3.10.2 (2024-03-09)
:bug: Bug Fix
- fix: explicit type exports in
@visx/responsive#1809
... (truncated)
Commits
4aa0fdev3.12.0b7952e4build(07a91d82660f7166bf5278fe631e881f17a829e0): auto-commit package sizes07a91d8feat(sankey): add@visx/sankey(#1880)d920798Fix snippet in "Theming" section README.md (#1863)1aed091changelog: v3.11.0b9163a1v3.11.026fd656build(32f82f4c9f9ca8ff57d75489932b8d88b063fd1a): auto-commit package sizes32f82f4feat(xychart): improve performance when hovering with tooltip (#1842)d609c9achangelog: v3.10.47c79845v3.10.4- Additional commits viewable in compare view
Updates ansi_up from 6.0.2 to 6.0.5
Release notes
Sourced from ansi_up's releases.
v6.0.5
Full Changelog: https://github.com/drudru/ansi_up/compare/v6.0.4...v6.0.5
Again a whoops. Both the .ts and the .js should have the change now.
v6.0.4
What's Changed
- Fix handling of faint-only style by
@jonatanschroederin drudru/ansi_up#94From
@drudru: I just forgot to pull the change into the .ts file. Whoops. The v6.0.3 release had the correct change in the .js file.New Contributors
@jonatanschroedermade their first contribution in drudru/ansi_up#94Full Changelog: https://github.com/drudru/ansi_up/compare/v6.0.3...v6.0.4
v6.0.3
What's Changed
- fix: Include faint style when no other modifiers are active by
@gabe565in drudru/ansi_up#93New Contributors
@gabe565made their first contribution in drudru/ansi_up#93Full Changelog: https://github.com/drudru/ansi_up/compare/v6.0.2...v6.0.3
Commits
4e1f6c7Bump version to v6.0.5 and have changes in both .ts and .js02316f4Bump version to v6.0.47854309Merge pull request #94 from jonatanschroeder/patch-1565bc9dFix handling of faint-only style65baddbBump version to v6.0.31bf6d11Merge pull request #93 from gabe565/fix-faint5f9bc97fix: Include faint style when no other modifiers are active- See full diff in compare view
Updates axios from 1.6.1 to 1.9.0
Release notes
Sourced from axios's releases.
Release v1.9.0
Release notes:
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookieby using 'get' method for caseless access; (#6874) (d4f7df4)- headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >