Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 31, 2024

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 19.6.1 -> 19.8.1 age confidence
@commitlint/config-conventional (source) 19.6.0 -> 19.8.1 age confidence
@cypress/code-coverage 3.13.10 -> 3.14.7 age confidence
@tanstack/react-query-devtools (source) 4.36.1 -> 4.42.0 age confidence
@types/node (source) 22.10.5 -> 22.19.1 age confidence
@typescript-eslint/eslint-plugin (source) 8.19.1 -> 8.48.0 age confidence
@typescript-eslint/parser (source) 8.19.1 -> 8.48.0 age confidence
@vitejs/plugin-react (source) 4.3.4 -> 4.7.0 age confidence
concurrently 9.1.2 -> 9.2.1 age confidence
eslint-import-resolver-typescript ~3.6.1 -> ~3.10.0 age confidence
eslint-plugin-import ~2.29.1 -> ~2.32.0 age confidence
eslint-plugin-jsx-a11y ~6.9.0 -> ~6.10.0 age confidence
eslint-plugin-prettier 5.1.3 -> 5.5.4 age confidence
eslint-plugin-react 7.34.3 -> 7.37.5 age confidence
prettier (source) 3.4.2 -> 3.6.2 age confidence
typescript (source) 5.7.3 -> 5.9.3 age confidence
vite-plugin-checker ^0.8.0 -> ^0.11.0 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v19.8.1

Compare Source

Bug Fixes

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/cli

19.6.1 (2024-12-15)

Note: Version bump only for package @​commitlint/cli

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v19.8.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v19.8.0

Compare Source

Performance Improvements
  • use node: prefix to bypass require.cache call for builtins (#​4302) (0cd8f41)

19.7.1 (2025-02-02)

Note: Version bump only for package @​commitlint/config-conventional

v19.7.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

cypress-io/code-coverage (@​cypress/code-coverage)

v3.14.7

Compare Source

Bug Fixes

v3.14.6

Compare Source

Bug Fixes

v3.14.5

Compare Source

Bug Fixes

v3.14.4

Compare Source

Bug Fixes

v3.14.3

Compare Source

Bug Fixes

v3.14.2

Compare Source

Bug Fixes

v3.14.1

Compare Source

Bug Fixes

v3.14.0

Compare Source

Features
  • add explicit check against codeCoverage.expectFrontendCoverageOnly before attempting to collect backend coverage (#​555) (48cd348)

v3.13.12

Compare Source

Bug Fixes

v3.13.11

Compare Source

Bug Fixes
TanStack/query (@​tanstack/react-query-devtools)

v4.42.0

Compare Source

Version 4.42.0 - 10/16/25, 4:16 PM

Changes

Feat

Packages

v4.41.0

Compare Source

Version 4.41.0 - 9/9/25, 7:21 AM

Changes

Feat

Packages

v4.40.2

Compare Source

Version 4.40.2 - 9/9/25, 6:35 AM

Changes

Fix
  • ci: resolve v4 CI timeout by disabling Nx Cloud distributed execution (#​9623) (3ef06cf) by Kim YoungHoon
Ci
Other

Packages

v4.40.1

Compare Source

Version 4.40.1 - 7/4/25, 1:18 PM

Changes

Fix
Docs

Packages

v4.40.0

Compare Source

Version 4.40.0 - 6/17/25, 4:44 PM

Changes

Feat
  • query-core, react-query: backport v5 types, deprecate isLoading in favor of isPending in mutation observer results (#​9266) (693a471) by @​manudeli

Packages

v4.39.2

Compare Source

Version 4.39.2 - 6/9/25, 9:36 AM

Changes

Fix

Packages

v4.39.1

Compare Source

Version 4.39.1 - 5/31/25, 1:09 PM (Manual Release)

Changes

Fix
  • v4: ensure packages are built during CI (#​9227) (4f93b86) by Lachlan Collins
Ci
  • v4: fix Nx commands (52f93a5) by Lachlan Collins

Packages

v4.39.0

Compare Source

Version 4.39.0 - 5/31/25, 1:07 AM

Changes

Feat
Chore
  • Fix incorrect npm tag for previous version release (v4) (#​6659) (ce313af) by Lachlan Collins
Ci
Docs
Other

Packages

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

v8.48.0

Compare Source

🚀 Features
  • eslint-plugin: [no-redundant-type-constituents] use assignability checking for redundancy checks (#​10744)
🩹 Fixes
  • typescript-estree: disallow binding patterns in parameter properties (#​11760)
  • eslint-plugin: [consistent-generic-constructors] ignore when constructor is typed array (#​10477)
❤️ Thank You

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

v8.47.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unused-private-class-members] new extension rule (#​10913)
❤️ Thank You

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

v8.46.4

Compare Source

🩹 Fixes
  • parser: error when both projectService and project are set (#​11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#​11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#​11006, #​10958)
❤️ Thank You

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

v8.46.3

Compare Source

🩹 Fixes
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#​11722, #​11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#​11706)
❤️ Thank You

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

v8.46.2

Compare Source

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#​11702)
❤️ Thank You
  • mdm317

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

v8.46.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-misused-promises] special-case .finally not to report when a promise returning function is provided as an argument (#​11667)
  • eslint-plugin: [prefer-optional-chain] include mixed "nullish comparison style" chains in checks (#​11533)
❤️ Thank You
  • mdm317
  • Ronen Amiel

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

v8.46.0

Compare Source

🚀 Features
  • eslint-plugin: [no-unsafe-member-access] add allowOptionalChaining option (#​11659)
  • rule-schema-to-typescript-types: clean up and make public (#​11633)
🩹 Fixes
  • eslint-plugin: [prefer-readonly-parameter-types] ignore tagged primitives (#​11660)
  • typescript-estree: forbid abstract method and accessor to have implementation (#​11657)
  • eslint-plugin: removed error type previously deprecated (#​11674)
  • eslint-plugin: [no-deprecated] ignore deprecated export imports (#​11603)
  • eslint-plugin: [unbound-method] improve wording around this: void and binding (#​11634)
  • rule-tester: deprecate TestCaseError#type and LintMessage#nodeType (#​11628)
  • eslint-plugin: [no-floating-promises] remove excess parentheses in suggestions (#​11487)
❤️ Thank You

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

v8.45.0

Compare Source

🚀 Features
  • eslint-plugin: expose rule name via RuleModule interface (#​11616)
🩹 Fixes
  • eslint-plugin: [prefer-nullish-coalescing] ignoreBooleanCoercion should not apply to top-level ternary expressions (#​11614)
  • eslint-plugin: [no-base-to-string] check if superclass is ignored (#​11617)
❤️ Thank You

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

v8.44.1

Compare Source

🩹 Fixes
  • eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#​11611)
  • eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#​11599)
  • eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#​11597)
❤️ Thank You

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

v8.44.0

Compare Source

🚀 Features
  • eslint-plugin: [await-thenable] report invalid (non-promise) values passed to promise aggregator methods (#​11267)
🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-conversion] ignore enum members (#​11490)
❤️ Thank You

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

v8.43.0

Compare Source

🚀 Features
  • typescript-estree: disallow empty type parameter/argument lists (#​11563)
🩹 Fixes
  • eslint-plugin: [prefer-return-this-type] don't report an error when returning a union type that includes a classType (#​11432)
  • eslint-plugin: [no-deprecated] should report deprecated exports and reexports (#​11359)
  • eslint-plugin: [no-floating-promises] allowForKnownSafeCalls now supports function names (#​11423, #​11430)
  • eslint-plugin: [consistent-type-exports] fix declaration shadowing (#​11457)
  • eslint-plugin: [no-unnecessary-type-conversion] only report ~~ on integer literal types (#​11517)
  • scope-manager: exclude Program from DefinitionBase node types (#​11469)
  • eslint-plugin: [no-non-null-assertion] do not suggest optional chain on LHS of assignment (#​11489)
  • type-utils: add union type support to TypeOrValueSpecifier (#​11526)
❤️ Thank You

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

v8.42.0

Compare Source

🩹 Fixes
  • deps: update eslint monorepo to v9.33.0 (#​11482)

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

v8.41.0

Compare Source

🩹 Fixes
  • deps: update dependency prettier to v3.6.2 (#​11496)

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

v8.40.0

Compare Source

🚀 Features
  • typescript-estree: forbid invalid keys in EnumMember (#​11232)
❤️ Thank You

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

v8.39.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.39.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] support yield/await expressions (#​11417)
  • eslint-plugin: add no-unnecessary-type-conversion to strict-type-checked ruleset (#​11427)
  • update to TypeScript 5.9.2 (#​11445)
  • eslint-plugin: [naming-convention] add enumMember PascalCase default option (#​11127)
🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] add an unsafeObjectPattern message (#​11403)
  • eslint-plugin: [prefer-optional-chain] ignore check option for most RHS of a chain (#​11272)
❤️ Thank You

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

v8.38.0

Compare Source

🩹 Fixes
  • disallow extra properties in rule options (#​11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#​11351)
❤️ Thank You

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

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 So


Configuration

📅 Schedule: Branch creation - On day 1 of the month ( * * 1 * * ) (UTC), Automerge - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 31, 2024
@renovate renovate bot requested review from spaenleh and swouf May 31, 2024 19:42
@renovate renovate bot changed the title chore(deps): update dependency @types/node to v20.13.0 chore(deps): update devdependencies (non-major) (minor) Jun 1, 2024
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 1d044dd to 83c72f7 Compare June 5, 2024 10:16
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 080e884 to 14ddf74 Compare June 18, 2024 10:18
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 7924040 to 06d66c5 Compare June 22, 2024 11:12
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 5642863 to f14f551 Compare June 30, 2024 19:23
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 1832df2 to 083e208 Compare July 6, 2024 19:01
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from d074460 to 8b305c4 Compare July 14, 2024 23:02
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 0e42ada to a520d64 Compare September 13, 2025 12:15
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 1b41b3a to 7f6ad69 Compare September 22, 2025 19:29
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from 53ae81b to 41bcae5 Compare October 1, 2025 04:25
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 59b2b64 to 7df3253 Compare October 11, 2025 14:31
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from fe5ed8f to b1dd1f9 Compare October 20, 2025 19:29
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from b1dd1f9 to 8cc5415 Compare October 21, 2025 02:53
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 3 times, most recently from cf1b2d0 to af4fd07 Compare November 3, 2025 20:52
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 35d7025 to 5003fe7 Compare November 12, 2025 05:41
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 8581592 to 26ac37d Compare November 18, 2025 13:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 26ac37d to 8171573 Compare November 24, 2025 19:07
@sonarqubecloud
Copy link

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.

1 participant