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/moment-2.30.1
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 6944703da2 build(deps): bump moment from 2.29.4 to 2.30.1 in
/superset-frontend
add 4539a5d2eb build(deps): bump actions/dependency-review-action from 2
to 4 (#26931)
add 77d397f5ac build(deps): bump actions/upload-artifact from 3 to 4
(#26930)
add 1db0d3d364 build(deps): bump azure/setup-helm from 1 to 3 (#26929)
add 40014d0e6d build(deps): bump chromaui/action from 1 to 10 (#26928)
add 5b510fc978 build(deps-dev): bump @types/node from 20.11.10 to 20.11.14
in /superset-websocket (#26924)
add 551ae59096 build(deps): bump shortid from 2.2.14 to 2.2.16 in
/superset-frontend (#26940)
add bdb43abe9e build(deps-dev): bump @babel/core from 7.22.8 to 7.23.9 in
/superset-frontend (#26939)
add d714a7dfeb build(deps): bump emotion-rgba from 0.0.9 to 0.0.12 in
/superset-frontend (#26941)
add 0bc5983d63 build(deps): bump interweave from 13.0.0 to 13.1.0 in
/superset-frontend (#26935)
add bd9afcda99 chore(ci): run pre-commit across the repo (#26942)
add a09e5557bc feat: Period over Period Big Number comparison chart
(#26908)
add 33b944894b build(deps): bump moment from 2.29.4 to 2.30.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 (6944703da2)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/moment-2.30.1 (33b944894b)
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:
.github/workflows/chromatic-master.yml | 2 +-
.github/workflows/dependency-review.yml | 2 +-
.github/workflows/pre-commit.yml | 54 +++
.github/workflows/superset-e2e.yml | 2 +-
.github/workflows/superset-helm-lint.yml | 2 +-
.github/workflows/superset-helm-release.yml | 2 +-
.github/workflows/superset-python-misc.yml | 45 ---
RESOURCES/FEATURE_FLAGS.md | 1 +
superset-frontend/package-lock.json | 385 ++++++++++++---------
superset-frontend/package.json | 9 +-
.../superset-ui-core/src/utils/featureFlags.ts | 1 +
.../packages/superset-ui-demo/package.json | 2 +-
.../plugin-chart-period-over-period-kpi/README.md} | 36 +-
.../package.json | 33 ++
.../src/PopKPI.tsx | 96 +++++
.../src/images/thumbnail.png | Bin 0 -> 23099 bytes
.../src/index.ts | 6 +-
.../src/plugin/buildQuery.ts | 299 ++++++++++++++++
.../src/plugin/controlPanel.ts | 169 +++++++++
.../src/plugin/index.ts} | 8 +-
.../src/plugin/transformProps.ts} | 96 ++++-
.../src/types.ts} | 28 +-
.../tsconfig.json | 0
.../types}/types/external.d.ts | 0
.../src/visualizations/presets/MainPreset.js | 10 +-
superset-websocket/package-lock.json | 14 +-
superset-websocket/package.json | 2 +-
superset/config.py | 2 +
28 files changed, 1046 insertions(+), 260 deletions(-)
create mode 100644 .github/workflows/pre-commit.yml
copy
superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/README.erb
=> plugins/plugin-chart-period-over-period-kpi/README.md} (53%)
create mode 100644
superset-frontend/plugins/plugin-chart-period-over-period-kpi/package.json
create mode 100644
superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/PopKPI.tsx
create mode 100644
superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/images/thumbnail.png
copy superset-frontend/plugins/{plugin-chart-handlebars =>
plugin-chart-period-over-period-kpi}/src/index.ts (86%)
create mode 100644
superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/buildQuery.ts
create mode 100644
superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts
copy
superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/src/plugin/index.erb
=> plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts} (89%)
copy
superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/src/plugin/transformProps.erb
=> plugins/plugin-chart-period-over-period-kpi/src/plugin/transformProps.ts}
(53%)
copy
superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/src/types.erb
=> plugins/plugin-chart-period-over-period-kpi/src/types.ts} (64%)
copy superset-frontend/plugins/{legacy-plugin-chart-calendar =>
plugin-chart-period-over-period-kpi}/tsconfig.json (100%)
copy
superset-frontend/{packages/generator-superset/generators/plugin-chart/templates
=> plugins/plugin-chart-period-over-period-kpi/types}/types/external.d.ts
(100%)