temp(versioning): strip URL params from dashboard restore navigation; regen lockfile
DashboardList demo dropdown previously instructed the user to "Reload the page to see the change" after a restore. The URL the user returns to may still carry ``?native_filters_key=…`` / ``permalink_key`` / ``form_data_key`` from a prior session — those point at server-cached snapshots (in ``key_value`` and the filter-state cache) captured before the restore. On rehydration the cached state is merged on top of the restored ``json_metadata``, masking the rollback (e.g. dashboard-level colour-scheme restore appears not to take effect). Replaces the alert + manual reload with a direct ``window.location.href`` navigation to ``/superset/dashboard/<uuid>/`` — drops all URL params, forcing hydration from the freshly restored DB state. Also regenerates ``package-lock.json`` to pick up the ``zod 4.4.1 → 4.4.3`` bump that master's ``package.json`` already reflects. (``temp(versioning)`` prefix per the demo dropdown's status — this file is not part of V1 scope per ADR-005; the V2 UI SIP owns the actual restore UI surface.)
M
Mike Bridge committed
76bbb18fdbc640032fdf3b7409634cdb42dec096
Parent: f4a18cf