This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/yaml-2.8.1 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
discard f7683b114 chore(deps-dev): bump yaml from 2.7.1 to 2.8.1 add fd6a06929 feat(i18n): fallback to en when i18n is incomplete (#3165) add 3d93a9950 chore(deps): bump actions/checkout from 4 to 5 (#3168) add 2b3922694 feat(i18n): add support for german (#3177) add f5793d230 fix(FormItem): Labels (#3174) add fd7dc1e27 feat(LanguageMenu): selected item style (#3179) add cf9444e18 feat(i18n): add Spanish (es) translations for common.json (#3182) add 1bdbfa668 feat: generate gzip assets during build (#3178) add 07d130ac2 chore(deps-dev): bump yaml from 2.7.1 to 2.8.1 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 (f7683b114) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/yaml-2.8.1 (07d130ac2) 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/workflows/codeql-analysis.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/gitleaks.yml | 2 +- .github/workflows/license-checker.yml | 2 +- e2e/pom/{routes.ts => ssls.ts} | 24 +- e2e/server/nginx.conf | 6 +- e2e/tests/ssls.check-labels.spec.ts | 88 ++ e2e/utils/ui/labels.ts | 63 + e2e/utils/ui/ssls.ts | 88 ++ package.json | 1 + pnpm-lock.yaml | 1449 ++++++++++++----------- src/apis/ssls.ts | 19 + src/components/Header/LanguageMenu.tsx | 9 + src/components/form-slice/FormSection/index.tsx | 2 +- src/components/form/Editor.tsx | 2 +- src/components/form/Labels.tsx | 17 +- src/config/i18n.ts | 9 + src/locales/de/common.json | 368 ++++++ src/locales/es/common.json | 368 ++++++ vite.config.ts | 7 +- 20 files changed, 1794 insertions(+), 734 deletions(-) copy e2e/pom/{routes.ts => ssls.ts} (71%) create mode 100644 e2e/tests/ssls.check-labels.spec.ts create mode 100644 e2e/utils/ui/labels.ts create mode 100644 e2e/utils/ui/ssls.ts create mode 100644 src/locales/de/common.json create mode 100644 src/locales/es/common.json