reduxjs / redux-devtools

DevTools for Redux with hot reloading, action replay, and customizable UI
http://youtube.com/watch?v=xsSnOQynTHs
MIT License
13.96k stars 1.15k forks source link

chore(deps): update all non-major dependencies #1605

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/cli (source) ^7.23.4 -> ^7.23.9 age adoption passing confidence
@babel/code-frame (source) ^8.0.0-alpha.5 -> ^8.0.0-alpha.6 age adoption passing confidence
@babel/core (source) ^7.23.7 -> ^7.23.9 age adoption passing confidence
@babel/eslint-parser (source) ^7.23.3 -> ^7.23.10 age adoption passing confidence
@babel/plugin-transform-runtime (source) ^7.23.7 -> ^7.23.9 age adoption passing confidence
@babel/preset-env (source) ^7.23.8 -> ^7.23.9 age adoption passing confidence
@babel/runtime (source) ^7.23.8 -> ^7.23.9 age adoption passing confidence
@storybook/addon-essentials (source) ^7.6.7 -> ^7.6.13 age adoption passing confidence
@storybook/addon-interactions (source) ^7.6.7 -> ^7.6.13 age adoption passing confidence
@storybook/addon-links (source) ^7.6.7 -> ^7.6.13 age adoption passing confidence
@storybook/react (source) ^7.6.7 -> ^7.6.13 age adoption passing confidence
@storybook/react-webpack5 (source) ^7.6.7 -> ^7.6.13 age adoption passing confidence
@testing-library/jest-dom ^6.2.0 -> ^6.4.2 age adoption passing confidence
@testing-library/react ^14.1.2 -> ^14.2.1 age adoption passing confidence
@types/chrome (source) ^0.0.256 -> ^0.0.260 age adoption passing confidence
@types/jest (source) ^29.5.11 -> ^29.5.12 age adoption passing confidence
@types/node (source) ^20.10.7 -> ^20.11.17 age adoption passing confidence
@types/ramda (source) ^0.29.9 -> ^0.29.10 age adoption passing confidence
@types/react (source) ^18.2.47 -> ^18.2.55 age adoption passing confidence
@types/react-dom (source) ^18.2.18 -> ^18.2.19 age adoption passing confidence
@types/redux-logger (source) ^3.0.12 -> ^3.0.13 age adoption passing confidence
@types/uuid (source) ^9.0.7 -> ^9.0.8 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^6.18.1 -> ^6.21.0 age adoption passing confidence
@typescript-eslint/parser (source) ^6.18.1 -> ^6.21.0 age adoption passing confidence
css-loader ^6.8.1 -> ^6.10.0 age adoption passing confidence
electron ^27.2.1 -> ^27.3.2 age adoption passing confidence
esbuild ^0.19.11 -> ^0.20.0 age adoption passing confidence
eslint-plugin-jest ^27.6.1 -> ^27.6.3 age adoption passing confidence
framer-motion ^11.0.2 -> ^11.0.3 age adoption passing confidence
immutable (source) ^4.3.4 -> ^4.3.5 age adoption passing confidence
nanoid ^5.0.4 -> ^5.0.5 age adoption passing confidence
nx (source) ^17.2.8 -> ^17.3.2 age adoption passing confidence
pnpm (source) 8.14.0 -> 8.15.1 age adoption passing confidence
prettier (source) 3.1.1 -> 3.2.5 age adoption passing confidence
react-bootstrap (source) ^2.9.2 -> ^2.10.0 age adoption passing confidence
react-router-dom (source) ^6.21.1 -> ^6.22.0 age adoption passing confidence
rollup (source) ^4.9.4 -> ^4.9.6 age adoption passing confidence
selenium-webdriver (source) ^4.16.0 -> ^4.17.0 age adoption passing confidence
semver ^7.5.4 -> ^7.6.0 age adoption passing confidence
storybook (source) ^7.6.7 -> ^7.6.13 age adoption passing confidence
style-loader ^3.3.3 -> ^3.3.4 age adoption passing confidence
stylelint (source) ^16.1.0 -> ^16.2.1 age adoption passing confidence
supertest ^6.3.3 -> ^6.3.4 age adoption passing confidence
ts-jest (source) ^29.1.1 -> ^29.1.2 age adoption passing confidence
webpack ^5.89.0 -> ^5.90.1 age adoption passing confidence

Release Notes

babel/babel (@​babel/cli) ### [`v7.23.9`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7239-2024-01-25) [Compare Source](https://togithub.com/babel/babel/compare/v7.23.4...v7.23.9) ##### :bug: Bug Fix - `babel-helper-transform-fixture-test-runner`, `babel-plugin-transform-function-name`, `babel-plugin-transform-modules-systemjs`, `babel-preset-env` - [#​16225](https://togithub.com/babel/babel/pull/16225) fix: `systemjs` re-traverses helpers ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16226](https://togithub.com/babel/babel/pull/16226) Improve decorated private method check ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-plugin-proposal-decorators`, `babel-plugin-transform-async-generator-functions`, `babel-plugin-transform-runtime`, `babel-preset-env` - [#​16224](https://togithub.com/babel/babel/pull/16224) Properly sort `core-js@3` imports ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​15383](https://togithub.com/babel/babel/pull/15383) fix: Don't throw in `getTypeAnnotation` when using TS+inference ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - Other - [#​16210](https://togithub.com/babel/babel/pull/16210) \[eslint] Fix `no-use-before-define` for class ref in fields ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :house: Internal - `babel-core`, `babel-parser`, `babel-template` - [#​16222](https://togithub.com/babel/babel/pull/16222) Migrate `eslint-parser` to cts ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16213](https://togithub.com/babel/babel/pull/16213) Remove `@babel/types` props that are not produced by the parser ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :running_woman: Performance - `babel-parser` - [#​16072](https://togithub.com/babel/babel/pull/16072) perf: Improve parser performance for typescript ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :microscope: Output optimization - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators`, `babel-plugin-proposal-destructuring-private`, `babel-plugin-proposal-pipeline-operator`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-class-static-block`, `babel-plugin-transform-new-target`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-methods`, `babel-preset-env` - [#​16218](https://togithub.com/babel/babel/pull/16218) Improve temporary variables for decorators ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​15959](https://togithub.com/babel/babel/pull/15959) Improve output of `using` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
babel/babel (@​babel/code-frame) ### [`v8.0.0-alpha.6`](https://togithub.com/babel/babel/releases/tag/v8.0.0-alpha.6) [Compare Source](https://togithub.com/babel/babel/compare/v8.0.0-alpha.5...v8.0.0-alpha.6) #### v8.0.0-alpha.6 (2024-01-26) In addition to the changelog below, this release includes changes from [v7.23.7](https://togithub.com/babel/babel/releases/tag/v7.23.7), [v7.23.8](https://togithub.com/babel/babel/releases/tag/v7.23.8), and [v7.23.9](https://togithub.com/babel/babel/releases/tag/v7.23.9). ##### :nail_care: Polish - `babel-register` - [#​16005](https://togithub.com/babel/babel/pull/16005) Use `@cspotcode/source-map-support` in `@babel/register` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### Committers: 5 - Babel Bot ([@​babel-bot](https://togithub.com/babel-bot)) - Huáng Jùnliàng ([@​JLHwung](https://togithub.com/JLHwung)) - Nicolò Ribaudo ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [@​liuxingbaoyu](https://togithub.com/liuxingbaoyu) - coderaiser ([@​coderaiser](https://togithub.com/coderaiser))
storybookjs/storybook (@​storybook/addon-essentials) ### [`v7.6.13`](https://togithub.com/storybookjs/storybook/compare/v7.6.12...95ed703506ceb18e89a81bf93b3628a67b118edd) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.12...v7.6.13) ### [`v7.6.12`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7612) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.11...v7.6.12) - CLI: Fix `upgrade` detecting the wrong version of existing Storybooks - [#​25752](https://togithub.com/storybookjs/storybook/pull/25752), thanks [@​JReinhold](https://togithub.com/JReinhold)! ### [`v7.6.11`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7611) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.10...v7.6.11) - CLI: Update init for react native v7 - [#​25780](https://togithub.com/storybookjs/storybook/pull/25780), thanks [@​dannyhw](https://togithub.com/dannyhw)! - Codemods: Add support for multiple file extensions in runCodemod function - [#​25708](https://togithub.com/storybookjs/storybook/pull/25708), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! ### [`v7.6.10`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7610) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.9...v7.6.10) - CLI: Fix existing version detection in `upgrade` - [#​25642](https://togithub.com/storybookjs/storybook/pull/25642), thanks [@​JReinhold](https://togithub.com/JReinhold)! - React: Fix acorn ecma version warning - [#​25634](https://togithub.com/storybookjs/storybook/pull/25634), thanks [@​dannyhw](https://togithub.com/dannyhw)! ### [`v7.6.9`](https://togithub.com/storybookjs/storybook/compare/v7.6.8...fbb29c1a602b894833d828f57f68d1c86ae51479) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.8...v7.6.9) ### [`v7.6.8`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#768) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.7...v7.6.8) - Addon-actions: Fix module resolution for react-native - [#​25296](https://togithub.com/storybookjs/storybook/pull/25296), thanks [@​dannyhw](https://togithub.com/dannyhw)! - Storysource: Fix import error - [#​25391](https://togithub.com/storybookjs/storybook/pull/25391), thanks [@​unional](https://togithub.com/unional)!
storybookjs/storybook (@​storybook/addon-interactions) ### [`v7.6.13`](https://togithub.com/storybookjs/storybook/releases/tag/v7.6.13) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.12...v7.6.13) ##### 7.6.13 - Next.js: Fix frameworkOptions resolution - [#​25907](https://togithub.com/storybookjs/storybook/pull/25907), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - React Native: Fix init fails when package is already installed - [#​25908](https://togithub.com/storybookjs/storybook/pull/25908), thanks [@​dannyhw](https://togithub.com/dannyhw)! - React Native: Remove watcher from init - [#​25895](https://togithub.com/storybookjs/storybook/pull/25895), thanks [@​dannyhw](https://togithub.com/dannyhw)! - Webpack: Update StorybookConfig import in core-webpack types.ts - [#​25740](https://togithub.com/storybookjs/storybook/pull/25740), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! ### [`v7.6.12`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7612) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.11...v7.6.12) - CLI: Fix `upgrade` detecting the wrong version of existing Storybooks - [#​25752](https://togithub.com/storybookjs/storybook/pull/25752), thanks [@​JReinhold](https://togithub.com/JReinhold)! ### [`v7.6.11`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7611) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.10...v7.6.11) - CLI: Update init for react native v7 - [#​25780](https://togithub.com/storybookjs/storybook/pull/25780), thanks [@​dannyhw](https://togithub.com/dannyhw)! - Codemods: Add support for multiple file extensions in runCodemod function - [#​25708](https://togithub.com/storybookjs/storybook/pull/25708), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! ### [`v7.6.10`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7610) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.9...v7.6.10) - CLI: Fix existing version detection in `upgrade` - [#​25642](https://togithub.com/storybookjs/storybook/pull/25642), thanks [@​JReinhold](https://togithub.com/JReinhold)! - React: Fix acorn ecma version warning - [#​25634](https://togithub.com/storybookjs/storybook/pull/25634), thanks [@​dannyhw](https://togithub.com/dannyhw)! ### [`v7.6.9`](https://togithub.com/storybookjs/storybook/compare/v7.6.8...fbb29c1a602b894833d828f57f68d1c86ae51479) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.8...v7.6.9) ### [`v7.6.8`](https://togithub.com/storybookjs/storybook/compare/v7.6.7...2eded2e062ff7f984706a066090b7c699ee5c71e) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.7...v7.6.8)
storybookjs/storybook (@​storybook/react) ### [`v7.6.13`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7613) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.12...v7.6.13) - Next.js: Fix frameworkOptions resolution - [#​25907](https://togithub.com/storybookjs/storybook/pull/25907), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! - React Native: Fix init fails when package is already installed - [#​25908](https://togithub.com/storybookjs/storybook/pull/25908), thanks [@​dannyhw](https://togithub.com/dannyhw)! - React Native: Remove watcher from init - [#​25895](https://togithub.com/storybookjs/storybook/pull/25895), thanks [@​dannyhw](https://togithub.com/dannyhw)! - Webpack: Update StorybookConfig import in core-webpack types.ts - [#​25740](https://togithub.com/storybookjs/storybook/pull/25740), thanks [@​valentinpalkovic](https://togithub.com/valentinpalkovic)! ### [`v7.6.12`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7612) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.11...v7.6.12) - CLI: Fix `upgrade` detecting the wrong version of existing Storybooks - [#​25752](https://togithub.com/storybookjs/storybook/pull/25752), thanks [@​JReinhold](https://togithub.com/JReinhold)! ### [`v7.6.11`](https://togithub.com/storybookjs/storybook/compare/v7.6.10...a8b5861ccb6e48420e4bb4263e3e859593ff870e) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.10...v7.6.11) ### [`v7.6.10`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#7610) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.9...v7.6.10) - CLI: Fix existing version detection in `upgrade` - [#​25642](https://togithub.com/storybookjs/storybook/pull/25642), thanks [@​JReinhold](https://togithub.com/JReinhold)! - React: Fix acorn ecma version warning - [#​25634](https://togithub.com/storybookjs/storybook/pull/25634), thanks [@​dannyhw](https://togithub.com/dannyhw)! ### [`v7.6.9`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#769) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.8...v7.6.9) - ConfigFile: Fix export specifiers - [#​25590](https://togithub.com/storybookjs/storybook/pull/25590), thanks [@​shilman](https://togithub.com/shilman)! - Webpack5: Make export-order-loader compatible with both esm and cjs - [#​25540](https://togithub.com/storybookjs/storybook/pull/25540), thanks [@​mlazari](https://togithub.com/mlazari)! - CLI: Support version specifiers in `init`, `upgrade` and `sandbox` - [#​25526](https://togithub.com/storybookjs/storybook/pull/25526), thanks [@​ndelangen](https://togithub.com/ndelangen), [@​jreinhold](https://togithub.com/jreinhold)! ### [`v7.6.8`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#768) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v7.6.7...v7.6.8) - Addon-actions: Fix module resolution for react-native - [#​25296](https://togithub.com/storybookjs/storybook/pull/25296), thanks [@​dannyhw](https://togithub.com/dannyhw)! - Storysource: Fix import error - [#​25391](https://togithub.com/storybookjs/storybook/pull/25391), thanks [@​unional](https://togithub.com/unional)!
testing-library/jest-dom (@​testing-library/jest-dom) ### [`v6.4.2`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.2) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.1...v6.4.2) ##### Bug Fixes - Remove errant export of GetByRoleMatcher, fixing type checking in some TS configurations ([#​575](https://togithub.com/testing-library/jest-dom/issues/575)) ([a93c0c4](https://togithub.com/testing-library/jest-dom/commit/a93c0c4a20ed4d3a9656261ea6a449d1015b7879)) ### [`v6.4.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.1) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.4.0...v6.4.1) ##### Bug Fixes - Export type `TestingLibraryMatchers` from "./matchers" ([#​576](https://togithub.com/testing-library/jest-dom/issues/576)) ([dd1c4dd](https://togithub.com/testing-library/jest-dom/commit/dd1c4dd504973efced2f9e02a35e7df3079914af)) ### [`v6.4.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.4.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.3.0...v6.4.0) ##### Features - Add toHaveRole matcher ([#​572](https://togithub.com/testing-library/jest-dom/issues/572)) ([f7dc673](https://togithub.com/testing-library/jest-dom/commit/f7dc673dbc13e508f9867a9eb9c547ce3964b22c)) ### [`v6.3.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.3.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.2.1...v6.3.0) ##### Features - Support for regular expressions in toHaveClass ([#​563](https://togithub.com/testing-library/jest-dom/issues/563)) ([9787ed5](https://togithub.com/testing-library/jest-dom/commit/9787ed59fcc930e3d33c8a6efe473da3eca01707)) ### [`v6.2.1`](https://togithub.com/testing-library/jest-dom/releases/tag/v6.2.1) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v6.2.0...v6.2.1) ##### Bug Fixes - Standalone types for "./matchers" export and add Bun support ([#​566](https://togithub.com/testing-library/jest-dom/issues/566)) ([5675b86](https://togithub.com/testing-library/jest-dom/commit/5675b8668c09345e064001784338a85b7bf9f2af))
testing-library/react-testing-library (@​testing-library/react) ### [`v14.2.1`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.2.1) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1) ##### Bug Fixes - Update types to support all possible react component return values ([#​1272](https://togithub.com/testing-library/react-testing-library/issues/1272)) ([55e79c2](https://togithub.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9)) ### [`v14.2.0`](https://togithub.com/testing-library/react-testing-library/releases/tag/v14.2.0) [Compare Source](https://togithub.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0) ##### Features - add `reactStrictMode` option to enable strict mode render ([#​1241](https://togithub.com/testing-library/react-testing-library/issues/1241)) ([0880eba](https://togithub.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6210-2024-02-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0) ##### 🚀 Features - export plugin metadata - allow `parserOptions.project: false` - **eslint-plugin:** add rule prefer-find ##### 🩹 Fixes - **eslint-plugin:** \[no-unused-vars] don't report on types referenced in export assignment expression - **eslint-plugin:** \[switch-exhaustiveness-check] better support for intersections, infinite types, non-union values - **eslint-plugin:** \[consistent-type-imports] dont report on types used in export assignment expressions - **eslint-plugin:** \[no-unnecessary-condition] handle left-hand optional with exactOptionalPropertyTypes option - **eslint-plugin:** \[class-literal-property-style] allow getter when same key setter exists - **eslint-plugin:** \[no-unnecessary-type-assertion] provide valid fixes for assertions with extra tokens before `as` keyword ##### ❤️ Thank You - auvred - Brad Zacher - Kirk Waiblinger - Pete Gonzalez - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.20.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6200-2024-01-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.19.1...v6.20.0) ##### 🚀 Features - **eslint-plugin:** \[member-ordering] allow easy reuse of the default ordering ##### 🩹 Fixes - **eslint-plugin:** \[no-useless-template-literals] incorrect bigint autofix result - **eslint-plugin:** \[prefer-nullish-coalescing] treat any/unknown as non-nullable - **eslint-plugin:** \[no-useless-template-literals] report Infinity & NaN - **eslint-plugin:** \[prefer-readonly] disable checking accessors ##### ❤️ Thank You - Alex Parloti - auvred - James Browning - StyleShit - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.19.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6191-2024-01-22) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.19.0...v6.19.1) ##### 🩹 Fixes - **type-utils:** preventing isUnsafeAssignment infinite recursive calls - **eslint-plugin:** \[no-unnecessary-condition] fix false positive for type variable ##### ❤️ Thank You - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.19.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#6190-2024-01-15) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.18.1...v6.19.0) ##### 🚀 Features - **eslint-plugin:** \[prefer-promise-reject-errors] add rule - **eslint-plugin:** \[no-array-delete] add new rule - **eslint-plugin:** \[no-useless-template-literals] add fix suggestions ##### 🩹 Fixes - **eslint-plugin:** \[no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression - **eslint-plugin:** \[no-unnecesary-type-assertion] treat unknown/any as nullable ##### ❤️ Thank You - auvred - Brad Zacher - Josh Goldberg ✨ - Joshua Chen - LJX - Steven - StyleShit You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
typescript-eslint/typescript-eslint (@​typescript-eslint/parser) ### [`v6.21.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6210-2024-02-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.20.0...v6.21.0) ##### 🚀 Features - allow `parserOptions.project: false` ##### ❤️ Thank You - auvred - Brad Zacher - Kirk Waiblinger - Pete Gonzalez - YeonJuan You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v6.20.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#6200-2024-01-29) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v6.19.1...v6.20.0) This was a version bump only for parser to align it with other projects, there were no code changes. You can read about our [versioning strategy](https://m
changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: 3f289c8f195c9f4dd4fdc63d2dbbb832b4547e5c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

renovate[bot] commented 5 months ago

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.