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

github-bot pushed a change to branch 
dependabot/npm_and_yarn/unplugin-icons-23.0.1
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


 discard 4f7ee47e7 chore(deps-dev): bump unplugin-icons from 22.5.0 to 23.0.1
     add c88b61020 fix: a.trim is not a function (#3286)
     add 9b0fd13d5 fix(route): allow empty optional vars editor (#3362) (#3363)
     add 3a79f6a42 fix: resolve Dependabot security alerts for transitive 
dependencies (#3364)
     add 9177cb09e chore(deps-dev): bump unplugin-icons from 22.5.0 to 23.0.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   (4f7ee47e7)
            \
             N -- N -- N   
refs/heads/dependabot/npm_and_yarn/unplugin-icons-23.0.1 (9177cb09e)

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:
 e2e/tests/protos.crud-all-fields.spec.ts      |   7 +-
 e2e/tests/protos.crud-required-fields.spec.ts |   6 +-
 e2e/tests/routes.crud-required-fields.spec.ts |  14 +-
 e2e/tests/routes.vars-admin-api.spec.ts       |  72 +++
 package.json                                  |   7 +-
 pnpm-lock.yaml                                | 634 +++++++++++++-------------
 src/components/form/Editor.tsx                |   9 +-
 src/components/form/Labels.tsx                |   3 +-
 src/components/form/TagInput.tsx              |  24 +-
 src/components/form/TextArray.tsx             |   7 +-
 10 files changed, 450 insertions(+), 333 deletions(-)
 create mode 100644 e2e/tests/routes.vars-admin-api.spec.ts

Reply via email to