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/react-router-dom-6.3.0
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 779c8fa633 chore(deps): bump react-router-dom in /superset-frontend
add f9d28a1072 chore: add eslint custom plugin to prevent translation
variables (#19828)
add 795da71751 chore(deps): bump react-syntax-highlighter in
/superset-frontend (#19864)
add 9a82baca11 chore(deps): bump react-router-dom 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 (779c8fa633)
\
N -- N -- N
refs/heads/dependabot/npm_and_yarn/superset-frontend/react-router-dom-6.3.0
(9a82baca11)
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/.eslintrc.js | 10 +-
superset-frontend/jest.config.js | 2 +-
superset-frontend/package-lock.json | 167 +++++++--------------
superset-frontend/package.json | 1 +
.../src/SqlLab/utils/newQueryTabName.ts | 2 +-
.../src/views/CRUD/annotation/AnnotationList.tsx | 3 +-
.../tools/eslint-plugin-translation-vars/index.js | 56 +++++++
.../no-template-vars.test.js | 68 +++++++++
.../eslint-plugin-translation-vars/package.json | 20 +++
9 files changed, 214 insertions(+), 115 deletions(-)
create mode 100644
superset-frontend/tools/eslint-plugin-translation-vars/index.js
create mode 100644
superset-frontend/tools/eslint-plugin-translation-vars/no-template-vars.test.js
create mode 100644
superset-frontend/tools/eslint-plugin-translation-vars/package.json