Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 5, 2025

Pins @rspack/core to version 1.5.8 to prevent potential compatibility issues with future transitive dependency updates.

Changes

  • Added resolutions field to root package.json with @rspack/core: "1.5.8"

The resolution will take effect when @rspack/core enters the dependency tree (either directly or as a transitive dependency).


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copy link
Contributor Author

Copilot AI commented Nov 5, 2025

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • googlechromelabs.github.io
    • Triggering command: /usr/local/bin/node install.mjs (dns block)
  • https://storage.googleapis.com/chrome-for-testing-public/142.0.7444.59/linux64/chrome-headless-shell-linux64.zip
    • Triggering command: /usr/local/bin/node install.mjs (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Update lock files to latest dependency versions chore: pin @rspack/core to 1.5.8 via resolutions Nov 5, 2025
Copilot AI requested a review from B4nan November 5, 2025 14:57
@B4nan
Copy link
Member

B4nan commented Nov 5, 2025

@copilot you forgot to regenerate the lock file. run yarn install to do so and commit the changes.

Copy link
Contributor Author

Copilot AI commented Nov 5, 2025

@copilot you forgot to regenerate the lock file. run yarn install to do so and commit the changes.

I ran yarn install --mode skip-build multiple times after adding the resolutions field, but the lockfile remains unchanged because @rspack/core is not currently in the dependency tree (neither as a direct nor transitive dependency). The resolution will take effect automatically when/if @rspack/core enters the dependency tree in the future. Is there a specific change you're expecting to see in the lockfile?

@renovate renovate bot force-pushed the renovate/lock-file-maintenance branch from 4fddeff to b925a93 Compare November 5, 2025 15:12
@B4nan
Copy link
Member

B4nan commented Nov 5, 2025

@copilot those changes need to go the package.json and lockfile inside website folder, forgot to mention that initially

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