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/plugins/plugin-chart-table/types/d3-array-3.2.1
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard b477cf4e02 build(deps): bump @types/d3-array
     add b0c8f620d6 build(deps): bump use-immer from 0.8.1 to 0.9.0 in 
/superset-frontend (#26827)
     add 6c029ce2e8 chore: Add permission to view and drill on Dashboard 
context (#26798)
     add 881268a8da chore(dependencies): bumps match-sorter (#26819)
     add fade4806ce fix: prevent guest user from modifying metrics (#26749)
     add 78dc6ce6c9 feat: add chart id and dataset id to global logs (#26443)
     add be7c9490a1 chore(lint/a11y): fixing and locking down 
jsx-a11y/anchor-is-valid (#26820)
     add 71a950fc80 fix(chart table in dashboard): improve screen reading of 
table (#26453)
     add c3aacc6f42 build(deps-dev): bump @types/node from 20.11.5 to 20.11.10 
in /superset-websocket (#26825)
     add 8db5d13749 chore(CI): get docs building on ALL branches. (#26854)
     add 84c48d11d8 fix: Bar charts horizontal margin adjustment error (#26817)
     add 806e4c4b3f chore(dependabot): lowering bump cadence from weekly to 
monthly (#26855)
     add 1029b7dadc build(deps): bump react-redux from 7.2.8 to 7.2.9 in 
/superset-frontend (#26865)
     add 911c6e53c2 build(deps): bump mousetrap and @types/mousetrap in 
/superset-frontend (#26866)
     add 0695173a81 build(deps): bump @testing-library/react-hooks from 5.0.3 
to 5.1.3 in /superset-frontend (#26867)
     add 5d8b7bb6a5 build(deps-dev): bump @types/uuid from 9.0.7 to 9.0.8 in 
/superset-websocket (#26826)
     add 29bc68bd3e feat(i18n): add ukranian translations (#25323)
     add 785e832e8d chore(actions): generate FOSSA report on master, and ALWAYS 
check for… (#26857)
     add 5392a8c50f chore(actions): run docs actions on Node 16 to conform with 
the project (#26868)
     add 87558ed065 chore(dependencies): bump less from 3.12.2 to 4.2.0 in 
/superset-frontend (#26841)
     add be144aad87 build(deps): bump yargs and @types/yargs in 
/superset-frontend (#26870)
     add fae4f6b0fe chore(license): adding a missing license blurb to a 
translation file (#26874)
     add 0d1653fbea build(deps): bump @types/enzyme from 3.10.10 to 3.10.18 in 
/superset-frontend (#26859)
     add 9ffdc7ea6b build(deps): bump @types/d3-array

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   (b477cf4e02)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/superset-frontend/plugins/plugin-chart-table/types/d3-array-3.2.1
 (9ffdc7ea6b)

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/dependabot.yml                             |    70 +-
 ...license-check.yml => generate-FOSSA-report.yml} |    10 +-
 .github/workflows/license-check.yml                |    47 +-
 ...{superset-docs.yml => superset-docs-deploy.yml} |    22 +-
 .github/workflows/superset-docs-verify.yml         |    33 +
 .rat-excludes                                      |     8 +-
 RELEASING/verify_release.py                        |    18 +
 RESOURCES/STANDARD_ROLES.md                        |    19 +
 docker/docker-entrypoint-initdb.d/examples-init.sh |    19 +
 dockerize.Dockerfile                               |    17 +
 docs/README.md                                     |     1 -
 docs/src/components/SectionHeader.tsx              |     2 +-
 docs/src/pages/community.tsx                       |     1 -
 docs/static/img/calendar-icon.svg                  |    18 +
 docs/static/img/check-icon.svg                     |    18 +
 docs/static/img/databases/apache-pinot.svg         |    18 +
 docs/static/img/databases/csv.svg                  |    18 +
 scripts/tag_latest_release.sh                      |    28 +-
 superset-frontend/.eslintrc.js                     |     2 +-
 superset-frontend/package-lock.json                |  2094 ++--
 superset-frontend/package.json                     |    20 +-
 .../superset-ui-chart-controls/package.json        |     2 +-
 .../packages/superset-ui-core/package.json         |     4 +-
 .../packages/superset-ui-core/src/utils/html.tsx   |    18 +
 .../src/validator/validateMaxValue.ts              |    18 +
 .../legacy-preset-chart-deckgl/package.json        |     2 +-
 .../src/Timeseries/transformProps.ts               |     1 +
 .../src/Timeseries/transformers.ts                 |    42 +-
 .../plugin-chart-echarts/src/utils/series.ts       |    14 +
 .../plugin-chart-echarts/test/utils/series.test.ts |    32 +
 .../plugins/plugin-chart-table/package.json        |     4 +-
 .../plugin-chart-table/src/DataTable/DataTable.tsx |     1 +
 .../src/DataTable/hooks/useSticky.tsx              |    21 +-
 .../plugins/plugin-chart-table/src/Styles.tsx      |     7 +-
 .../scripts/eslint-metrics-uploader.js             |    18 +
 .../SqlLab/components/QueryLimitSelect/index.tsx   |     2 +-
 .../src/components/AuditInfo/ModifiedInfo.test.tsx |    18 +
 .../src/components/AuditInfo/index.tsx             |    18 +
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |    12 +-
 .../Chart/ChartContextMenu/useContextMenu.test.tsx |    36 +-
 .../components/Chart/DrillBy/DrillByModal.test.tsx |    36 +-
 .../src/components/Chart/DrillBy/DrillByModal.tsx  |    17 +-
 .../Chart/DrillDetail/DrillDetailModal.test.tsx    |    26 +-
 .../Chart/DrillDetail/DrillDetailModal.tsx         |    63 +-
 .../src/components/Tags/utils.test.tsx             |    18 +
 .../SliceHeaderControls.test.tsx                   |    53 +-
 .../components/SliceHeaderControls/index.tsx       |    32 +-
 .../DownloadMenuItems/DownloadAsImage.test.tsx     |    18 +
 .../menu/DownloadMenuItems/DownloadAsImage.tsx     |    18 +
 .../menu/DownloadMenuItems/DownloadAsPdf.test.tsx  |    18 +
 .../menu/DownloadMenuItems/DownloadAsPdf.tsx       |    18 +
 .../DownloadMenuItems/DownloadMenuItems.test.tsx   |    18 +
 .../components/controls/ContourControl/types.ts    |    18 +
 .../components/controls/CurrencyControl/index.ts   |    18 +
 superset-frontend/src/types/dom-to-pdf.d.ts        |    18 +
 superset-websocket/package-lock.json               |    28 +-
 superset-websocket/package.json                    |     7 +-
 superset/charts/data/api.py                        |    21 +-
 superset/common/query_object.py                    |     2 +-
 superset/config.py                                 |     1 +
 superset/db_engine_specs/README.md                 |    19 +
 superset/db_engine_specs/databend.py               |    10 +
 superset/migrations/shared/constraints.py          |    16 +
 superset/migrations/shared/native_filters.py       |    16 +
 superset/security/manager.py                       |    27 +-
 superset/translations/uk/LC_MESSAGES/messages.json |  6419 ++++++++++
 superset/translations/uk/LC_MESSAGES/messages.po   | 12177 +++++++++++++++++++
 tests/integration_tests/charts/data/api_tests.py   |    53 +-
 .../security/guest_token_security_tests.py         |    15 +
 tests/integration_tests/security_tests.py          |     2 +
 tests/unit_tests/forms_tests.py                    |    16 +
 tests/unit_tests/scripts/docker_build_push_test.py |    16 +
 .../unit_tests/scripts/tag_latest_release_test.py  |    16 +
 tests/unit_tests/security/manager_test.py          |    76 +
 tests/unit_tests/tags/__init__.py                  |    16 +
 tests/unit_tests/tags/commands/create_test.py      |    16 +
 tests/unit_tests/tags/commands/update_test.py      |    16 +
 tests/unit_tests/tasks/test_async_queries.py       |    16 +
 78 files changed, 21170 insertions(+), 973 deletions(-)
 copy .github/workflows/{license-check.yml => generate-FOSSA-report.yml} (88%)
 rename .github/workflows/{superset-docs.yml => superset-docs-deploy.yml} (78%)
 create mode 100644 .github/workflows/superset-docs-verify.yml
 create mode 100644 superset/translations/uk/LC_MESSAGES/messages.json
 create mode 100644 superset/translations/uk/LC_MESSAGES/messages.po

Reply via email to