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

chore(deps): update dependency css-loader to v7 #376

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 21, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v7.1.2

Compare Source

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 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 requested a review from abdullah-cognite as a code owner April 21, 2024 06:41
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Apr 21, 2024
@renovate renovate bot requested a review from polomani as a code owner April 21, 2024 06:41
@renovate renovate bot requested a review from a team April 21, 2024 06:41
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 5d92513 to d462fef Compare April 21, 2024 11:37
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 5 times, most recently from 0d151eb to ea04359 Compare May 10, 2024 02:23
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 084e02b to b8cf8bb Compare June 10, 2024 13:27
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 63a464b to f7354d9 Compare June 18, 2024 07:39
@polomani polomani added the auto-merge automatically merge prs label Jun 18, 2024
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from 96c8d4d to 3e97044 Compare June 18, 2024 07:51
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 3e97044 to 9c88d53 Compare June 18, 2024 07:54
@cognite-bulldozer cognite-bulldozer bot merged commit 55a8e87 into master Jun 18, 2024
4 checks passed
@cognite-bulldozer cognite-bulldozer bot deleted the renovate/css-loader-7.x branch June 18, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge automatically merge prs dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant