myzenwallet
myzenwallet copied to clipboard
Bump style-loader from 0.23.1 to 2.0.0
Bumps style-loader from 0.23.1 to 2.0.0.
Release notes
Sourced from style-loader's releases.
v2.0.0
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is10.13.0
- the
esModule
option istrue
by default, you need to changeconst locals = require('./styles.css')
/require('./styles.css')
onimport locals from './styles.css'
/import './styles.css''
(#489) (727a24d)- removed support for loaders returning
String
instead ofArray
(#491) (7a0ce4c)⚠ NOTICE
To avoid problems between
style-loader
andmini-css-extract-plugin
because of changing theesModule
option totrue
by default we strongly recommend upgradingmini-css-extract-plugin
to1.0.0
version.v1.3.0
1.3.0 (2020-10-03)
Features
Bug Fixes
v1.2.1
1.2.1 (2020-04-28)
Bug Fixes
v1.2.0
1.2.0 (2020-04-24)
Features
- hot module replacement for css modules (6d14e0a)
v1.1.4
1.1.4 (2020-04-15)
Chore
- update deps
v1.1.3
1.1.3 (2020-01-17)
Changelog
Sourced from style-loader's changelog.
2.0.0 (2020-10-09)
⚠ BREAKING CHANGES
- minimum supported
Node.js
version is10.13.0
- the
esModule
option istrue
by default, you need to changeconst locals = require('./styles.css')
/require('./styles.css')
onimport locals from './styles.css'
/import './styles.css''
(#489) (727a24d)- removed support for loaders returning
String
instead ofArray
(#491) (7a0ce4c)⚠ NOTICE
To avoid problems between
style-loader
andmini-css-extract-plugin
because of changing theesModule
option totrue
by default we strongly recommend upgradingmini-css-extract-plugin
to1.0.0
version.1.3.0 (2020-10-03)
Features
Bug Fixes
1.2.1 (2020-04-28)
Bug Fixes
1.2.0 (2020-04-24)
Features
- hot module replacement for css modules (6d14e0a)
1.1.4 (2020-04-15)
Chore
- update deps
1.1.3 (2020-01-17)
Commits
9c01e08
chore(release): 2.0.07a0ce4c
refactor: removed support for loaders returningString
instead ofArray
(...f752148
test: refactor (#490)727a24d
feat: enabled esModule by default (#489)f8e13c9
chore: updated deps (#488)e288500
chore(release): 1.3.0bed760f
revert: node bump (#486)15889db
feat: addedmodules.namedExport
(#485)6e54e4f
chore(deps): update732ef8b
fix: check if 'btoa' exists for old IE versions (#479)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by evilebottnawi, a new releaser for style-loader since your current version.
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)