next-core
next-core copied to clipboard
chore(deps): Update dependency css-loader to v7 (next)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| css-loader | ^6.11.0 -> ^7.1.1 |
Release Notes
webpack-contrib/css-loader (css-loader)
v7.1.1
v7.1.0
Features
v7.0.0
â BREAKING CHANGES
- The
modules.namedExportoption istrueby default if you enable theesModuleoption
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.exportLocalsConventionhas the valueas-iswhen themodules.namedExportoption istrueand you don't specify a value - Minimum supported webpack version is
5.27.0 - Minimum supported Node.js version is
18.12.0
Features
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.
Passing run #9730 âī¸
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 âī¸
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.