Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ style-loader (0.23.1 → 1.0.1) · Repo · Changelog
Release Notes
1.0.1
1.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 48 commits:
chore(release): 1.0.1
fix: compatibility `linkTag` with ES module syntax (#429)
docs: fix typo (#424)
chore(release): 1.0.0
docs: fix typo `attirbutes`→`attributes` (#421)
docs: clarify linkTag (#420)
fix: restore original hot reloading behaviour for locals (#419)
refactor: restore hmr for lazy styles after refactor (#418)
docs: improve (#417)
test: lazy css modules (#416)
docs: note about source maps in singleton mode (#415)
docs: note about source maps in singleton mode (#414)
refactor: `insert` option (#413)
refactor: runtime code (#412)
docs: fix typo (#411)
docs: example for `nonce` usage (#410)
refactor: removed `ref` and `unref` api for useable loader (#409)
refactor: code (#408)
refactor: remove unnecessary debug error (#407)
feat: new `injectType` option
refactor: removed `sourceMap` option (#405)
refactor: code (#404)
test: more (#403)
test: custom element (#402)
test: better manual testing (#401)
refactor: remove `hmr` option (#400)
feat: remove type `text/css` from style and link element (#399)
refactor: tests (#398)
chore: fix package files (#397)
refactor: code (#396)
refactor: remove `transform` option (#395)
chore: manual test helper (#394)
fix: respect `sourceMap` option (#393)
refactor: rename `attrs` option to `attributes` (#392)
chore: es3 linting (#391)
fix: es3 compatibility (#390)
refactor: tests (#389)
test: unit (#388)
test: validate options (#387)
chore(defaults): update (#386)
fix: package.json dist files required for publish (#385)
fix: using inline style source maps (#383)
dics: fix illegal semicolon in example code (#378)
refactor: webpack defaults (#375)
refactor: migrate on jest (#374)
chore(deps): update (#373)
docs: fixed `Useable` section code in README.md (#350)
chore(deps): update package-lock.json (#370)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands