forked from shentao/vue-multiselect
-
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
chore(deps): update dependency css-loader to v2 #45
Open
mend-for-github-com
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/css-loader-2.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
Mar 31, 2023
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: package-lock.json
|
mend-for-github-com
bot
changed the title
chore(deps): update dependency css-loader to v2
chore(deps): update dependency css-loader to v2 - autoclosed
Jun 16, 2023
mend-for-github-com
bot
changed the title
chore(deps): update dependency css-loader to v2 - autoclosed
chore(deps): update dependency css-loader to v2
Jun 19, 2023
mend-for-github-com
bot
restored the
whitesource-remediate/css-loader-2.x
branch
June 19, 2023 17:49
mend-for-github-com
bot
force-pushed
the
whitesource-remediate/css-loader-2.x
branch
from
June 19, 2023 17:53
351deaa
to
d7bde65
Compare
mend-for-github-com
bot
changed the title
chore(deps): update dependency css-loader to v2
chore(deps): update dependency css-loader to v2 - autoclosed
Apr 3, 2024
mend-for-github-com
bot
changed the title
chore(deps): update dependency css-loader to v2 - autoclosed
chore(deps): update dependency css-loader to v2
Apr 4, 2024
mend-for-github-com
bot
restored the
whitesource-remediate/css-loader-2.x
branch
April 4, 2024 08:07
mend-for-github-com
bot
force-pushed
the
whitesource-remediate/css-loader-2.x
branch
from
April 4, 2024 08:10
d7bde65
to
1ca6442
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:
^0.28.11
->^2.0.0
By merging this PR, the below vulnerabilities will be automatically resolved:
Release Notes
webpack-contrib/css-loader (css-loader)
v2.0.0
Compare Source
Bug Fixes
urls()
with?#hash
(#803) (417d105)import
at-rules (#806) (4bdf08b)URL
inimport
at-rules (#818) (3ebdcd5)require
forurls()
(#854) (3338656)composes
(#845) (453248f)urls()
resolving logic formodules
(local
andglobal
) and without modules (#843) (fdcf687)Features
import
option doesn't affect oncomposes
(#822) (f9aa73c)urls
(#856) (5e702e7)import
at-rules (#857) (5e6034c)urls()
(#832) (da95db8)exportOnlyLocals
option (#824) (e9327c0)postcss
ast from other loaders (i.epostcss-loader
) (#840) (1dad1fb)BREAKING CHANGES
url()
andimport
at-rules works the same everywhere, it does not matter whether css modules are enabled (withglobal
andlocal
module) or not. Examples -url('image.png')
asrequire('./image.png')
,url('./image.png')
asrequire('./image.png')
,url('~module/image.png')
asrequire('module/image.png')
.modules: false
disable all css modules features), you can return old behaviour change this onmodules: 'global'
css-loader/locals
was dropped in favorexportOnlyLocals
optionimport
option only affect onimport
at-rules and doesn't affect oncomposes
declarations@import
at rules now emit warningspostcss@7
1.0.1 (2018-10-29)
Bug Fixes
v1.0.1
Compare Source
Bug Fixes
v1.0.0
Compare Source
BREAKING CHANGES
minimize
option, usepostcss-loader
withcssnano
or useoptimize-cssnano-plugin
pluginmodule
option, usemodules
option insteadcamelcase
option, usecamelCase
option insteadroot
option, usepostcss-loader
withpostcss-url
pluginalias
option, useresolve.alias
feature or usepostcss-loader
withpostcss-url
pluginpostcss
to6
versionnodejs
version is6.9
webpack
version is4
0.28.11 (2018-03-16)
Bug Fixes
mode
forurl
handling (options.modules
) (#698) (c788450)0.28.10 (2018-02-22)
Bug Fixes
rootContext
support (webpack >= v4.0.0
) (#681) (9f876d2)0.28.9 (2018-01-17)
Bug Fixes
url()
) (#663) (d1d8221)0.28.8 (2018-01-05)
Bug Fixes
undefined
(#641) (0dccfa9)url()
) (#627) (8897d44)0.28.7 (2017-08-30)
Bug Fixes
localsLoader
(options.alias
) (#601) (8f1b57c)0.28.6 (2017-08-30)
Bug Fixes
/
(options.alias
) (#597) (63567f2)0.28.5 (2017-08-17)
Bug Fixes
options.camelCase
) (#556) (1fee601)[@import](https://togithub.com/import)
tolerance (#593) (2e4ec09)0.28.4 (2017-05-30)
Bug Fixes
0.28.3 (2017-05-25)
Bug Fixes
0.28.2 (2017-05-22)
Bug Fixes
windows
(#532) (c3d0d91)0.28.1 (2017-05-02)
Bug Fixes
url
with space(s) (#495) (534ea55)btoa
insteadBuffer
(#501) (fbb0714)Performance Improvements