Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update dependency css-loader to v7#546

Open
renovate[bot] wants to merge 1 commit into
mainJustArchiNET/ASF-WebConfigGenerator:mainfrom
renovate/css-loader-7.xJustArchiNET/ASF-WebConfigGenerator:renovate/css-loader-7.xCopy head branch name to clipboard
Open

Update dependency css-loader to v7#546
renovate[bot] wants to merge 1 commit into
mainJustArchiNET/ASF-WebConfigGenerator:mainfrom
renovate/css-loader-7.xJustArchiNET/ASF-WebConfigGenerator:renovate/css-loader-7.xCopy head branch name to clipboard

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 4, 2024

This PR contains the following updates:

Package Change Age Confidence
css-loader 6.11.07.1.4 age confidence

Release Notes

webpack/css-loader (css-loader)

v7.1.4

Compare Source

v7.1.3

Compare Source

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);

To restore 6.x behavior, please use:

module.exports = {
  module: {
    rules: [
      {
        test: /\.css$/i,
        loader: "css-loader",
        options: {
          modules: {
            namedExport: false,
            exportLocalsConvention: 'as-is',
            //
            // or, if you prefer camelcase style
            //
            // exportLocalsConvention: 'camel-case-only'
          },
        },
      },
    ],
  },
};

Typescript migration:

Before:

declare module '*.module.css' {
  const classes: { [key: string]: string };
  export default classes;
}

After:

declare module '*.module.css' {
  const classes: { [key: string]: string };
  export = classes;
}
  • 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: (UTC)

  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots. label Apr 4, 2024
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 81cb4ce to 6b4e4a6 Compare April 10, 2024 19:01
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 6b4e4a6 to 21eb469 Compare May 22, 2024 16:11
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 21eb469 to 1c332f3 Compare September 16, 2024 17:22
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 1a96a4d to 68fb5c3 Compare August 13, 2025 16:44
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 68fb5c3 to b0c03a2 Compare August 19, 2025 19:11
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from b0c03a2 to 265cb35 Compare August 31, 2025 14:35
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from 2311022 to a39252b Compare September 30, 2025 05:31
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from a39252b to 9bacbd8 Compare October 8, 2025 06:13
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 9bacbd8 to 53312ce Compare October 21, 2025 09:38
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 53312ce to 76a5e18 Compare November 11, 2025 02:05
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 76a5e18 to b1653fe Compare November 18, 2025 22:36
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from b1653fe to 8135153 Compare December 3, 2025 14:44
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 8135153 to 104ffb0 Compare December 31, 2025 14:56
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 104ffb0 to adcae12 Compare January 8, 2026 20:11
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from ba16dc4 to 2de8d26 Compare January 23, 2026 18:04
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 2de8d26 to f6856e0 Compare January 30, 2026 16:30
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from 7a3d211 to 9f3ede7 Compare February 17, 2026 19:54
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 9f3ede7 to 658a2a5 Compare February 19, 2026 23:03
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 658a2a5 to 3bc333d Compare March 5, 2026 19:48
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 3bc333d to a62b631 Compare March 13, 2026 12:06
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from a62b631 to 044ffdc Compare April 1, 2026 18:34
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 044ffdc to 0b0e617 Compare April 8, 2026 18:58
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 0b0e617 to 586998b Compare April 29, 2026 16:09
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 20fb3bc to 20e5c93 Compare May 18, 2026 16:13
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 20e5c93 to 31c0b33 Compare May 28, 2026 19:35
@renovate renovate Bot force-pushed the renovate/css-loader-7.x branch from 31c0b33 to f347a10 Compare June 1, 2026 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🤖 Automatic Issues/pull requests marked with this label were generated automatically by our helper bots.

Development

Successfully merging this pull request may close these issues.

1 participant

Morty Proxy This is a proxified and sanitized view of the page, visit original site.