next-core icon indicating copy to clipboard operation
next-core copied to clipboard

chore(deps): Update dependency css-loader to v7 (next)

Open renovate[bot] opened this issue 1 year ago â€ĸ 1 comments

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

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[bot] avatar Apr 04 '24 20:04 renovate[bot]

Passing run #9730 â†—ī¸Ž

0 14 0 0 Flakiness 0

Details:

Merge c890fbc607c0c2fe329377615f29b6c29b4461aa into 093f89d44d109150196293a9c2a6...
Project: next-core Commit: bedba3327c â„šī¸
Status: Passed Duration: 00:21 💡
Started: May 24, 2024 2:53 AM Ended: May 24, 2024 2:53 AM

Review all test suite changes for PR #4066 â†—ī¸Ž

cypress[bot] avatar Apr 04 '24 20:04 cypress[bot]

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

âš ī¸ Warning: custom changes will be lost.

renovate[bot] avatar May 24 '24 02:05 renovate[bot]