Skip to content

chore(deps-dev): bump @typescript-eslint/utils from 7.18.0 to 8.29.0 in /ui #222

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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps @typescript-eslint/utils from 7.18.0 to 8.29.0.

Release notes

Sourced from @​typescript-eslint/utils's releases.

v8.29.0

8.29.0 (2025-03-31)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] create ignoreIfStatements option (#11000)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-condition] don't report on unnecessary optional array index access when noUncheckedIndexedAccess is enabled (#10961)
  • eslint-plugin: [use-unknown-in-catch-callback-variable] remove fixable property (#10993)
  • eslint-plugin: [prefer-for-of] fix false positive when using erasable type syntax within update expressions (#10981)
  • eslint-plugin: support arbitrary extensions in definition files (#10957)
  • eslint-plugin: [no-array-constructor] remove optional chaining exemption (#10963)

❤️ Thank You

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

v8.28.0

8.28.0 (2025-03-24)

🚀 Features

  • eslint-plugin: [prefer-nullish-coalescing] support if statement assignment (??=) and fix several minor bugs (#10861)

🩹 Fixes

  • eslint-plugin: [no-unsafe-function-type] remove fixable property (#10986)

❤️ Thank You

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

v8.27.0

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

... (truncated)

Changelog

Sourced from @​typescript-eslint/utils's changelog.

8.29.0 (2025-03-31)

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

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

8.28.0 (2025-03-24)

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

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

8.27.0 (2025-03-17)

🚀 Features

  • utils: support DeprecatedInfo for rule.meta.deprecated (#10932)

❤️ Thank You

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

8.26.1 (2025-03-10)

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

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

8.26.0 (2025-03-03)

🚀 Features

  • support TypeScript 5.8 (#10903)

❤️ Thank You

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

8.25.0 (2025-02-24)

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

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

8.24.1 (2025-02-17)

... (truncated)

Commits
  • 3dd1835 chore(release): publish 8.29.0
  • 807f5ca chore(release): publish 8.28.0
  • 3efd99e chore(release): publish 8.27.0
  • 342d98e feat(utils): support DeprecatedInfo for rule.meta.deprecated (#10932)
  • 9aa0b6b chore(release): publish 8.26.1
  • bc6d19f chore(release): publish 8.26.0
  • 9674629 feat: support TypeScript 5.8 (#10903)
  • 7c88d26 chore: update all test scripts to remove coverage flag (#10582)
  • 1a9ab8f chore(release): publish 8.25.0
  • f3ef20e chore: update to latest nx and use project references first approach (#10361)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Apr 1, 2025
Copy link

qodo-merge-pro bot commented Apr 1, 2025

CI Feedback 🧐

(Feedback updated until commit af5f925)

A test triggered by this PR failed. Here is an AI-generated analysis of the failure:

Action: build-client

Failed stage: Install Dependencies & Build Docker Image [❌]

Failure summary:

The action failed during the npm installation process due to Node.js version incompatibility. The
specific error occurred in the nx package's postinstall script (line 1048-1051) where it encountered
a syntax error with the nullish coalescing assignment operator (??=) on line 192, which is not
supported in Node.js 14.21.3 that's being used in the environment. This operator requires Node.js 15
or later.

Additional evidence of version incompatibility:

  • Multiple "Unsupported engine" warnings throughout the log showing packages requiring Node.js 16, 18,
    or later
  • Current environment is using Node.js 14.21.3 (as shown in lines 301-317)
  • The nx package (version 20.3.1) is attempting to use modern JavaScript syntax not available in
    Node.js 14

  • Relevant error logs:
    1:  ##[group]Operating System
    2:  Ubuntu
    ...
    
    179:  > [email protected] install /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/lmdb
    180:  > node-gyp-build-optional-packages
    181:  > [email protected] postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/@angular-devkit/build-angular/node_modules/esbuild
    182:  > node install.js
    183:  > [email protected] postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/@angular/build/node_modules/esbuild
    184:  > node install.js
    185:  > [email protected] postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/esbuild
    186:  > node install.js
    187:  > [email protected] postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/vite/node_modules/esbuild
    188:  > node install.js
    189:  > [email protected] postinstall /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/nx
    190:  > node ./bin/post-install
    191:  /home/runner/work/angular-spring-reactive-sample/angular-spring-reactive-sample/ui/node_modules/nx/src/utils/delayed-spinner.js:76
    192:  opts ??= {};
    193:  ^^^
    194:  SyntaxError: Unexpected token '??='
    195:  at wrapSafe (internal/modules/cjs/loader.js:1029:16)
    ...
    
    300:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    301:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16.17"} (current: {"node":"14.21.3","npm":"6.14.18"})
    302:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    303:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">= 18.12.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    304:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    305:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    306:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    307:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
    308:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    309:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    310:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    311:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    312:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    313:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    314:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    315:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
    316:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    317:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18.12"} (current: {"node":"14.21.3","npm":"6.14.18"})
    ...
    
    346:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"win32","arch":"ia32"} (current: {"os":"linux","arch":"x64"})
    347:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/[email protected] (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-arm64-musl):
    348:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"linux","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
    349:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/[email protected] (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-win32-arm64-msvc):
    350:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"win32","arch":"arm64"} (current: {"os":"linux","arch":"x64"})
    351:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/[email protected] (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-ppc64-gnu):
    352:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"linux","arch":"ppc64"} (current: {"os":"linux","arch":"x64"})
    353:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/[email protected] (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-android-arm-eabi):
    354:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"android","arch":"arm"} (current: {"os":"linux","arch":"x64"})
    355:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/[email protected] (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-s390x-gnu):
    356:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"linux","arch":"s390x"} (current: {"os":"linux","arch":"x64"})
    357:  npm WARN optional SKIPPING OPTIONAL DEPENDENCY: @napi-rs/[email protected] (node_modules/@napi-rs/nice/node_modules/@napi-rs/nice-linux-riscv64-gnu):
    358:  npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for @napi-rs/[email protected]: wanted {"os":"linux","arch":"riscv64"} (current: {"os":"linux","arch":"x64"})
    359:  npm WARN notsup Unsupported engine for @testing-library/[email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    360:  npm WARN notsup Not compatible with your version of node/npm: @testing-library/[email protected]
    361:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">= 16"} (current: {"node":"14.21.3","npm":"6.14.18"})
    362:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    363:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    ...
    
    938:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    939:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    940:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    941:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    942:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    943:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
    944:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    945:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=16"} (current: {"node":"14.21.3","npm":"6.14.18"})
    946:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    947:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    948:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    949:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    950:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    951:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    952:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    953:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    954:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    955:  npm WARN notsup Unsupported engine for @npmcli/[email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    ...
    
    1036:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    1037:  npm WARN notsup Unsupported engine for @tufjs/[email protected]: wanted: {"node":"^18.17.0 || >=20.5.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    1038:  npm WARN notsup Not compatible with your version of node/npm: @tufjs/[email protected]
    1039:  npm WARN notsup Unsupported engine for @tufjs/[email protected]: wanted: {"node":"^16.14.0 || >=18.0.0"} (current: {"node":"14.21.3","npm":"6.14.18"})
    1040:  npm WARN notsup Not compatible with your version of node/npm: @tufjs/[email protected]
    1041:  npm WARN notsup Unsupported engine for [email protected]: wanted: {"node":">=18"} (current: {"node":"14.21.3","npm":"6.14.18"})
    1042:  npm WARN notsup Not compatible with your version of node/npm: [email protected]
    1043:  npm WARN [email protected] requires a peer of @angular/compiler@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.
    1044:  npm WARN [email protected] requires a peer of @angular/core@>=2.3.1 <13.0.0 || ^12.0.0-next || ^12.1.0-next || ^12.2.0-next but none is installed. You must install peer dependencies yourself.
    1045:  npm WARN @mdx-js/[email protected] requires a peer of @types/react@>=16 but none is installed. You must install peer dependencies yourself.
    1046:  npm ERR! code ELIFECYCLE
    1047:  npm ERR! errno 1
    1048:  npm ERR! [email protected] postinstall: `node ./bin/post-install`
    1049:  npm ERR! Exit status 1
    1050:  npm ERR! 
    1051:  npm ERR! Failed at the [email protected] postinstall script.
    1052:  npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
    1053:  npm ERR! A complete log of this run can be found in:
    1054:  npm ERR!     /home/runner/.npm/_logs/2025-04-01T22_50_36_783Z-debug.log
    1055:  ##[error]Process completed with exit code 1.
    1056:  Post job cleanup.
    

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
    Projects
    None yet
    Development

    Successfully merging this pull request may close these issues.

    0 participants