This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from f01493277f docs(docker-compose): remove extra backticks (#32206)
add 8d1fb9c82d fix: false negative on critical security related to
eslint-plugin-translation-vars (#32018)
No new revisions were added by this update.
Summary of changes:
superset-frontend/.eslintrc.js | 6 +-
.../eslint-plugin-i18n-strings}/index.js | 0
.../no-template-vars.test.js | 0
.../eslint-plugin-i18n-strings}/package.json | 2 +-
.../eslint-plugin-theme-colors/colors.js | 0
.../eslint-plugin-theme-colors/index.js | 0
.../eslint-plugin-theme-colors/package.json | 0
superset-frontend/package-lock.json | 99 ++++++++--------------
superset-frontend/package.json | 4 +-
9 files changed, 40 insertions(+), 71 deletions(-)
rename superset-frontend/{tools/eslint-plugin-translation-vars =>
eslint-rules/eslint-plugin-i18n-strings}/index.js (100%)
rename superset-frontend/{tools/eslint-plugin-translation-vars =>
eslint-rules/eslint-plugin-i18n-strings}/no-template-vars.test.js (100%)
rename superset-frontend/{tools/eslint-plugin-translation-vars =>
eslint-rules/eslint-plugin-i18n-strings}/package.json (87%)
rename superset-frontend/{tools =>
eslint-rules}/eslint-plugin-theme-colors/colors.js (100%)
rename superset-frontend/{tools =>
eslint-rules}/eslint-plugin-theme-colors/index.js (100%)
rename superset-frontend/{tools =>
eslint-rules}/eslint-plugin-theme-colors/package.json (100%)