chore(deps): update external major (major)
Note: This PR body was truncated due to platform limits.
This PR contains the following updates:
Release Notes
braintree/sanitize-url (@braintree/sanitize-url)
v7.1.1
-
DevDependency Changes
- happy-dom to 15.11.6
-
Update (sub-)dependencies
- cross-spawn to 7.0.6
- micromatch to 4.0.8
- vite to 4.5.5
v7.1.0
- Updated to handle back-slashes
v7.0.4
- Updates get-func-name to 2.0.2
v7.0.3
- Dependencies
- Update braces to 3.0.3
v7.0.2
- Improve sanitization of whitespace escapes
v7.0.1
- Improve sanitization of HTML entities
v7.0.0
-
Move constant declarations from index file to
constants.tsfile -
Update to node v18
-
Dev Dependency Updates
- Update to TypeScript 5
- Other minor dependency updates
jestjs/jest (@jest/globals)
v30.2.0
Chore & Maintenance
-
[*]Update example repo for testing React Native projects (#15832) -
[*]Updatejest-watch-typeaheadto v3 (#15830)
v30.1.2
Fixes
-
[jest-snapshot-utils]Correct snapshot header regexp to work with newline across OSes (#15803)
v30.1.1
Fixes
-
[jest-snapshot-utils]Fix deprecated goo.gl snapshot warning not handling Windows end-of-line sequences (#15800) -
[jest-snapshot-utils]Improve messaging about goo.gl snapshot link change (#15821)
v30.1.0
v30.0.5
Features
-
[jest-config]AllowtestMatchto take a string value -
[jest-worker]LetworkerIdleMemoryLimitaccept 0 to always restart worker child processes
Fixes
-
[expect]Fixbiginterror (#15702)
v30.0.4
Features
-
[expect]TheInversetype is now exported (#15714) -
[expect]feat: supportasync functionsintoBe(#15704)
Fixes
-
[jest]jest --onlyFailures --listTests now correctly lists only failed tests (#15700) -
[jest-snapshot]Handle line endings in snapshots (#15708)
v30.0.3
Fixes
-
[jest-config]Fix ESM TS config loading in a CJS project (#15694) -
[jest-core]jest --onlyFailures --listTests now correctly lists only failed tests(#15700)
Features
-
[jest-diff]Show non-printable control characters to diffs (#15696)
v30.0.2
Fixes
-
[jest-matcher-utils]Make 'deepCyclicCopyObject' safer by setting descriptors to a null-prototype object (#15689) -
[jest-util]Make garbage collection protection property writable (#15689)
v30.0.1
Features
-
[jest-resolver]Implement thedefaultAsyncResolver(#15679)
Fixes
-
[jest-resolver]Resolve builtin modules correctly (#15683) -
[jest-environment-node, jest-util]Avoid setting globals cleanup protection symbol when feature is off (#15684)
Chore & Maintenance
-
[*]Remove and deprecatejest-replpackage (#15673) -
[jest-resolver]Replace customisBuiltinModulewith node'sisBuiltin(#15685)
v30.0.0
Features
-
[*]RenamedglobalsCleanupModetoglobalsCleanupand--waitNextEventLoopTurnForUnhandledRejectionEventsto--waitForUnhandledRejections -
[expect]AddArrayOfasymmetric matcher for validating array elements. (#15567) -
[babel-jest]Add optionexcludeJestPresetto allow opting out ofbabel-preset-jest(#15164) -
[expect]Revert #15038 to fixexpect(fn).toHaveBeenCalledWith(expect.objectContaining(...))when there are multiple calls (#15508) -
[jest-circus, jest-cli, jest-config]AddwaitNextEventLoopTurnForUnhandledRejectionEventsflag to minimise performance impact of correct detection of unhandled promise rejections introduced in #14315 (#14681) -
[jest-circus]Add awaitBeforeRetryoption tojest.retryTimes(#14738) -
[jest-circus]Add aretryImmediatelyoption tojest.retryTimes(#14696) -
[jest-circus, jest-jasmine2]AllowsetupFilesAfterEnvto export an async function (#10962) -
[jest-circus, jest-test-result]AddstartedAttimestamp inTestCaseResultObjectwithinonTestCaseResult(#15145) -
[jest-cli]ExportbuildArgv(#15310) -
[jest-config][BREAKING] Addmtsandctsto defaultmoduleFileExtensionsconfig (#14369) -
[jest-config][BREAKING] UpdatetestMatchandtestRegexdefault option for supportingmjs,cjs,mts, andcts(#14584) -
[jest-config]Loads config file from provided path inpackage.json(#14044) -
[jest-config]Allow loadingjest.config.ctsfiles (#14070) -
[jest-config]ShowrootDirin error message when apresetfails to load (#15194) -
[jest-config]Support loading TS config files usingesbuild-registervia docblock loader (#15190) -
[jest-config]Allow passing TS config loader options via docblock comment (#15234) -
[jest-config]If Node is running with type stripping enabled, do not require a TS loader (#15480) -
[@jest/core]Group together open handles with the same stack trace (#13417, & #14789) -
[@jest/core]AddperfStatsto surface test setup overhead (#14622) -
[@jest/core][BREAKING] Changed--filterto accept an object with shape{ filtered: Array<string> }to match documentation (#13319) -
[@jest/core]Support--outputFileoption for--listTests(#14980) -
[@jest/core]Stringify Errors properly with--jsonflag (#15329) -
[@jest/core, @​jest/test-sequencer][BREAKING] ExposesglobalConfig&contextstoTestSequencer(#14535, & #14543) -
[jest-each]Introduce%$option to add number of the test to its title (#14710) -
[@jest/environment][BREAKING] Remove deprecatedjest.genMockFromModule()(#15042) -
[@jest/environment][BREAKING] Remove unnecessary defensive code (#15045) -
[jest-environment-jsdom][BREAKING] Upgrade JSDOM to v22 (#13825) -
[@jest/environment-jsdom-abstract]Introduce new package which abstracts over thejsdomenvironment, allowing usage of custom versions of JSDOM (#14717) -
[jest-environment-node]Update jest environment with dispose symbolsSymbol(#14888 & #14909) -
[expect, @​jest/expect][BREAKING] Add type inference for function parameters inCalledWithassertions (#15129) -
[@jest/expect-utils]Properly compare all types ofTypedArrays (#15178) -
[@jest/fake-timers][BREAKING] Upgrade@sinonjs/fake-timersto v13 (#14544 & #15470) -
[@jest/fake-timers]Exposing new modern timers functionadvanceTimersToFrame()which advances all timers by the needed milliseconds to execute callbacks currently scheduled withrequestAnimationFrame(#14598) -
[jest-matcher-utils]AddSERIALIZABLE_PROPERTIESto allow custom serialization of objects (#14893) -
[jest-mock]Add support for the Explicit Resource Management proposal to use theusingkeyword withjest.spyOn(object, methodName)(#14895) -
[jest-reporters]Add support for DEC mode 2026 (#15008) -
[jest-resolver]Supportfile://URLs as paths (#15154) -
[jest-resolve,jest-runtime,jest-resolve-dependencies]Pass the conditions when resolving stub modules (#15489) -
[jest-runtime]Exposing new modern timers functionjest.advanceTimersToFrame()from@jest/fake-timers(#14598) -
[jest-runtime]Supportimport.meta.filenameandimport.meta.dirname(available from Node 20.11) (#14854) -
[jest-runtime]Supportimport.meta.resolve(#14930) -
[jest-runtime][BREAKING] Make it mandatory to passglobalConfigto theRuntimeconstructor (#15044) -
[jest-runtime]Addunstable_unmockModule(#15080) -
[jest-runtime]AddonGenerateMocktransformer callback for auto generated callbacks (#15433 & #15482) -
[jest-runtime][BREAKING] Usevm.compileFunctionovervm.Script(#15461) -
[@jest/schemas]Upgrade@sinclair/typeboxto v0.34 (#15450) -
[@jest/types]test.each(): Accept a readonly (as const) table properly (#14565) -
[@jest/types]Improve argument type inference passed totestanddescribecallback functions fromeachtables (#14920) -
[jest-snapshot][BREAKING] Add support for Error causes in snapshots (#13965) -
[jest-snapshot]Support Prettier 3 (#14566) -
[@jest/util-snapshot]Extract utils used by tooling fromjest-snapshotinto its own package (#15095) -
[pretty-format][BREAKING] Do not render empty string children ('') in React plugin (#14470)
Fixes
-
[expect]ShowAggregateErrorto display (#15346) -
[*]Replaceexitwithexit-x(#15399) -
[babel-plugin-jest-hoist]Usedenylistinstead of the deprecatedblacklistfor Babel 8 support (#14109) -
[babel-plugin-jest-hoist]Do not rely on buggy Babel behaviour (#15415) -
[expect]Check error instance type fortoThrow/toThrowError(#14576) -
[expect]Improve diff for failingexpect.objectContaining(#15038) -
[expect]UseArray.isArrayto check if an array is anArray(#15101) -
[expect]Fix Errorcauseassertion errors (#15339) -
[jest-changed-files]Print underlying errors when VCS commands fail (#15052) -
[jest-changed-files]Abortsl rootcall if output resembles a steam locomotive (#15053) -
[jest-circus][BREAKING] Prevent false test failures caused by promise rejections handled asynchronously (#14315) -
[jest-circus]Replace recursivemakeTestResultsimplementation with iterative one (#14760) -
[jest-circus]Omitexpect.hasAssertions()errors if a test already has errors (#14866) -
[jest-circus, jest-expect, jest-snapshot]Passtest.failingtests when containing failing snapshot matchers (#14313) -
[jest-circus]Concurrent tests now emit jest circus events at the correct point and in the expected order. (#15381) -
[jest-cli][BREAKING] Validate CLI flags that require arguments receives them (#14783) -
[jest-config]Make sure to respectrunInBandoption (#14578) -
[jest-config]SupporttestTimeoutin project config (#14697) -
[jest-config]SupportcoverageReportersin project config (#14697) -
[jest-config]Allowreportersin project config (#14768) -
[jest-config]Allow Node16/NodeNext/BundlermoduleResolutionin project's tsconfig (#14739) -
[@jest/create-cache-key-function]Correct the return type ofcreateCacheKey(#15159) -
[jest-each]Allow$keypathtemplates withnullorundefinedvalues (#14831) -
[@jest/expect-utils]Fix comparison ofDataView(#14408) -
[@jest/expect-utils][BREAKING] exclude non-enumerable in object matching (#14670) -
[@jest/expect-utils]Fix comparison ofURL(#14672) -
[@jest/expect-utils]CheckSymbolproperties in equality (#14688) -
[@jest/expect-utils]Catch circular references within arrays when matching objects (#14894) -
[@jest/expect-utils]Fix not addressing to Sets and Maps as objects without keys (#14873) -
[jest-haste-map]Fix errors or clobbering with multiplehasteImplModulePaths (#15522) -
[jest-leak-detector]Make leak-detector more aggressive when running GC (#14526) -
[jest-runtime]Properly handle re-exported native modules in ESM via CJS (#14589) -
[jest-runtime]Refactor_importCoreModelso required core module is consistent if modified while loading (#15077) -
[jest-schemas, jest-types][BREAKING] Fix type oftestFailureExitCodeconfig option(#15232) -
[jest-util]Make sureisInteractiveworks in a browser (#14552) -
[pretty-format][BREAKING] PrintArrayBufferandDataViewcorrectly (#14290) -
[pretty-format]Fixed a bug where "anonymous custom elements" were not being printed as expected. (#15138) -
[jest-cli]When specifying paths on the command line, only match against the relative paths of the test files (#12519)- [BREAKING] Changes
testPathPatternconfiguration option totestPathPatterns, which now takes a list of patterns instead of the regex. - [BREAKING]
--testPathPatternis now--testPathPatterns - [BREAKING] Specifying
testPathPatternswhen programmatically callingwatchmust be specified asnew TestPathPatterns(patterns), whereTestPathPatternscan be imported from@jest/pattern
- [BREAKING] Changes
-
[jest-reporters, jest-runner]Unhandled errors without stack get correctly logged to console (#14619) -
[jest-util]Always loadmjsfiles withimport(#15447) -
[jest-worker]Properly handle a circular reference error when worker tries to send an assertion fails where either the expected or actual value is circular (#15191) -
[jest-worker]Properly handle a BigInt when worker tries to send an assertion fails where either the expected or actual value is BigInt (#15191) -
[expect]Resolve issue whereObjectContainingmatched non-object values. #15463.- Adds a
conditional/checkto ensure the argument passed toexpectis an object. - Add unit tests for new
ObjectContainingbehavior. - Remove
invalid/wrongtest case assertions forObjectContaining.
- Adds a
-
[jest-worker]Addresses incorrect state on exit (#15610)
Performance
-
[*][BREAKING] Bundle all of Jest's modules intoindex.js(#12348, #14550 & #14661) -
[jest-haste-map]Only spawn one process to check forwatchmaninstallation (#14826) -
[jest-runner]Better cleanupsource-map-supportafter test to resolve (minor) memory leak (#15233) -
[jest-resolver]Migrateresolveandresolve.exportstounrs-resolver(#15619) -
[jest-circus, jest-environment-node, jest-repl, jest-runner, jest-util]Cleanup global variables on environment teardown to reduce memory leaks (#15215 & #15636 & #15643)
Chore & Maintenance
-
[jest-environment-jsdom, jest-environment-jsdom-abstract]Increased version of jsdom to^26.0.0(#15325CVE-2024-37890) -
[*]Increase version ofmicromatchto^4.0.7(#15082) -
[*][BREAKING] Drop support for Node.js versions 14, 16, 19, 21 and 23 (#14460, #15118, #15623, #15640) -
[*][BREAKING] Drop support for[email protected], minimum version is now5.4(#14542, #15621) -
[*]Depend on exact versions of monorepo dependencies instead of^range (#14553) -
[*][BREAKING] Add ESM wrapper for all of Jest's modules (#14661) -
[*][BREAKING] Upgrade toglob@10(#14509) -
[*]UseTypeErroroverErrorwhere appropriate (#14799) -
[docs]Fix typos inCHANGELOG.mdandpackages/jest-validate/README.md(#14640) -
[docs]Don't use alias matchers in docs (#14631) -
[babel-jest, babel-preset-jest][BREAKING] Increase peer dependency of@babel/coreto^7.11(#14109) -
[babel-jest, @​jest/transform]Updatebabel-plugin-istanbulto v6 (#15156) -
[babel-plugin-jest-hoist]Move unnecessarydependenciestodevDependencies(#15010) -
[expect][BREAKING] Remove.toBeCalled(),.toBeCalledTimes(),.toBeCalledWith(),.lastCalledWith(),.nthCalledWith(),.toReturn(),.toReturnTimes(),.toReturnWith(),.lastReturnedWith(),.nthReturnedWith()and.toThrowError()matcher aliases (#14632) -
[jest-cli, jest-config, @​jest/types][BREAKING] Remove deprecated--initargument (#14490) -
[jest-config, @​jest/core, jest-util]Upgradeci-info(#14655) -
[jest-mock][BREAKING] RemoveMockFunctionMetadataType,MockFunctionMetadataandSpyInstancetypes (#14621) -
[@jest/reporters]Upgradeistanbul-lib-source-maps(#14924) -
[jest-schemas]Upgrade@sinclair/typebox(#14775) -
[jest-transform]Upgradewrite-file-atomic(#14274) -
[jest-util]Upgradepicomatchto v4 (#14653 & #14885) -
[docs] Append to NODE_OPTIONS, not overwrite ([#​14730](https://redirect.github.com/jestjs/jest/pull/14730)) -
[docs]Updated.toHaveBeenCalled()documentation to correctly reflect its functionality (#14842) -
[docs]Link NestJS documentation on testing with Jest (#14940) -
[docs]Revised documentation for .toHaveBeenCalled()to accurately depict its functionality. (#14853) -
[docs]Removed ExpressJS reference link from documentation due to dead link (#15270) -
[docs]Correct broken links in docs (#15359)
v29.7.0
Features
-
[create-jest]Addnpm init/yarn createinitialiser for Jest projects (#14465) -
[jest-validate]Allow deprecation warnings for unknown options (#14499)
Fixes
-
[jest-resolver]Replace unmatched capture groups inmoduleNameMapperwith empty string instead ofundefined(#14507) -
[jest-snapshot]Allow for strings as well as template literals in inline snapshots (#14465) -
[@jest/test-sequencer]Calculate test runtime ifperStats.durationis missing (#14473)
Performance
-
[@jest/create-cache-key-function]Cache access ofNODE_ENVandBABEL_ENV(#14455)
Chore & Maintenance
-
[jest-cli]Move internal config initialisation logic to thecreate-jestpackage (#14465)
New Contributors
- @bawjensen made their first contribution in #14465
- @malaviya-parth made their first contribution in #14467
- @niklasholm made their first contribution in #14507
Full Changelog: https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0
v29.6.4
Fixes
-
[jest-core]Fix typo inscheduleAndRunperformance marker (#14434) -
[jest-environment-node]Make sureatobandbtoaare writeable in Node 20 (#14446) -
[jest-worker]Additional error wrapper forparentPort.postMessageto fix unhandledDataCloneError. (#14437)
New Contributors
- @stanleyume made their first contribution in #14424
- @dj-stormtrooper made their first contribution in #14437
- @thw0rted made their first contribution in #14444
Full Changelog: https://github.com/jestjs/jest/compare/v29.6.3...v29.6.4
v29.6.3
Fixes
-
[expect, @​jest/expect-utils]ObjectContainingsupportsymbolas key (#14414) -
[expect]Remove@types/nodefrom dependencies (#14385) -
[jest-core]Use workers in watch mode by default to avoid crashes (#14059 & #14085). -
[jest-reporters]Updateistanbul-lib-instrumentdependency to v6. (#14401) -
[jest-mock]Revert #13692 as it was a breaking change (#14429) -
[jest-mock]Revert #13866 as it was a breaking change (#14429) -
[jest-mock]Revert #13867 as it was a breaking change (#14429) -
[@jest/reporters]Marks Reporter's hooks as optional (#14433) -
[jest-runtime]Fix dynamic ESM import module bug when loaded module throughjest.isolateModulesAsync(#14397)
Chore & Maintenance
-
[jest-changed-files, jest-circus, jest-console, @​jest/core, @​jest/runtime, @​jest/transform]UseinvariantandnotEmptyfromjest-utilrather than own internal (#14366)
New Contributors
- @karlnorling made their first contribution in #14401
- @vinicinbgs made their first contribution in #14388
- @panteleevnikita made their first contribution in #14433
Full Changelog: https://github.com/jestjs/jest/compare/v29.6.2...v29.6.3
v29.6.2
Fixes
-
[jest-circus]Fix snapshot matchers in concurrent tests when nr of tests exceedsmaxConcurrency(#14335) -
[@jest/core]When running global setup and teardown, do not try to change themessageproperty of the thrown error object when themessageproperty is unwritable ([#14113
Configuration
📅 Schedule: Branch creation - "after 1pm on Monday" in timezone Europe/Zurich, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.95%. Comparing base (
2d2b382) to head (8e0e000). Report is 2 commits behind head on master.
:exclamation: Current head 8e0e000 differs from pull request most recent head 3ae798e
Please upload reports for the commit 3ae798e to get more accurate results.
Additional details and impacted files
@@ Coverage Diff @@
## master #130 +/- ##
=======================================
Coverage 98.95% 98.95%
=======================================
Files 14 14
Lines 192 192
Branches 84 84
=======================================
Hits 190 190
Misses 2 2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
⚠ 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @adobe/[email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error dev eslint@"^9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm error node_modules/@typescript-eslint/parser
npm error dev @typescript-eslint/parser@"^7.0.0" from the root project
npm error peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm error node_modules/@typescript-eslint/eslint-plugin
npm error dev @typescript-eslint/eslint-plugin@"^7.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-05-08T13_02_57_236Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T13_02_57_236Z-debug-0.log
⚠️ 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: @typescript-eslint/[email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn dev eslint@"^9.0.0" from the root project
npm warn 11 more (@babel/eslint-parser, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/experimental-utils
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/eslint
npm warn peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/experimental-utils
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @typescript-eslint/[email protected]
npm warn Found: [email protected]
npm warn node_modules/eslint
npm warn dev eslint@"^9.0.0" from the root project
npm warn 11 more (@babel/eslint-parser, ...)
npm warn
npm warn Could not resolve dependency:
npm warn peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/utils
npm warn @typescript-eslint/utils@"5.27.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/experimental-utils
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/eslint
npm warn peer eslint@"^6.0.0 || ^7.0.0 || ^8.0.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/utils
npm warn @typescript-eslint/utils@"5.27.0" from @typescript-eslint/[email protected]
npm warn node_modules/@typescript-eslint/experimental-utils
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @webpack-cli/[email protected]
npm warn Found: [email protected]
npm warn node_modules/webpack-cli
npm warn dev webpack-cli@"^5.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm warn node_modules/@webpack-cli/configtest
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/webpack-cli
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm warn node_modules/@webpack-cli/configtest
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @webpack-cli/[email protected]
npm warn Found: [email protected]
npm warn node_modules/webpack-cli
npm warn dev webpack-cli@"^5.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm warn node_modules/@webpack-cli/info
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/webpack-cli
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm warn node_modules/@webpack-cli/info
npm warn ERESOLVE overriding peer dependency
npm warn While resolving: @webpack-cli/[email protected]
npm warn Found: [email protected]
npm warn node_modules/webpack-cli
npm warn dev webpack-cli@"^5.0.0" from the root project
npm warn
npm warn Could not resolve dependency:
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm warn node_modules/@webpack-cli/serve
npm warn
npm warn Conflicting peer dependency: [email protected]
npm warn node_modules/webpack-cli
npm warn peer webpack-cli@"4.x.x" from @webpack-cli/[email protected]
npm warn node_modules/@webpack-cli/serve
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error dev eslint@"^9.0.0" from the root project
npm error peer eslint@"^7.5.0 || ^8.0.0 || ^9.0.0" from @babel/[email protected]
npm error node_modules/@babel/eslint-parser
npm error dev @babel/eslint-parser@"^7.16.5" from the root project
npm error 10 more (@eslint-community/eslint-utils, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" from [email protected]
npm error node_modules/eslint-plugin-react-hooks
npm error dev eslint-plugin-react-hooks@"^4.3.0" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/eslint
npm error peer eslint@"^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0" from [email protected]
npm error node_modules/eslint-plugin-react-hooks
npm error dev eslint-plugin-react-hooks@"^4.3.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-10-04T21_39_01_482Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-10-04T21_39_01_482Z-debug-0.log