Bump css-loader from 3.5.2 to 5.0.1 in /webapp
Created by: dependabot-preview[bot]
Bumps css-loader from 3.5.2 to 5.0.1.
Release notes
Sourced from css-loader's releases.
v5.0.1
5.0.1 (2020-11-04)
Bug Fixes
v5.0.0
⚠ BREAKING CHANGES
- migrate on PostCSS 8
- runtime doesn't contain source maps code without
sourceMap: true
- returned value from the
getLocalIdent
escapes by default, theexportName
value is always unescaped- Auto enable icss modules for all files for which
/\.icss\.\w+$/i
istrue
(themodules.compileType
option isicss
)[emoji]
placeholder was deprecated- the
icss
option was removed (it was deprecated previously)Features
- allowed named exports to have underscores in names (#1209) (747d62b)
- no warnings when you don't need handle
url()
/@import
(#1195) (dd52931)- improved error message (52412f6)
- reduced runtime (9f974be)
- added fallback if custom getLocalIdent returns
null
/undefined
(#1193) (0f95841)v4.3.0
4.3.0 (2020-09-08)
Features
Bug Fixes
- line breaks in the
url
function (88b8ddc)v4.2.2
4.2.2 (2020-08-24)
Bug Fixes
- source maps generation, source from source maps are now relative to
compiler.context
and usewebpack://
protocol (#1169) (fb5c53d)v4.2.1
4.2.1 (2020-08-06)
Changelog
Sourced from css-loader's changelog.
5.0.1 (2020-11-04)
Bug Fixes
5.0.0 (2020-10-13)
⚠ BREAKING CHANGES
- migrate on PostCSS 8
- runtime doesn't contain source maps code without
sourceMap: true
- returned value from the
getLocalIdent
escapes by default, theexportName
value is always unescaped- Auto enable icss modules for all files for which
/\.icss\.\w+$/i
(themodules.compileType
option isicss
)[emoji]
placeholder was deprecatedicss
option was removed (it was deprecated previously)Features
- allow named exports to have underscores in names (#1209) (747d62b)
- hide warning when you don't need handle
url()
/@import
(#1195) (dd52931)- improve error message (52412f6)
- reduce runtime (9f974be)
- add fallback if custom getLocalIdent returns
null
/undefined
(#1193) (0f95841)4.3.0 (2020-09-08)
Features
Bug Fixes
- line breaks in
url
function (88b8ddc)4.2.2 (2020-08-24)
Bug Fixes
- source maps generation, source from source maps are now relative to
compiler.context
and usewebpack://
protocol (#1169) (fb5c53d)4.2.1 (2020-08-06)
Bug Fixes
Commits
-
6412dd5
chore(release): 5.0.1 -
c1d52ba
test: fix -
3229b3c
fix: sources in source maps have relative paths (#1219) -
98950ef
chore(deps): update (#1220) -
1351e3a
chore(release): 5.0.0 -
747d62b
feat: allow named exports to have underscores in names (#1209) -
7bfe85d
chore(deps): update (#1208) -
b5c9379
feat: postcss@8 (#1204) -
92fe103
docs: context is localIdentContext in README (#1202) -
e5a9272
chore(deps): update (#1203) - Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -
@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language -
@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language -
@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language -
@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language -
@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot dashboard:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)