Open greenkeeper[bot] opened 5 years ago
devDependency
css-loader was updated from 2.1.1
to 3.1.0
.Update to this version instead π
-
(it was regression in 3.0.0
version) (#972) (f51859b)The new version differs by 6 commits.
926ebbd
chore(release): 3.1.0
5d2c52e
test: escaped in selectors (#973)
f51859b
fix: converting reserved and control filesystem characters to -
(#972)
65e4fc0
feat: improved validation error messages
9c32885
fix: default context should be undefined instead of null (#965)
9c3571c
feat: allow modules.getLocalIdent
to return a falsy value (#963)
See the full diff
devDependency
css-loader was updated from 2.1.1
to 3.2.0
.devDependency
css-loader was updated from 2.1.1
to 3.2.1
.devDependency
css-loader was updated from 2.1.1
to 3.3.0
.devDependency
css-loader was updated from 2.1.1
to 3.3.1
.devDependency
css-loader was updated from 2.1.1
to 3.3.2
.devDependency
css-loader was updated from 2.1.1
to 3.4.0
.devDependency
css-loader was updated from 2.1.1
to 3.5.0
.devDependency
css-loader was updated from 2.1.1
to 3.5.1
.devDependency
css-loader was updated from 2.1.1
to 3.5.2
.devDependency
css-loader was updated from 2.1.1
to 3.5.3
.
The devDependency css-loader was updated from
2.1.1
to3.0.0
.This version is not covered by your current version range.
If you donβt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v3.0.0
3.0.0 (2019-06-11)
Bug Fixes
Function
behavior forurl
andimport
options (#939) (e9eb5ad)Features
@value
at-rule in selectors (#941) (05a42e2)BREAKING CHANGES
@value
at rules now support inselector
, recommends checking all@values
at-rule usage (hint: you can add prefix to all@value
at-rules, for example@value v-foo: black;
or@value m-foo: screen and (max-width: 12450px)
, and then do upgrade){Function}
behavior forurl
andimport
options (need returntrue
when you want handleurl
/@import
and returnfalse
if not)exportLocalsStyle
option was remove in favorlocalsConvention
option, also it is accept only{String}
value (usecamelCase
value if you previously value wastrue
andasIs
if you previously value wasfalse
)exportOnlyLocals
option was remove in favoronlyLocals
optionmodules
option now can be{Object}
and allow to setupCSS Modules
options:localIdentName
option was removed in favormodules.localIdentName
optioncontext
option was remove in favormodules.context
optionhashPrefix
option was removed in favormodules.hashPrefix
optiongetLocalIdent
option was removed in favormodules.getLocalIdent
optionlocalIdentRegExp
option was removed in favormodules.localIdentRegExp
optionCommits
The new version differs by 30 commits.
c4b7f71
chore(release): 3.0.0
a50dc48
chore(deps): update (#959)
366d05a
feat:
exportLocalsStyle
was remove in favor newlocalsConvention
(#958)aa75fa7
feat:
exportOnlyLocals
was remove in favor newonlyLocals
option (#957)49f3ff0
refactor: loader (#956)
0672e78
test: more (#952)
c3fd459
test: more (#951)
e8c8796
refactor: loader (#950)
2fa6389
refactor: runtime (#949)
823fd60
chore: minimum required nodejs version is 8.9.0 (#948)
9d70b78
refactor: code and tests (#947)
4781d81
refactor: postcss plugins (#946)
6701cbd
refactor: postcss-icss-parser (#943)
37a40bb
test: fix problem with nothing (#942)
05a42e2
feat: support
@value
at-rule in selectors (#941)There are 30 commits in total.
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: