-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Update @rspack/core dependency to version 1.6.0 #11529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Hi @Pijukatel! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
✅ [V2]Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
can you explain the incompatibility problem? |
|
Hello, I wasn't really sure if it was only our project that experienced it or if it was a problem in general. I tried opening PR here in hopes that it would fail in your CI, but all was green, so probably an issue in our project. Example error when we tried building our dos with with @rspack/core ==1.6.0 . (Using @rspack/core == 1.5.8 was without problem) |
|
hmmm, hard to be sure what is going on here, we'd need a minimal repro to investigate |
The rspack version was pinned to <1.6.0 due to upstream Docusaurus compatibility issues. Those issues are now resolved. ## Changes - Removed `"@rspack/core": "<1.6.0"` override from `website/package.json` - Regenerated `package-lock.json` rspack version now controlled by Docusaurus dependencies (currently 1.5.8), enabling automatic updates when Docusaurus adopts newer versions. <!-- START COPILOT ORIGINAL PROMPT --> <details> <summary>Original prompt</summary> > > ---- > > *This section details on the original issue you should resolve* > > <issue_title>Remove rspack.core <1.6.0 constraint</issue_title> > <issue_description>Currently updating rspack to the newly released version 1.6.0 breaks the docs build and so the version has been pinned to <1.6.0. > > Delete this constraint once the upstream repos are compatible with rspack 1.6.0</issue_description> > > <agent_instructions>remove the rspack override in the `website` folder and regenerate lockfile</agent_instructions> > > ## Comments on the Issue (you are @copilot in this section) > > <comments> > <comment_new><author>@vdusek</author><body> > once the upstream issues are resolved, remove this constraint in client and crawlee as well</body></comment_new> > <comment_new><author>@janbuchar</author><body> > @Pijukatel @vdusek is there an upstream issue that you could link here so that we can easily check if the problem still exists?</body></comment_new> > <comment_new><author>@Pijukatel</author><body> > I failed to identify where the problem is. I guessed that it was facebook/docusaurus#11529, but their CI passed with such a bump, so it was probably something else. > > I am planning just to watch the bumps and relax the constraint once some new passes. Recent one failed for example: > https://github.com/apify/apify-sdk-python/pull/722</body></comment_new> > <comment_new><author>@B4nan</author><body> > the issue is fixed now, we just need to remove the constraint</body></comment_new> > </comments> > </details> <!-- START COPILOT CODING AGENT SUFFIX --> - Fixes #659 <!-- START COPILOT CODING AGENT TIPS --> --- 💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more [Copilot coding agent tips](https://gh.io/copilot-coding-agent-tips) in the docs. --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: B4nan <615580+B4nan@users.noreply.github.com>
Motivation
Bump @rspack/core to version 1.6.0 to expose incompatibility with the latest version of the package.