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

Update dependency css-loader to v7 - autoclosed #116

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
css-loader ^6.11.0 -> ^7.1.1 age adoption passing confidence

Release Notes

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

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 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 4, 2024 17:04
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 16 times, most recently from 47a7a52 to ee6716a Compare April 11, 2024 22:34
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from 941b42c to 9d8f485 Compare April 18, 2024 22:50
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 5 times, most recently from abf83b1 to 4e9b1ba Compare April 29, 2024 00:52
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 3cc8db2 to 91e7804 Compare May 2, 2024 01:27
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 91e7804 to 2dee7d4 Compare May 3, 2024 00:43
@renovate renovate bot changed the title Update dependency css-loader to v7 Update dependency css-loader to v7 - autoclosed May 3, 2024
@renovate renovate bot closed this May 3, 2024
@renovate renovate bot deleted the renovate/css-loader-7.x branch May 3, 2024 12:44
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.

0 participants