Upgrade style-loader: 1.3.0 → 3.3.0 (major) #308
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.
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 (1.3.0 → 3.3.0) · Repo · Changelog
Release Notes
3.3.0
3.2.1
3.2.0
3.1.0
3.0.0
2.0.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 40 commits:
chore(release): 3.3.0
test: update (#542)
refactor: code (#541)
feat: added support for `@supports`, `@layer` and `@media` from `@import` at-rules
chore(deps): update (#539)
refactor: code
chore(deps): update
feat: allow to pass options to `insert` function through `style.use()` (#535)
docs: update bug report template (#534)
docs: update README (#533)
ci: update `codecov-action` (#532)
ci: update commitlint action to v4 (#531)
ci: setup npm cache (#529)
chore(release): 3.2.1
fix: added the `styletagtransform` option when it is a module to `addBuildDependency` (#528)
chore(release): 3.2.0
fix: added the `insert` option when it is a module to `addBuildDependency` (#527)
ci: use `actions/setup-node@v2` (#524)
feat: add link field in schema (#525)
chore(release): 3.1.0
feat: styleTagTransform option processed absolute path (#522)
feat: allow to specify the `insert` option from file, we strongly recommend do it when you specify the custom `insert` option to reduce bundle size (#521)
fix: reduce runtime when you use custom options (#520)
fix: reduce runtime (#519)
chore(release): 3.0.0
refactor: next (#501)
ci: update nodejs.yml (#515)
chore: update deps (#516)
chore: fix typo (#512)
chore: update deps and fix audit (#514)
docs: recommend (#507)
docs: fix link on webpack-dll-plugins (#500)
chore(deps): update (#499)
Merge pull request #492 from webpack-contrib/ci-updated
ci: updated webpack versions
chore(release): 2.0.0
refactor: removed support for loaders returning `String` instead of `Array` (#491)
test: refactor (#490)
feat: enabled esModule by default (#489)
chore: updated deps (#488)
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