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 dev dependencies (major) #1344

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/archiver (source) 5.3.4 -> 6.0.3 age adoption passing confidence
@types/eslint (source) 8.56.11 -> 9.6.1 age adoption passing confidence
@types/express (source) 4.17.21 -> 5.0.0 age adoption passing confidence
@types/express (source) ^4.17.14 -> ^5.0.0 age adoption passing confidence
@types/express (source) 4.17.21 -> 5.0.0 age adoption passing confidence
@types/express-serve-static-core (source) 4.19.6 -> 5.0.2 age adoption passing confidence
@types/fs-extra (source) 9.0.13 -> 11.0.4 age adoption passing confidence
@types/ini (source) 1.3.34 -> 4.1.1 age adoption passing confidence
@types/jasmine (source) 3.10.18 -> 5.1.5 age adoption passing confidence
@types/node (source) ^14.18.30 -> ^22.0.0 age adoption passing confidence
@types/node (source) 18.19.44 -> 22.10.1 age adoption passing confidence
@types/node (source) ^20.0.0 -> ^22.0.0 age adoption passing confidence
@types/node (source) 20.14.14 -> 20.14.15 age adoption passing confidence
@types/node (source) 14.18.63 -> 22.10.1 age adoption passing confidence
@types/node (source) 22.2.0 -> 22.10.1 age adoption passing confidence
@types/node (source) 20.14.15 -> 22.10.1 age adoption passing confidence
@types/react (source) 16.14.62 -> 19.0.1 age adoption passing confidence
@types/react-dom (source) 16.9.24 -> 19.0.1 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.21.0 -> 8.18.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.21.0 -> 8.18.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.12.0 -> ^8.0.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.21.0 -> 8.18.0 age adoption passing confidence
browserify 16.5.2 -> 17.0.1 age adoption passing confidence
css-loader 5.2.7 -> 7.1.2 age adoption passing confidence
eslint (source) 8.57.0 -> 8.57.1 age adoption passing confidence
eslint (source) 8.57.0 -> 9.16.0 age adoption passing confidence
eslint (source) ^8.54.0 -> ^9.0.0 age adoption passing confidence
eslint (source) 7.32.0 -> 9.16.0 age adoption passing confidence
eslint-config-prettier 8.10.0 -> 9.1.0 age adoption passing confidence
eslint-plugin-jest 27.9.0 -> 28.9.0 age adoption passing confidence
eslint-plugin-jest 27.9.0 -> 28.9.0 age adoption passing confidence
eslint-plugin-jest ^27.6.0 -> ^28.0.0 age adoption passing confidence
eslint-plugin-jest 27.9.0 -> 28.9.0 age adoption passing confidence
get-port 5.1.1 -> 7.1.0 age adoption passing confidence
minimatch 5.1.6 -> 10.0.1 age adoption passing confidence
mobx (source) 5.15.7 -> 6.13.5 age adoption passing confidence
mobx-react (source) 6.3.1 -> 9.1.1 age adoption passing confidence
nx (source) ^19.1.0 -> ^20.0.0 age adoption passing confidence
react (source) 16.14.0 -> 19.0.0 age adoption passing confidence
react-dom (source) 16.14.0 -> 19.0.0 age adoption passing confidence
remark-cli (source) ^10.0.1 -> ^12.0.0 age adoption passing confidence
rimraf ^3.0.2 -> ^6.0.0 age adoption passing confidence
rimraf 3.0.2 -> 6.0.1 age adoption passing confidence
scroll-into-view-if-needed (source) 2.2.31 -> 3.1.0 age adoption passing confidence
socket.io-client (source) 4.7.5 -> 4.8.1 age adoption passing confidence
style-loader 1.3.0 -> 4.0.0 age adoption passing confidence
supertest ^6.3.1 -> ^7.0.0 age adoption passing confidence
ts-loader 8.4.0 -> 9.5.1 age adoption passing confidence
typescript (source) 5.6.2 -> 5.6.3 age adoption passing confidence
typescript (source) 5.5.4 -> 5.7.2 age adoption passing confidence

Release Notes

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

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)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#​10205)
❤️ Thank You

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

v8.12.2

Compare Source

🩹 Fixes
  • eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#​10223)
❤️ Thank You

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

v8.12.1

Compare Source

This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.

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

v8.12.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] handle String() (#​10005)
  • eslint-plugin: [switch-exhaustiveness-check] add allowDefaultCaseMatchUnionMember option (#​9954)
  • eslint-plugin: [consistent-indexed-object-style] report mapped types (#​10160)
  • eslint-plugin: [prefer-nullish-coalescing] add support for assignment expressions (#​10152)
❤️ Thank You

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

v8.11.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-parameters] add suggestion fixer (#​10149)
  • eslint-plugin: [no-base-to-string] add support for catching toLocaleString (#​10138)
🩹 Fixes
  • eslint-plugin: [class-literal-property-style] don't report nodes with override keyword (#​10135)
❤️ Thank You

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

v8.10.0

Compare Source

🚀 Features
❤️ Thank You
  • Josh Goldberg ✨

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

v8.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value

  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references

  • eslint-plugin: [return-await] sync the behavior with await-thenable

  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled

  • eslint-plugin: [no-loop-func] sync from upstream base rule

  • eslint-plugin: [no-unused-vars] never report the naming of an enum member

  • eslint-plugin: correct use-at-your-own-risk type definitions

  • eslint-plugin: handle unions in await...for

❤️ Thank You
  • Abraham Guo
  • Anna Bocharova
  • Arya Emami
  • auvred
  • Joshua Chen
  • Kirk Waiblinger
  • Lotfi Meklati
  • mdm317
  • Ronen Amiel
  • Sukka
  • YeonJuan

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

[v8.8.1](https://redirect.github.com/typescript-eslin


Configuration

📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" in timezone Asia/Tokyo, 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.

Copy link
Contributor Author

renovate bot commented Apr 24, 2024

⚠ Artifact update problem

Renovate failed to update artifacts 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: packages/akashic-cli-export/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"7.8.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! 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/2024-05-08T14_02_56_622Z-debug-0.log

File name: packages/akashic-cli-lib-manage/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"7.8.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! 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/2024-05-08T14_03_01_087Z-debug-0.log

File name: packages/akashic-cli-init/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"7.8.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! 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/2024-05-08T14_03_04_738Z-debug-0.log

File name: packages/akashic-cli-commons/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   eslint@"8.27.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"7.8.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! 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/2024-05-08T14_03_10_313Z-debug-0.log

File name: packages/akashic-cli-extra/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"7.8.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! 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/2024-05-08T14_03_16_257Z-debug-0.log

File name: packages/akashic-cli/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"^9.0.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"^7.0.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! 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/2024-05-08T14_03_20_845Z-debug-0.log

File name: packages/akashic-cli-serve/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @akashic/[email protected]
npm error Found: [email protected]
npm error node_modules/eslint
npm error   dev eslint@"9.2.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   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.8.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-08T14_03_28_114Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T14_03_28_114Z-debug-0.log

File name: packages/akashic-cli-scan/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/eslint
npm ERR!   dev eslint@"9.2.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^8.56.0" from @typescript-eslint/[email protected]
npm ERR! node_modules/@typescript-eslint/parser
npm ERR!   peer @typescript-eslint/parser@"^7.0.0" from @typescript-eslint/[email protected]
npm ERR!   node_modules/@typescript-eslint/eslint-plugin
npm ERR!     dev @typescript-eslint/eslint-plugin@"7.8.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! 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/2024-05-08T14_03_37_654Z-debug-0.log

File name: packages/akashic-cli-sandbox/package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @akashic/[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   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-08T14_03_41_027Z-eresolve-report.txt

npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-08T14_03_41_027Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 7 times, most recently from c3a21e9 to 7121326 Compare April 29, 2024 20:48
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from dc8b28d to 6e008c3 Compare May 8, 2024 14:04
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from f5c0bb5 to 7d84e3e Compare May 15, 2024 02:29
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 5 times, most recently from 86c6934 to 5ca35bb Compare May 23, 2024 23:18
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 4 times, most recently from 0538500 to a3a2d6c Compare May 31, 2024 21:25
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from 8b88b21 to 8f030b6 Compare November 5, 2024 23:30
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 3 times, most recently from 128a3d3 to 235a237 Compare November 18, 2024 18:24
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from 75bd1ec to d0095bb Compare November 25, 2024 20:08
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 6 times, most recently from b1cbfd3 to 44365fb Compare December 4, 2024 02:05
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 4 times, most recently from efd4ca3 to 073c4ea Compare December 6, 2024 02:32
Copy link
Contributor Author

renovate bot commented Dec 6, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: packages/akashic-cli-export/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-export/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve 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/2024-12-09T17_40_41_004Z-debug-0.log

File name: packages/akashic-cli-commons/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-commons/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_40_51_124Z-debug-0.log

File name: packages/akashic-cli-serve/package-lock.json
npm warn config ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-serve/.npmrc
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @akashic/[email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error   dev react@"19.0.0" from @akashic/[email protected]
npm error   packages/akashic-cli-serve
npm error     @akashic/[email protected]
npm error     node_modules/@akashic/akashic-cli-serve
npm error       workspace packages/akashic-cli-serve from the root project
npm error       1 more (@akashic/akashic-cli)
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm error node_modules/mobx-react
npm error   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm error   packages/akashic-cli-serve
npm error     @akashic/[email protected]
npm error     node_modules/@akashic/akashic-cli-serve
npm error       workspace packages/akashic-cli-serve from the root project
npm error       1 more (@akashic/akashic-cli)
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-12-09T17_41_00_068Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-09T17_41_00_068Z-debug-0.log

File name: packages/akashic-cli-sandbox/package-lock.json
npm warn config ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-sandbox/.npmrc
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @akashic/[email protected]
npm error Found: [email protected]
npm error node_modules/react
npm error   dev react@"19.0.0" from @akashic/[email protected]
npm error   packages/akashic-cli-serve
npm error     @akashic/[email protected]
npm error     node_modules/@akashic/akashic-cli-serve
npm error       workspace packages/akashic-cli-serve from the root project
npm error       1 more (@akashic/akashic-cli)
npm error
npm error Could not resolve dependency:
npm error peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm error node_modules/mobx-react
npm error   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm error   packages/akashic-cli-serve
npm error     @akashic/[email protected]
npm error     node_modules/@akashic/akashic-cli-serve
npm error       workspace packages/akashic-cli-serve from the root project
npm error       1 more (@akashic/akashic-cli)
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-12-09T17_41_11_426Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-12-09T17_41_11_426Z-debug-0.log

File name: packages/akashic-cli-init/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-init/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_41_25_408Z-debug-0.log

File name: packages/akashic-cli-lib-manage/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-lib-manage/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_41_31_932Z-debug-0.log

File name: packages/akashic-cli-extra/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-extra/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_41_36_095Z-debug-0.log

File name: packages/akashic-cli/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_41_41_221Z-debug-0.log

File name: packages/akashic-cli-scan/package-lock.json
npm WARN ignoring workspace config at /tmp/renovate/repos/github/akashic-games/akashic-cli/packages/akashic-cli-scan/.npmrc 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_41_45_366Z-debug-0.log

File name: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @akashic/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   dev react@"19.0.0" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.0 || ^17 || ^18" from [email protected]
npm ERR! node_modules/mobx-react
npm ERR!   dev mobx-react@"9.1.1" from @akashic/[email protected]
npm ERR!   packages/akashic-cli-serve
npm ERR!     @akashic/[email protected]
npm ERR!     node_modules/@akashic/akashic-cli-serve
npm ERR!       workspace packages/akashic-cli-serve from the root project
npm ERR!       1 more (@akashic/akashic-cli)
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/2024-12-09T17_41_49_999Z-debug-0.log

@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch 2 times, most recently from 89ec362 to 041c0cb Compare December 6, 2024 19:37
@renovate renovate bot force-pushed the renovate/major-dev-dependencies branch from 041c0cb to c72cf16 Compare December 9, 2024 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants