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

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 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 - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot added dependencies Pull requests that update a dependency file dev labels Apr 4, 2024
Copy link

relativeci bot commented Apr 4, 2024

Job #1869: Bundle Size — 268.94KiB (0%).

ba37b76(current) vs 34f84c3 main#1867(baseline)

Bundle metrics  no changes
                 Current
Job #1869
     Baseline
Job #1867
No change  Initial JS 119.8KiB 119.8KiB
No change  Initial CSS 19.17KiB 19.17KiB
No change  Cache Invalidation 0% 0%
No change  Chunks 3 3
No change  Assets 25 25
No change  Modules 51 51
No change  Duplicate Modules 6 6
No change  Duplicate Code 33.02% 33.02%
No change  Packages 8 8
No change  Duplicate Packages 0 0
Bundle size by type  no changes
                 Current
Job #1869
     Baseline
Job #1867
Not changed  JS 175.83KiB 175.83KiB
Not changed  IMG 58.18KiB 58.18KiB
Not changed  CSS 19.17KiB 19.17KiB
Not changed  HTML 14.09KiB 14.09KiB
Not changed  Other 1.67KiB 1.67KiB

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

@birtles birtles merged commit ecaeca7 into main Apr 5, 2024
6 checks passed
@renovate renovate bot deleted the renovate/css-loader-7.x branch April 5, 2024 05:04
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 dev
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant