This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/npm_and_yarn/tanstack/react-query-5.83.0 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
discard 1261db2a3 chore(deps): bump @tanstack/react-query from 5.74.4 to 5.83.0 add fde2c5f04 fix(consumers): username supports hyphen (#3150) add 127391c9e fix(routes, stream_routes): clear upstream when has upstream_id (#3151) add f8e2ffa64 feat(stores/global): use jotai (#3134) add 6f01f7f2a refactor(consumers): use Outlet to render child routes (#3133) add 3487911cd fix(credentials/detail): delete btn style (#3132) add d1f63e560 fix: support edit and show vars (#3152) add c64c54666 chore: upgrade deps to solve vulnerability alerts (#3154) add e031f6b5d chore(deps): bump @tanstack/react-query from 5.74.4 to 5.83.0 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 (1261db2a3) \ N -- N -- N refs/heads/dependabot/npm_and_yarn/tanstack/react-query-5.83.0 (e031f6b5d) 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/hot-path.upstream-service-route.spec.ts | 37 +- e2e/tests/routes.clear-upstream-field.spec.ts | 258 +++ e2e/tests/routes.crud-all-fields.spec.ts | 48 +- e2e/utils/ui/index.ts | 41 +- e2e/{pom/stream_routes.ts => utils/ui/routes.ts} | 21 +- package.json | 21 +- pnpm-lock.yaml | 2358 ++++++++++---------- src/components/Header/SettingModalBtn.tsx | 7 +- .../FormItemPlugins/PluginEditorDrawer.tsx | 6 +- .../form-slice/FormItemPlugins/index.tsx | 2 +- src/components/form-slice/FormPartRoute/index.tsx | 3 +- src/components/form-slice/FormPartRoute/schema.ts | 13 +- .../schema.ts => FormPartRoute/util.ts} | 37 +- src/components/form/Editor.tsx | 119 +- .../page-slice/consumers/DetailCredentialsTabs.tsx | 4 +- .../page-slice/plugin_metadata/PluginMetadata.tsx | 2 +- src/components/page/SettingsModal.tsx | 14 +- src/config/req.ts | 8 +- src/routeTree.gen.ts | 128 +- .../consumers/detail.$username.tsx} | 22 +- .../consumers/detail.$username/credentials/add.tsx | 3 +- .../detail.$username/credentials/detail.$id.tsx | 3 +- .../detail.$username/credentials/index.tsx | 2 - src/routes/consumers/detail.$username/index.tsx | 15 +- src/routes/routes/add.tsx | 6 +- src/routes/routes/detail.$id.tsx | 26 +- src/routes/stream_routes/add.tsx | 8 +- src/routes/stream_routes/detail.$id.tsx | 8 +- src/stores/global.ts | 38 +- src/styles/global.css | 38 + src/types/schema/apisix/consumers.ts | 3 +- src/utils/form-producer.ts | 8 +- 32 files changed, 1853 insertions(+), 1454 deletions(-) create mode 100644 e2e/tests/routes.clear-upstream-field.spec.ts copy e2e/{pom/stream_routes.ts => utils/ui/routes.ts} (64%) copy src/components/form-slice/{FormPartSSL/schema.ts => FormPartRoute/util.ts} (55%) copy src/{components/form-slice/FormPartPluginConfig.tsx => routes/consumers/detail.$username.tsx} (70%)