-
Notifications
You must be signed in to change notification settings - Fork 1
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 v4 (staging) - autoclosed #1296
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 11:49
d5965b9
to
d0a83d3
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 13:17
d0a83d3
to
686989c
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 13:28
686989c
to
fae3e18
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 13:38
fae3e18
to
81df61a
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 13:56
81df61a
to
7d74518
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 14:04
7d74518
to
a9396ac
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 14:13
a9396ac
to
86a2c3c
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 14:20
86a2c3c
to
75edf77
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 14:27
75edf77
to
6f710cb
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 14:33
6f710cb
to
2824230
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 15:34
2824230
to
87f82c6
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 2, 2024 15:52
87f82c6
to
fd43b6b
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 3, 2024 09:27
fd43b6b
to
81d155d
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 3, 2024 12:30
81d155d
to
4c17ac2
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
July 31, 2024 09:35
0dff61d
to
3e0a509
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 2, 2024 09:42
3e0a509
to
21aaf7a
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 2, 2024 11:12
21aaf7a
to
ae2dfe4
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 2, 2024 16:23
ae2dfe4
to
4cd3f2a
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 7, 2024 09:33
4cd3f2a
to
264ab9e
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 7, 2024 10:14
264ab9e
to
8311c45
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 7, 2024 11:10
8311c45
to
7c084f7
Compare
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 7, 2024 11:15
7c084f7
to
233a47c
Compare
* Tweaks to release pipeline (#1332) * Set environment based on different push events (#1330) * Fix: Forgot to define the branch variable (#1331) * Set error message on failure * Fix tag name syntax * Check source branches have hotfix or feature prefixes (#1334) * Open dependencies against main and staging (#1335)
renovate
bot
force-pushed
the
renovate/style-loader-4.x
branch
from
August 8, 2024 16:13
233a47c
to
bfbdabd
Compare
renovate
bot
changed the title
Update dependency style-loader to v4
Update dependency style-loader to v4 (main)
Aug 8, 2024
Quality Gate passedIssues Measures |
renovate
bot
changed the title
Update dependency style-loader to v4 (main)
Update dependency style-loader to v4 (staging)
Aug 8, 2024
renovate
bot
changed the title
Update dependency style-loader to v4 (staging)
Update dependency style-loader to v4 (staging) - autoclosed
Aug 8, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
^2.0.0
->^4.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
webpack-contrib/style-loader (style-loader)
v4.0.0
Compare Source
⚠ BREAKING CHANGES
5.27.0
18.12.0
insert
option can only be a selector or the path to the moduleMigration:
Before:
webpack.config.js
After:
insert-function.js
webpack.config.js
styleTagTransform
option can only be the path to the moduleMigration:
Before:
webpack.config.js
After:
style-tag-transform-function.js
webpack.config.js
Bug Fixes
3.3.3 (2023-05-19)
Bug Fixes
3.3.2 (2023-03-13)
Bug Fixes
3.3.1 (2021-10-21)
Bug Fixes
v3.3.4
Compare Source
3.3.4 (2024-01-09)
Bug Fixes
v3.3.3
Compare Source
v3.3.2
Compare Source
v3.3.1
Compare Source
v3.3.0
Compare Source
Features
supports()
,layer()
andmedia
from@import
at-rules (b9a600c)insert
function throughstyle.use()
(#535) (f8ef63b)3.2.1 (2021-07-20)
Bug Fixes
styletagtransform
option when it is a module toaddBuildDependency
(#528) (270513f)v3.2.1
Compare Source
v3.2.0
Compare Source
Features
Bug Fixes
insert
option when it is a module toaddBuildDependency
(#527) (3963c0b)v3.1.0
Compare Source
Features
insert
option from file, we strongly recommend do it, using theinsert
option from file will reduce your bundle size, example (#521) (56fc8f0)styleTagTransform
option from file, we strongly recommend do it, using thestyleTagTransform
option from file will reduce your bundle size, exampleBug Fixes
v3.0.0
Compare Source
⚠ BREAKING CHANGES
Node.js
version is12.13.0
webpack
version is5.0.0
modules.namedExport
option was removed, you don't need it anymore, because we respect themodules.namedExport
option fromcss-loader
(we just reexport all fromcss-loader
), just remove itstyleTag
value of theinjectType
(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 settingautoStyleTag
value for theinjectType
option (do the same forlazyStyleTag
, i.e. change it tolazyAutoStyleTag
)Features
autoStyleTag
andlazyAutoStyleTag
values for theinjectType
option for compatibility of work modern and IE8-IE9 browsersstyleTagTransform
option for custom processing style tags (useful if you need ponyfill CSS custom properties for IE8-IE10)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Europe/London, Automerge - "after 10am every weekday,before 4pm every weekday" in timezone Europe/London.
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.