Skip to content

Replace deprecated dart-sass with sass#3065

Draft
Copilot wants to merge 2 commits intotrunkfrom
copilot/replace-deprecated-dart-sass
Draft

Replace deprecated dart-sass with sass#3065
Copilot wants to merge 2 commits intotrunkfrom
copilot/replace-deprecated-dart-sass

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Nov 16, 2025

The dart-sass package was deprecated and renamed to sass. Updated webpack configuration and dependencies to use the replacement package.

Changes

  • modules/gob-web/package.json: Updated dependency from dart-sass@1.25.0 to sass@1.94.0
  • modules/gob-web/webpack.config.js: Changed require("dart-sass") to require("sass") in sass-loader configuration
  • flow-typed/npm/: Renamed Flow type definition from dart-sass_vx.x.x.js to sass_vx.x.x.js

The API is identical between packages; only the package name changed.

Original prompt

This section details on the original issue you should resolve

<issue_title>Replace deprecated dependency "dart-sass"</issue_title>
<issue_description>TODO: what is the recommended replacement? Research and find out. Look at the deprecation warning; it may recommend an upgrade path.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Nov 16, 2025
Co-authored-by: hawkrives <464441+hawkrives@users.noreply.github.com>
Copilot AI changed the title [WIP] Replace deprecated dependency 'dart-sass' with recommended alternative Replace deprecated dart-sass with sass Nov 16, 2025
Copilot AI requested a review from hawkrives November 16, 2025 05:06
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.

Replace deprecated dependency "dart-sass"

2 participants