Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Update npm non-major dependencies #13054

Open renovate[bot] opened 4 days ago

renovate[bot] commented 4 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@chromatic-com/storybook 1.5.0 -> 1.6.0 age adoption passing confidence
@microsoft/applicationinsights-web 3.2.2 -> 3.3.0 age adoption passing confidence
@mui/material (source) 5.15.20 -> 5.15.21 age adoption passing confidence
@playwright/test (source) 1.44.1 -> 1.45.0 age adoption passing confidence
@storybook/addon-essentials (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/addon-interactions (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/addon-links (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/addon-onboarding (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/blocks (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/react (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/react-webpack5 (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@storybook/test (source) 8.1.10 -> 8.1.11 age adoption passing confidence
@swc/core (source) 1.6.5 -> 1.6.6 age adoption passing confidence
@tanstack/react-query (source) 5.45.1 -> 5.49.2 age adoption passing confidence
@tanstack/react-query-devtools (source) 5.45.1 -> 5.49.2 age adoption passing confidence
@testing-library/dom 10.1.0 -> 10.2.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.13.1 -> 7.15.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.13.1 -> 7.15.0 age adoption passing confidence
cypress (source) 13.12.0 -> 13.13.0 age adoption passing confidence
qs 6.12.1 -> 6.12.2 age adoption passing confidence
react-router-dom (source) 6.23.1 -> 6.24.0 age adoption passing confidence
storybook (source) 8.1.10 -> 8.1.11 age adoption passing confidence
typescript (source) 5.5.2 -> 5.5.3 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

chromaui/addon-visual-tests (@​chromatic-com/storybook) ### [`v1.6.0`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v160-Fri-Jun-28-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/51b8d6f7fd9ef4c864bfc88a59d86a388485ee55...v1.6.0) ##### 🚀 Enhancement - Ignore `storybookBuildDir` property for VTA builds [#​324](https://togithub.com/chromaui/addon-visual-tests/pull/324) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### 🐛 Bug Fix - Replace API polling with browser-native "online" status check [#​326](https://togithub.com/chromaui/addon-visual-tests/pull/326) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Add stories for `SidebarBottom` [#​314](https://togithub.com/chromaui/addon-visual-tests/pull/314) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Use modern Yarn and run on port 6004 [#​325](https://togithub.com/chromaui/addon-visual-tests/pull/325) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Upgrade some deprecated uses of `@storybook/components` [#​316](https://togithub.com/chromaui/addon-visual-tests/pull/316) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Disallow stopping build after upload step [#​317](https://togithub.com/chromaui/addon-visual-tests/pull/317) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Don't auto-expand build eyebrow when canceling build [#​315](https://togithub.com/chromaui/addon-visual-tests/pull/315) ([@​ghengeveld](https://togithub.com/ghengeveld)) - Add stories for `TooltipMenu` component [#​313](https://togithub.com/chromaui/addon-visual-tests/pull/313) ([@​ghengeveld](https://togithub.com/ghengeveld)) ##### Authors: 1 - Gert Hengeveld ([@​ghengeveld](https://togithub.com/ghengeveld)) *** ### [`v1.5.1`](https://togithub.com/chromaui/addon-visual-tests/blob/HEAD/CHANGELOG.md#v151-Fri-Jun-28-2024) [Compare Source](https://togithub.com/chromaui/addon-visual-tests/compare/v1.5.0...51b8d6f7fd9ef4c864bfc88a59d86a388485ee55) ##### 🐛 Bug Fix - Replace API polling with browser-native "online" status check [#​326](https://togithub.com/chromaui/addon-visual-tests/pull/326) ([@​ghengeveld](https://togithub.com/ghengeveld))
microsoft/ApplicationInsights-JS (@​microsoft/applicationinsights-web) ### [`v3.3.0`](https://togithub.com/microsoft/ApplicationInsights-JS/blob/HEAD/RELEASES.md#330-July-1st-2024) [Compare Source](https://togithub.com/microsoft/ApplicationInsights-JS/compare/3.2.2...3.3.0) ##### Potential breaking change This release contains a potential break change due to enhancing the definition of the [IConfiguration](https://togithub.com/microsoft/ApplicationInsights-JS/blob/main/shared/AppInsightsCore/src/JavaScriptSDK.Interfaces/IConfiguration.ts) to support Promise types for the connectionString, instrumentationKey and endpointURL; any extension that relies on these base interfaces will VERY likely cause TypeScript to fail with potential warnings about the types being different. ##### Changelog - [#​2371](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2371) Bump [@​microsoft/rush](https://togithub.com/microsoft/rush) from 5.97.1 to 5.129.6 - [#​2340](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2340) \[Main]\[Task]27939476: Initialization with iKey and endpoint to be promises !! potential breaking changes. IConfiguration support Promise types for the connectionString, instrumentationKey and endpointURL - [#​2366](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2366) \[Sdk Loader] Increase version to 1.2.0 - [#​2367](https://togithub.com/microsoft/ApplicationInsights-JS/issues/2367) \[main] update the way to generate ajax perforamance mark prefix
mui/material-ui (@​mui/material) ### [`v5.15.21`](https://togithub.com/mui/material-ui/releases/tag/v5.15.21) [Compare Source](https://togithub.com/mui/material-ui/compare/v5.15.20...v5.15.21) *Jun 28, 2024* A big thanks to the 7 contributors who made this release possible. ##### `@mui/material@5.15.21` - \[Autocomplete] Fix renderOption props type ([@​DiegoAndai](https://togithub.com/DiegoAndai)) ([#​42709](https://togithub.com/mui/material-ui/issues/42709)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - \[Stepper] Generate class for `nonLinear` prop ([@​alexismo](https://togithub.com/alexismo)) ([#​42677](https://togithub.com/mui/material-ui/issues/42677)) [@​alexismo](https://togithub.com/alexismo) ##### Docs - Use new email for sponsoring [@​oliviertassinari](https://togithub.com/oliviertassinari) - Fix 301 links ([@​alexfauquette](https://togithub.com/alexfauquette)) ([#​42700](https://togithub.com/mui/material-ui/issues/42700)) [@​alexfauquette](https://togithub.com/alexfauquette) - \[material-ui]\[Select] Fix the `SelectAutoWidth` demo menu item value ([@​Danielkhakbaz](https://togithub.com/Danielkhakbaz)) ([#​42696](https://togithub.com/mui/material-ui/issues/42696)) [@​Danielkhakbaz](https://togithub.com/Danielkhakbaz) - \[material-ui]\[Autocomplete] Fix more React 18.3 key spread warnings in demos ([#​42766](https://togithub.com/mui/material-ui/issues/42766)) [@​wbt](https://togithub.com/wbt) - \[material-ui] Fix sign in side image ([#​42708](https://togithub.com/mui/material-ui/issues/42708)) [@​zanivan](https://togithub.com/zanivan) - \[website] Add Ale to team ([#​42769](https://togithub.com/mui/material-ui/issues/42769)) [@​alelthomas](https://togithub.com/alelthomas) ##### Core - \[core] Cherry pick pnpm updates ([#​42763](https://togithub.com/mui/material-ui/issues/42763)) [@​DiegoAndai](https://togithub.com/DiegoAndai) - \[website] Add Armin to the team members ([@​arminmeh](https://togithub.com/arminmeh)) ([#​42681](https://togithub.com/mui/material-ui/issues/42681)) [@​arminmeh](https://togithub.com/arminmeh) - \[website] Open Staff Engineer role for Pigment CSS ([@​mnajdova](https://togithub.com/mnajdova)) ([#​42669](https://togithub.com/mui/material-ui/issues/42669)) [@​mnajdova](https://togithub.com/mnajdova) All contributors of this release in alphabetical order: [@​alexfauquette](https://togithub.com/alexfauquette), [@​alexismo](https://togithub.com/alexismo), [@​arminmeh](https://togithub.com/arminmeh), [@​Danielkhakbaz](https://togithub.com/Danielkhakbaz), [@​DiegoAndai](https://togithub.com/DiegoAndai), [@​mnajdova](https://togithub.com/mnajdova), [@​oliviertassinari](https://togithub.com/oliviertassinari)
microsoft/playwright (@​playwright/test) ### [`v1.45.0`](https://togithub.com/microsoft/playwright/compare/v1.44.1...4f3f6eecae490af444dd9298c9eaeb0c596915b7) [Compare Source](https://togithub.com/microsoft/playwright/compare/v1.44.1...v1.45.0)
storybookjs/storybook (@​storybook/addon-essentials) ### [`v8.1.11`](https://togithub.com/storybookjs/storybook/blob/HEAD/CHANGELOG.md#8111) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.1.10...v8.1.11) - Telemetry: Detect Node version - [#​28299](https://togithub.com/storybookjs/storybook/pull/28299), thanks [@​yannbf](https://togithub.com/yannbf)! - Test: Upgrade deps of [@​storybook/test](https://togithub.com/storybook/test) - [#​27862](https://togithub.com/storybookjs/storybook/pull/27862), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)!
storybookjs/storybook (@​storybook/addon-onboarding) ### [`v8.1.11`](https://togithub.com/storybookjs/storybook/releases/tag/v8.1.11) [Compare Source](https://togithub.com/storybookjs/storybook/compare/v8.1.10...v8.1.11) #### 8.1.11 - Telemetry: Detect Node version - [#​28299](https://togithub.com/storybookjs/storybook/pull/28299), thanks [@​yannbf](https://togithub.com/yannbf)! - Test: Upgrade deps of [@​storybook/test](https://togithub.com/storybook/test) - [#​27862](https://togithub.com/storybookjs/storybook/pull/27862), thanks [@​kasperpeulen](https://togithub.com/kasperpeulen)!
swc-project/swc (@​swc/core) ### [`v1.6.6`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#166---2024-06-29) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.6.5...v1.6.6) ##### Bug Fixes - **(es/lexer)** Fix lexing of `\r\n` in JSX ([#​9112](https://togithub.com/swc-project/swc/issues/9112)) ([2a0ebec](https://togithub.com/swc-project/swc/commit/2a0ebec0f5e51d5cba1c1981215a893834c63255)) ##### Performance - **(es/parser)** Optimize macros ([#​9100](https://togithub.com/swc-project/swc/issues/9100)) ([719b7c5](https://togithub.com/swc-project/swc/commit/719b7c54f69ef276270dc39fbcb8bbdbf52899bf)) - **(es/parser)** Remove unnecessary check ([#​9102](https://togithub.com/swc-project/swc/issues/9102)) ([2a490ad](https://togithub.com/swc-project/swc/commit/2a490ad0b2f9f89260742e653ba9ca086c1a9798)) - **(es/parser)** Add a check before numeric operations ([#​9105](https://togithub.com/swc-project/swc/issues/9105)) ([c0602c8](https://togithub.com/swc-project/swc/commit/c0602c81db55777be726cd8fe2fd074e34bd4d96)) - **(es/parser)** Increase token context size ([#​9104](https://togithub.com/swc-project/swc/issues/9104)) ([8ef30cc](https://togithub.com/swc-project/swc/commit/8ef30cc08c86251bb8bebf66286949805e332b6c))
TanStack/query (@​tanstack/react-query) ### [`v5.49.2`](https://togithub.com/TanStack/query/releases/tag/v5.49.2) [Compare Source](https://togithub.com/TanStack/query/compare/v5.49.1...v5.49.2) Version 5.49.2 - 6/30/24, 6:11 AM ##### Changes ##### Fix - react-query: experimental before/after query options ([#​7652](https://togithub.com/TanStack/query/issues/7652)) ([`56fad10`](https://togithub.com/TanStack/query/commit/56fad10)) by Tanner Linsley - react-query: experimental before/after query options ([#​7651](https://togithub.com/TanStack/query/issues/7651)) ([`4be599f`](https://togithub.com/TanStack/query/commit/4be599f)) by Tanner Linsley ##### Packages - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).49.2 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).49.2 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).49.2 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).49.2 ### [`v5.49.1`](https://togithub.com/TanStack/query/compare/v5.49.0...v5.49.1) [Compare Source](https://togithub.com/TanStack/query/compare/v5.49.0...v5.49.1) ### [`v5.49.0`](https://togithub.com/TanStack/query/compare/v5.48.0...v5.49.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.48.0...v5.49.0) ### [`v5.48.0`](https://togithub.com/TanStack/query/releases/tag/v5.48.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.47.0...v5.48.0) Version 5.48.0 - 6/25/24, 2:14 PM ##### Changes ##### Feat - core: Add possibility to pass a callback to enabled. ([#​7566](https://togithub.com/TanStack/query/issues/7566)) ([`31b9ab4`](https://togithub.com/TanStack/query/commit/31b9ab49)) by John ##### Packages - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).48.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).48.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).48.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).48.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).48.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).48.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).48.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).48.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).48.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).48.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).48.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).48.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).48.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).48.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).48.0 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).48.0 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).48.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).48.0 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).48.0 ### [`v5.47.0`](https://togithub.com/TanStack/query/releases/tag/v5.47.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.45.1...v5.47.0) Version 5.47.0 - 6/25/24, 12:27 PM ##### Changes ##### Feat - react-query: usePrefetchQuery ([#​7582](https://togithub.com/TanStack/query/issues/7582)) ([`fbfe940`](https://togithub.com/TanStack/query/commit/fbfe9409)) by Dominik Dorfmeister ##### Chore - Update typescript-eslint to v7 ([#​7610](https://togithub.com/TanStack/query/issues/7610)) ([`32bce35`](https://togithub.com/TanStack/query/commit/32bce35a)) by Lachlan Collins ##### Ci - Prevent uploading coverage files found in Nx cache ([#​7619](https://togithub.com/TanStack/query/issues/7619)) ([`6355244`](https://togithub.com/TanStack/query/commit/63552449)) by Lachlan Collins - Add tests for TS 4.7, 4.8, 4.9 ([#​7618](https://togithub.com/TanStack/query/issues/7618)) ([`15e42ba`](https://togithub.com/TanStack/query/commit/15e42ba4)) by Lachlan Collins - Add TS version tests ([#​7605](https://togithub.com/TanStack/query/issues/7605)) ([`8253a80`](https://togithub.com/TanStack/query/commit/8253a80b)) by Lachlan Collins ##### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).47.0 - [@​tanstack/query-async-storage-persister](https://togithub.com/tanstack/query-async-storage-persister)[@​5](https://togithub.com/5).47.0 - [@​tanstack/query-broadcast-client-experimental](https://togithub.com/tanstack/query-broadcast-client-experimental)[@​5](https://togithub.com/5).47.0 - [@​tanstack/query-core](https://togithub.com/tanstack/query-core)[@​5](https://togithub.com/5).47.0 - [@​tanstack/query-devtools](https://togithub.com/tanstack/query-devtools)[@​5](https://togithub.com/5).47.0 - [@​tanstack/query-persist-client-core](https://togithub.com/tanstack/query-persist-client-core)[@​5](https://togithub.com/5).47.0 - [@​tanstack/query-sync-storage-persister](https://togithub.com/tanstack/query-sync-storage-persister)[@​5](https://togithub.com/5).47.0 - [@​tanstack/react-query](https://togithub.com/tanstack/react-query)[@​5](https://togithub.com/5).47.0 - [@​tanstack/react-query-devtools](https://togithub.com/tanstack/react-query-devtools)[@​5](https://togithub.com/5).47.0 - [@​tanstack/react-query-persist-client](https://togithub.com/tanstack/react-query-persist-client)[@​5](https://togithub.com/5).47.0 - [@​tanstack/react-query-next-experimental](https://togithub.com/tanstack/react-query-next-experimental)[@​5](https://togithub.com/5).47.0 - [@​tanstack/solid-query](https://togithub.com/tanstack/solid-query)[@​5](https://togithub.com/5).47.0 - [@​tanstack/solid-query-devtools](https://togithub.com/tanstack/solid-query-devtools)[@​5](https://togithub.com/5).47.0 - [@​tanstack/solid-query-persist-client](https://togithub.com/tanstack/solid-query-persist-client)[@​5](https://togithub.com/5).47.0 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).47.0 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).47.0 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).47.0 - [@​tanstack/vue-query](https://togithub.com/tanstack/vue-query)[@​5](https://togithub.com/5).47.0 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).47.0 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).47.0 - [@​tanstack/vue-query-devtools](https://togithub.com/tanstack/vue-query-devtools)[@​5](https://togithub.com/5).47.0
testing-library/dom-testing-library (@​testing-library/dom) ### [`v10.2.0`](https://togithub.com/testing-library/dom-testing-library/releases/tag/v10.2.0) [Compare Source](https://togithub.com/testing-library/dom-testing-library/compare/v10.1.0...v10.2.0) ##### Features - Support anonymous custom elements when pretty printing DOM ([#​1319](https://togithub.com/testing-library/dom-testing-library/issues/1319)) ([0a8ad65](https://togithub.com/testing-library/dom-testing-library/commit/0a8ad65723efe47493d387c38f31082c7846d824))
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin) ### [`v7.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7150-2024-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.0) ##### 🚀 Features - **eslint-plugin:** \[array-type] detect `Readonly` case - **eslint-plugin:** back-port new rules around empty object types from v8 ##### 🩹 Fixes - disable `EXPERIMENTAL_useProjectService` in `disabled-type-checked` shared config - **eslint-plugin:** \[no-unsafe-return] differentiate a types-error any from a true any - **eslint-plugin:** \[no-unsafe-call] differentiate a types-error any from a true any ##### ❤️ Thank You - auvred - Kim Sang Du - rgehbt - Vinccool96 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. ### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7141-2024-06-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1) ##### 🩹 Fixes - **eslint-plugin:** \[prefer-nullish-coalescing] treat enums and literals as their underlying primitive types - **eslint-plugin:** \[prefer-nullish-coalescing] ensure ternary fix does not remove parens ##### ❤️ Thank You - Jake Bailey 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. ### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#7140-2024-06-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0) ##### 🚀 Features - support TypeScript 5.5 ##### 🩹 Fixes - **eslint-plugin:** \[no-extraneous-class] handle abstract members - **eslint-plugin:** \[prefer-nullish-coalescing] handle intersected primitive types - **eslint-plugin:** \[no-invalid-this] support AccessorProperty ##### ❤️ Thank You - Brad Zacher - cm-ayf - Jake Bailey - James Zhan - Joshua Chen - yoshi2no 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) ### [`v7.15.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7150-2024-07-01) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.1...v7.15.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://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.14.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7141-2024-06-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.14.0...v7.14.1) 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://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v7.14.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#7140-2024-06-24) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v7.13.1...v7.14.0) ##### 🚀 Features - support TypeScript 5.5 ##### ❤️ Thank You - Brad Zacher - cm-ayf - Jake Bailey - James Zhan - Joshua Chen - yoshi2no 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.
cypress-io/cypress (cypress) ### [`v13.13.0`](https://togithub.com/cypress-io/cypress/releases/tag/v13.13.0) [Compare Source](https://togithub.com/cypress-io/cypress/compare/v13.12.0...v13.13.0) Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0
ljharb/qs (qs) ### [`v6.12.2`](https://togithub.com/ljharb/qs/blob/HEAD/CHANGELOG.md#6122) [Compare Source](https://togithub.com/ljharb/qs/compare/v6.12.1...v6.12.2) - \[Fix] `parse`: parse encoded square brackets ([#​506](https://togithub.com/ljharb/qs/issues/506)) - \[readme] add CII best practices badge
remix-run/react-router (react-router-dom) ### [`v6.24.0`](https://togithub.com/remix-run/react-router/blob/HEAD/packages/react-router-dom/CHANGELOG.md#6240) [Compare Source](https://togithub.com/remix-run/react-router/compare/react-router-dom@6.23.1...react-router-dom@6.24.0) ##### Minor Changes - Add support for Lazy Route Discovery (a.k.a. Fog of War) ([#​11626](https://togithub.com/remix-run/react-router/pull/11626)) - RFC: - `unstable_patchRoutesOnMiss` docs: ##### Patch Changes - Fix `fetcher.submit` types - remove incorrect `navigate`/`fetcherKey`/`unstable_viewTransition` options because they are only relevant for `useSubmit` ([#​11631](https://togithub.com/remix-run/react-router/pull/11631)) - Allow falsy `location.state` values passed to `` ([#​11495](https://togithub.com/remix-run/react-router/pull/11495)) - Updated dependencies: - `react-router@6.24.0` - `@remix-run/router@1.17.0`
Microsoft/TypeScript (typescript) ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

Configuration

📅 Schedule: Branch creation - "before 07:00 on Monday" in timezone Europe/Oslo, 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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.89%. Comparing base (4490a3d) to head (9a4a512).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #13054 +/- ## ======================================= Coverage 91.89% 91.89% ======================================= Files 1426 1426 Lines 19953 19953 Branches 2388 2388 ======================================= Hits 18335 18335 Misses 1360 1360 Partials 258 258 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.