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

[TASK] Update css-loader to v7 #221

Merged
merged 1 commit into from
Apr 5, 2024
Merged

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.7.3 -> ^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 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 eliashaeussler as a code owner April 4, 2024 18:47
@renovate renovate bot added the dependencies Updates project dependencies label Apr 4, 2024
Copy link

codeclimate bot commented Apr 4, 2024

Code Climate has analyzed commit 8da547d and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 87.1% (0.0% change).

View more on Code Climate.

@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from ae18d22 to 35cc5b2 Compare April 4, 2024 22:58
@coveralls
Copy link
Collaborator

coveralls commented Apr 5, 2024

Pull Request Test Coverage Report for Build 8565330981

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 87.107%

Totals Coverage Status
Change from base Build 8565321436: 0.0%
Covered Lines: 858
Relevant Lines: 985

💛 - Coveralls

| datasource | package    | from   | to    |
| ---------- | ---------- | ------ | ----- |
| npm        | css-loader | 6.11.0 | 7.0.0 |
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 35cc5b2 to 8da547d Compare April 5, 2024 05:12
@eliashaeussler eliashaeussler merged commit d93a178 into main Apr 5, 2024
44 checks passed
@eliashaeussler eliashaeussler deleted the renovate/css-loader-7.x branch April 5, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Updates project dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants