Skip to content

chore: promote dev to master (3.3.3 — drive decline reporting) - #412

Merged
BSalaeddin merged 8 commits into
masterfrom
dev
Sep 11, 2026
Merged

BSalaeddin merged 8 commits into
masterfrom
dev

Conversation

@BSalaeddin

Copy link
Copy Markdown
Collaborator

Promotes dev (acbe762a) to master. Included since the last promotion (#409):

  • fix(core,react): report a declined drive consent as a cancellation #394 — a declined OAuth consent is reported as a cancellation, not as a blocked popup. DriveAuthFallback auto-triggers sign-in on mount so the tile click's activation is still live, but the OneDrive, Dropbox and Box uploaders rendered it WITHOUT forwarding error, so its own || error guard could never fire: a decline re-mounted the view with a fresh attemptedRef, retried window.open with no activation left, got null, and the plugin truthfully reported a blocked popup about a user who had blocked nothing. The error is now forwarded from every uploader in all six framework packages, the popup attempt leaves an error behind when it ends without a session, and the decline is localised through the existing catalogue rather than an English literal.
  • test(scripts): hold the drive-sandbox escaper copy to the core implementation #411 — the drive-sandbox seed script's escaper is held to the core implementation by a twin test, so the copy cannot drift from escapeDriveQueryValue.

The changeset declares @useupup/core, @useupup/react, @useupup/vue, @useupup/svelte, @useupup/angular and @useupup/vanilla as patch — every package whose source changed. Merging this cuts 3.3.3.

Note for whoever merges the Version Packages PR: @useupup/server has failed npm OIDC with ENEEDAUTH on both 3.3.1 and 3.3.2 (#406), so expect eight of nine again, and expect the tag/Release step to be skipped with them.

Alaeddin and others added 8 commits September 11, 2026 12:33
…in every framework and forward it from every uploader
…ut a session, so the auth view cannot retry itself in a loop
…eporting

fix(core,react): report a declined drive consent as a cancellation
…per-twin

test(scripts): hold the drive-sandbox escaper copy to the core implementation
@codesandbox

codesandbox Bot commented Sep 11, 2026

Copy link
Copy Markdown

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

@BSalaeddin
BSalaeddin merged commit df27c0f into master Sep 11, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant