Skip to content
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

Update dependency style-loader to v3 #134

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
style-loader 2.0.0 -> 3.3.3 age adoption passing confidence

Release Notes

webpack-contrib/style-loader (style-loader)

v3.3.3

Compare Source

v3.3.2

Compare Source

v3.3.1

Compare Source

v3.3.0

Compare Source

Features
  • added support for supports(), layer() and media from @import at-rules (b9a600c)
  • allow to pass options to insert function through style.use() (#​535) (f8ef63b)
3.2.1 (2021-07-20)
Bug Fixes
  • added the styletagtransform option when it is a module to addBuildDependency (#​528) (270513f)

v3.2.1

Compare Source

v3.2.0

Compare Source

Features
Bug Fixes
  • added the insert option when it is a module to addBuildDependency (#​527) (3963c0b)

v3.1.0

Compare Source

Features
  • allow to specify the insert option from file, we strongly recommend do it, using the insert option from file will reduce your bundle size, example (#​521) (56fc8f0)
  • allow to specify the styleTagTransform option from file, we strongly recommend do it, using the styleTagTransform option from file will reduce your bundle size, example
Bug Fixes

v3.0.0

Compare Source

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
  • minimum supported webpack version is 5.0.0
  • the modules.namedExport option was removed, you don't need it anymore, because we respect the modules.namedExport option from css-loader (we just reexport all from css-loader), just remove it
  • the styleTag value of the injectType (default value) option earlier uses singleton style tag by default for IE8-IE9 due limitations (more information), in this release we have disabled this behavior, because these versions of IE are outdated, if you don't support these browsers this change does not affect you, if you require to support IE8-IE9, you can return old behaviour by setting autoStyleTag value for the injectType option (do the same for lazyStyleTag, i.e. change it to lazyAutoStyleTag)
Features
  • added autoStyleTag and lazyAutoStyleTag values for the injectType option for compatibility of work modern and IE8-IE9 browsers
  • added styleTagTransform option for custom processing style tags (useful if you need ponyfill CSS custom properties for IE8-IE10)
  • reduce size of generated code
  • reduce deps

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 8 times, most recently from fa06458 to d039631 Compare July 9, 2021 23:40
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 3 times, most recently from 08f66be to 4aaa3c5 Compare July 13, 2021 15:30
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 5 times, most recently from 5363e7d to 8616481 Compare July 26, 2021 13:55
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 3 times, most recently from d71449e to e83e619 Compare August 4, 2021 18:32
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 3 times, most recently from 57a8ae2 to 5591674 Compare August 15, 2021 22:38
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 5 times, most recently from c66f496 to 5220b9a Compare August 21, 2021 02:49
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 3 times, most recently from 463e4a3 to 08e9167 Compare August 28, 2021 15:34
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 8 times, most recently from 0d291d9 to 6aa8c32 Compare September 16, 2023 11:38
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 12 times, most recently from 633d851 to a4f4539 Compare September 29, 2023 19:23
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 7 times, most recently from db32f0c to 6201a1d Compare October 9, 2023 11:25
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from 6201a1d to 9c26d7a Compare October 9, 2023 12:04
@pubkey pubkey merged commit f92b94d into master Oct 9, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant