Skip to content

[Snyk] Upgrade css-loader from 6.11.0 to 7.1.2#74

Merged
Dargon789 merged 1 commit intomainfrom
snyk-upgrade-5abf060a38171160c1cc2596f1d13c15
Jan 19, 2026
Merged

[Snyk] Upgrade css-loader from 6.11.0 to 7.1.2#74
Dargon789 merged 1 commit intomainfrom
snyk-upgrade-5abf060a38171160c1cc2596f1d13c15

Conversation

@snyk-io
Copy link
Copy Markdown

@snyk-io snyk-io bot commented Jan 9, 2026

snyk-top-banner

Snyk has created this PR to upgrade css-loader from 6.11.0 to 7.1.2.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 4 versions ahead of your current version.

  • The recommended version was released 2 years ago.

Release notes
Package name: css-loader
  • 7.1.2 - 2024-05-22

    7.1.2 (2024-05-22)

    Bug Fixes

    • keep order of @ imports with the webpackIgnore comment (#1600) (76757ef)
  • 7.1.1 - 2024-04-10

    7.1.1 (2024-04-10)

    Bug Fixes

    • automatically rename class default to _default when named export is enabled (#1590) (d6c31a1)
  • 7.1.0 - 2024-04-08

    7.1.0 (2024-04-08)

    Features

    • added the getJSON option to output CSS modules mapping (#1577) (af834b4)
  • 7.0.0 - 2024-04-04

    7.0.0 (2024-04-04)

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

    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)
  • 6.11.0 - 2024-04-03

    6.11.0 (2024-04-03)

    Features

    Bug Fixes

    • do not break @ scope at-rule without params (#1581) (e022e3b)
from css-loader GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade css-loader from 6.11.0 to 7.1.2.

See this package in npm:
css-loader

See this project in Snyk:
https://app.snyk.io/org/dargon789/project/cc3616dc-48f0-4027-9828-25283861e6a4?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Repository owner deleted a comment from vercel bot Jan 19, 2026
@Dargon789 Dargon789 merged commit bd38be2 into main Jan 19, 2026
7 of 9 checks passed
@Dargon789 Dargon789 deleted the snyk-upgrade-5abf060a38171160c1cc2596f1d13c15 branch January 19, 2026 13:49
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.

1 participant