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/immer-10.0.3
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 9018f48549 build(deps): bump immer from 9.0.19 to 10.0.3 in
/superset-frontend
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 cf66436489 build(deps): bump immer from 9.0.19 to 10.0.3 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 (9018f48549)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/immer-10.0.3 (cf66436489)
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:
...license-check.yml => generate-FOSSA-report.yml} | 10 +-
.github/workflows/license-check.yml | 47 +-
.github/workflows/superset-docs-deploy.yml | 6 +-
.github/workflows/superset-docs-verify.yml | 4 +
.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/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/package-lock.json | 1985 +--
superset-frontend/package.json | 14 +-
.../packages/superset-ui-core/package.json | 2 +-
.../packages/superset-ui-core/src/utils/html.tsx | 18 +
.../src/validator/validateMaxValue.ts | 18 +
.../legacy-preset-chart-deckgl/package.json | 2 +-
.../scripts/eslint-metrics-uploader.js | 18 +
.../src/components/AuditInfo/ModifiedInfo.test.tsx | 18 +
.../src/components/AuditInfo/index.tsx | 18 +
.../src/components/Tags/utils.test.tsx | 18 +
.../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 | 14 +-
superset-websocket/package.json | 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/translations/uk/LC_MESSAGES/messages.json | 6419 ++++++++++
superset/translations/uk/LC_MESSAGES/messages.po | 12162 +++++++++++++++++++
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/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 +
49 files changed, 20487 insertions(+), 788 deletions(-)
copy .github/workflows/{license-check.yml => generate-FOSSA-report.yml} (88%)
create mode 100644 superset/translations/uk/LC_MESSAGES/messages.json
create mode 100644 superset/translations/uk/LC_MESSAGES/messages.po