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 node dependencies (major) #888

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

Conversation

ggrossetie
Copy link
Member

@ggrossetie ggrossetie commented Jun 20, 2024

This PR contains the following updates:

Package Type Update Change
@asciidoctor/core dependencies major 2.2.7 -> 3.0.4
@asciidoctor/docbook-converter dependencies major 2.0.0 -> 3.0.0
@fontsource/noto-serif (source) devDependencies major 4.5.11 -> 5.1.1
@fontsource/open-sans (source) devDependencies major 4.5.14 -> 5.1.1
@fontsource/roboto-mono (source) devDependencies major 4.5.10 -> 5.1.1
@types/node (source) devDependencies major ~20.14 -> ~22.12.0
@typescript-eslint/eslint-plugin (source) devDependencies major ~7.13 -> ~8.22.0
@typescript-eslint/parser (source) devDependencies major ~7.13 -> ~8.22.0
@vscode/vsce (source) devDependencies major 2.27.0 -> 3.2.2
chai (source) devDependencies major ~4.4 -> ~5.1.0
copy-webpack-plugin devDependencies major 10.2.4 -> 12.0.2
eslint (source) devDependencies major ~8.57 -> ~9.19.0
eslint-plugin-n devDependencies major ~16.6 -> ~17.15.0
eslint-plugin-promise devDependencies major ~6.2 -> ~7.2.0
gulp (source) devDependencies major ^4.0.2 -> ^5.0.0
mathjax devDependencies major ^2.7.9 -> ^3.0.0
mermaid devDependencies major ^10.9.0 -> ^11.0.0
mocha (source) devDependencies major 10.4.0 -> 11.1.0
node (source) volta major 20.14.0 -> 22.13.1
sinon (source) devDependencies major ^14.0.1 -> ^19.0.0
typescript (source) devDependencies major 4.9.5 -> 5.7.3
uuid dependencies major 8.3.2 -> 11.0.5
webpack-cli (source) devDependencies major 4.10.0 -> 6.0.1

Release Notes

asciidoctor/asciidoctor.js (@​asciidoctor/core)

v3.0.4

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3 and fixes a regression introduced in 3.0.3.

Release meta

