Skip to content

fix(rspack): refresh http import lockfile redirect - #502

Merged
SyMind merged 1 commit into
mainfrom
fix/rspack-http-import-lockfile
Sep 14, 2026
Merged

SyMind merged 1 commit into
mainfrom
fix/rspack-http-import-lockfile

Conversation

@SoonIter

@SoonIter SoonIter commented Sep 14, 2026

Copy link
Copy Markdown
Member

What changed

Refresh the HTTP import lockfile entry for the-answer to record the redirected final URL and current cache metadata.

Why

Rspack 2.2.3 follows the unpkg redirect to https://www.unpkg.com/the-answer@1.0.0/dist/the-answer.js. The previous lockfile recorded the bare URL as the resolved value, so the frozen lockfile check failed in the ecosystem examples build.

Validation

  • pnpm install --filter @rspack-example/http-import... --frozen-lockfile
  • pnpm --filter @rspack-example/http-import build

Related

  • Rspack #15609: enforce HttpUriPlugin lockfile integrity in frozen builds.

Copilot AI lite review requested due to automatic review settings September 14, 2026 05:45
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@SyMind
SyMind merged commit 6e71ae5 into main Sep 14, 2026
1 check passed
@SyMind
SyMind deleted the fix/rspack-http-import-lockfile branch September 14, 2026 06:53
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.

3 participants