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

chore(deps): update dependency css-loader to v7 #341

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
css-loader 6.11.0 -> 7.0.0 age adoption passing confidence

Release Notes

webpack-contrib/css-loader (css-loader)

v7.0.0

Compare Source

⚠ BREAKING CHANGES
  • The modules.namedExport option is true by default if you enable the esModule option

Migration guide:

Before:

import style from "./style.css";

console.log(style.myClass);

After:

import * as style from "./style.css";

console.log(style.myClass);
  • The modules.exportLocalsConvention has the value as-is when the modules.namedExport option is true and you don't specify a value
  • Minimum supported webpack version is 5.27.0
  • Minimum supported Node.js version is 18.12.0
Features
  • The modules.namedExports option works fine with any modules.exportLocalsConvention values (f96a110)
  • Added dashed variants for the modules.exportLocalsConvention options (40e1668)

Configuration

📅 Schedule: Branch creation - "before 10pm on Sunday" in timezone Europe/Madrid, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, check this box

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

Copy link

relativeci bot commented Apr 7, 2024

Job #714: Bundle Size — 1022.29KiB (+0.02%).

33bf6a6(current) vs 6e9f8a5 master#527(baseline)

Bundle metrics  Change 3 changes Regression 1 regression
                 Current
Job #714
     Baseline
Job #527
Regression  Initial JS 428.47KiB(+0.05%) 428.25KiB
No change  Initial CSS 568.64KiB 568.64KiB
Change  Cache Invalidation 41.9% 0%
No change  Chunks 4 4
No change  Assets 9 9
Change  Modules 283(+0.35%) 282
No change  Duplicate Modules 0 0
No change  Duplicate Code 0% 0%
No change  Packages 40 40
No change  Duplicate Packages 0 0
Bundle size by type  Change 1 change Regression 1 regression
                 Current
Job #714
     Baseline
Job #527
Not changed  CSS 568.64KiB 568.64KiB
Regression  JS 428.47KiB (+0.05%) 428.25KiB
Not changed  IMG 24.78KiB 24.78KiB
Not changed  HTML 413B 413B

View job #714 reportView renovate-css-loader-7.x branch activityView project dashboard

@renovate renovate bot force-pushed the renovate-css-loader-7.x branch from a472886 to dcadced Compare April 7, 2024 05:16
@renovate renovate bot force-pushed the renovate-css-loader-7.x branch from dcadced to 33bf6a6 Compare April 7, 2024 07:20
@renovate renovate bot merged commit 6bb9de8 into update-dependencies Apr 7, 2024
2 checks passed
@renovate renovate bot deleted the renovate-css-loader-7.x branch April 7, 2024 11:06
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.

0 participants