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 #508

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
css-loader 6.11.0 -> 7.1.2 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 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from fe7afc6 to 552cccc Compare April 17, 2024 17:59
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 552cccc to 23d3129 Compare May 22, 2024 16:56
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from db4930b to 62fad30 Compare June 3, 2024 17:46
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 4 times, most recently from 745193a to 3f5a2c5 Compare June 15, 2024 10:46
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 3 times, most recently from d0d87e2 to 72be813 Compare July 1, 2024 17:28
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 72be813 to a3ddd5f Compare July 6, 2024 18:40
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 5 times, most recently from 43db80d to f9e4c26 Compare August 4, 2024 06:45
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 6a75dfd to 5545d25 Compare August 14, 2024 20:07
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from 8a4d62e to 3f6f95e Compare August 25, 2024 17:45
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 6 times, most recently from e2b6dd0 to 6e58f5c Compare September 8, 2024 18:41
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 6e58f5c to f0417ca Compare September 13, 2024 17:34
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch 2 times, most recently from e492acb to 437f238 Compare September 16, 2024 06:14
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 437f238 to 1fc07b0 Compare September 24, 2024 19:57
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 1fc07b0 to 4c59da4 Compare October 4, 2024 15:21
@renovate renovate bot force-pushed the renovate/css-loader-7.x branch from 4c59da4 to 10ebfda Compare October 7, 2024 19:32
Copy link

github-actions bot commented Dec 7, 2024

Stale pull request message

Copy link
Contributor Author

renovate bot commented Dec 15, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/css-loader-7.x branch December 15, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants