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 #616

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 24, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

webpack-contrib/style-loader

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: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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, click this checkbox.

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

@renovate renovate bot requested a review from mkobayashime as a code owner June 24, 2021 19:48
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch 3 times, most recently from 84db152 to 75d0cbe Compare July 10, 2021 13:32
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from 75d0cbe to b69c6bf Compare July 12, 2021 19:41
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from b69c6bf to ffa53db Compare July 20, 2021 17:10
@vercel vercel bot temporarily deployed to Preview – sos21-frontend July 20, 2021 17:10 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta July 20, 2021 17:10 Inactive
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from ffa53db to 50c6afe Compare July 27, 2021 18:17
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta July 27, 2021 18:17 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend July 27, 2021 18:17 Inactive
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from 50c6afe to 0fb396d Compare August 16, 2021 00:47
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta August 16, 2021 00:47 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend August 16, 2021 00:47 Inactive
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from 0fb396d to 2403f33 Compare August 20, 2021 14:15
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta August 20, 2021 14:15 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend August 20, 2021 14:15 Inactive
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from 2403f33 to ef7adb6 Compare September 21, 2021 18:06
@vercel vercel bot temporarily deployed to Preview – sos21-frontend September 21, 2021 18:06 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta September 21, 2021 18:06 Inactive
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from ef7adb6 to 85a162e Compare October 21, 2021 15:23
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta October 21, 2021 15:23 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend October 21, 2021 15:23 Inactive
@renovate renovate bot force-pushed the renovate/style-loader-3.x branch from 85a162e to f327225 Compare October 23, 2021 14:19
@vercel vercel bot temporarily deployed to Preview – sos21-frontend-beta October 23, 2021 14:19 Inactive
@vercel vercel bot temporarily deployed to Preview – sos21-frontend October 23, 2021 14:19 Inactive
@momeemt
Copy link
Contributor

momeemt commented Mar 19, 2023

#529 と同様。
style-loader v3はWebpack v5を要求するが、Storybook v6はWebpack v4を要求する。
Webpack v5に対応したStorybook v7は現在beta版で、それを待つ段階。

@momeemt momeemt added dependencies Pull requests that update a dependency file waiting labels Mar 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file waiting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants