-
Notifications
You must be signed in to change notification settings - Fork 253
chore(deps): update dependency css-loader to v7 #396
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
base: develop
Are you sure you want to change the base?
Conversation
⚠ 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 |
de88502 to
9b0ba90
Compare
|
This PR contains the following updates:
1.0.1->7.1.2Release Notes
webpack-contrib/css-loader (css-loader)
v7.1.2Compare Source
v7.1.1Compare Source
v7.1.0Compare Source
Features
getJSONoption to output CSS modules mapping (#1577) (af834b4)v7.0.0Compare Source
⚠ BREAKING CHANGES
modules.namedExportoption istrueby default if you enable theesModuleoptionMigration guide:
Before:
After:
modules.exportLocalsConventionhas the valueas-iswhen themodules.namedExportoption istrueand you don't specify a value5.27.018.12.0Features
modules.namedExportsoption works fine with anymodules.exportLocalsConventionvalues (f96a110)modules.exportLocalsConventionoptions (40e1668)v6.11.0Compare Source
Features
Bug Fixes
@scopeat-rule without params (#1581) (e022e3b)v6.10.0Compare Source
Features
@rspack/coreas an optional peer dependency (#1568) (3924679)resourceQueryandresourceFragmentto theautoandmodecallback (#1569) (d641c4d)6.9.1 (2024-01-18)
Bug Fixes
@scopeat-rule supportv6.9.1Compare Source
v6.9.0Compare Source
Features
Bug Fixes
6.8.1 (2023-05-28)
Bug Fixes
causefor original errors and warnings (#1526) (ae3d8ae)v6.8.1Compare Source
v6.8.0Compare Source
Features
Maximum call stack size exceeded(#1525) (6eb5661)Bug Fixes
6.7.4 (2023-05-19)
Bug Fixes
6.7.3 (2022-12-14)
Bug Fixes
sourceURLfrom emitted CSS (#1487) (962924c)6.7.2 (2022-11-13)
Bug Fixes
6.7.1 (2022-03-08)
Bug Fixes
v6.7.4Compare Source
v6.7.3Compare Source
v6.7.2Compare Source
v6.7.1Compare Source
v6.7.0Compare Source
Features
v6.6.0Compare Source
Features
hashStrategyoption (ca4abce)6.5.1 (2021-11-03)
Bug Fixes
v6.5.1Compare Source
v6.5.0Compare Source
Features
url()whenexperiments.buildHttpenabled (#1389) (8946be4)Bug Fixes
nosourcesin thedevtooloption (c60eff2)v6.4.0Compare Source
Features
Bug Fixes
v6.3.0Compare Source
Features
[folder]placeholder (a0dee4f)exportTypeoption with'array','string'and'css-style-sheet'values (c6d2066)'array'- the default export isArraywith API forstyle-loaderand other'string'- the default export isStringyou don't needto-string-loaderloader anymore'css-style-sheet'- the default export is aconstructable stylesheet, you can useimport sheet from './styles.css' assert { type: 'css' };like in a browser, more information you can find heresupports()andlayer()functions in@importat-rules (#1377) (bce2c17)@mediaat-rules (#1377) (bce2c17)Bug Fixes
v6.2.0Compare Source
Features
exportLocalsConventionoption can be a function, useful for named export (#1351) (3c4b357)v6.1.0Compare Source
Features
linkin schema (#1345) (7d4e493)Bug Fixes
localIdentRegExpoption (#1349) (42f150b)v6.0.0Compare Source
Notes
~is deprecated when theesModulesoption is enabled (enabled by default) and can be removed from your code (we recommend it) (url(~package/image.png)->url(package/image.png),@import url(~package/style.css)->@import url(package/style.css),composes: import from '~package/one.css';->composes: import from 'package/one.css';), but we still support it for historical reasons. Why can you remove it? The loader will first try to resolve@import/url()/etc as relative, if it cannot be resolved, the loader will try to resolve@import/url()/etc insidenode_modulesor modules directories.file-loaderandurl-loaderare deprecated, please migrate onasset modules, since v6css-loaderis generatingnew URL(...)syntax, it enables by default built-inassets modules, i.e.type: 'asset'for allurl()⚠ BREAKING CHANGES
Node.jsversion is12.13.0webpackversion is5, we recommend to update to the latest version for better performanceurlandimportoptionsFunctiontype was removed in favorObjecttype with thefilterproperty, i.e. before{ url: () => true }, now{ url: { filter: () => true } }and before{ import: () => true }, now{ import: { filter: () => true } }modules.compileTypeoption was removed in favor themodules.modeoption withicssvalue, also themodulesoption can haveicssstring valuenew URL()syntax used forurl(), only when theesModulesoption is enabled (enabled by default), it means you can bundle CSS for librariesurl(), it means you can register loaders for them, examplefalsevalue forurl()now generate empty data URI (i.e.data:0,), only when theesModulesoption is enabled (enabled by default)[ext]placeholder don't need.(dot) before for thelocalIdentNameoption, i.e. please change.[ext]on[ext](no dot before)[folder]placeholder was removed without replacement for thelocalIdentNameoption, please use a custom function if you need complex logic[emoji]placeholder was removed without replacement for thelocalIdentNameoption, please use a custom function if you need complex logiclocalIdentHashPrefixwas removed in favor thelocalIdentHashSaltoptionFeatures
resolve.byDependency.cssresolve options for@importresolve.byDependency.icssresolve CSS modules and ICSS imports (i.e.composes/etc)modules.localIdentHashFunction,modules.localIdentHashDigest,modules.localIdentHashDigestLengthoptions for better class hashing controllingBug Fixes
@importNotes
.csstoresolve.extensions, it reduces performance and in most cases it is simply not necessary, alternative you can set resolve options by dependency5.2.7 (2021-07-13)
Bug Fixes
[@import](https://redirect.github.com/import)(bb76fe4)5.2.6 (2021-05-24)
Bug Fixes
5.2.5 (2021-05-20)
Bug Fixes
5.2.4 (2021-04-19)
Bug Fixes
5.2.3 (2021-04-19)
Bug Fixes
5.2.2 (2021-04-16)
Bug Fixes
5.2.1 (2021-04-09)
Bug Fixes
v5.2.7Compare Source
v5.2.6Compare Source
v5.2.5Compare Source
v5.2.4Compare Source
v5.2.3Compare Source
v5.2.2Compare Source
v5.2.1Compare Source
v5.2.0Compare Source
Features
urlandimportoptions (#1277) (c5062db)5.1.4 (2021-03-24)
Bug Fixes
5.1.3 (2021-03-15)
Bug Fixes
autooption works using inline module syntax (#1274) (1db2f4d)5.1.2 (2021-03-10)
Bug Fixes
@importwith spaces before and after and any extensions (#1272) (0c47cf7)@importand modules (3f49ed0)5.1.1 (2021-03-01)
Bug Fixes
postcss-loader(#1268) (d2a1a84)v5.1.4Compare Source
v5.1.3Compare Source
v5.1.2Compare Source
v5.1.1Compare Source
v5.1.0Compare Source
Features
5.0.2 (2021-02-08)
Bug Fixes
5.0.1 (2020-11-04)
Bug Fixes
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
⚠ BREAKING CHANGES
sourceMap: truegetLocalIdentescapes by default, theexportNamevalue is always unescaped/\.icss\.\w+$/i(themodules.compileTypeoption isicss)[emoji]placeholder was deprecatedicssoption was removed (it was deprecated previously)Features
url()/@import(#1195) (dd52931)null/undefined(#1193) (0f95841)v4.3.0Compare Source
Features
importLoaderscan bestring(#1178) (ec58a7c)Bug Fixes
urlfunction (88b8ddc)4.2.2 (2020-08-24)
Bug Fixes
compiler.contextand usewebpack://protocol (#1169) (fb5c53d)4.2.1 (2020-08-06)
Bug Fixes
exportOnlyLocalsoption, nowlocalsare not exported under thelocalsname, it was big regression, we apologize for that (24c0a12)v4.2.2Compare Source
v4.2.1Compare Source
v4.2.0Compare Source
Features
module.typeoption, theicssoption is deprecated (#1150) (68f72af)4.1.1 (2020-07-30)
Bug Fixes
consolecall (#1148) (b1b90ca)v4.1.1Compare Source
v4.1.0Compare Source
Features
icssoption (#1140) (a8ec7da)Bug Fixes
dataURLs (#1142) (91bc64b)v4.0.0Compare Source
⚠ BREAKING CHANGES
Node.jsversion is10.13.0webpackversion is4.27.0esModuleoption istrueby defaultsourceMapoption depends on thedevtooloptionicssplugin disable by default, you need to setup themodulesoption to enable itmodulesoption istrueby default for all files matching/\.module\.\w+$/i.test(filename)regular expression,module.autoistrueby defaultmodules.contextoption was renamed to themodules.localIdentContextoptionmodules.localIdentContextvalue iscompiler.contextfor themodule.getLocalIdentoptionmodules.hashPrefixoption was renamed to themodules.localIdentHashPrefixoptionlocalsConventionoption was moved and renamed to themodules.exportLocalsConventionoptiongetLocalIndentoption should be alwaysFunctionand should always returnStringvalueonlyLocalsoption was moved and renamed to themodules.exportOnlyLocalsoptionimportoption were changed, it is nowfunction(url, media, resourcePath) {}~before the file request, i.e. rewriteurl(~!!loader!package/img.png)tourl(!!loader!~package/img.png)url()resolving algorithm now handles absolute paths instead of ignoring them. This can break builds which relied on absolute paths to refer to the asset directory. (bc19ddd)Features
@valuesupports importingurl()(#1126) (7f49a0a)url()resolving algorithm to support more path types (bc19ddd)stylefield from package.json (#1099) (edf5347)file:protocol (5604205)Bug Fixes
~inside packages innode_modules(76f1480)v3.6.0Compare Source
Features
modules.autoto be a filter function (#1086) (0902353)3.5.3 (2020-04-24)
Bug Fixes
3.5.2 (2020-04-10)
Bug Fixes
modules.autooption (#1075) (8c9ffe7)3.5.1 (2020-04-07)
Bug Fixes
locals(#1072) (866b84a)v3.5.3Compare Source
v3.5.2Compare Source
v3.5.1Compare Source
v3.5.0Compare Source
Features
modules.autooption, please look at an example of how you can simplify the configuration. (#1067) (c673cf4)modules.exportGlobalsoption for export global classes and ids (#1069) (519e5f4)modules.modeoption may be a function (#1065) (0d8ac3b)3.4.2 (2020-01-10)
Bug Fixes
composes(#1040) (df79602)3.4.1 (2020-01-03)
Bug Fixes
undefinedwhen sourceRoot is unavailable (#1036) (ded2a79)v3.4.2Compare Source
v3.4.1Compare Source
v3.4.0Compare Source
Features
esModuleoption (#1026) (d358cdb)Bug Fixes
3.3.2 (2019-12-12)
Bug Fixes
3.3.1 (2019-12-12)
Bug Fixes
@importat-rulesrequire(#1014) (e091d27)v3.3.2Compare Source
v3.3.1Compare Source
v3.3.0Compare Source
Features
purecss modules (#1008) (6177af5)Bug Fixes
nullorundefined(#1006) (6769783)require(#1004) (80e9662)3.2.1 (2019-12-02)
Bug Fixes
urlfunction (#1001) (8f4d6f5)v3.2.1Compare Source
v3.2.0Compare Source
Bug Fixes
.characters in localIndent to-character (regression) (#982) (967fb66)Features
v3.1.0Compare Source
Bug Fixes
-(it was regression in3.0.0version) (#972) (f51859b)Features
modules.getLocalIdentto return a falsy value (#963) (9c3571c)v3.0.0Compare Source
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)camelCaseoption 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.localIdentRegExpoptionv2.1.1Compare Source
Bug Fixes
sourceRootis present (#901) (e9ce745)v2.1.0Compare Source
Features
image-setwithouturl(#879) (21884e2)2.0.2 (2018-12-21)
Bug Fixes
v2.0.2Compare Source
Bug Fixes
v2.0.1Compare Source
Bug Fixes
getLocalIdentnow acceptsfalsevalue (#865) (1825e8a)v2.0.0Compare Source
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
url()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@71.0.1 (2018-10-29)
Bug Fixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.