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

rusackas pushed a change to branch fix/i18n-missing-translations
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 4765a69b90b fix(i18n): use relative import for t() in Alert component
 discard a95510a1909 fix(i18n): wrap untranslated frontend strings with t() 
function
     add b9ab03994ad chore(deps-dev): bump jsdom from 27.4.0 to 28.0.0 in 
/superset-frontend (#37688)
     add f4708a56484 fix(db): prevent long database error messages from 
overflowing UI (#37709)
     add 3521f191b24 chore(deps): bump webpack from 5.96.1 to 5.105.0 in 
/superset-frontend/cypress-base (#37775)
     add 2bda1df8734 fix(i18n): wrap untranslated frontend strings with t() 
function
     add 96d51ca6bbf fix(i18n): use relative import for t() in Alert component
     add d08bb38041d feat(i18n): add custom lint rule for untranslated strings

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   (4765a69b90b)
            \
             N -- N -- N   refs/heads/fix/i18n-missing-translations 
(d08bb38041d)

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:
 superset-frontend/cypress-base/package-lock.json   | 764 ++++++++++-----------
 superset-frontend/package-lock.json                | 167 +++--
 superset-frontend/package.json                     |   2 +-
 superset-frontend/scripts/check-custom-rules.js    | 241 ++++++-
 .../src/SqlLab/components/TablePreview/index.tsx   |   6 +-
 .../ErrorMessage/OAuth2RedirectMessage.tsx         |  13 +-
 .../src/components/MessageToasts/Toast.tsx         |  18 +-
 .../components/MessageToasts/ToastPresenter.tsx    |  59 +-
 .../FilterBar/FilterBarSettings/index.tsx          |   4 +-
 .../FiltersConfigModal/DraggableFilter.tsx         |   3 +-
 .../FiltersConfigModal/FilterTitleContainer.tsx    |   2 +-
 .../AnnotationLayerControl/AnnotationLayer.tsx     |   2 +-
 .../controls/CollectionControl/index.tsx           |   2 +-
 .../controls/VizTypeControl/FastVizSwitcher.tsx    |   3 +-
 .../ZoomConfigControl/ZoomConfigControl.tsx        |   2 +-
 .../databases/UploadDataModel/ColumnsPreview.tsx   |   2 +-
 16 files changed, 818 insertions(+), 472 deletions(-)

Reply via email to