Skip to content

fix(deps): update all dependencies j:kit-282 (major) #5727

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 3 commits into
base: master
Choose a base branch
from

Conversation

renovate-coveo[bot]
Copy link
Contributor

@renovate-coveo renovate-coveo bot commented Jul 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update Pending
@coveo/relay-event-types 14.7.5 -> 15.1.0 age adoption passing confidence devDependencies major
@coveo/relay-event-types 14.7.5 -> 15.1.0 age adoption passing confidence dependencies major
@octokit/auth-app 7.2.2 -> 8.0.2 age adoption passing confidence dependencies major
@octokit/graphql 8.2.2 -> 9.0.1 age adoption passing confidence devDependencies major
@octokit/rest 21.1.1 -> 22.0.0 age adoption passing confidence devDependencies major
@salesforce/eslint-config-lwc 3.7.2 -> 4.0.0 age adoption passing confidence devDependencies major
@types/jest (source) 29.5.14 -> 30.0.0 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) 7.18.0 -> 8.37.0 age adoption passing confidence devDependencies major 8.38.0
@typescript-eslint/eslint-plugin (source) 8.7.0 -> 8.37.0 age adoption passing confidence devDependencies major 8.38.0
@vitejs/plugin-vue (source) 5.2.4 -> 6.0.0 age adoption passing confidence devDependencies major
@whitespace/storybook-addon-html 6.1.1 -> 7.0.0 age adoption passing confidence devDependencies major
actions/create-github-app-token v1 -> v2 age adoption passing confidence action major
conventional-changelog-conventionalcommits (source) 8.0.0 -> 9.1.0 age adoption passing confidence dependencies major
cspell (source) 8.19.4 -> 9.1.5 age adoption passing confidence devDependencies major 9.2.0
dotenv 16.6.1 -> 17.2.0 age adoption passing confidence devDependencies major
eslint (source) 8.57.1 -> 9.31.0 age adoption passing confidence devDependencies major
eslint (source) 8.57 -> 9.31 age adoption passing confidence devDependencies major
filesize (source) 10.1.6 -> 11.0.2 age adoption passing confidence dependencies major
https-proxy-agent (source) 5.0.1 -> 7.0.6 age adoption passing confidence dependencies major
i18next (source) 24.2.3 -> 25.3.2 age adoption passing confidence dependencies major
inquirer (source) 9.3.7 -> 12.7.0 age adoption passing confidence dependencies major 12.8.2 (+2)
jest (source) 29.7.0 -> 30.0.4 age adoption passing confidence devDependencies major 30.0.5
lint-staged 15.5.2 -> 16.1.2 age adoption passing confidence devDependencies major
mcr.microsoft.com/devcontainers/typescript-node 1-20-bookworm -> 2-20-bookworm age adoption passing confidence image major
nx (source) 20.8.2 -> 21.2.3 age adoption passing confidence devDependencies major 21.3.2 (+3)
octokit 4.1.4 -> 5.0.3 age adoption passing confidence dependencies major
plop (source) 3.1.2 -> 4.0.1 age adoption passing confidence dependencies major
vite (source) 6.3.5 -> 7.0.4 age adoption passing confidence devDependencies major 7.0.5
vite-plugin-static-copy 2.3.1 -> 3.1.1 age adoption passing confidence devDependencies major
web-vitals 4.2.4 -> 5.0.3 age adoption passing confidence dependencies major

Release Notes

coveo/analytics_schema (@​coveo/relay-event-types)

v15.1.0

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

octokit/auth-app.js (@​octokit/auth-app)

v8.0.2

Compare Source

Bug Fixes

v8.0.1

Compare Source

Bug Fixes

v8.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

octokit/graphql.js (@​octokit/graphql)

v9.0.1

Compare Source

Bug Fixes

v9.0.0

Compare Source

Continuous Integration
BREAKING CHANGES
  • Drop support for NodeJS v18

  • build: set minimal node version in build script to v20

  • ci: stop testing against NodeJS v18

octokit/rest.js (@​octokit/rest)

v22.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • deps: Drop support for NodeJS v18
  • deps: Remove deprecated Projects endpoints
  • deps: Remove deprecated Copilot usage metrics endpoints
salesforce/eslint-config-lwc (@​salesforce/eslint-config-lwc)

v4.0.0

Compare Source

Breaking Changes

This release drops support for ESLint versions below v9 in the master branch.

As a transitional step, ESLint v8 rules have been moved to the eslint-v8 branch and can be retrieved from npm using the eslint-v8 tag.

[!IMPORTANT]
As part of the transition step, all new rules will be created for both v8 (eslint-v8 branch) and v9 (master branch).

Check the official ESLint page for details migrating to ESLint v9.

What's Changed

Full Changelog: salesforce/eslint-config-lwc@v3.7.1...v4.0.0

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

v8.37.0

Compare Source

🩹 Fixes
  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#​11381)
❤️ Thank You

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

v8.36.0

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.35.1

Compare Source

🩹 Fixes
  • remove prettier from eslint-plugin (#​11339)
❤️ Thank You

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

v8.35.0

Compare Source

🚀 Features
  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#​11128)
❤️ Thank You

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

v8.34.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.34.0

Compare Source

🩹 Fixes
  • typescript-estree: add validation to interface extends (#​11271)
❤️ Thank You
  • Tao

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

v8.33.1

Compare Source

🩹 Fixes
  • exclude docs/ directory from eslint-plugin package (#​11251)
❤️ Thank You
  • roottool

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

v8.33.0

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.32.1

Compare Source

🩹 Fixes
  • eslint-plugin: [consistent-indexed-object-style] check for indirect circular types in aliased mapped types (#​11177)
  • eslint-plugin: [consistent-indexed-object-style] adjust auto-fixer to generate valid syntax for TSMappedType with no type annotation (#​11180)
  • eslint-plugin: [no-deprecated] support computed member access (#​10867)
  • eslint-plugin: [no-unnecessary-type-conversion] shouldn't have fixable property (#​11194)
❤️ Thank You

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

v8.32.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add option allowRethrowing (#​11075)
  • eslint-plugin: [no-unnecessary-type-conversion] add rule (#​10182)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] fix parenthesization bug in suggestion (#​11098)
  • eslint-plugin: [unified-signatures] exempt this from optional parameter overload check (#​11005)
  • eslint-plugin: [no-unnecessary-type-parameters] should parenthesize type in suggestion fixer if necessary (#​10907)
❤️ Thank You

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

v8.31.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-condition] downgrade fix to suggestion (#​11081)
❤️ Thank You

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

v8.31.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-type-assertion] add option to ignore string const assertions (#​10979)
❤️ Thank You
  • Nicolas Le Cam

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

v8.30.1

Compare Source

🩹 Fixes
  • eslint-plugin: fix mistake with eslintrc config generation (#​11072)
❤️ Thank You

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

v8.30.0

Compare Source

🚀 Features
  • eslint-plugin: [no-explicit-any] suggest to replace keyof any with PropertyKey (#​11032)
🩹 Fixes
  • eslint-plugin: [promise-function-async] use a different error message for functions with promise and non-promise types (#​10950)
❤️ Thank You

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

v8.29.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-deprecated] report on deprecated imported variable used as property (#​10998)
❤️ Thank You
  • Ronen Amiel

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

v8.29.0

Compare Source

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

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

v8.28.0

Compare Source

🚀 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

Compare Source

🚀 Features
  • utils: support DeprecatedInfo for rule.meta.deprecated (#​10932)
❤️ Thank You

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

v8.26.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-return] handle recursive type (#​10883)
  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#​10865)
❤️ Thank You

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

v8.26.0

Compare Source

🚀 Features
  • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#​10781)
  • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#​10889)
  • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#​10714)
  • support TypeScript 5.8 (#​10903)
  • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#​9536)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#​10875)
  • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#​10864)
  • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#​10806)
❤️ Thank You

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

v8.25.0

Compare Source

🚀 Features
  • eslint-plugin: [no-misused-spread] add suggestions (#​10719)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#​10708)
  • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#​10844)
  • eslint-plugin: [unified-signatures] handle getter-setter (#​10818)
❤️ Thank You

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

v8.24.1

Compare Source

🩹 Fixes
  • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#​10796)
  • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#​10814)
  • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#​10813)
  • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#​10805)
  • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#​10804)
  • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#​10794)
  • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#​10789)
  • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#​10785)
  • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#​10782)
  • eslint-plugin: [no-inferrable-types] handle accessor (#​10780)
❤️ Thank You
  • Ronen Amiel
  • YeonJuan

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

v8.24.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-condition] make allowConstantLoopConditions more granular (#​10639)
🩹 Fixes
  • eslint-plugin: [no-misused-spread] correct and elaborate string spread report message (#​10751)
  • eslint-plugin: [restrict-plus-operands] report adding bigints to strings when allowNumberAndString is false (#​10737)
❤️ Thank You
  • Josh Goldberg ✨
  • noah
  • Ronen Amiel

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

v8.23.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] enforce strictNullChecks (#​10712)
🩹 Fixes
  • eslint-plugin: [no-shadow] ignore declare variables in definition files shadowing global variables (#​10710)
  • eslint-plugin: [no-restricted-imports] support regex option (#​10699)
  • eslint-plugin: [dot-notation] handle noPropertyAccessFromIndexSignature true (#​10644)
  • eslint-plugin: [prefer-nullish-coalescing] fix missing return (#​10732)
  • bump ts-api-utils to ^2.0.1 (#​10761)
  • eslint-plugin: [no-unnecessary-template-expression] allow interpolating type parameter in type context (#​10739)
  • eslint-plugin: [switch-exhaustiveness-check] suggest with qualified name (#​10697)
  • eslint-plugin: [no-unnecessary-type-assertion] should report readonly class properties with a literal initializer (#​10618)
❤️ Thank You

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

v8.22.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-

Configuration

📅 Schedule: Branch creation - "before 4:00am on Tuesday" in timezone America/Toronto, Automerge - "after 9:00am and before 12:00pm on tuesday, wednesday, thursday" in timezone America/Toronto.

🚦 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 has been generated by Renovate Bot.

@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Jul 22, 2025
@renovate-coveo renovate-coveo bot requested review from a team as code owners July 22, 2025 05:08
@renovate-coveo
Copy link
Contributor Author

renovate-coveo bot commented Jul 22, 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 Unknown env config "store". This will stop working in the next major version of npm.
npm warn Unknown project config "always-auth" (//coveo-aws-mac-730335515452.d.codeartifact.us-east-1.amazonaws.com/npm/coveo-private/:always-auth). This will stop working in the next major version of npm.
npm warn Unknown project config "always-auth" (//coveo-021891587241.d.codeartifact.us-east-1.amazonaws.com/npm/development/:always-auth). This will stop working in the next major version of npm.
npm warn Unknown project config "always-auth" (//coveo-021891587241.d.codeartifact.us-east-1.amazonaws.com/npm/release/:always-auth). This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @coveo/[email protected]
npm error Found: [email protected]
npm error node_modules/storybook
npm error   dev storybook@"8.1.2" from @coveo/[email protected]
npm error   packages/atomic
npm error     @coveo/[email protected]
npm error     node_modules/@coveo/atomic
npm error       workspace packages/atomic from the root project
npm error       9 more (@coveo/atomic-angular, ...)
npm error
npm error Could not resolve dependency:
npm error peer storybook@"^8.2.0" from @whitespace/[email protected]
npm error node_modules/@whitespace/storybook-addon-html
npm error   dev @whitespace/storybook-addon-html@"7.0.0" from @coveo/[email protected]
npm error   packages/atomic
npm error     @coveo/[email protected]
npm error     node_modules/@coveo/atomic
npm error       workspace packages/atomic from the root project
npm error       9 more (@coveo/atomic-angular, ...)
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/cache/renovate-0/others/npm/_logs/2025-07-23T10_06_36_682Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/cache/renovate-0/others/npm/_logs/2025-07-23T10_06_36_682Z-debug-0.log

@renovate-coveo renovate-coveo bot added the dependencies Pull requests that update a dependency file label Jul 22, 2025
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from f407e1d to 5b3d8d1 Compare July 22, 2025 10:38
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from 5b3d8d1 to 958fd2d Compare July 22, 2025 13:39
@renovate-coveo renovate-coveo bot force-pushed the renovate/major-all branch from 958fd2d to 2bd4f0e Compare July 23, 2025 03:37
@renovate-coveo
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants