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

fix(deps): update dependency css-loader to v7 #2435

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
css-loader 6.11.0 -> 7.1.2 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 - "before 6am every weekday" (UTC), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner April 5, 2024 01:54
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from ec57f99 to 42ec1d1 Compare April 10, 2024 15:59
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 8 times, most recently from 9aec63d to c182956 Compare April 18, 2024 17:09
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from 917d98a to cfd7189 Compare April 30, 2024 04:10
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from d43daed to a6183ab Compare May 2, 2024 07:03
@MaxFrank13
Copy link
Member

MaxFrank13 commented May 2, 2024

@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 8 times, most recently from 6b1660e to bbb4c5b Compare May 9, 2024 08:54
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from 8953b23 to 46e6b41 Compare May 22, 2024 12:39
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 5 times, most recently from 6b68be1 to 1b47661 Compare May 27, 2024 03:11
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 6 times, most recently from 4376e51 to a5ea324 Compare June 4, 2024 15:29
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from f202c3b to 11ef4df Compare June 12, 2024 17:29
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 5 times, most recently from 2f818ee to f5f7e6a Compare June 21, 2024 04:11
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 686c360 to b96dfaa Compare June 25, 2024 19:29
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from b96dfaa to 983b424 Compare June 25, 2024 19:30
@justinhynes justinhynes merged commit 588ab9a into master Jun 25, 2024
11 checks passed
@justinhynes justinhynes deleted the renovate/css-loader-7.x branch June 25, 2024 19:54
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.

2 participants