ufabc-next / ufabc-next-web

📈 Plataforma web para auxiliar na graduação dos alunos da UFABC com informações sobre a performance, processo de matrículas e os discentes da universidade
https://ufabcnext.com
GNU Affero General Public License v3.0
55 stars 17 forks source link

fix(deps): update all non-major dependencies #339

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@amcharts/amcharts5 (source) 5.9.4 -> 5.9.12 age adoption passing confidence dependencies patch
@babel/core (source) 7.24.4 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/plugin-transform-private-methods (source) 7.24.1 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/preset-env (source) 7.24.4 -> 7.24.7 age adoption passing confidence devDependencies patch
@babel/preset-react (source) 7.24.1 -> 7.24.7 age adoption passing confidence devDependencies patch
@tanstack/eslint-plugin-query (source) 5.28.11 -> 5.49.1 age adoption passing confidence devDependencies minor
@tanstack/query-core (source) 5.32.0 -> 5.49.1 age adoption passing confidence dependencies minor
@tanstack/react-query (source) 5.32.0 -> 5.49.2 age adoption passing confidence dependencies minor
@tanstack/vue-query (source) 5.32.0 -> 5.49.1 age adoption passing confidence dependencies minor
@tanstack/vue-query-devtools (source) 5.32.0 -> 5.49.1 age adoption passing confidence dependencies minor
@testing-library/jest-dom 6.4.2 -> 6.4.6 age adoption passing confidence devDependencies patch
@testing-library/vue 8.0.3 -> 8.1.0 age adoption passing confidence devDependencies minor
@types/node (source) 20.12.7 -> 20.14.9 age adoption passing confidence devDependencies minor
@types/react (source) 18.3.1 -> 18.3.3 age adoption passing confidence devDependencies patch
@types/react-dom (source) 18.2.25 -> 18.3.0 age adoption passing confidence devDependencies minor
@vee-validate/zod (source) 4.12.6 -> 4.13.1 age adoption passing confidence dependencies minor
@vue/test-utils 2.4.5 -> 2.4.6 age adoption passing confidence devDependencies patch
axios (source) 1.6.8 -> 1.7.2 age adoption passing confidence dependencies minor
core-js (source) 3.37.0 -> 3.37.1 age adoption passing confidence dependencies patch
dayjs (source) 1.11.10 -> 1.11.11 age adoption passing confidence dependencies patch
element-plus (source) 2.7.2 -> 2.7.6 age adoption passing confidence dependencies patch
eslint-config-turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence devDependencies patch
eslint-plugin-jsx-a11y 6.8.0 -> 6.9.0 age adoption passing confidence devDependencies minor
eslint-plugin-react 7.34.1 -> 7.34.3 age adoption passing confidence devDependencies patch
eslint-plugin-unused-imports 3.1.0 -> 3.2.0 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) 9.25.0 -> 9.26.0 age adoption passing confidence devDependencies minor
highcharts (source) 11.4.1 -> 11.4.3 age adoption passing confidence dependencies patch
ics 3.7.2 -> 3.7.6 age adoption passing confidence dependencies patch
lint-staged 15.2.2 -> 15.2.7 age adoption passing confidence devDependencies patch
msw (source) 2.2.14 -> 2.3.1 age adoption passing confidence devDependencies minor
node (source) 20.12.2 -> 20.15.0 age adoption passing confidence minor
prettier (source) 3.2.5 -> 3.3.2 age adoption passing confidence devDependencies minor
react (source) 18.2.0 -> 18.3.1 age adoption passing confidence dependencies minor
react-dom (source) 18.2.0 -> 18.3.1 age adoption passing confidence devDependencies minor
sass 1.75.0 -> 1.77.6 age adoption passing confidence devDependencies minor
turbo (source) 1.13.3 -> 1.13.4 age adoption passing confidence devDependencies patch
typescript (source) 5.4.5 -> 5.5.2 age adoption passing confidence devDependencies minor
vee-validate (source) 4.12.6 -> 4.13.1 age adoption passing confidence dependencies minor
vue (source) 3.4.25 -> 3.4.31 age adoption passing confidence dependencies patch
vue-router 4.3.2 -> 4.4.0 age adoption passing confidence dependencies minor
vuetify (source) 3.5.17 -> 3.6.10 age adoption passing confidence dependencies minor
webpack 5.91.0 -> 5.92.1 age adoption passing confidence devDependencies minor
zod (source) 3.23.4 -> 3.23.8 age adoption passing confidence dependencies patch
zustand 4.5.2 -> 4.5.4 age adoption passing confidence dependencies patch

Release Notes

amcharts/amcharts5 (@​amcharts/amcharts5) ### [`v5.9.12`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.12) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.11...5.9.12) #### \[5.9.12] - 2024-06-12 ##### Changed - `ClusteredPointSeries` now re-clusters points only when zoom level changes. This improves performance when paning/rotating the map. ##### Fixed - `NumberFormatter` would incorrectly round numbers smaller than 0 due to floating point issue in some cases. - An error could occur when enabling drawing mode if there were previously disposed chart indicators. - Truncated or wrapped labels were not properly sizing underline and line-trhough decorations. - While wheel-zooming bothg X and Y axes simultaneously, the chart could fully zoom out in some cases. ### [`v5.9.11`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.11) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.10...5.9.11) #### \[5.9.11] - 2024-05-30 ##### Added - `clusterDelay` setting added to `ClusteredPointSeries`. Setting it to non-zero number will automatically debounce re-clustering of points, helping with performance when there are a lot of data items. ##### Changed - `ZoomControl` buttons will now be automatically disabled whem max or min zoom level is reached. ##### Fixed - "Zoom out" button was visible even the chart was not zoomed when `selectionStrictMinMax` was set to `true` (you still need to set `strictMinMax: true` for it to go away). - `Venn` chart could produce JS error when slices were being hidden in rapid succession. - Charts added to clustered point series bullets were not being rendered. ### [`v5.9.10`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.10) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.9...5.9.10) #### \[5.9.10] - 2024-05-23 ##### Fixed - Serializing/saving ATR indicator was generating an error. - Toggling a focused element with ENTER/SPACE will no longer trigger its hover. - Reverting the empty canvas fix from `5.9.9` as Chrome seems to have fixed the issue. ### [`v5.9.9`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.9) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.8...5.9.9) #### \[5.9.9] - 2024-05-21 ##### Added - "Average True Range" indicator added to `StockChart`. ##### Fixed - Some recent versions of Chrome would sometimes clear canvas of a chart in an inactive tab after some time. - Some events were not being disposed together with related object. - Disposing an `XYChart` immediately after it was created would not dispose its `XYCursor` and related event handlers. - `StockChart` method `unselectDrawings()` was not hiding resizer brackets. - `SliceGrouper` would not update properly when series data was updated. ### [`v5.9.8`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.8) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.7...5.9.8) #### \[5.9.8] - 2024-05-10 ##### Added - Two new settings for `Sprite` added: `ariaCurrent` (sets [`aria-current`](https://w3c.github.io/aria/#aria-current)) and `ariaSelected` (sets [`aria-selected`](https://w3c.github.io/aria/#aria-selected)). - Two new methods for `MapPolygonSeries` added: `getPolygonByPoint()` and `getPolygonByGeoPoint()`. ##### Fixed - Better positioning of `EditableLabel` when its `width` is set. - `alwaysShow` setting of `XYCursor` was not working properly. ### [`v5.9.7`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.7) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.6...5.9.7) #### \[5.9.7] - 2024-05-07 ##### Fixed - `ValueAxis` could go into infinite loop under the following conditions: `max` was set to a value which was smaller than a calculated minimum of the axis when `strictMinMax` set to `true`. ### [`v5.9.6`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.6) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.5...5.9.6) #### \[5.9.6] - 2024-05-07 ##### Added - New `EditableLable` setting: `multiline` (default: `true`). If set to `false` will only allow label to be edited on a single line. - `hsvToHsl()` and `hslToHsv()` color convertion functions added to `am5.utils` namespace. ##### Changed - Accessibility: Both vertical and horizontal line elements of `XYCursor` now have their `role` set to `"slider"` by default. - `EditableLabel` now supports `maxWidth` and `oversizedBehavior` settings. - `EditableLabel` will now reset all available styles that might come from page-wide CSS to `"initial"` so its appearance is not affected by any outside CSS. ##### Fixed - `EditableLabel` was not being properly positioned with `textAlign` set to anything else than `"left"`. - `ValueAxis` in some rare cases (when `max` and `maxPrecision` was set) could get to infinite loop. - Some drawing series on `StockChart` were not properly removing items of deleted drawings from their data/dataitems. ### [`v5.9.5`](https://togithub.com/amcharts/amcharts5/releases/tag/5.9.5) [Compare Source](https://togithub.com/amcharts/amcharts5/compare/5.9.4...5.9.5) #### \[5.9.5] - 2024-05-02 ##### Added - New `DrawingControl` setting: `scrollable` (default: `false`). If set to `true` will restrict tool list to the height of the target chart. - New `Sprite` method: `compositeRotation()`. Returns element's rotation in degrees, taking into account all of its ancestors. - New element `EditableLabel`. ##### Changed - The drawing tool dropdown will now be fixed to the height of the target chart by default. You can disable it using `scrollable: false` on the `DrawingControl`. - HTML content will now take `rotation` setting into account. - Label and Callout drawing tools in `StockChart` will now use new `EditableLabel` element for smoother editing experience. The text is now editable. ##### Fixed - A `ValueAxis` with logarightmic scale and very small numbers was sometimes displaying cluttered grid lines and overlapping labels. - Volume Profile indicator could show previous data if user quickly scrolled to the range where no volume data was available. - Switching type of `RadialLabels` from radial to circular was resulting in those labels positioned incorrectly. - If a mouse pointer was over the chart when TAB key was used to focus an `XYCursor` line, series/axis' tooltip would disappear.
babel/babel (@​babel/core) ### [`v7.24.7`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7247-2024-06-05) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.6...v7.24.7) ##### :bug: Bug Fix - `babel-node` - [#​16554](https://togithub.com/babel/babel/pull/16554) Allow extra flags in babel-node ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16522](https://togithub.com/babel/babel/pull/16522) fix: incorrect `constantViolations` with destructuring ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helper-transform-fixture-test-runner`, `babel-plugin-proposal-explicit-resource-management` - [#​16524](https://togithub.com/babel/babel/pull/16524) fix: Transform `using` in `switch` correctly ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-helpers`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16525](https://togithub.com/babel/babel/pull/16525) Delete unused array helpers ([@​blakewilson](https://togithub.com/blakewilson)) ### [`v7.24.6`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7246-2024-05-24) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.5...v7.24.6) ##### :bug: Bug Fix - `babel-helper-create-class-features-plugin`, `babel-plugin-transform-class-properties` - [#​16514](https://togithub.com/babel/babel/pull/16514) Fix source maps for private member expressions ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-core`, `babel-generator`, `babel-plugin-transform-modules-commonjs` - [#​16515](https://togithub.com/babel/babel/pull/16515) Fix source maps for template literals ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-plugin-proposal-decorators` - [#​16485](https://togithub.com/babel/babel/pull/16485) Support undecorated static accessor in anonymous classes ([@​JLHwung](https://togithub.com/JLHwung)) - [#​16484](https://togithub.com/babel/babel/pull/16484) Fix decorator bare yield await ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-helpers`, `babel-plugin-proposal-decorators`, `babel-runtime-corejs3` - [#​16483](https://togithub.com/babel/babel/pull/16483) Fix: throw TypeError if addInitializer is called after finished ([@​JLHwung](https://togithub.com/JLHwung)) - `babel-parser`, `babel-plugin-transform-typescript` - [#​16476](https://togithub.com/babel/babel/pull/16476) fix: Correctly parse `cls.fn = x` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :house: Internal - `babel-core`, `babel-helpers`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16501](https://togithub.com/babel/babel/pull/16501) Generate helper metadata at build time ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helpers` - [#​16499](https://togithub.com/babel/babel/pull/16499) Add `tsconfig.json` for `@babel/helpers/src/helpers` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-cli`, `babel-helpers`, `babel-plugin-external-helpers`, `babel-plugin-proposal-decorators`, `babel-plugin-transform-class-properties`, `babel-plugin-transform-modules-commonjs`, `babel-plugin-transform-modules-systemjs`, `babel-plugin-transform-runtime`, `babel-preset-env`, `babel-runtime-corejs2`, `babel-runtime-corejs3`, `babel-runtime` - [#​16495](https://togithub.com/babel/babel/pull/16495) Move all runtime helpers to individual files ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-parser`, `babel-traverse` - [#​16482](https://togithub.com/babel/babel/pull/16482) Statically generate boilerplate for bitfield accessors ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - Other - [#​16466](https://togithub.com/babel/babel/pull/16466) Migrate import assertions syntax ([@​JLHwung](https://togithub.com/JLHwung)) ### [`v7.24.5`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7245-2024-04-29) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.4...v7.24.5) ##### :bug: Bug Fix - `babel-plugin-transform-classes`, `babel-traverse` - [#​16377](https://togithub.com/babel/babel/pull/16377) fix: TypeScript annotation affects output ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-helpers`, `babel-plugin-proposal-explicit-resource-management`, `babel-runtime-corejs3` - [#​16440](https://togithub.com/babel/babel/pull/16440) Fix suppressed error order ([@​sossost](https://togithub.com/sossost)) - [#​16408](https://togithub.com/babel/babel/pull/16408) Await nullish async disposable ([@​JLHwung](https://togithub.com/JLHwung)) ##### :nail_care: Polish - `babel-parser` - [#​16407](https://togithub.com/babel/babel/pull/16407) Recover from exported `using` declaration ([@​JLHwung](https://togithub.com/JLHwung)) ##### :house: Internal - Other - [#​16414](https://togithub.com/babel/babel/pull/16414) Relax ESLint peerDependency constraint to allow v9 ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-parser` - [#​16425](https://togithub.com/babel/babel/pull/16425) Improve `@babel/parser` AST types ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16417](https://togithub.com/babel/babel/pull/16417) Always pass type argument to `.startNode` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-module-transforms`, `babel-helper-split-export-declaration`, `babel-helper-wrap-function`, `babel-helpers`, `babel-plugin-bugfix-firefox-class-in-computed-class-key`, `babel-plugin-proposal-explicit-resource-management`, `babel-plugin-transform-block-scoping`, `babel-plugin-transform-destructuring`, `babel-plugin-transform-object-rest-spread`, `babel-plugin-transform-optional-chaining`, `babel-plugin-transform-parameters`, `babel-plugin-transform-private-property-in-object`, `babel-plugin-transform-react-jsx-self`, `babel-plugin-transform-typeof-symbol`, `babel-plugin-transform-typescript`, `babel-traverse` - [#​16439](https://togithub.com/babel/babel/pull/16439) Make `NodePath` distributive ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-proposal-partial-application`, `babel-types` - [#​16421](https://togithub.com/babel/babel/pull/16421) Remove `JSXNamespacedName` from valid `CallExpression` args ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-class-properties`, `babel-preset-env` - [#​16406](https://togithub.com/babel/babel/pull/16406) Do not load unnecessary Babel 7 syntax plugins in Babel 8 ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) ##### :running_woman: Performance - `babel-helpers`, `babel-preset-env`, `babel-runtime-corejs3` - [#​16357](https://togithub.com/babel/babel/pull/16357) Performance: improve `objectWithoutPropertiesLoose` on V8 ([@​romgrk](https://togithub.com/romgrk))
TanStack/query (@​tanstack/eslint-plugin-query) ### [`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.47.0...v5.49.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.47.0...v5.49.0) ### [`v5.47.0`](https://togithub.com/TanStack/query/releases/tag/v5.47.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.43.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 ### [`v5.43.1`](https://togithub.com/TanStack/query/releases/tag/v5.43.1) [Compare Source](https://togithub.com/TanStack/query/compare/v5.43.0...v5.43.1) Version 5.43.1 - 6/10/2024, 3:53 PM #### Changes ##### Fix - peer dependencies for eslint-plugin-query ([#​7546](https://togithub.com/TanStack/query/issues/7546)) ([`0a03d6f`](https://togithub.com/TanStack/query/commit/0a03d6f3)) by David Jebing #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).43.1 ### [`v5.43.0`](https://togithub.com/TanStack/query/releases/tag/v5.43.0) [Compare Source](https://togithub.com/TanStack/query/compare/v5.35.6...v5.43.0) Version 5.43.0 - 6/10/2024, 2:24 PM #### Changes ##### Feat - ESLint v9 Support ([#​7543](https://togithub.com/TanStack/query/issues/7543)) ([`1c0d0f0`](https://togithub.com/TanStack/query/commit/1c0d0f07)) by David Jebing ##### Chore - fully exclude examples and integrations for sherif checks ([`a42a2ed`](https://togithub.com/TanStack/query/commit/a42a2ed2)) by Dominik Dorfmeister #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).43.0 ### [`v5.35.6`](https://togithub.com/TanStack/query/releases/tag/v5.35.6) [Compare Source](https://togithub.com/TanStack/query/compare/v5.32.1...v5.35.6) Version 5.35.6 - 5/12/2024, 1:47 PM #### Changes ##### Fix - eslint-plugin-query: exclude instanceof right identifier in exhaustive deps eslint rule ([#​7419](https://togithub.com/TanStack/query/issues/7419)) ([`2ed5fe7`](https://togithub.com/TanStack/query/commit/2ed5fe75)) by Eliya Cohen ##### Chore - svelte-query: Add no-svelte-internal eslint rule ([#​7417](https://togithub.com/TanStack/query/issues/7417)) ([`246dd0f`](https://togithub.com/TanStack/query/commit/246dd0f5)) by Lachlan Collins ##### Docs - angular-query: clarify reactive context in jsdoc ([#​7421](https://togithub.com/TanStack/query/issues/7421)) ([`3875b3b`](https://togithub.com/TanStack/query/commit/3875b3b2)) by Arnoud - fix broken link ([#​7415](https://togithub.com/TanStack/query/issues/7415)) ([`1839ff6`](https://togithub.com/TanStack/query/commit/1839ff68)) by Damian Osipiuk - vue-query: add missing links and pages ([#​7414](https://togithub.com/TanStack/query/issues/7414)) ([`fb91446`](https://togithub.com/TanStack/query/commit/fb914468)) by Damian Osipiuk #### Packages - [@​tanstack/eslint-plugin-query](https://togithub.com/tanstack/eslint-plugin-query)[@​5](https://togithub.com/5).35.6 - [@​tanstack/svelte-query](https://togithub.com/tanstack/svelte-query)[@​5](https://togithub.com/5).35.6 - [@​tanstack/svelte-query-devtools](https://togithub.com/tanstack/svelte-query-devtools)[@​5](https://togithub.com/5).35.6 - [@​tanstack/svelte-query-persist-client](https://togithub.com/tanstack/svelte-query-persist-client)[@​5](https://togithub.com/5).35.6 - [@​tanstack/angular-query-experimental](https://togithub.com/tanstack/angular-query-experimental)[@​5](https://togithub.com/5).35.6 - [@​tanstack/angular-query-devtools-experimental](https://togithub.com/tanstack/angular-query-devtools-experimental)[@​5](https://togithub.com/5).35.6 ### [`v5.32.1`](https://togithub.com/TanStack/query/releases/tag/v5.32.1) [Compare Source](https://togithub.com/TanStack/query/compare/v5.28.11...v5.32

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.