Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

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

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 5, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Apr 5, 2024
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 11c35d6 to a081c96 Compare April 10, 2024 12:51
@GoetzGoerisch GoetzGoerisch merged commit 291e381 into umati Apr 16, 2024
14 checks passed
@renovate renovate bot deleted the renovate/css-loader-7.x branch April 16, 2024 08:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant