This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/npm_and_yarn/superset-frontend/geostyler-18.2.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 194d42bfd9 chore(deps): bump geostyler from 14.2.0 to 18.2.1 in 
/superset-frontend
     add 6eb4db6930 fix(controls): Only initialize categorical control on 
numeric x axis (#37115)
     add 23b91d22ef fix(charts): properly parse error responses in 
StatefulChart (#37130)
     add 81fdc2bd0e feat(dates): adding handling for first of (#37098)
     add c867d9379f chore(deps-dev): bump ts-loader from 9.5.2 to 9.5.4 in 
/superset-frontend (#36999)
     add 96a3f2a187 chore(deps-dev): bump @babel/preset-react from 7.27.1 to 
7.28.5 in /superset-frontend (#37047)
     add 68e917c3f6 chore(deps-dev): bump eslint-plugin-testing-library from 
7.14.0 to 7.15.4 in /superset-frontend (#37052)
     add db61e4f62a chore(deps-dev): bump 
eslint-plugin-react-you-might-not-need-an-effect from 0.8.3 to 0.8.5 in 
/superset-frontend (#37054)
     add 7f6cdc5616 chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in 
/superset-websocket (#37149)
     add 4c267b7ee2 chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in /docs 
(#37152)
     add f69cd43bd0 chore(deps-dev): bump eslint-plugin-prettier from 5.5.4 to 
5.5.5 in /docs (#37153)
     add c6ad0dbd3a chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 in 
/superset-frontend (#37156)
     add 89380638b0 chore(deps): bump immer from 11.0.1 to 11.1.3 in 
/superset-frontend (#37159)
     add 82d74d15ec chore(deps): bump react-intersection-observer from 9.16.0 
to 10.0.0 in /superset-frontend (#37162)
     add 6735a431f3 chore(deps): bump geostyler from 14.2.0 to 18.2.1 in 
/superset-frontend

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (194d42bfd9)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/geostyler-18.2.1 
(6735a431f3)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 docs/package.json                                  |   4 +-
 docs/yarn.lock                                     |  36 +--
 superset-frontend/package-lock.json                | 255 +++++++++++++--------
 superset-frontend/package.json                     |  14 +-
 .../packages/superset-core/package.json            |   2 +-
 .../src/shared-controls/customControls.tsx         |  21 +-
 .../test/shared-controls/customControls.test.tsx   |  57 +++++
 .../src/chart/components/StatefulChart.test.tsx    |  92 ++++++++
 .../src/chart/components/StatefulChart.tsx         |  11 +-
 .../packages/superset-ui-demo/package.json         |   4 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/utils/date_parser.py                      | 109 ++++++++-
 tests/unit_tests/utils/date_parser_tests.py        |  64 ++++++
 14 files changed, 547 insertions(+), 138 deletions(-)
 create mode 100644 
superset-frontend/packages/superset-ui-chart-controls/test/shared-controls/customControls.test.tsx

Reply via email to