forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency sass-loader to v9 #7
Open
mend-for-github-com
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/sass-loader-9.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
mend-for-github-com
bot
added
the
security fix
Security fix generated by WhiteSource
label
Oct 14, 2022
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9
Update dependency sass-loader to v9 - autoclosed
Mar 26, 2023
mend-for-github-com
bot
deleted the
whitesource-remediate/sass-loader-9.x
branch
March 26, 2023 15:46
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9 - autoclosed
Update dependency sass-loader to v9
Mar 31, 2023
mend-for-github-com
bot
restored the
whitesource-remediate/sass-loader-9.x
branch
March 31, 2023 03:30
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9
Update dependency sass-loader to v9 - autoclosed
Apr 12, 2023
mend-for-github-com
bot
deleted the
whitesource-remediate/sass-loader-9.x
branch
April 12, 2023 08:12
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9 - autoclosed
Update dependency sass-loader to v9
Apr 13, 2023
mend-for-github-com
bot
restored the
whitesource-remediate/sass-loader-9.x
branch
April 13, 2023 11:54
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9
Update dependency sass-loader to v9 - autoclosed
Jun 16, 2023
mend-for-github-com
bot
deleted the
whitesource-remediate/sass-loader-9.x
branch
June 16, 2023 14:27
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9 - autoclosed
Update dependency sass-loader to v9
Jun 18, 2023
mend-for-github-com
bot
restored the
whitesource-remediate/sass-loader-9.x
branch
June 18, 2023 23:50
mend-for-github-com
bot
force-pushed
the
whitesource-remediate/sass-loader-9.x
branch
from
June 18, 2023 23:50
9cbf037
to
3fad262
Compare
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9
Update dependency sass-loader to v9 - autoclosed
Apr 3, 2024
mend-for-github-com
bot
deleted the
whitesource-remediate/sass-loader-9.x
branch
April 3, 2024 06:34
mend-for-github-com
bot
restored the
whitesource-remediate/sass-loader-9.x
branch
April 4, 2024 07:39
mend-for-github-com
bot
changed the title
Update dependency sass-loader to v9 - autoclosed
Update dependency sass-loader to v9
Apr 4, 2024
mend-for-github-com
bot
force-pushed
the
whitesource-remediate/sass-loader-9.x
branch
2 times, most recently
from
April 4, 2024 07:39
3fad262
to
6adeb34
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^8.0.2
->^9.0.0
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
webpack-contrib/sass-loader (sass-loader)
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