Released on: 2024-02-12
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Bug Fixes
  • Default condition should be last one in conditional exports otherwise the following error is thrown: "Module not found: Error: Default condition should be last one" (#​1722) - thanks @​roseckyj & @​korva
Infrastructure
  • Update development dependencies
New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.3...v3.0.4

v3.0.3

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2024-01-13
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Bug Fixes
  • Fix types exports in package.json - thanks @​sinedied
  • Addd context and node_name accessor in the type definition - thanks @​RayOffiah
Infrastructure
  • Update development dependencies
New Contributors

Full Changelog: asciidoctor/asciidoctor.js@v3.0.2...v3.0.3

v3.0.2

Compare Source

Summary

This release is based on Asciidoctor 2.0.20 and Opal 1.7.3.

Release meta

Released on: 2023-06-24
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

Changelog
Breaking Changes
  • Remove Asciidoctor namespace in TypeScript:

    import asciidoctor, { Document } from '@​asciidoctor/core'
    
    const Asciidoctor = asciidoctor()
    Asciidoctor.convert('Hello _world_')
  • Publish @asciidoctor/core as an ES6 module

Bug Fixes
  • Strip alternate BOM that uses char code 65279 when input passes through a Buffer (#​1344)
  • Map Document.append (#​1681)
  • Bridge converter pass as option (#​1666)
  • Add getSectionNumeral() function by @​benjaminleonard (#​1659)
  • Fix getDocinfo and findBy type definition (#​1621)
  • Bridge common Ruby object methods (#​1491)
  • parseContent now calls toHash on attrs (#​1519)
Improvements
  • Map this.super.<method> to call the parent function (#​1682)

  • Map AbstractBlock.getContentModel and AbstractBlock.setContentModel (#​1680)

  • Map Document.getSyntaxHighlighter (#​1667)

  • Map CompositeConverter#convert (#​1649)

  • Simplify table option checks by @​mojavelinux (#​1656)

  • Support Stream.Writable as to_file (#​1624)

    const data = []
    const writableStream = new Writable({
      write (chunk, encoding, callback) {
        data.push(chunk.toString())
        callback()
      }
    })
    const doc = Asciidoctor.convert(text, { to_file: writableStream, safe: safe })
    const html = data.join('')
Infrastructure
Documentation
New Contributors

v3.0.1

Compare Source

v3.0.0

Compare Source

v2.2.8

Compare Source

Summary

This release is based on Asciidoctor 2.0.23 and Opal 0.11.99.dev (31d26d69).

Release meta

Released on: 2024-06-02
Released by: @​ggrossetie
Published by: GitHub Actions

Logs: full diff

What's Changed
asciidoctor/asciidoctor-docbook.js (@​asciidoctor/docbook-converter)

v3.0.0

Compare Source

fontsource/font-files (@​fontsource/noto-serif)

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

v5.0.17

Compare Source

v5.0.16

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

fontsource/font-files (@​fontsource/open-sans)

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.30

Compare Source

v5.0.29

Compare Source

v5.0.28

Compare Source

v5.0.27

Compare Source

v5.0.26

Compare Source

v5.0.25

Compare Source

v5.0.24

Compare Source

v5.0.23

Compare Source

v5.0.22

Compare Source

v5.0.21

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

v5.0.17

Compare Source

v5.0.16

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.11

Compare Source

v5.0.9

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

fontsource/font-files (@​fontsource/roboto-mono)

v5.1.1

Compare Source

v5.1.0

Compare Source

v5.0.20

Compare Source

v5.0.19

Compare Source

v5.0.18

Compare Source

v5.0.17

Compare Source

v5.0.16

Compare Source

v5.0.15

Compare Source

v5.0.14

Compare Source

v5.0.13

Compare Source

v5.0.12

Compare Source

v5.0.8

Compare Source

v5.0.7

Compare Source

v5.0.6

Compare Source

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-template-expression] handle template literal type (#​10612)
  • eslint-plugin: [prefer-readonly] autofixer doesn't add type to property that is mutated in the constructor (#​10552)
  • eslint-plugin: [no-extraneous-class] handle accessor keyword (#​10678)
  • eslint-plugin: [no-shadow] don't report unnecessarily on valid ways of using module augmentation (#​10616)
  • eslint-plugin: [no-duplicate-type-constituents] handle nested types (#​10638)
  • eslint-plugin: [prefer-nullish-coalescing] doesn't report on ternary but on equivalent || (#​10517)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.21.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] handle template literal (#​10675)
  • eslint-plugin: [no-base-to-string] don't crash for recursive array or tuple types (#​10633)
  • eslint-plugin: [no-for-in-array] report on any type which may be an array or array-like (#​10535)
  • eslint-plugin: check JSX spread elements for misused spread usage (#​10653)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type args on jsx (#​10630)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.20.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-assertions] add arrayLiteralTypeAssertions options (#​10565)
  • eslint-plugin: [no-deprecated] add allow options (#​10585)
  • eslint-plugin: [no-misused-spread] add new rule (#​10551)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] don't flag optional chaining for union types with an unconstrained type parameters (#​10602)
  • eslint-plugin: [no-shadow] ignore ordering of type declarations (#​10593)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.19.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle literal types (#​10523)
  • eslint-plugin: [no-deprecated] doesn't report on shorthand property in an object expression (#​10550)
  • eslint-plugin: [strict-boolean-expressions] remove remaining (unsafe) autofixes (#​10548)
  • eslint-plugin: [no-shadow] report correctly on parameters of functions declared with the declare keyword (#​10543)
  • eslint-plugin: [no-base-to-string] check array generic type (#​10437)
❤️ Thank You
  • Kirk Waiblinger
  • mdm317
  • Ronen Amiel
  • Yukihiro Hasegawa @​y-hsgw

You can read about our versioning strategy and releases on our website.

v8.19.0

Compare Source

🚀 Features
  • eslint-plugin: [strict-boolean-expressions] check array predicate functions' return statements (#​10106)
🩹 Fixes
  • eslint-plugin: [member-ordering] ignore method overloading (#​10536)
  • eslint-plugin: [consistent-indexed-object-style] don't report on indirect circular references (#​10537)
  • eslint-plugin: [array-type] autofix with conditional types needs parentheses (#​10522)
  • eslint-plugin: add getConstraintInfo to handle generic constraints better (#​10496)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.2

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] handle noUncheckedIndexedAccess true (#​10514)
  • eslint-plugin: [consistent-type-assertions] allow default assertionStyle option (#​10512)
  • eslint-plugin: [no-unnecessary-type-arguments] handle type/value context (#​10503)
  • eslint-plugin: [no-unsafe-type-assertion] fix for unsafe assertion to a constrained type parameter (#​10461)
  • eslint-plugin: [consistent-indexed-object-style] use a suggestion over an auto-fix if can't reliably determine that produced index signature is valid (#​10490)
  • eslint-plugin: [no-unnecessary-condition] don't flag values of an unconstrained or valid type parameter (#​10473)
  • eslint-plugin: [prefer-reduce-type-parameter] don't report cases in which the fix results in a type error (#​10494)
  • eslint-plugin: [no-deprecated] not reporting usages of deprecated declared constants as object value (#​10498)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.1

Compare Source

🩹 Fixes
  • scope-manager: visit params decorator before nest scope (#​10475)
  • eslint-plugin: [no-unnecessary-condition] better message when comparing between literal types (#​10454)
  • eslint-plugin: use consistent naming for asserting types and casting values (#​10472)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] flag values of a type parameter with boolean type constraints (#​10474)
  • eslint-plugin: handle string like index type (#​10460)
  • eslint-plugin: [no-unnecessary-template-expression] don't report when an expression includes comment (#​10444)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.18.0

Compare Source

🚀 Features
  • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#​10218)
  • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#​10397)
🩹 Fixes
  • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#​10436)
  • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#​10432)
  • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#​10374)
  • typescript peer dependency (#​10373)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.17.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#​10392)
🩹 Fixes
  • eslint-plugin: [promise-function-async] handle function overloading (#​10304)
  • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#​10401)
  • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#​10363)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.16.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] check Array.prototype.join (#​10287)
  • eslint-plugin: [max-params] add function overload and function type support (#​10312)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.15.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#​10299)
  • eslint-plugin: new rule no-unsafe-type-assertion (#​10051)
  • eslint-plugin: added related-getter-setter-pairs rule (#​10192)
🩹 Fixes
  • utils: add defaultOptions to meta in rule (#​10339)
  • eslint-plugin: report deprecations used in default export (#​10330)
  • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#​10315)
  • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#​10314)
  • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#​10301)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.14.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report unnecessary await using statements (#​10209)
  • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#​10067)
🩹 Fixes
  • scope-manager: fix asserted increments not being marked as write references (#​10271)
  • eslint-plugin: [no-misused-promises] improve report loc for methods (#​10216)
  • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#​10194)
❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#​10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#​10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#​10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports ([#​10261](https://redirect.githu

@ggrossetie
Copy link
Member Author

ggrossetie commented Jun 20, 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: @webpack-cli/[email protected]
npm WARN Found: [email protected]
npm WARN node_modules/webpack-cli
npm WARN   dev webpack-cli@"6.0.1" 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@"6.0.1" 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@"6.0.1" 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 ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"~9.19.0" from the root project
npm ERR!   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/[email protected]
npm ERR!   node_modules/@eslint-community/eslint-utils
npm ERR!     @eslint-community/eslint-utils@"^4.1.2" from [email protected]
npm ERR!     node_modules/eslint-plugin-es-x
npm ERR!     @eslint-community/eslint-utils@"^4.2.0" from [email protected]
npm ERR!     2 more (eslint-plugin-promise, @typescript-eslint/utils)
npm ERR!   10 more (eslint-compat-utils, eslint-plugin-es-x, ...)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.0.1" from [email protected]
npm ERR! node_modules/eslint-config-standard
npm ERR!   dev eslint-config-standard@"~17.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/eslint
npm ERR!   peer eslint@"^8.0.1" from [email protected]
npm ERR!   node_modules/eslint-config-standard
npm ERR!     dev eslint-config-standard@"~17.1" 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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2025-01-26T02_36_13_304Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 1345a0e to 00b3b14 Compare June 21, 2024 02:19
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from b4d5a63 to ae755e8 Compare July 2, 2024 02:25
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from ae755e8 to d6586f0 Compare July 13, 2024 02:21
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 5 times, most recently from 3c7a179 to 810bd85 Compare July 29, 2024 02:22
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from 70712ab to 7c1d6cc Compare August 7, 2024 02:23
@ggrossetie ggrossetie changed the title Update Node dependencies (major) chore(deps): update node dependencies (major) Aug 7, 2024
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from b312ca6 to 71b14c7 Compare August 17, 2024 02:21
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from 568fc54 to ab051a6 Compare August 24, 2024 02:23
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from ab051a6 to 941cfb0 Compare August 27, 2024 02:23
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 5 times, most recently from ef7cc06 to 2d991fb Compare October 28, 2024 02:34
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from fc72adb to cb15d82 Compare October 31, 2024 02:34
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from e11b21c to 80bafcd Compare November 7, 2024 02:32
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from c5f3e15 to 978e718 Compare November 16, 2024 02:47
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 978e718 to 47332b0 Compare November 19, 2024 02:37
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 4 times, most recently from f389b63 to bdd4b61 Compare November 27, 2024 02:37
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from ff8507d to e9e7624 Compare December 3, 2024 02:39
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 3 times, most recently from e499d5a to f6ef7fd Compare December 14, 2024 02:37
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 54d121b to 7a711d5 Compare December 21, 2024 02:32
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from e66eec3 to d56164a Compare January 27, 2025 17:14
@ggrossetie
Copy link
Member Author

ggrossetie commented Jan 27, 2025

⚠️ 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: @webpack-cli/[email protected]
npm warn Found: [email protected]
npm warn node_modules/webpack-cli
npm warn   dev webpack-cli@"6.0.1" 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@"6.0.1" 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@"6.0.1" 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.19.0" from the root project
npm error   peer eslint@"^6.0.0 || ^7.0.0 || >=8.0.0" from @eslint-community/[email protected]
npm error   node_modules/@eslint-community/eslint-utils
npm error     @eslint-community/eslint-utils@"^4.1.2" from [email protected]
npm error     node_modules/eslint-plugin-es-x
npm error     @eslint-community/eslint-utils@"^4.2.0" from [email protected]
npm error     2 more (eslint-plugin-promise, @typescript-eslint/utils)
npm error   10 more (eslint-compat-utils, eslint-plugin-es-x, ...)
npm error
npm error Could not resolve dependency:
npm error peer eslint@"^8.0.1" from [email protected]
npm error node_modules/eslint-config-standard
npm error   dev eslint-config-standard@"~17.1" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/eslint
npm error   peer eslint@"^8.0.1" from [email protected]
npm error   node_modules/eslint-config-standard
npm error     dev eslint-config-standard@"~17.1" 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/2025-01-30T02_30_28_180Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2025-01-30T02_30_28_180Z-debug-0.log

@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch 2 times, most recently from 4878966 to 45ce75d Compare January 28, 2025 02:31
@ggrossetie ggrossetie force-pushed the renovate/major-node-dependencies branch from 45ce75d to 67e82cf Compare January 30, 2025 02:30
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.

1 participant