Skip to content

js/retest: rebuild dist with follow-redirects 1.16.0#4016

Closed
Copilot wants to merge 3 commits intodependabot/npm_and_yarn/js/retest/follow-redirects-1.16.0from
copilot/dependabotnpm-and-yarnjsretestfollow-redirects-116
Closed

js/retest: rebuild dist with follow-redirects 1.16.0#4016
Copilot wants to merge 3 commits intodependabot/npm_and_yarn/js/retest/follow-redirects-1.16.0from
copilot/dependabotnpm-and-yarnjsretestfollow-redirects-116

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 20, 2026

The dist/index.js bundle in js/retest was stale after the dependabot bump of follow-redirects from 1.15.11 → 1.16.0, causing CI to fail on the diff check.

Changes

  • js/retest/dist/index.js — regenerated via npm ci && npm run build against the updated package-lock.json (follow-redirects 1.16.0 now bundled)
Original prompt

PR #4011 (#4011) bumps follow-redirects from 1.15.11 to 1.16.0 in js/retest. The PR's CI is failing because the bundled/compiled dist files in js/retest were not regenerated to match the updated dependency.

Task

Check out the branch dependabot/npm_and_yarn/js/retest/follow-redirects-1.16.0 and rebuild the dist output for the js/retest package so that the committed dist files match the new follow-redirects 1.16.0 dependency. Commit the resulting dist changes to the same branch so that PR #4011 passes CI.

Steps

  1. Navigate to the js/retest directory.
  2. Inspect package.json (and package-lock.json) to confirm the follow-redirects bump is present.
  3. Install dependencies (npm ci or npm install as appropriate — prefer npm ci with the updated lockfile).
  4. Run the build script defined in js/retest/package.json (e.g. npm run build) to regenerate the dist files (typically under js/retest/dist/).
  5. Verify the dist output reflects the new version of follow-redirects.
  6. Run any tests/lint in js/retest to confirm nothing else is broken.
  7. Commit the regenerated dist files (and any updated lockfile changes, if needed) to the PR branch.

Validation

The following is the prior conversation context from the user's chat exploration (may be truncated):

User: this fails because the js dist files need to be rebuilt - please pr to resolve

Assistant: Waiting for your response to the confirmation dialog before proceeding with creating the PR to rebuild the js/retest dist files.

This pull request was created from Copilot chat.

dependabot Bot and others added 2 commits April 15, 2026 19:05
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.11 to 1.16.0.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot AI changed the title [WIP] Update dist files for follow-redirects 1.16.0 js/retest: rebuild dist with follow-redirects 1.16.0 Apr 20, 2026
Copilot AI requested a review from phlax April 20, 2026 14:53
@phlax phlax force-pushed the dependabot/npm_and_yarn/js/retest/follow-redirects-1.16.0 branch from 1ccbb2a to bc097ee Compare April 20, 2026 14:56
@phlax phlax closed this Apr 20, 2026
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.

2 participants