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 - autoclosed #408

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 3, 2024

This PR contains the following updates:

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

Release Notes

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

v7.1.2

Compare Source

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)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" in timezone America/New_York, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 7 times, most recently from 158bbb6 to 827e138 Compare June 20, 2024 19:46
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from cfc2d69 to 2d49cf5 Compare July 15, 2024 04:41
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 2d49cf5 to 746f1e7 Compare July 15, 2024 07:33
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from e744317 to ba4f1a4 Compare August 19, 2024 04:14
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from ba4f1a4 to a56fe56 Compare August 31, 2024 06:55
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from a56fe56 to c632fcf Compare September 16, 2024 18:52
Copy link

codecov bot commented Sep 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.49%. Comparing base (3b25266) to head (91921ed).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #408   +/-   ##
=======================================
  Coverage   98.49%   98.49%           
=======================================
  Files          21       21           
  Lines        1261     1261           
  Branches       75       75           
=======================================
  Hits         1242     1242           
  Misses         19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from f14b8e1 to 21f9abd Compare September 23, 2024 14:25
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from 9b014dc to 98ffccb Compare October 7, 2024 09:07
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from c9e74fb to e8b1900 Compare October 7, 2024 15:28
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from 2dc1ce3 to 5f31740 Compare October 21, 2024 17:34
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 5f31740 to 9d39c86 Compare October 28, 2024 10:41
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 9d39c86 to f93e27c Compare November 4, 2024 11:17
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 56a90e7 to aaae181 Compare November 18, 2024 09:51
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from aaae181 to bd3692a Compare November 25, 2024 10:14
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from bd3692a to 91921ed Compare December 2, 2024 12:53
@renovate renovate bot changed the title chore(deps): update dependency css-loader to v7 chore(deps): update dependency css-loader to v7 - autoclosed Dec 8, 2024
@renovate renovate bot closed this Dec 8, 2024
@renovate renovate bot deleted the renovate/css-loader-7.x branch December 8, 2024 18:39
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