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

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 6, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
css-loader 6.10.0 -> 7.1.1 age adoption passing confidence

Release Notes

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

v7.1.1

Compare Source

v7.1.0

Compare Source

Features
  • added the getJSON option to output CSS modules mapping (#​1577) (af834b4)

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)

v6.11.0

Compare Source

Features
Bug Fixes

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.

Copy link

codecov bot commented Apr 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 52.00%. Comparing base (4e45a1a) to head (e4e945c).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #995   +/-   ##
=========================================
  Coverage     52.00%   52.00%           
  Complexity     1451     1451           
=========================================
  Files           251      251           
  Lines         10237    10237           
  Branches       1101     1101           
=========================================
  Hits           5324     5324           
  Misses         4590     4590           
  Partials        323      323           

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e45a1a...e4e945c. Read the comment docs.

@github-actions github-actions bot temporarily deployed to 995 April 6, 2024 18:14 Destroyed
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 914445f to e4e945c Compare April 10, 2024 19:46
@github-actions github-actions bot temporarily deployed to 995 April 10, 2024 19:48 Destroyed
@lupino3 lupino3 merged commit e3a7af9 into master Apr 17, 2024
17 checks passed
@lupino3 lupino3 deleted the renovate/css-loader-7.x branch April 17, 2024 06:45
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.

None yet

1 participant