-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
BREAKING(gatsby-plugin-sass): sass-loader to v10 & default usage of sass
#27991
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
added
the
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
label
Nov 12, 2020
gatsbot
bot
added
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Nov 12, 2020
This will allow updating to node-sass v5, which currently breaks builds if used: webpack-contrib/sass-loader#899 |
LekoArts
removed
the
status: triage needed
Issue or pull request that need to be triaged and assigned to a reviewer
label
Nov 16, 2020
renovate
bot
force-pushed
the
renovate/major-gatsby-plugin-sass-major
branch
from
November 17, 2020 18:05
4a56616
to
9eb7dc3
Compare
renovate
bot
force-pushed
the
renovate/major-gatsby-plugin-sass-major
branch
from
November 18, 2020 16:12
9eb7dc3
to
68b6be4
Compare
LekoArts
added
the
status: blocked
This issue/PR can't be solved at the moment and shouldn't be closed/merged
label
Nov 30, 2020
LekoArts
removed
the
status: blocked
This issue/PR can't be solved at the moment and shouldn't be closed/merged
label
Dec 9, 2020
LekoArts
added
breaking change
If implemented, this proposed work would break functionality for older versions of Gatsby
topic: sass
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
and removed
topic: automation
Related to Circle CI, Peril, Renovate, scripts/*, Github Workflows, Github Actions, or Slackbot
labels
Dec 9, 2020
LekoArts
changed the title
fix(deps): update dependency sass-loader to v10 for gatsby-plugin-sass
BREAKING(gatsby-plugin-sass): sass-loader to v10 & default usage of Dec 9, 2020
sass
vladar
approved these changes
Dec 16, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks good to me but I didn't test this locally.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking change
If implemented, this proposed work would break functionality for older versions of Gatsby
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #27754
Moves the default sass implementation to the Dart one, so documentation was also updated.
This PR contains the following updates:
^7.3.1
->^10.1.0
Release Notes
webpack-contrib/sass-loader
v10.1.0
Compare Source
Features
additionalData
to be async (#902) (9d925ff)10.0.5 (2020-11-02)
Bug Fixes
10.0.4 (2020-10-22)
Bug Fixes
10.0.3 (2020-10-09)
Chore
schema-utils
10.0.2 (2020-09-03)
Bug Fixes
10.0.1 (2020-08-25)
Chore
v10.0.5
Compare Source
v10.0.4
Compare Source
v10.0.3
Compare Source
v10.0.2
Compare Source
v10.0.1
Compare Source
v10.0.0
Compare Source
Bug Fixes
v9.0.3
Compare Source
v9.0.2
Compare Source
v9.0.1
Compare Source
v9.0.0
Compare Source
⚠ BREAKING CHANGES
10.13
sass
(dart-sass
) by default, it is strongly recommended to migrate onsass
(dart-sass
)prependData
option was removed in favor theadditionalData
option, see docssourceMap
istrue
,sassOptions.sourceMap
,sassOptions.sourceMapContents
,sassOptions.sourceMapEmbed
,sassOptions.sourceMapRoot
andsassOptions.omitSourceMapUrl
will be ignored.Features
this.webpackLoaderContext
property (#853) (d487683)process.cwd()
resolution logic by default (#837) (0c8d3b3)SASS-PATH
env variable resolution logic by default (#836) (8376179)sass
property for theexports
field frompackage.json
(conditional exports, for more information read docs)Bug Fixes
includePaths
option used was improved (#827) (cbe5ad4)file://
scheme was improved (17832fd)8.0.2 (2020-01-13)
Bug Fixes
8.0.1 (2020-01-10)
Bug Fixes
v8.0.2
Compare Source
v8.0.1
Compare Source
v8.0.0
Compare Source
⚠ BREAKING CHANGES
webpack
version is4.36.0
node.js
version is8.9.0
includePaths
,importer
,functions
,outputStyle
) options to thesassOptions
option. Thefunctions
option can't be used asFunction
, you should usesassOption
asFunction
to achieve this.data
option was renamed to theprependData
optionsourceMap
option depends on thedevtool
value (eval
/false
values don't enable source map generation)Features
fibers
package if it is possible (#744) (96184e1)devtool
option (#743) (fcea88e)node-sass
/sass
@import
(including support_index
andindex
files in a directory)Bug Fixes
pnp
7.3.1 (2019-08-20)
Bug Fixes
node
version inpackage.json
(#733) (1175920)