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

Update dependency mini-css-extract-plugin to v2 #347

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
mini-css-extract-plugin 1.2.1 -> 2.9.2 age adoption passing confidence

Release Notes

webpack-contrib/mini-css-extract-plugin (mini-css-extract-plugin)

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

Features
  • add support for link preload/prefetch (#​1043) (ee25e51)
  • added the defaultExport option to generate default and named export together (#​1084) (74ae781)
Bug Fixes
2.8.1 (2024-02-27)
Bug Fixes
  • add nonce if __webpack_nonce__ has been defined (c7f0aee)

v2.8.1

Compare Source

v2.8.0

Compare Source

Features
2.7.7 (2024-01-10)
Bug Fixes
2.7.6 (2023-05-19)
Bug Fixes
2.7.5 (2023-03-16)
Bug Fixes
2.7.4 (2023-03-16)
Bug Fixes
  • module identifier, don't merge modules with different media/suppors/layer (#​1021) (ad3729b)
2.7.3 (2023-03-07)
Bug Fixes
  • avoid to throw error when link doesn't have parentNode (#​1016) (6292440)
2.7.2 (2022-12-06)
Bug Fixes
2.7.1 (2022-11-29)
Bug Fixes

v2.7.7

Compare Source

v2.7.6

Compare Source

v2.7.5

Compare Source

v2.7.4

Compare Source

v2.7.3

Compare Source

v2.7.2

Compare Source

v2.7.1

Compare Source

v2.7.0

Compare Source

Features
2.6.1 (2022-06-15)
Bug Fixes

v2.6.1

Compare Source

v2.6.0

Compare Source

Features
  • added baseUri option support (from entry options) (#​915) (6004d95)
2.5.3 (2022-01-25)
Bug Fixes
2.5.2 (2022-01-17)
Bug Fixes
2.5.1 (2022-01-17)
Bug Fixes

v2.5.3

Compare Source

v2.5.2

Compare Source

v2.5.1

Compare Source

v2.5.0

Compare Source

Features
2.4.7 (2022-01-13)
Bug Fixes
2.4.6 (2022-01-06)
Bug Fixes
2.4.5 (2021-11-17)
Chore
  • update schema-utils package to 4.0.0 version
2.4.4 (2021-11-04)
Bug Fixes
2.4.3 (2021-10-21)
Bug Fixes
2.4.2 (2021-10-07)
Bug Fixes
  • endless apply of loaders, leading to memory allocation failure (#​849) (94ad699)
2.4.1 (2021-10-05)
Bug Fixes

v2.4.7

Compare Source

v2.4.6

Compare Source

v2.4.5

Compare Source

v2.4.4

Compare Source

v2.4.3

Compare Source

v2.4.2

Compare Source

v2.4.1

Compare Source

v2.4.0

Compare Source

Performance
  • migrate on new API, this improves performance and memory usage a lot, you need to have at least webpack 5.52.0 (recommended latest stable), for older versions the old API will be used (except explicit enabling of the experimentalUseImportModule option)
Features
  • added support for supports() and layer() in @import at-rule (#​843) (e751080)
Bug Fixes

v2.3.0

Compare Source

Features
Bug Fixes
  • better description for async chunk options (34b65ac)
2.2.2 (2021-09-01)
Bug Fixes
  • experimentalUseImportModule works with new URL(...) syntax (cf81c4b)
2.2.1 (2021-08-31)
Bug Fixes
  • order of @import with the output.pathinfo option (#​815) (831f771)
  • source map generation with the output.pathinfo option (#​817) (f813b4c)

v2.2.2

Compare Source

v2.2.1

Compare Source

v2.2.0

Compare Source

Features
Bug Fixes
  • hmr in browser extension (3d09da1)

v2.1.0

Compare Source

Features

v2.0.0

Compare Source

NOTES

In the current release we have fixed many problems with publicPath, previously to generate relative URLs inside CSS files developers use different hacks: publicPath: '', publicPath: '../', using relative ../../ in the outputPath option for file-loader and etc. Now you don't need it anymore. Webpack v5 uses publicPath: "auto" by default, which means to always generate relative URLs, and now mini-css-extract-plugin does the same.

We strongly recommend use auto value by default (except when using CDN).

We also want to show you that the file-loader and url-loader are outdated, please migrate on Asset Modules.

⚠ BREAKING CHANGES
  • minimum supported Node.js version is 12.13.0
  • minimum supported webpack version is 5.0.0
  • the modules.namedExport option was removed, you don't need it anymore, because we respect the modules.namedExport option from css-loader, just remove it
  • the publicPath option no longer automatically adds / (trailing slash), you need to specify, you need to specify it yourself if it is absent, i.e. if you have publicPath: "/my/public/path" replace it with publicPath: "/my/public/path/"
Bug Fixes
  • generating correct relative url() for assets inside CSS files when you use publicPath: "auto" (default value)
1.6.2 (2021-06-28)
Bug Fixes
  • performance improvement
1.6.1 (2021-06-25)
Bug Fixes

v1.6.2

Compare Source

v1.6.1

Compare Source

v1.6.0

Compare Source

Features
1.5.1 (2021-04-28)
Bug Fixes

v1.5.1

Compare Source

v1.5.0

Compare Source

Features
  • add experimental support for importModule, improve perfomance (#​737) (8471ac2)
1.4.1 (2021-04-07)
Bug Fixes

v1.4.1

Compare Source

v1.4.0

Compare Source

Features
1.3.9 (2021-02-25)
Bug Fixes
  • allow consumers to access CssModule and CssDependency (#​703) (6484345)
  • allow to use auto value with the publicPath option (#​709) (1be21d2)
1.3.8 (2021-02-18)
Bug Fixes
1.3.7 (2021-02-15)
Bug Fixes
  • compatibility with webpack v5 (9b6b8b3)
1.3.6 (2021-02-08)
Bug Fixes
1.3.5 (2021-01-28)
Bug Fixes
1.3.4 (2021-01-13)
Bug Fixes
1.3.3 (2020-12-10)
Bug Fixes
1.3.2 (2020-12-04)
Bug Fixes
1.3.1 (2020-11-12)
Bug Fixes

v1.3.9

Compare Source

v1.3.8

Compare Source

v1.3.7

Compare Source

v1.3.6

Compare Source

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

v1.3.2

Compare Source

v1.3.1

Compare Source

v1.3.0

Compare Source

⚠ POTENTIAL BREAKING CHANGE

Options are now validated according to stricter rules - no unknown additional properties. For example, if you have not removed the hmr option for the loader when migrating to mini-css-extract-plugin@1, you will get an error. Just remove them from your configuration(s). We did this because many developers started making these mistakes.

Features
Bug Fixes
1.2.1 (2020-10-27)
Bug Fixes

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch 2 times, most recently from 8995d49 to de7e29d Compare October 7, 2021 15:46
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from de7e29d to a8a9470 Compare October 21, 2021 16:15
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from a8a9470 to 39a6ceb Compare November 4, 2021 13:09
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 39a6ceb to 5001e3d Compare November 17, 2021 19:54
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 5001e3d to d850138 Compare March 7, 2022 14:30
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from d850138 to 45b84f6 Compare June 18, 2022 18:09
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 45b84f6 to a66c79c Compare November 20, 2022 10:01
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from a66c79c to f307ce4 Compare March 18, 2023 02:19
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from f307ce4 to 2c9ff3c Compare May 28, 2023 10:17
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 2c9ff3c to 5729e54 Compare January 10, 2024 18:46
Copy link
Contributor Author

renovate bot commented Jan 10, 2024

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm WARN old lockfile prettier: No matching version found for [email protected].
npm WARN old lockfile     at module.exports (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:130:22)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24
npm WARN old lockfile  Could not fetch metadata for [email protected] prettier: No matching version found for [email protected].
npm WARN old lockfile     at module.exports (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:130:22)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24 {
npm WARN old lockfile   code: 'ETARGET',
npm WARN old lockfile   type: 'version',
npm WARN old lockfile   wanted: '2.2.1-beta-1',
npm WARN old lockfile   versions: [
npm WARN old lockfile     '0.0.1',  '0.0.2',  '0.0.3',       '0.0.4',  '0.0.5',
npm WARN old lockfile     '0.0.6',  '0.0.7',  '0.0.8',       '0.0.9',  '0.0.10',
npm WARN old lockfile     '0.11.0', '0.13.1', '0.14.0',      '0.14.1', '0.15.0',
npm WARN old lockfile     '0.16.0', '0.17.0', '0.17.1',      '0.18.0', '0.19.0',
npm WARN old lockfile     '0.20.0', '0.21.0', '0.22.0',      '1.0.0',  '1.0.1',
npm WARN old lockfile     '1.0.2',  '1.1.0',  '1.2.0',       '1.2.1',  '1.2.2',
npm WARN old lockfile     '1.3.0',  '1.3.1',  '1.4.0-beta',  '1.4.0',  '1.4.1',
npm WARN old lockfile     '1.4.2',  '1.4.3',  '1.4.4',       '1.5.0',  '1.5.1',
npm WARN old lockfile     '1.5.2',  '1.5.3',  '1.6.0-beta2', '1.6.0',  '1.6.1',
npm WARN old lockfile     '1.7.0',  '1.7.1',  '1.7.2',       '1.7.3',  '1.7.4',
npm WARN old lockfile     '1.8.0',  '1.8.1',  '1.8.2',       '1.9.0',  '1.9.1',
npm WARN old lockfile     '1.9.2',  '1.10.0', '1.10.1',      '1.10.2', '1.11.0-rc.1',
npm WARN old lockfile     '1.11.0', '1.11.1', '1.12.0',      '1.12.1', '1.13.0',
npm WARN old lockfile     '1.13.1', '1.13.2', '1.13.3',      '1.13.4', '1.13.5',
npm WARN old lockfile     '1.13.6', '1.13.7', '1.14.0',      '1.14.1', '1.14.2',
npm WARN old lockfile     '1.14.3', '1.15.0', '1.15.1',      '1.15.2', '1.15.3',
npm WARN old lockfile     '1.16.0', '1.16.1', '1.16.2',      '1.16.3', '1.16.4',
npm WARN old lockfile     '1.17.0', '1.17.1', '1.18.0',      '1.18.1', '1.18.2',
npm WARN old lockfile     '1.19.0', '1.19.1', '2.0.0',       '2.0.1',  '2.0.2',
npm WARN old lockfile     '2.0.3',  '2.0.4',  '2.0.5',       '2.1.0',  '2.1.1',
npm WARN old lockfile     ... 58 more items
npm WARN old lockfile   ],
npm WARN old lockfile   distTags: { latest: '3.2.5', next: '4.0.0-alpha.8' },
npm WARN old lockfile   defaultTag: 'latest'
npm WARN old lockfile }
npm WARN old lockfile prettier: No matching version found for [email protected].
npm WARN old lockfile     at module.exports (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:130:22)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24
npm WARN old lockfile  Could not fetch metadata for [email protected] prettier: No matching version found for [email protected].
npm WARN old lockfile     at module.exports (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:209:23)
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:130:22)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24 {
npm WARN old lockfile   code: 'ETARGET',
npm WARN old lockfile   type: 'version',
npm WARN old lockfile   wanted: '2.2.1-beta-1',
npm WARN old lockfile   versions: [
npm WARN old lockfile     '0.0.1',  '0.0.2',  '0.0.3',       '0.0.4',  '0.0.5',
npm WARN old lockfile     '0.0.6',  '0.0.7',  '0.0.8',       '0.0.9',  '0.0.10',
npm WARN old lockfile     '0.11.0', '0.13.1', '0.14.0',      '0.14.1', '0.15.0',
npm WARN old lockfile     '0.16.0', '0.17.0', '0.17.1',      '0.18.0', '0.19.0',
npm WARN old lockfile     '0.20.0', '0.21.0', '0.22.0',      '1.0.0',  '1.0.1',
npm WARN old lockfile     '1.0.2',  '1.1.0',  '1.2.0',       '1.2.1',  '1.2.2',
npm WARN old lockfile     '1.3.0',  '1.3.1',  '1.4.0-beta',  '1.4.0',  '1.4.1',
npm WARN old lockfile     '1.4.2',  '1.4.3',  '1.4.4',       '1.5.0',  '1.5.1',
npm WARN old lockfile     '1.5.2',  '1.5.3',  '1.6.0-beta2', '1.6.0',  '1.6.1',
npm WARN old lockfile     '1.7.0',  '1.7.1',  '1.7.2',       '1.7.3',  '1.7.4',
npm WARN old lockfile     '1.8.0',  '1.8.1',  '1.8.2',       '1.9.0',  '1.9.1',
npm WARN old lockfile     '1.9.2',  '1.10.0', '1.10.1',      '1.10.2', '1.11.0-rc.1',
npm WARN old lockfile     '1.11.0', '1.11.1', '1.12.0',      '1.12.1', '1.13.0',
npm WARN old lockfile     '1.13.1', '1.13.2', '1.13.3',      '1.13.4', '1.13.5',
npm WARN old lockfile     '1.13.6', '1.13.7', '1.14.0',      '1.14.1', '1.14.2',
npm WARN old lockfile     '1.14.3', '1.15.0', '1.15.1',      '1.15.2', '1.15.3',
npm WARN old lockfile     '1.16.0', '1.16.1', '1.16.2',      '1.16.3', '1.16.4',
npm WARN old lockfile     '1.17.0', '1.17.1', '1.18.0',      '1.18.1', '1.18.2',
npm WARN old lockfile     '1.19.0', '1.19.1', '2.0.0',       '2.0.1',  '2.0.2',
npm WARN old lockfile     '2.0.3',  '2.0.4',  '2.0.5',       '2.1.0',  '2.1.1',
npm WARN old lockfile     ... 58 more items
npm WARN old lockfile   ],
npm WARN old lockfile   distTags: { latest: '3.2.5', next: '4.0.0-alpha.8' },
npm WARN old lockfile   defaultTag: 'latest'
npm WARN old lockfile }
npm WARN old lockfile Error: Integrity checksum failed when using sha512: wanted sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A== but got sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==.
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:163:35)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24
npm WARN old lockfile  Could not fetch metadata for [email protected] Error: Integrity checksum failed when using sha512: wanted sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A== but got sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==.
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:163:35)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24 {
npm WARN old lockfile   code: 'EINTEGRITY'
npm WARN old lockfile }
npm WARN old lockfile Error: Integrity checksum failed when using sha512: wanted sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ== but got sha512-ArmIS8w+XhL4KGP05kxMousA9SFxmeirMkNNcVe5LjK4iGCbZ8qKnG4byuXMru7Ty7a9QwiMUIf80X+zmJuf2A==.
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:163:35)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24
npm WARN old lockfile  Could not fetch metadata for [email protected] Error: Integrity checksum failed when using sha512: wanted sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ== but got sha512-ArmIS8w+XhL4KGP05kxMousA9SFxmeirMkNNcVe5LjK4iGCbZ8qKnG4byuXMru7Ty7a9QwiMUIf80X+zmJuf2A==.
npm WARN old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/pacote/lib/registry.js:163:35)
npm WARN old lockfile     at async /opt/containerbase/tools/npm/10.5.2/20.12.2/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:734:24 {
npm WARN old lockfile   code: 'EINTEGRITY'
npm WARN old lockfile }
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: wp-foo-bar@undefined
npm ERR! Found: [email protected]
npm ERR! node_modules/webpack
npm ERR!   dev webpack@"4.46.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer webpack@"^5.0.0" from [email protected]
npm ERR! node_modules/mini-css-extract-plugin
npm ERR!   dev mini-css-extract-plugin@"2.9.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-16T19_57_24_210Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-16T19_57_24_210Z-debug-0.log

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 5729e54 to 1e39879 Compare February 1, 2024 17:25
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 1e39879 to 99e226b Compare February 27, 2024 18:28
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 99e226b to d11f6f5 Compare April 16, 2024 19:59
@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from d11f6f5 to 5dd5787 Compare August 19, 2024 16:17
Copy link
Contributor Author

renovate bot commented Aug 19, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn old lockfile
npm warn old lockfile The package-lock.json file was created with an old version of npm,
npm warn old lockfile so supplemental metadata must be fetched from the registry.
npm warn old lockfile
npm warn old lockfile This is a one-time fix-up, please be patient...
npm warn old lockfile
npm warn old lockfile Could not fetch metadata for [email protected] prettier: No matching version found for [email protected].
npm warn old lockfile     at module.exports (/opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:215:23)
npm warn old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/pacote/lib/registry.js:130:54)
npm warn old lockfile     at async /opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:715:24 {
npm warn old lockfile   code: 'ETARGET',
npm warn old lockfile   type: 'version',
npm warn old lockfile   wanted: '2.2.1-beta-1',
npm warn old lockfile   versions: [
npm warn old lockfile     '0.0.1',  '0.0.2',  '0.0.3',       '0.0.4',  '0.0.5',
npm warn old lockfile     '0.0.6',  '0.0.7',  '0.0.8',       '0.0.9',  '0.0.10',
npm warn old lockfile     '0.11.0', '0.13.1', '0.14.0',      '0.14.1', '0.15.0',
npm warn old lockfile     '0.16.0', '0.17.0', '0.17.1',      '0.18.0', '0.19.0',
npm warn old lockfile     '0.20.0', '0.21.0', '0.22.0',      '1.0.0',  '1.0.1',
npm warn old lockfile     '1.0.2',  '1.1.0',  '1.2.0',       '1.2.1',  '1.2.2',
npm warn old lockfile     '1.3.0',  '1.3.1',  '1.4.0-beta',  '1.4.0',  '1.4.1',
npm warn old lockfile     '1.4.2',  '1.4.3',  '1.4.4',       '1.5.0',  '1.5.1',
npm warn old lockfile     '1.5.2',  '1.5.3',  '1.6.0-beta2', '1.6.0',  '1.6.1',
npm warn old lockfile     '1.7.0',  '1.7.1',  '1.7.2',       '1.7.3',  '1.7.4',
npm warn old lockfile     '1.8.0',  '1.8.1',  '1.8.2',       '1.9.0',  '1.9.1',
npm warn old lockfile     '1.9.2',  '1.10.0', '1.10.1',      '1.10.2', '1.11.0-rc.1',
npm warn old lockfile     '1.11.0', '1.11.1', '1.12.0',      '1.12.1', '1.13.0',
npm warn old lockfile     '1.13.1', '1.13.2', '1.13.3',      '1.13.4', '1.13.5',
npm warn old lockfile     '1.13.6', '1.13.7', '1.14.0',      '1.14.1', '1.14.2',
npm warn old lockfile     '1.14.3', '1.15.0', '1.15.1',      '1.15.2', '1.15.3',
npm warn old lockfile     '1.16.0', '1.16.1', '1.16.2',      '1.16.3', '1.16.4',
npm warn old lockfile     '1.17.0', '1.17.1', '1.18.0',      '1.18.1', '1.18.2',
npm warn old lockfile     '1.19.0', '1.19.1', '2.0.0',       '2.0.1',  '2.0.2',
npm warn old lockfile     '2.0.3',  '2.0.4',  '2.0.5',       '2.1.0',  '2.1.1',
npm warn old lockfile     ... 64 more items
npm warn old lockfile   ],
npm warn old lockfile   distTags: { next: '4.0.0-alpha.10', latest: '3.3.3' },
npm warn old lockfile   defaultTag: 'latest'
npm warn old lockfile }
npm warn old lockfile Could not fetch metadata for [email protected] prettier: No matching version found for [email protected].
npm warn old lockfile     at module.exports (/opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js:215:23)
npm warn old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/pacote/lib/registry.js:130:54)
npm warn old lockfile     at async /opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:715:24 {
npm warn old lockfile   code: 'ETARGET',
npm warn old lockfile   type: 'version',
npm warn old lockfile   wanted: '2.2.1-beta-1',
npm warn old lockfile   versions: [
npm warn old lockfile     '0.0.1',  '0.0.2',  '0.0.3',       '0.0.4',  '0.0.5',
npm warn old lockfile     '0.0.6',  '0.0.7',  '0.0.8',       '0.0.9',  '0.0.10',
npm warn old lockfile     '0.11.0', '0.13.1', '0.14.0',      '0.14.1', '0.15.0',
npm warn old lockfile     '0.16.0', '0.17.0', '0.17.1',      '0.18.0', '0.19.0',
npm warn old lockfile     '0.20.0', '0.21.0', '0.22.0',      '1.0.0',  '1.0.1',
npm warn old lockfile     '1.0.2',  '1.1.0',  '1.2.0',       '1.2.1',  '1.2.2',
npm warn old lockfile     '1.3.0',  '1.3.1',  '1.4.0-beta',  '1.4.0',  '1.4.1',
npm warn old lockfile     '1.4.2',  '1.4.3',  '1.4.4',       '1.5.0',  '1.5.1',
npm warn old lockfile     '1.5.2',  '1.5.3',  '1.6.0-beta2', '1.6.0',  '1.6.1',
npm warn old lockfile     '1.7.0',  '1.7.1',  '1.7.2',       '1.7.3',  '1.7.4',
npm warn old lockfile     '1.8.0',  '1.8.1',  '1.8.2',       '1.9.0',  '1.9.1',
npm warn old lockfile     '1.9.2',  '1.10.0', '1.10.1',      '1.10.2', '1.11.0-rc.1',
npm warn old lockfile     '1.11.0', '1.11.1', '1.12.0',      '1.12.1', '1.13.0',
npm warn old lockfile     '1.13.1', '1.13.2', '1.13.3',      '1.13.4', '1.13.5',
npm warn old lockfile     '1.13.6', '1.13.7', '1.14.0',      '1.14.1', '1.14.2',
npm warn old lockfile     '1.14.3', '1.15.0', '1.15.1',      '1.15.2', '1.15.3',
npm warn old lockfile     '1.16.0', '1.16.1', '1.16.2',      '1.16.3', '1.16.4',
npm warn old lockfile     '1.17.0', '1.17.1', '1.18.0',      '1.18.1', '1.18.2',
npm warn old lockfile     '1.19.0', '1.19.1', '2.0.0',       '2.0.1',  '2.0.2',
npm warn old lockfile     '2.0.3',  '2.0.4',  '2.0.5',       '2.1.0',  '2.1.1',
npm warn old lockfile     ... 64 more items
npm warn old lockfile   ],
npm warn old lockfile   distTags: { next: '4.0.0-alpha.10', latest: '3.3.3' },
npm warn old lockfile   defaultTag: 'latest'
npm warn old lockfile }
npm warn old lockfile Could not fetch metadata for [email protected] Error: Integrity checksum failed when using sha512: wanted sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A== but got sha512-7PtVymN48hGcO4fGjybyBSIWDsLU4H4XlvOHfq91pz9kkGlonzwTfYkaIEwiRg/dAJF9YlbsduBAgtYLi+8cFg==.
npm warn old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/pacote/lib/registry.js:163:35)
npm warn old lockfile     at async /opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:715:24 {
npm warn old lockfile   code: 'EINTEGRITY'
npm warn old lockfile }
npm warn old lockfile Could not fetch metadata for [email protected] Error: Integrity checksum failed when using sha512: wanted sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ== but got sha512-ArmIS8w+XhL4KGP05kxMousA9SFxmeirMkNNcVe5LjK4iGCbZ8qKnG4byuXMru7Ty7a9QwiMUIf80X+zmJuf2A==.
npm warn old lockfile     at RegistryFetcher.manifest (/opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/pacote/lib/registry.js:163:35)
npm warn old lockfile     at async /opt/containerbase/tools/npm/10.9.0/22.11.0/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js:715:24 {
npm warn old lockfile   code: 'EINTEGRITY'
npm warn old lockfile }
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: wp-foo-bar@undefined
npm error Found: [email protected]
npm error node_modules/webpack
npm error   dev webpack@"4.46.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer webpack@"^5.0.0" from [email protected]
npm error node_modules/mini-css-extract-plugin
npm error   dev mini-css-extract-plugin@"2.9.2" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-01T02_25_47_441Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-01T02_25_47_441Z-debug-0.log

@renovate renovate bot force-pushed the renovate/mini-css-extract-plugin-2.x branch from 5dd5787 to a38ac32 Compare November 1, 2024 02:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants