Bump the core-ui-package-updates group across 1 directory with 86 updates
Bumps the core-ui-package-updates group with 86 updates in the /airflow/www directory:
Updates @chakra-ui/react from 2.4.2 to 2.10.9
Commits
- See full diff 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.1
Release notes
Sourced from @emotion/styled's releases.
@emotion/styled@11.14.1Patch Changes
- #3334
0facbe4Thanks@ZachRiegel! - Renamed default-exported variable in@emotion/styledto aid inferred import names in auto-import completions in IDEs
@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
4922955Version Packages (#3335)0facbe4Renamed default-exported variable in@emotion/styledto aid inferred import...cce67ecBump parcel (#3258)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...- 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 2.17.0
Release notes
Sourced from @visx/group's releases.
v2.17.0 (2022-12-22)
:bug: Bug Fix
- deps(scale): bump
d3-interpolateandd3-scale#1578:house: Internal
- internal: migrate off nimbus #1609
:trophy: Contributors
v2.16.1 (2022-12-20)
:bug: Bug Fix
- fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
- fix(brush): update brush start/end on window resize #1606
:memo: Documentation
- docs(xychart): fix typo #1594
:house: Internal
- internal(github-actions): add github release script #1585
:trophy: Contributors
Changelog
Sourced from @visx/group's changelog.
v2.17.0 (2022-12-22)
:bug: Bug Fix
- deps(scale): bump
d3-interpolateandd3-scale#1578:house: Internal
- internal: migrate off nimbus #1609
:trophy: Contributors
v2.16.1 (2022-12-20)
:bug: Bug Fix
- fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
- fix(brush): update brush start/end on window resize #1606
:memo: Documentation
- docs(xychart): fix typo #1594
:house: Internal
- internal(github-actions): add github release script #1585
:trophy: Contributors
v2.16.0 (2022-10-19)
:bug: Bug Fix
- fix(tooltip, bounds): replace findDOMNode with refs for TooltipWithBounds #1583
:trophy: Contributors
v2.15.1 (2022-10-13)
:bug: Bug Fix
- fix(mock-data): add missing bitcoinPrice to index.ts #1582
... (truncated)
Commits
4850219v2.17.00f7ee0adeps(scale): bumpd3-interpolateandd3-scale(#1578)77292e2v2.17.0-alpha.09c73152build(fa743a47ba83d192d0fcbd7ec71877a169f82ef1): auto-commit package sizesfa743a4internal: migrate off nimbus (#1609)0cb5b2fchangelog: v2.16.131a5492v2.16.1a4b2ef0build(f146cadbeba70cad878365b501629bee0759ad0f): auto-commit package sizesf146cadfix(brush): update brush start/end on window resize (#1606)bd96c70fix uneven data elements renders spokes and wek out of sync (#1599)- Additional commits viewable in compare view
Updates @visx/shape from 2.12.2 to 2.18.0
Release notes
Sourced from @visx/shape's releases.
v2.18.0 (2023-01-03)
:bug: Bug Fix
- fix(demo/pages/docs): use relative imports to fix API docs #1612
- Revert breaking "deps(scale): bump
d3-interpolateandd3-scale" #1619:memo: Documentation
- fix(demo/pages/docs): use relative imports to fix API docs #1612
:trophy: Contributors
v2.17.0 (2022-12-22)
:bug: Bug Fix
- deps(scale): bump
d3-interpolateandd3-scale#1578:house: Internal
- internal: migrate off nimbus #1609
:trophy: Contributors
v2.16.1 (2022-12-20)
:bug: Bug Fix
- fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
- fix(brush): update brush start/end on window resize #1606
:memo: Documentation
- docs(xychart): fix typo #1594
:house: Internal
- internal(github-actions): add github release script #1585
:trophy: Contributors
Changelog
Sourced from @visx/shape's changelog.
v2.18.0 (2023-01-03)
:bug: Bug Fix
- fix(demo/pages/docs): use relative imports to fix API docs #1612
- Revert breaking "deps(scale): bump
d3-interpolateandd3-scale" #1619:memo: Documentation
- fix(demo/pages/docs): use relative imports to fix API docs #1612
:trophy: Contributors
v2.17.0 (2022-12-22)
:bug: Bug Fix
- deps(scale): bump
d3-interpolateandd3-scale#1578:house: Internal
- internal: migrate off nimbus #1609
:trophy: Contributors
v2.16.1 (2022-12-20)
:bug: Bug Fix
- fix(demo/radar): uneven data elements renders spokes and web out of sync #1599
- fix(brush): update brush start/end on window resize #1606
:memo: Documentation
- docs(xychart): fix typo #1594
:house: Internal
- internal(github-actions): add github release script #1585
:trophy: Contributors
v2.16.0 (2022-10-19)
... (truncated)
Commits
566a70bv2.18.075ba46eRevert "deps(scale): bumpd3-interpolateandd3-scale(#1578)" (#1619)39cf179fix(demo/pages/docs): use relative imports (#1612)993de31changelog: v2.17.04850219v2.17.00f7ee0adeps(scale): bumpd3-interpolateandd3-scale(#1578)77292e2v2.17.0-alpha.09c73152build(fa743a47ba83d192d0fcbd7ec71877a169f82ef1): auto-commit package sizesfa743a4internal: migrate off nimbus (#1609)0cb5b2fchangelog: v2.16.1- Additional commits viewable in compare view
Updates ansi_up from 6.0.2 to 6.0.6
Release notes
Sourced from ansi_up's releases.
v6.0.6
Full Changelog: https://github.com/drudru/ansi_up/compare/v6.0.5...v6.0.6
Just documentation changes
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
07a4824Bump version 6.0.6fee3d8cUpdate names4e1f6c7Bump 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.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
... (truncated)
Changelog
Sourced from axios's changelog.
1.13.2 (2025-11-04)
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
1.13.1 (2025-10-28)
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
1.13.0 (2025-10-27)
Bug Fixes
- fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
- resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)
Features
- http: add HTTP2 support; (#7150) (Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >