Uh oh!
There was an error while loading. Please reload this page.
chore(deps): normalize locked npm registry sources - #3381
Merged
Conversation
Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex
M4n5ter
marked this pull request as ready for review
August 21, 2026 07:09
Uh oh!
There was an error while loading. Please reload this page.
sosyz pushed a commit
to sosyz/maka
that referenced
this pull request
Aug 27, 2026
Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex
sosyz pushed a commit
to sosyz/maka
that referenced
this pull request
Aug 30, 2026
Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex
sosyz pushed a commit
to sosyz/maka
that referenced
this pull request
Aug 30, 2026
Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex
sosyz pushed a commit
to sosyz/maka
that referenced
this pull request
Aug 30, 2026
Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex
6 tasks
YayoiNanoka pushed a commit
that referenced
this pull request
Aug 30, 2026
… re-login (#3358) * fix(desktop): show the Codex device sign-in code on connection-detail re-login The connection detail sheet's re-login notice drives the same browser-assisted OAuth flow as the provider catalog panel, but never rendered the flow's stateHint. For Codex that hint is the 9-digit device user code the authorization page requires — the verification URL does not embed it — so a re-login started from the notice could never be completed. - OAuthLoginService gains showsDeviceCode: true for Codex, false for xAI, whose page needs no manual code (mirrors the catalog panel's !isXai guard). The mapping stays in use-connection-detail so the legacy AppShell closure gains no file and no dependency. - OAuthReloginNotice appends the sign-in code to the banner description while authorization is pending, reusing the catalog's deviceCode copy. Fixes#3357 Generated-by: Claude Code (Fable 5) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore(deps): normalize locked npm registry sources (#3381) Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Wang <m4n5terrr@gmail.com>
saltand pushed a commit
to saltand/maka-agent
that referenced
this pull request
Aug 31, 2026
… re-login (apache#3358) * fix(desktop): show the Codex device sign-in code on connection-detail re-login The connection detail sheet's re-login notice drives the same browser-assisted OAuth flow as the provider catalog panel, but never rendered the flow's stateHint. For Codex that hint is the 9-digit device user code the authorization page requires — the verification URL does not embed it — so a re-login started from the notice could never be completed. - OAuthLoginService gains showsDeviceCode: true for Codex, false for xAI, whose page needs no manual code (mirrors the catalog panel's !isXai guard). The mapping stays in use-connection-detail so the legacy AppShell closure gains no file and no dependency. - OAuthReloginNotice appends the sign-in code to the banner description while authorization is pending, reusing the catalog's deviceCode copy. Fixesapache#3357 Generated-by: Claude Code (Fable 5) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * chore(deps): normalize locked npm registry sources (apache#3381) Replace stale Microsoft 1ES proxy resolutions with the canonical npm registry tarballs while preserving the exact package versions. Refresh their integrity metadata to npm-published SHA-512 digests so clean installs no longer depend on an unrelated proxy. Generated-by: Codex --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com> Co-authored-by: Wang <m4n5terrr@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replace six stale Microsoft 1ES proxy resolutions with their canonical npm registry tarballs. Package names and versions remain unchanged; integrity metadata is refreshed to npm-published SHA-512 digests.
Fixes#3356
Verification
npx --yes npm@11.19.0 ci --ignore-scriptsnpm query ':type(remote)' --jsonpackage-lock.jsonusesregistry.npmjs.orggit diff --checkAI use
Select exactly one:
Tool(s) and scope: OpenAI Codex assisted the dependency-source analysis and prepared the mechanical lockfile update. The human contributor will review the change and remains responsible for it.
Checklist
Does this PR entail a change in behavior?