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

Merged
merged 2 commits into from
Feb 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

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 - 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 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 10 times, most recently from 82d3f65 to f0a9765 Compare April 11, 2024 18:36
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 6 times, most recently from f4bb764 to 15d5595 Compare April 16, 2024 21:44
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 6 times, most recently from 41271de to e70ef0f Compare May 1, 2024 22:46
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 6 times, most recently from 094bbb7 to e9cdbdf Compare May 11, 2024 16:24
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from e9cdbdf to 5dd1971 Compare May 14, 2024 10:11
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 7 times, most recently from 057cce9 to e6e9924 Compare February 8, 2025 18:27
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 7 times, most recently from aee8ffb to 7328658 Compare February 16, 2025 21:11
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 11 times, most recently from 93a6cf3 to 393e9c9 Compare February 21, 2025 21:53
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 393e9c9 to f1ca269 Compare February 21, 2025 22:01
@davidjgoss davidjgoss merged commit b63eb43 into main Feb 21, 2025
30 checks passed
@davidjgoss davidjgoss deleted the renovate/css-loader-7.x branch February 21, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant