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 webpack to v5.94.0 #1319

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
webpack 5.93.0 -> 5.94.0 age adoption passing confidence

Release Notes

webpack/webpack (webpack)

v5.94.0

Compare Source

v5.93.0

Compare Source

v5.92.1

Compare Source

v5.92.0

Compare Source

Bug Fixes

  • Correct tidle range's comutation for module federation
  • Consider runtime for pure expression dependency update hash
  • Return value in the subtractRuntime function for runtime logic
  • Fixed failed to resolve promise when eager import a dynamic cjs
  • Avoid generation extra code for external modules when remapping is not required
  • The css/global type now handles the exports name
  • Avoid hashing for @keyframe and @property at-rules in css/global type
  • Fixed mangle with destructuring for JSON modules
  • The stats.hasWarnings() method now respects the ignoreWarnings option
  • Fixed ArrayQueue iterator
  • Correct behavior of __webpack_exports_info__.a.b.canMangle
  • Changed to the correct plugin name for the CommonJsChunkFormatPlugin plugin
  • Set the chunkLoading option to the import when environment is unknown and output is module
  • Fixed when runtimeChunk has no exports when module chunkFormat used
  • [CSS] Fixed parsing minimized CSS import
  • [CSS] URLs in CSS files now have correct public path
  • [CSS] The css module type should not allow parser to switch mode
  • [Types] Improved context module types

New Features

  • Added platform target properties to compiler
  • Improved multi compiler cache location and validating it
  • Support import attributes spec (with keyword)
  • Support node: prefix for Node.js core modules in runtime code
  • Support prefetch/preload for module chunk format
  • Support "..." in the importsFields option for resolver
  • Root module is less prone to be wrapped in IIFE
  • Export InitFragment class for plugins
  • Export compileBooleanMatcher util for plugins
  • Export InputFileSystem and OutputFileSystem types
  • [CSS] Support the esModule generator option for CSS modules
  • [CSS] Support CSS when chunk format is module

v5.91.0

Compare Source

Bug Fixes

  • Deserializer for ignored modules doesn't crash
  • Allow the unsafeCache option to be a proxy object
  • Normalize the snapshot.unmanagedPaths option
  • Fixed fs types
  • Fixed resolve's plugins types
  • Fixed wrongly calculate postOrderIndex
  • Fixed watching types
  • Output import attrbiutes/import assertions for external JS imports
  • Throw an error when DllPlugin needs to generate multiple manifest files, but the path is the same
  • [CSS] Output layer/supports/media for external CSS imports

New Features

  • Allow to customize the stage of BannerPlugin
  • [CSS] Support CSS exports convention
  • [CSS] support CSS local ident name
  • [CSS] Support __webpack_nonce__ for CSS chunks
  • [CSS] Support fetchPriority for CSS chunks
  • [CSS] Allow to use LZW to compress css head meta (enabled in the production mode by default)
  • [CSS] Support prefetch/preload for CSS chunks

v5.90.3

Compare Source

Bug Fixes

  • don't mangle when destructuring a reexport
  • types for Stats.toJson() and Stats.toString()
  • many internal types
  • [CSS] clean up export css local vars

Perf

  • simplify and optimize chunk graph creation

v5.90.2

Compare Source

Bug Fixes

  • use Math.imul in fnv1a32 to avoid loss of precision, directly hash UTF16 values
  • the setStatus() of the HMR module should not return an array, which may cause infinite recursion
  • __webpack_exports_info__.xxx.canMangle shouldn't always same as default
  • mangle export with destructuring
  • use new runtime to reconsider skipped connections activeState
  • make dynamic import optional in try/catch
  • improve auto publicPath detection

Dependencies & Maintenance

  • improve CI setup and include Node.js@21

v5.90.1

Compare Source

Bug Fixes

  • set unmanagedPaths in defaults
  • correct preOrderIndex and postOrderIndex
  • add fallback for MIME mismatch error in async wasm loading
  • browsers versions of ECMA features

Performance

  • optimize compareStringsNumeric
  • optimize numberHash using 32-bit FNV1a for small ranges, 64-bit for larger
  • reuse VM context across webpack magic comments

v5.90.0

Compare Source

Bug Fixes

  • Fixed inner graph for classes
  • Optimized RemoveParentModulesPlugin via bigint arithmetic
  • Fixed worklet detection in production mode
  • Fixed an error for cyclic importModule
  • Fixed types for Server and Dirent
  • Added the fetchPriority to hmr runtime's ensureChunk function
  • Don't warn about dynamic import for build dependencies
  • External module generation respects the output.environment.arrowFunction option
  • Fixed consumimng shared runtime module logic
  • Fixed a runtime logic of multiple chunks
  • Fixed destructing assignment of dynamic import json file
  • Passing errors array for a module hash
  • Added /*#__PURE__*/ to generated JSON.parse()
  • Generated a library manifest after clean plugin
  • Fixed non amd externals and amd library
  • Fixed a bug in SideEffectsFlagPlugin with namespace re-exports
  • Fixed an error message for condition or
  • The strictModuleErrorHandling is now working
  • Clean up child compilation chunk graph to avoid memory leak
  • [CSS] - Fixed CSS import prefer relative resolution
  • [CSS] - Fixed CSS runtime chunk loading error message

New Features

  • Allow to set false for dev server in webpack.config.js
  • Added a warning for async external when not supported
  • Added a warning for async module when not supported
  • Added the node-module option for the node.__filename/__dirname and enable it by default for ESM target
  • Added the snapshot.unmanagedPaths option
  • Exposed the MultiCompilerOptions type
  • [CSS] - Added CSS parser options to enable/disable named exports
  • [CSS] - Moved CSS the exportsOnly option to CSS generator options

Dependencies & Maintenance

  • use node.js LTS version for lint
  • bump actions/cache from 3 to 4
  • bump prettier from 3.2.1 to 3.2.3
  • bump assemblyscript
  • bump actions/checkout from 3 to 4

Full Changelog: webpack/webpack@v5.89.0...v5.90.0

v5.89.0

Compare Source

New Features

Dependencies & Maintenance

Full Changelog: webpack/webpack@v5.88.2...v5.89.0

v5.88.2

Compare Source

Bug Fixes

Full Changelog: webpack/webpack@v5.88.1...v5.88.2


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 added the Renovate Renovate App label Aug 26, 2024
Copy link
Contributor Author

renovate bot commented Aug 26, 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 ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/block-editor@12.26.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/block-editor/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/block-editor/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/block-editor@12.26.0
npm warn     node_modules/@wordpress/block-editor
npm warn   3 more (@wordpress/element, framer-motion, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/block-editor@12.26.0
npm warn node_modules/@wordpress/block-editor
npm warn   dev @wordpress/block-editor@"^12.12.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/block-editor@12.26.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/@wordpress/block-editor/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/block-editor/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/block-editor@12.26.0
npm warn     node_modules/@wordpress/block-editor
npm warn   2 more (@wordpress/element, framer-motion)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/block-editor@12.26.0
npm warn node_modules/@wordpress/block-editor
npm warn   dev @wordpress/block-editor@"^12.12.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/blocks@12.35.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/blocks/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/blocks/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/blocks@12.35.0
npm warn     node_modules/@wordpress/blocks
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/blocks@12.35.0
npm warn node_modules/@wordpress/blocks
npm warn   dev @wordpress/blocks@"^12.29.0" from the root project
npm warn   2 more (@wordpress/block-editor, @wordpress/server-side-render)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/commands@0.29.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/commands/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/commands/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/commands@0.29.0
npm warn     node_modules/@wordpress/commands
npm warn   3 more (@wordpress/element, framer-motion, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/commands@0.29.0
npm warn node_modules/@wordpress/commands
npm warn   @wordpress/commands@"^0.29.0" from @wordpress/block-editor@12.26.0
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/commands@0.29.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/@wordpress/commands/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/commands/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/commands@0.29.0
npm warn     node_modules/@wordpress/commands
npm warn   2 more (@wordpress/element, framer-motion)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/commands@0.29.0
npm warn node_modules/@wordpress/commands
npm warn   @wordpress/commands@"^0.29.0" from @wordpress/block-editor@12.26.0
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/components@25.16.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/components/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/components/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.27.0" from @wordpress/components@25.16.0
npm warn     node_modules/@wordpress/components
npm warn   2 more (framer-motion, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/components@25.16.0
npm warn node_modules/@wordpress/components
npm warn   dev @wordpress/components@"^25.16.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/components@25.16.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/@wordpress/components/node_modules/react-dom
npm warn   react-dom@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/components/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.27.0" from @wordpress/components@25.16.0
npm warn     node_modules/@wordpress/components
npm warn   1 more (framer-motion)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/components@25.16.0
npm warn node_modules/@wordpress/components
npm warn   dev @wordpress/components@"^25.16.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/compose@6.35.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/compose/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/compose/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/compose@6.35.0
npm warn     node_modules/@wordpress/compose
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/compose@6.35.0
npm warn node_modules/@wordpress/compose
npm warn   @wordpress/compose@"^6.35.0" from @wordpress/components@27.6.0
npm warn   node_modules/@types/wordpress__block-editor/node_modules/@wordpress/components
npm warn   12 more (@wordpress/components, @wordpress/block-editor, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/data@9.28.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/data/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/data/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/data@9.28.0
npm warn     node_modules/@wordpress/data
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/data@9.28.0
npm warn node_modules/@wordpress/data
npm warn   @wordpress/data@"^9.22.0" from the root project
npm warn   10 more (@types/wordpress__block-editor, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/keyboard-shortcuts@4.35.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/keyboard-shortcuts/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/keyboard-shortcuts/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/keyboard-shortcuts@4.35.0
npm warn     node_modules/@wordpress/keyboard-shortcuts
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/keyboard-shortcuts@4.35.0
npm warn node_modules/@wordpress/keyboard-shortcuts
npm warn   @wordpress/keyboard-shortcuts@"^4.35.0" from @wordpress/block-editor@12.26.0
npm warn   node_modules/@wordpress/block-editor
npm warn   1 more (@wordpress/commands)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/preferences@3.35.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/preferences/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/preferences/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/preferences@3.35.0
npm warn     node_modules/@wordpress/preferences
npm warn   3 more (@wordpress/element, framer-motion, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/preferences@3.35.0
npm warn node_modules/@wordpress/preferences
npm warn   @wordpress/preferences@"^3.35.0" from @wordpress/block-editor@12.26.0
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/preferences@3.35.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/@wordpress/preferences/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/preferences/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/preferences@3.35.0
npm warn     node_modules/@wordpress/preferences
npm warn   2 more (@wordpress/element, framer-motion)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/preferences@3.35.0
npm warn node_modules/@wordpress/preferences
npm warn   @wordpress/preferences@"^3.35.0" from @wordpress/block-editor@12.26.0
npm warn   node_modules/@wordpress/block-editor
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/rich-text@6.35.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/rich-text/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/element@5.35.0
npm warn   node_modules/@wordpress/rich-text/node_modules/@wordpress/element
npm warn     @wordpress/element@"^5.35.0" from @wordpress/rich-text@6.35.0
npm warn     node_modules/@wordpress/rich-text
npm warn   1 more (react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/rich-text@6.35.0
npm warn node_modules/@wordpress/rich-text
npm warn   @wordpress/rich-text@"^6.35.0" from @wordpress/components@27.6.0
npm warn   node_modules/@types/wordpress__block-editor/node_modules/@wordpress/components
npm warn   8 more (@wordpress/components, @wordpress/block-editor, ...)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/scripts@27.9.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/scripts/node_modules/react
npm warn   react@"^18.3.0" from @wordpress/babel-preset-default@7.42.0
npm warn   node_modules/@wordpress/scripts/node_modules/@wordpress/babel-preset-default
npm warn     @wordpress/babel-preset-default@"^7.42.0" from @wordpress/scripts@27.9.0
npm warn     node_modules/@wordpress/scripts
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/scripts@27.9.0
npm warn node_modules/@wordpress/scripts
npm warn   dev @wordpress/scripts@"^27.3.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/server-side-render@4.35.0
npm warn Found: react@18.3.1
npm warn node_modules/@wordpress/server-side-render/node_modules/react
npm warn   peer react@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/server-side-render/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/server-side-render@4.35.0
npm warn     node_modules/@wordpress/server-side-render
npm warn   3 more (@wordpress/element, framer-motion, react-dom)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^18.0.0" from @wordpress/server-side-render@4.35.0
npm warn node_modules/@wordpress/server-side-render
npm warn   dev @wordpress/server-side-render@"^4.30.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @wordpress/server-side-render@4.35.0
npm warn Found: react-dom@18.3.1
npm warn node_modules/@wordpress/server-side-render/node_modules/react-dom
npm warn   peer react-dom@"^18.0.0" from @wordpress/components@27.6.0
npm warn   node_modules/@wordpress/server-side-render/node_modules/@wordpress/components
npm warn     @wordpress/components@"^27.6.0" from @wordpress/server-side-render@4.35.0
npm warn     node_modules/@wordpress/server-side-render
npm warn   2 more (@wordpress/element, framer-motion)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^18.0.0" from @wordpress/server-side-render@4.35.0
npm warn node_modules/@wordpress/server-side-render
npm warn   dev @wordpress/server-side-render@"^4.30.0" from the root project
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: react-autosize-textarea@7.1.0
npm warn Found: react@18.2.0
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-autosize-textarea@7.1.0
npm warn node_modules/react-autosize-textarea
npm warn   react-autosize-textarea@"^7.1.0" from @types/wordpress__block-editor@11.5.14
npm warn   node_modules/@types/wordpress__block-editor
npm warn   1 more (@wordpress/block-editor)
npm warn
npm warn Conflicting peer dependency: react@16.14.0
npm warn node_modules/react
npm warn   peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-autosize-textarea@7.1.0
npm warn   node_modules/react-autosize-textarea
npm warn     react-autosize-textarea@"^7.1.0" from @types/wordpress__block-editor@11.5.14
npm warn     node_modules/@types/wordpress__block-editor
npm warn     1 more (@wordpress/block-editor)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: react-autosize-textarea@7.1.0
npm warn Found: react-dom@18.2.0
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-autosize-textarea@7.1.0
npm warn node_modules/react-autosize-textarea
npm warn   react-autosize-textarea@"^7.1.0" from @types/wordpress__block-editor@11.5.14
npm warn   node_modules/@types/wordpress__block-editor
npm warn   1 more (@wordpress/block-editor)
npm warn
npm warn Conflicting peer dependency: react-dom@16.14.0
npm warn node_modules/react-dom
npm warn   peer react-dom@"^0.14.0 || ^15.0.0 || ^16.0.0" from react-autosize-textarea@7.1.0
npm warn   node_modules/react-autosize-textarea
npm warn     react-autosize-textarea@"^7.1.0" from @types/wordpress__block-editor@11.5.14
npm warn     node_modules/@types/wordpress__block-editor
npm warn     1 more (@wordpress/block-editor)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit@1.3.11
npm warn Found: react@18.2.0
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from reakit@1.3.11
npm warn node_modules/reakit
npm warn   reakit@"^1.3.11" from @wordpress/components@25.16.0
npm warn   node_modules/@wordpress/components
npm warn
npm warn Conflicting peer dependency: react@17.0.2
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn     reakit@"^1.3.11" from @wordpress/components@25.16.0
npm warn     node_modules/@wordpress/components
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit@1.3.11
npm warn Found: react-dom@18.2.0
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || ^17.0.0" from reakit@1.3.11
npm warn node_modules/reakit
npm warn   reakit@"^1.3.11" from @wordpress/components@25.16.0
npm warn   node_modules/@wordpress/components
npm warn
npm warn Conflicting peer dependency: react-dom@17.0.2
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || ^17.0.0" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn     reakit@"^1.3.11" from @wordpress/components@25.16.0
npm warn     node_modules/@wordpress/components
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit-system@0.15.2
npm warn Found: react@18.2.0
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from reakit-system@0.15.2
npm warn node_modules/reakit-system
npm warn   reakit-system@"^0.15.2" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn
npm warn Conflicting peer dependency: react@17.0.2
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from reakit-system@0.15.2
npm warn   node_modules/reakit-system
npm warn     reakit-system@"^0.15.2" from reakit@1.3.11
npm warn     node_modules/reakit
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit-system@0.15.2
npm warn Found: react-dom@18.2.0
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || ^17.0.0" from reakit-system@0.15.2
npm warn node_modules/reakit-system
npm warn   reakit-system@"^0.15.2" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn
npm warn Conflicting peer dependency: react-dom@17.0.2
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || ^17.0.0" from reakit-system@0.15.2
npm warn   node_modules/reakit-system
npm warn     reakit-system@"^0.15.2" from reakit@1.3.11
npm warn     node_modules/reakit
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit-utils@0.15.2
npm warn Found: react@18.2.0
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from reakit-utils@0.15.2
npm warn node_modules/reakit-utils
npm warn   reakit-utils@"^0.15.2" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn   2 more (reakit-system, reakit-warning)
npm warn
npm warn Conflicting peer dependency: react@17.0.2
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from reakit-utils@0.15.2
npm warn   node_modules/reakit-utils
npm warn     reakit-utils@"^0.15.2" from reakit@1.3.11
npm warn     node_modules/reakit
npm warn     2 more (reakit-system, reakit-warning)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit-utils@0.15.2
npm warn Found: react-dom@18.2.0
npm warn node_modules/react-dom
npm warn   react-dom@"18.2.0" from the root project
npm warn   24 more (@ariakit/react, @ariakit/react-core, @chakra-ui/modal, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react-dom@"^16.8.0 || ^17.0.0" from reakit-utils@0.15.2
npm warn node_modules/reakit-utils
npm warn   reakit-utils@"^0.15.2" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn   2 more (reakit-system, reakit-warning)
npm warn
npm warn Conflicting peer dependency: react-dom@17.0.2
npm warn node_modules/react-dom
npm warn   peer react-dom@"^16.8.0 || ^17.0.0" from reakit-utils@0.15.2
npm warn   node_modules/reakit-utils
npm warn     reakit-utils@"^0.15.2" from reakit@1.3.11
npm warn     node_modules/reakit
npm warn     2 more (reakit-system, reakit-warning)
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: reakit-warning@0.6.2
npm warn Found: react@18.2.0
npm warn node_modules/react
npm warn   react@"18.2.0" from the root project
npm warn   127 more (@ariakit/react, @ariakit/react-core, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer react@"^16.8.0 || ^17.0.0" from reakit-warning@0.6.2
npm warn node_modules/reakit-warning
npm warn   reakit-warning@"^0.6.2" from reakit@1.3.11
npm warn   node_modules/reakit
npm warn
npm warn Conflicting peer dependency: react@17.0.2
npm warn node_modules/react
npm warn   peer react@"^16.8.0 || ^17.0.0" from reakit-warning@0.6.2
npm warn   node_modules/reakit-warning
npm warn     reakit-warning@"^0.6.2" from reakit@1.3.11
npm warn     node_modules/reakit
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: stylelint-config-recommended-scss@4.3.0
npm warn Found: stylelint@14.11.0
npm warn node_modules/stylelint
npm warn   dev stylelint@"14.11.0" from the root project
npm warn   7 more (@wordpress/scripts, @wordpress/stylelint-config, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from stylelint-config-recommended-scss@4.3.0
npm warn node_modules/stylelint-config-recommended-scss
npm warn   stylelint-config-recommended-scss@"^4.2.0" from stylelint-config-wordpress@17.0.0
npm warn   node_modules/stylelint-config-wordpress
npm warn
npm warn Conflicting peer dependency: stylelint@13.13.1
npm warn node_modules/stylelint
npm warn   peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from stylelint-config-recommended-scss@4.3.0
npm warn   node_modules/stylelint-config-recommended-scss
npm warn     stylelint-config-recommended-scss@"^4.2.0" from stylelint-config-wordpress@17.0.0
npm warn     node_modules/stylelint-config-wordpress
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: stylelint-config-wordpress@17.0.0
npm error Found: stylelint@14.11.0
npm error node_modules/stylelint
npm error   dev stylelint@"14.11.0" from the root project
npm error   stylelint@"^14.2.0" from @wordpress/scripts@27.9.0
npm error   node_modules/@wordpress/scripts
npm error     dev @wordpress/scripts@"^27.3.0" from the root project
npm error   6 more (@wordpress/stylelint-config, ...)
npm error
npm error Could not resolve dependency:
npm error peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from stylelint-config-wordpress@17.0.0
npm error node_modules/stylelint-config-wordpress
npm error   dev stylelint-config-wordpress@"17.0.0" from the root project
npm error
npm error Conflicting peer dependency: stylelint@13.13.1
npm error node_modules/stylelint
npm error   peer stylelint@"^10.1.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" from stylelint-config-wordpress@17.0.0
npm error   node_modules/stylelint-config-wordpress
npm error     dev stylelint-config-wordpress@"17.0.0" 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-08-26T00_59_46_170Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-08-26T00_59_46_170Z-debug-0.log

@renovate renovate bot changed the title Update dependency webpack to v5.94.0 Update dependency webpack to v5.94.0 - autoclosed Aug 30, 2024
@renovate renovate bot closed this Aug 30, 2024
@renovate renovate bot deleted the renovate/webpack-5.x branch August 30, 2024 18:09
@renovate renovate bot restored the renovate/webpack-5.x branch September 3, 2024 16:21
@renovate renovate bot changed the title Update dependency webpack to v5.94.0 - autoclosed Update dependency webpack to v5.94.0 Sep 3, 2024
@renovate renovate bot reopened this Sep 3, 2024
@deepench deepench closed this Sep 4, 2024
Copy link
Contributor Author

renovate bot commented Sep 4, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (5.94.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

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/webpack-5.x branch September 4, 2024 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Renovate Renovate App
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant