Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

chore(deps): update all (major)#549

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all
Open

chore(deps): update all (major)#549
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 13, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@testing-library/jest-dom ^5.17.0 -> ^6.6.3 age adoption passing confidence devDependencies major
@testing-library/react ^14.0.0 -> ^16.2.0 age adoption passing confidence devDependencies major
@types/node (source) ^20.8.0 -> ^22.10.10 age adoption passing confidence devDependencies major
@types/react (source) ^18.2.24 -> ^19.0.8 age adoption passing confidence devDependencies major
@types/react-dom (source) ^18.2.8 -> ^19.0.3 age adoption passing confidence devDependencies major
@typescript-eslint/eslint-plugin (source) ^6.7.3 -> ^8.21.0 age adoption passing confidence devDependencies major
@typescript-eslint/parser (source) ^6.7.3 -> ^8.21.0 age adoption passing confidence devDependencies major
actions/checkout v3 -> v4 age adoption passing confidence action major
actions/setup-node v3 -> v4 age adoption passing confidence action major
c8 ^8.0.1 -> ^10.1.3 age adoption passing confidence devDependencies major
eslint (source) ^8.50.0 -> ^9.19.0 age adoption passing confidence devDependencies major
eslint-config-prettier ^9.0.0 -> ^10.0.1 age adoption passing confidence devDependencies major
husky ^8.0.3 -> ^9.1.7 age adoption passing confidence devDependencies major
jsdom ^22.1.0 -> ^26.0.0 age adoption passing confidence devDependencies major
lint-staged ^14.0.1 -> ^15.4.2 age adoption passing confidence devDependencies major
react (source) ^16 || ^17 || ^18 -> ^16 || ^17 || ^18 || ^19.0.0 age adoption passing confidence peerDependencies major
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence devDependencies major
react (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
react-dom (source) ^16 || ^17 || ^18 -> ^16 || ^17 || ^18 || ^19.0.0 age adoption passing confidence peerDependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence devDependencies major
react-dom (source) ^18.2.0 -> ^19.0.0 age adoption passing confidence dependencies major
tailwindcss (source) ^3.3.3 -> ^4.0.0 age adoption passing confidence devDependencies major
vite (source) ^4.4.9 -> ^6.0.11 age adoption passing confidence devDependencies major
vitest (source) ^0.34.6 -> ^3.0.4 age adoption passing confidence devDependencies major

Release Notes

testing-library/jest-dom (@​testing-library/jest-dom)

v6.6.3

Compare Source

v6.6.2

Compare Source

Bug Fixes

v6.6.1

Compare Source

v6.6.0

Compare Source

v6.5.0

Compare Source

v6.4.8

Compare Source

v6.4.7

Compare Source

v6.4.6

Compare Source

Bug Fixes

v6.4.5

Compare Source

Bug Fixes

v6.4.4

Compare Source

v6.4.3

Compare Source

v6.4.2

Compare Source

Bug Fixes
  • Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations (#​575) (a93c0c4)

v6.4.1

Compare Source

Bug Fixes
  • Export type TestingLibraryMatchers from "./matchers" (#​576) (dd1c4dd)

v6.4.0

Compare Source

Features

v6.3.0

Compare Source

Features

v6.2.1

Compare Source

Bug Fixes
  • Standalone types for "./matchers" export and add Bun support (#​566) (5675b86)

v6.2.0

Compare Source

Features
  • toHaveAccessibleDescription supports aria-description (#​565) (1fb156c)

v6.1.6

Compare Source

Bug Fixes

v6.1.5

Compare Source

Bug Fixes

v6.1.4

Compare Source

Bug Fixes
  • upgrade @adobe/css-tools to 4.3.1 to address vulnerability (#​532) (44f1eab)

v6.1.3

Compare Source

Bug Fixes

v6.1.2

Compare Source

Bug Fixes

v6.1.1

Compare Source

Bug Fixes

v6.1.0

Compare Source

Features

v6.0.1

Compare Source

Bug Fixes
  • matchers type is making the global expect unsafe (#​513) (bdb34f1)

v6.0.0

Compare Source

Features
BREAKING CHANGES
  • Removes the extend-expect script. Users should use
    the default import path or one of the new test platform-specific
    paths to automatically extend the appropriate "expect" instance.

extend-expect was not documented in the Readme, so this change should
have minimal impact.

Users can now use the following import paths to automatically extend
"expect" for their chosen test platform:

For example:

import '@​testing-library/jest-dom/jest-globals'

Importing from one of the above paths will augment the appropriate
matcher interface for the given test platform, assuming the import
is done in a .ts file that is included in the user's tsconfig.json.

It's also (still) possible to import the matchers directly without
side effects:

import * as matchers from '@​testing-library/jest-dom/matchers'

  • Update kcd-scripts
  • Drop node < 14
testing-library/react-testing-library (@​testing-library/react)

v16.2.0

Compare Source

Features

v16.1.0

Compare Source

v16.0.1

Compare Source

v16.0.0

Compare Source

Features
  • Move @testing-library/dom and @types/react-dom to peer dependencies (#​1305) (a4744fa)
BREAKING CHANGES
  • @testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
    @types/react-dom needs to be installed if you're typechecking files using @testing-library/react.

v15.0.7

Compare Source

v15.0.6

Compare Source

v15.0.5

Compare Source

v15.0.4

Compare Source

v15.0.3

Compare Source

Bug Fixes
  • Don't raise TypeScript errors when hydating document (#​1304) (067d0c6)

v15.0.2

Compare Source

v15.0.1

Compare Source

v15.0.0

Compare Source

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

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

v8.21.0

Compare Source

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

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

v8.20.0

Compare Source

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

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

v8.19.1

Compare Source

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

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

v8.19.0

Compare Source

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

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

v8.18.2

Compare Source

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

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

v8.18.1

Compare Source

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

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

v8.18.0

Compare Source

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

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

v8.17.0

Compare Source

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

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

v8.16.0

Compare Source

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

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

v8.15.0

Compare Source

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

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

v8.14.0

Compare Source

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

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

v8.13.0

Compare Source

🚀 Features
  • eslint-plugin: [only-throw-error] add allow option (#​10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#​9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#​10250)
🩹 Fixes
  • eslint-plugin: [switch-exha

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

@renovate renovate bot added the renovate label Aug 13, 2023
@vercel
Copy link
Copy Markdown

vercel bot commented Aug 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
react-telephone ❌ Failed (Inspect) Jan 24, 2025 8:42pm

@renovate renovate bot changed the title chore(deps): update dependency @testing-library/jest-dom to v6 chore(deps): update all (major) Aug 13, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 3ce7475 to 5741607 Compare August 13, 2023 22:15
@renovate renovate bot force-pushed the renovate/major-all branch from 5741607 to fd6f7dc Compare August 16, 2023 07:27
@renovate renovate bot force-pushed the renovate/major-all branch from fd6f7dc to b343521 Compare August 18, 2023 07:39
@renovate renovate bot force-pushed the renovate/major-all branch from b343521 to 3fc69bb Compare August 21, 2023 11:10
@renovate renovate bot changed the title chore(deps): update all (major) chore(deps): update dependency @testing-library/jest-dom to v6 Aug 21, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 3fc69bb to 2ae1a53 Compare August 21, 2023 20:28
@renovate renovate bot force-pushed the renovate/major-all branch from 2ae1a53 to 7730017 Compare August 21, 2023 20:30
@renovate renovate bot force-pushed the renovate/major-all branch from 7730017 to db0ce71 Compare August 23, 2023 05:11
@renovate renovate bot force-pushed the renovate/major-all branch from db0ce71 to 737c347 Compare August 23, 2023 17:33
@renovate renovate bot force-pushed the renovate/major-all branch from 737c347 to 5c6b069 Compare August 24, 2023 11:59
@renovate renovate bot changed the title chore(deps): update dependency @testing-library/jest-dom to v6 chore(deps): update all (major) Sep 4, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 5c6b069 to 08642ad Compare September 4, 2023 14:04
@renovate renovate bot force-pushed the renovate/major-all branch from 08642ad to cfeba25 Compare September 6, 2023 03:09
@renovate renovate bot force-pushed the renovate/major-all branch from cfeba25 to 2ddcc82 Compare October 12, 2023 06:53
@renovate renovate bot force-pushed the renovate/major-all branch from c43b577 to 03f15e1 Compare November 21, 2023 16:24
@renovate renovate bot force-pushed the renovate/major-all branch from 03f15e1 to c426703 Compare November 26, 2023 16:32
@renovate renovate bot force-pushed the renovate/major-all branch from c426703 to 94e9edd Compare November 28, 2023 21:36
@renovate renovate bot force-pushed the renovate/major-all branch from 94e9edd to 896202a Compare November 29, 2023 13:08
@renovate renovate bot force-pushed the renovate/major-all branch from 896202a to a04fd8c Compare November 30, 2023 13:13
@renovate renovate bot force-pushed the renovate/major-all branch from a04fd8c to fa7cf7a Compare November 30, 2023 21:30
@renovate renovate bot force-pushed the renovate/major-all branch from fa7cf7a to 6d4b7c7 Compare December 3, 2023 21:15
@renovate renovate bot force-pushed the renovate/major-all branch from 6d4b7c7 to 8b06b53 Compare December 4, 2023 14:42
@renovate renovate bot force-pushed the renovate/major-all branch from 8b06b53 to f3d5110 Compare December 4, 2023 15:56
@renovate renovate bot force-pushed the renovate/major-all branch from f3d5110 to 0d28eff Compare December 4, 2023 19:06
@renovate renovate bot force-pushed the renovate/major-all branch from 0d28eff to 700670a Compare December 6, 2023 09:14
@renovate renovate bot force-pushed the renovate/major-all branch from 700670a to ae121bc Compare December 7, 2023 12:59
@renovate renovate bot force-pushed the renovate/major-all branch from ae121bc to e078779 Compare December 8, 2023 14:20
@renovate renovate bot force-pushed the renovate/major-all branch from e078779 to f5f0735 Compare December 9, 2023 14:00
@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented May 13, 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: package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @vitejs/plugin-react@4.1.0
npm ERR! Found: vite@6.0.11
npm ERR! node_modules/vite
npm ERR!   dev vite@"^6.0.11" from the root project
npm ERR!   vite@"^5.0.0 || ^6.0.0" from vitest@3.0.4
npm ERR!   node_modules/vitest
npm ERR!     dev vitest@"^3.0.4" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^4.2.0" from @vitejs/plugin-react@4.1.0
npm ERR! node_modules/@vitejs/plugin-react
npm ERR!   dev @vitejs/plugin-react@"^4.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: vite@4.5.9
npm ERR! node_modules/vite
npm ERR!   peer vite@"^4.2.0" from @vitejs/plugin-react@4.1.0
npm ERR!   node_modules/@vitejs/plugin-react
npm ERR!     dev @vitejs/plugin-react@"^4.1.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/2025-01-24T20_42_02_586Z-debug-0.log

File name: examples/package-lock.json
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: @vitejs/plugin-react@4.1.0
npm ERR! Found: vite@6.0.11
npm ERR! node_modules/vite
npm ERR!   dev vite@"^6.0.11" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^4.2.0" from @vitejs/plugin-react@4.1.0
npm ERR! node_modules/@vitejs/plugin-react
npm ERR!   dev @vitejs/plugin-react@"^4.1.0" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: vite@4.5.9
npm ERR! node_modules/vite
npm ERR!   peer vite@"^4.2.0" from @vitejs/plugin-react@4.1.0
npm ERR!   node_modules/@vitejs/plugin-react
npm ERR!     dev @vitejs/plugin-react@"^4.1.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/2025-01-24T20_42_11_098Z-debug-0.log

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants