Open greenkeeper[bot] opened 5 years ago
devDependency
css-loader was updated from 1.0.1
to 2.0.1
.Update to this version instead π
The new version differs by 8 commits.
e233d0a
chore(release): v2.0.1
a88fed1
fix: safe checking if params are present for at rule (#871)
503391f
chore(deps): update defaults (#870)
8c0bb58
Update CHANGELOG.md (#867)
124ada5
ci: fix commitlint analyze (#869)
ba8a7bc
docs: improve readme (#868)
12f88e2
test: resolving in node_modules (#866)
1825e8a
fix: getLocalIdent
now accepts false
value (#865)
See the full diff
devDependency
css-loader was updated from 1.0.1
to 2.0.2
.devDependency
css-loader was updated from 1.0.1
to 2.1.0
.devDependency
css-loader was updated from 1.0.1
to 2.1.1
.Update to this version instead π
The new version differs by 13 commits.
bc16c3d
chore(release): 2.1.1
b671db7
fix: don't remove value from attribute selector (#904)
3797e4d
fix: sourcemap generating when previous loader pass sourcemap as string (#905)
cc81af1
refactor: stuff (#903)
e9ce745
fix: source map generation when sourceRoot
is present (#901)
a49e904
docs: improve documentation for hashPrefix
, context
, getLocalIdent
(#900)
c309788
refactor: avoid lodash
in favor native implementations
0ba8c66
fix: do not break selector with escaping (#896)
2293eb0
chore: update defaults (#895)
2a2ee7b
docs: sourceMaps are disabled by default (#890)
2d45e95
test: base64 (#888)
1fb8948
docs: update README.md (#885)
034f9a3
test: emoji (#881)
See the full diff
devDependency
css-loader was updated from 1.0.1
to 3.0.0
.Update to this version instead π
Function
behavior for url
and import
options (#939) (e9eb5ad)@value
at-rule in selectors (#941) (05a42e2)@value
at rules now support in selector
, 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 for url
and import
options (need return true
when you want handle url
/@import
and return false
if not)exportLocalsStyle
option was remove in favor localsConvention
option, also it is accept only {String}
value (use camelCase
value if you previously value was true
and asIs
if you previously value was false
)exportOnlyLocals
option was remove in favor onlyLocals
optionmodules
option now can be {Object}
and allow to setup CSS Modules
options:
localIdentName
option was removed in favor modules.localIdentName
optioncontext
option was remove in favor modules.context
optionhashPrefix
option was removed in favor modules.hashPrefix
optiongetLocalIdent
option was removed in favor modules.getLocalIdent
optionlocalIdentRegExp
option was removed in favor modules.localIdentRegExp
optionThe new version differs by 30 commits.
c4b7f71
chore(release): 3.0.0
a50dc48
chore(deps): update (#959)
366d05a
feat: exportLocalsStyle
was remove in favor new localsConvention
(#958)
aa75fa7
feat: exportOnlyLocals
was remove in favor new onlyLocals
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
devDependency
css-loader was updated from 1.0.1
to 3.1.0
.devDependency
css-loader was updated from 1.0.1
to 3.2.0
.devDependency
css-loader was updated from 1.0.1
to 3.2.1
.devDependency
css-loader was updated from 1.0.1
to 3.3.0
.devDependency
css-loader was updated from 1.0.1
to 3.3.1
.devDependency
css-loader was updated from 1.0.1
to 3.3.2
.devDependency
css-loader was updated from 1.0.1
to 3.4.0
.
The devDependency css-loader was updated from
1.0.1
to2.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 v2.0.0
2.0.0 (2018-12-07)
The main BREAKING CHANGES:
modules
option. You can setup their usinglocal
(true
is alias for this value) andglobal
(previous behaviour) value. Why it is disabled by default? A lot of developers usecss
without css modules features and they get performance problems duepostcss
plugins spend time on analyze and processing file.uls()
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')
.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
uls()
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
Bonus
postcss
ast increase performanceCommits
The new version differs by 67 commits.
634ab49
chore(release): 2.0.0
6ade2d0
refactor: remove unused file (#860)
e7525c9
test: nested url (#859)
7259faa
test: css hacks (#858)
5e6034c
feat: allow to filter import at-rules (#857)
5e702e7
feat: allow filtering urls (#856)
9642aa5
test: css stuff (#855)
3338656
fix: reduce number of require for url (#854)
533abbe
test: issue 636 (#853)
08c551c
refactor: better warning on invalid url resolution (#852)
b0aa159
test: issue #589 (#851)
f599c70
fix: broken unucode characters (#850)
1e551f3
test: issue 286 (#849)
419d27b
docs: improve readme (#848)
d94a698
refactor: webpack-default (#847)
There are 67 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: