Update css-loader in packages/oc-template-es6-compiler/package.json from ^0.28.5 to 3.5.0 #711
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.
Overview
The following dependencies have been updated by dependencies.io:
css-loaderinpackages/oc-template-es6-compiler/package.jsonfrom "^0.28.5" to "3.4.2"Details
css-loaderThis dependency is located in
packages/oc-template-es6-compiler/package.jsonand was updated from "^0.28.5" to "3.4.2".1.0.0
2018-07-06
BREAKING CHANGESminimizeoption, usepostcss-loaderwithcssnanoor useoptimize-cssnano-pluginpluginmoduleoption, usemodulesoption insteadcamelcaseoption, usecamelCaseoption insteadrootoption, usepostcss-loaderwithpostcss-urlpluginaliasoption, useresolve.aliasfeature or usepostcss-loaderwithpostcss-urlpluginpostcssto6versionnodejsversion is6.9webpackversion is41.0.1
2018-10-29
Bug Fixes
2.0.0
2.0.0 (2018-12-07)
The main BREAKING CHANGES:
modulesoption. You can setup their usinglocal(trueis alias for this value) andglobal(previous behaviour) value. Why it is disabled by default? A lot of developers usecsswithout css modules features and they get performance problems duepostcssplugins spend time on analyze and processing file.uls()andimportat-rules works the same everywhere, it does not matter whether css modules are enabled (withglobalandlocalmodule) 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)importat-rules (#806) (4bdf08b)URLinimportat-rules (#818) (3ebdcd5)requireforurls()(#854) (3338656)composes(#845) (453248f)urls()resolving logic formodules(localandglobal) and without modules (#843) (fdcf687)Features
importoption doesn't affect oncomposes(#822) (f9aa73c)urls(#856) (5e702e7)importat-rules (#857) (5e6034c)urls()(#832) (da95db8)exportOnlyLocalsoption (#824) (e9327c0)postcssast from other loaders (i.epostcss-loader) (#840) (1dad1fb)BREAKING CHANGES
uls()andimportat-rules works the same everywhere, it does not matter whether css modules are enabled (withglobalandlocalmodule) or not. Examples -url('image.png')asrequire('./image.png'),url('./image.png')asrequire('./image.png'),url('~module/image.png')asrequire('module/image.png').modules: falsedisable all css modules features), you can return old behaviour change this onmodules: 'global'css-loader/localswas dropped in favorexportOnlyLocalsoptionimportoption only affect onimportat-rules and doesn't affect oncomposesdeclarations@importat rules now emit warningspostcss@7Bonus
postcssast increase performance2.0.1
2.0.1 (2018-12-14)
Bug Fixes
getLocalIdentnow acceptsfalsevalue (#865) (1825e8a)2.0.2
2.0.2 (2018-12-21)
Bug Fixes
2.1.0
2.1.0 (2018-12-25)
Features
image-setwithouturl(#879) (21884e2)2.1.1
2.1.1 (2019-03-07)
Bug Fixes
sourceRootis present (#901) (e9ce745)3.0.0
3.0.0 (2019-06-11)
Bug Fixes
Functionbehavior forurlandimportoptions (#939) (e9eb5ad)Features
@valueat-rule in selectors (#941) (05a42e2)BREAKING CHANGES
@valueat rules now support inselector, recommends checking all@valuesat-rule usage (hint: you can add prefix to all@valueat-rules, for example@value v-foo: black;or@value m-foo: screen and (max-width: 12450px), and then do upgrade){Function}behavior forurlandimportoptions (need returntruewhen you want handleurl/@importand returnfalseif not)exportLocalsStyleoption was remove in favorlocalsConventionoption, also it is accept only{String}value (usecamelCasevalue if you previously value wastrueandasIsif you previously value wasfalse)exportOnlyLocalsoption was remove in favoronlyLocalsoptionmodulesoption now can be{Object}and allow to setupCSS Modulesoptions:localIdentNameoption was removed in favormodules.localIdentNameoptioncontextoption was remove in favormodules.contextoptionhashPrefixoption was removed in favormodules.hashPrefixoptiongetLocalIdentoption was removed in favormodules.getLocalIdentoptionlocalIdentRegExpoption was removed in favormodules.localIdentRegExpoption3.1.0
3.1.0 (2019-07-18)
Bug Fixes
-(it was regression in3.0.0version) (#972) (f51859b)Features
modules.getLocalIdentto return a falsy value (#963) (9c3571c)3.2.0
Bug Fixes
.characters in localIndent to-character (regression) (#982) (967fb66)Features
3.2.1
3.2.1 (2019-12-02)
Bug Fixes
urlfunction (#1001) (8f4d6f5)3.3.0
3.3.0 (2019-12-09)
Features
purecss modules (#1008) (6177af5)Bug Fixes
nullorundefined(#1006) (6769783)require(#1004) (80e9662)3.3.1
3.3.1 (2019-12-12)
Bug Fixes
@importat-rulesrequire(#1014) (e091d27)3.3.2
3.3.2 (2019-12-12)
Bug Fixes
3.4.0
3.4.0 (2019-12-17)
Features
esModuleoption (#1026) (d358cdb)Bug Fixes
3.4.1
3.4.1 (2020-01-03)
Bug Fixes
undefinedwhen sourceRoot is unavailable (#1036) (ded2a79)3.4.2
3.4.2 (2020-01-10)
Bug Fixes
composes(#1040) (df79602)