mui/mui-x (@mui/x-data-grid)
### [`v7.22.2`](https://redirect.github.com/mui/mui-x/releases/tag/v7.22.2)
[Compare Source](https://redirect.github.com/mui/mui-x/compare/v7.22.1...v7.22.2)
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
- 👨🏽💻 API enhancements
- 🐞 Bugfixes
Special thanks go out to the community contributors who have helped make this release possible:
[@clins1994](https://redirect.github.com/clins1994), [@GuillaumeMeheut](https://redirect.github.com/GuillaumeMeheut), [@k-rajat19](https://redirect.github.com/k-rajat19).
Following are all team members who have contributed to this release:
[@LukasTy](https://redirect.github.com/LukasTy), [@MBilalShafi](https://redirect.github.com/MBilalShafi), [@KenanYusuf](https://redirect.github.com/KenanYusuf), [@arminmeh](https://redirect.github.com/arminmeh).
##### Upcoming alpha
Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable.
##### Data Grid
##### `@mui/x-data-grid@7.22.2`
- \[DataGrid] Fix `null` reference error in `GridVirtualScrollbar` ([#15289](https://redirect.github.com/mui/mui-x/issues/15289)) [@MBilalShafi](https://redirect.github.com/MBilalShafi)
- \[DataGrid] Fix filtering with `boolean` column type ([#15257](https://redirect.github.com/mui/mui-x/issues/15257)) [@k-rajat19](https://redirect.github.com/k-rajat19)
- \[DataGrid] Improve row selection propagation trigger ([#15274](https://redirect.github.com/mui/mui-x/issues/15274)) [@MBilalShafi](https://redirect.github.com/MBilalShafi)
- \[DataGrid] Preprocess edit cell props on backspace/delete ([#15223](https://redirect.github.com/mui/mui-x/issues/15223)) [@KenanYusuf](https://redirect.github.com/KenanYusuf)
- \[DataGrid] Add a recipe to persist column width and order ([#15309](https://redirect.github.com/mui/mui-x/issues/15309)) [@MBilalShafi](https://redirect.github.com/MBilalShafi)
##### `@mui/x-data-grid-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in `@mui/x-data-grid@7.22.2`, plus:
- \[DataGridPro] Apply default properties if they are not passed in a reorder column ([#15320](https://redirect.github.com/mui/mui-x/issues/15320)) [@k-rajat19](https://redirect.github.com/k-rajat19)
- \[DataGridPro] Toggle row expansion with `Enter` key in Tree data ([#15313](https://redirect.github.com/mui/mui-x/issues/15313)) [@k-rajat19](https://redirect.github.com/k-rajat19)
##### `@mui/x-data-grid-premium@7.22.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")
Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus:
- \[DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping ([#15222](https://redirect.github.com/mui/mui-x/issues/15222)) [@arminmeh](https://redirect.github.com/arminmeh)
##### Date and Time Pickers
##### `@mui/x-date-pickers@7.22.2`
- \[pickers] Add support for `moment-hijri@3.0.0` ([#15248](https://redirect.github.com/mui/mui-x/issues/15248)) [@LukasTy](https://redirect.github.com/LukasTy)
##### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in `@mui/x-date-pickers@7.22.2`.
##### Charts
##### `@mui/x-charts@7.22.2`
- \[charts] Allow `SeriesValueFormatter` to return `null` value ([#15295](https://redirect.github.com/mui/mui-x/issues/15295)) [@clins1994](https://redirect.github.com/clins1994)
- \[charts] Allow configuring the `domainLimit` for each axis. ([#15325](https://redirect.github.com/mui/mui-x/issues/15325)) [@GuillaumeMeheut](https://redirect.github.com/GuillaumeMeheut)
##### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in `@mui/x-charts@7.22.2`.
### [`v7.22.1`](https://redirect.github.com/mui/mui-x/releases/tag/v7.22.1)
[Compare Source](https://redirect.github.com/mui/mui-x/compare/v7.22.0...v7.22.1)
*Nov 1, 2024*
We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
- 🐞 Bugfixes
- 📚 Documentation improvements
- 🌍 Improve Polish (pl-PL) locale on the Date Pickers
Special thanks go out to the community contributors who have helped make this release possible:
[@wojtkolos](https://redirect.github.com/wojtkolos), [@dpak-maurya](https://redirect.github.com/dpak-maurya), [@k-rajat19](https://redirect.github.com/k-rajat19).
Following are all team members who have contributed to this release:
[@LukasTy](https://redirect.github.com/LukasTy), [@arminmeh](https://redirect.github.com/arminmeh), [@MBilalShafi](https://redirect.github.com/MBilalShafi), [@KenanYusuf](https://redirect.github.com/KenanYusuf), [@flaviendelangle](https://redirect.github.com/flaviendelangle).
##### Data Grid
##### `@mui/x-data-grid@7.22.1`
- \[DataGrid] Fix right column group header border ([#15152](https://redirect.github.com/mui/mui-x/issues/15152)) [@KenanYusuf](https://redirect.github.com/KenanYusuf)
- \[DataGrid] Fix scroll jump when holding down arrow keys ([#15167](https://redirect.github.com/mui/mui-x/issues/15167)) [@arminmeh](https://redirect.github.com/arminmeh)
- \[DataGrid] Move `rowGroupingModelChange` handler to respective hook ([#15127](https://redirect.github.com/mui/mui-x/issues/15127)) [@MBilalShafi](https://redirect.github.com/MBilalShafi)
- \[DataGrid] Prevent error when deleting the last row ([#15153](https://redirect.github.com/mui/mui-x/issues/15153)) [@dpak-maurya](https://redirect.github.com/dpak-maurya)
- \[DataGrid] Fix overlay height in autoHeight mode ([#15205](https://redirect.github.com/mui/mui-x/issues/15205)) [@cherniavskii](https://redirect.github.com/cherniavskii)
##### `@mui/x-data-grid-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in `@mui/x-data-grid@7.22.1`, plus:
- \[DataGridPro] Add list view tests ([#15166](https://redirect.github.com/mui/mui-x/issues/15166)) [@KenanYusuf](https://redirect.github.com/KenanYusuf)
##### `@mui/x-data-grid-premium@7.22.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan")
- \[DataGridPremium] Keep focus on the grouping cell on space bar press [#15155](https://redirect.github.com/mui/mui-x/issues/15155) [@k-rajat19](https://redirect.github.com/k-rajat19)
##### Date and Time Pickers
##### `@mui/x-date-pickers@7.22.1`
- \[l10n] Improve Polish (pl-PL) locale ([#15177](https://redirect.github.com/mui/mui-x/issues/15177)) [@wojtkolos](https://redirect.github.com/wojtkolos)
##### `@mui/x-date-pickers-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in `@mui/x-date-pickers@7.22.1`.
##### Tree View
##### `@mui/x-tree-view@7.22.1`
- \[TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package ([#15208](https://redirect.github.com/mui/mui-x/issues/15208)) [@flaviendelangle](https://redirect.github.com/flaviendelangle)
- \[TreeView] Fix drag and drop color usage ([#15149](https://redirect.github.com/mui/mui-x/issues/15149)) [@LukasTy](https://redirect.github.com/LukasTy)
##### `@mui/x-tree-view-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan")
Same changes as in `@mui/x-tree-view@7.22.1`.
##### Docs
- \[docs] Add section explaining how to keep the selection while filtering in Data grid docs ([#15199](https://redirect.github.com/mui/mui-x/issues/15199)) [@arminmeh](https://redirect.github.com/arminmeh)
getsentry/sentry-javascript (@sentry/browser)
### [`v8.38.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.38.0)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.1...8.38.0)
- docs: Improve docstrings for node otel integrations ([#14217](https://redirect.github.com/getsentry/sentry-javascript/pull/14217))
- feat(browser): Add moduleMetadataIntegration lazy loading support ([#13817](https://redirect.github.com/getsentry/sentry-javascript/pull/13817))
- feat(core): Add trpc path to context in trpcMiddleware ([#14218](https://redirect.github.com/getsentry/sentry-javascript/pull/14218))
- feat(deps): Bump [@opentelemetry/instrumentation-amqplib](https://redirect.github.com/opentelemetry/instrumentation-amqplib) from 0.42.0 to 0.43.0 ([#14230](https://redirect.github.com/getsentry/sentry-javascript/pull/14230))
- feat(deps): Bump [@sentry/cli](https://redirect.github.com/sentry/cli) from 2.37.0 to 2.38.2 ([#14232](https://redirect.github.com/getsentry/sentry-javascript/pull/14232))
- feat(node): Add `knex` integration ([#13526](https://redirect.github.com/getsentry/sentry-javascript/pull/13526))
- feat(node): Add `tedious` integration ([#13486](https://redirect.github.com/getsentry/sentry-javascript/pull/13486))
- feat(utils): Single implementation to fetch debug ids ([#14199](https://redirect.github.com/getsentry/sentry-javascript/pull/14199))
- fix(browser): Avoid recording long animation frame spans starting before their parent span ([#14186](https://redirect.github.com/getsentry/sentry-javascript/pull/14186))
- fix(node): Include `debug_meta` with ANR events ([#14203](https://redirect.github.com/getsentry/sentry-javascript/pull/14203))
- fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro ([#14243](https://redirect.github.com/getsentry/sentry-javascript/pull/14243))
- fix(react): Support wildcard routes on React Router 6 ([#14205](https://redirect.github.com/getsentry/sentry-javascript/pull/14205))
- fix(spotlight): Export spotlightBrowserIntegration from the main browser package ([#14208](https://redirect.github.com/getsentry/sentry-javascript/pull/14208))
- ref(browser): Ensure start time of interaction root and child span is aligned ([#14188](https://redirect.github.com/getsentry/sentry-javascript/pull/14188))
- ref(nextjs): Make build-time value injection turbopack compatible ([#14081](https://redirect.github.com/getsentry/sentry-javascript/pull/14081))
Work in this release was contributed by [@grahamhency](https://redirect.github.com/grahamhency), [@Zen-cronic](https://redirect.github.com/Zen-cronic), [@gilisho](https://redirect.github.com/gilisho) and [@phuctm97](https://redirect.github.com/phuctm97). Thank you for your contributions!
#### Bundle size 📦
| Path | Size |
| ---------------------------------------------------------------- | ----------------- |
| [@sentry/browser](https://redirect.github.com/sentry/browser) | 22.77 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 21.53 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 35.26 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 71.98 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 62.35 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 76.31 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 89.14 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.93 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.42 KB |
| [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.23 KB |
| [@sentry/react](https://redirect.github.com/sentry/react) | 25.52 KB |
| [@sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 38.22 KB |
| [@sentry/vue](https://redirect.github.com/sentry/vue) | 26.91 KB |
| [@sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 37.1 KB |
| [@sentry/svelte](https://redirect.github.com/sentry/svelte) | 22.91 KB |
| CDN Bundle | 24.13 KB |
| CDN Bundle (incl. Tracing) | 37.04 KB |
| CDN Bundle (incl. Tracing, Replay) | 71.7 KB |
| CDN Bundle (incl. Tracing, Replay, Feedback) | 77.05 KB |
| CDN Bundle - uncompressed | 70.73 KB |
| CDN Bundle (incl. Tracing) - uncompressed | 109.9 KB |
| CDN Bundle (incl. Tracing, Replay) - uncompressed | 222.42 KB |
| CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 235.64 KB |
| [@sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 38.33 KB |
| [@sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 35.84 KB |
| [@sentry/node](https://redirect.github.com/sentry/node) | 133.37 KB |
| [@sentry/node](https://redirect.github.com/sentry/node) - without tracing | 95.67 KB |
| [@sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 105.93 KB |
### [`v8.37.1`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8371)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.0...8.37.1)
- feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 for [@sentry/opentelemetry](https://redirect.github.com/sentry/opentelemetry) ([#14187](https://redirect.github.com/getsentry/sentry-javascript/pull/14187))
### [`v8.37.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8370)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.0)
##### Important Changes
- **feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))**
The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the `piniaIntegration` to your client config:
```ts
// sentry.client.config.ts
import { usePinia } from '#imports';
Sentry.init({
integrations: [
Sentry.piniaIntegration(usePinia(), {
/* optional Pinia plugin options */
}),
],
});
```
- **feat: Deprecate metrics API ([#14157](https://redirect.github.com/getsentry/sentry-javascript/pull/14157))**
The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date.
This new approach will include different APIs, making the current metrics API unnecessary. This release
deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the
metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry.
[Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) about the end of the Metrics beta.
##### Other Changes
- feat(browser): Add `http.response_delivery_type` attribute to resource spans ([#14056](https://redirect.github.com/getsentry/sentry-javascript/pull/14056))
- feat(browser): Add `skipBrowserExtensionCheck` escape hatch option ([#14147](https://redirect.github.com/getsentry/sentry-javascript/pull/14147))
- feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 ([#14174](https://redirect.github.com/getsentry/sentry-javascript/pull/14174))
- feat(deps): Bump [@opentelemetry/instrumentation-fastify](https://redirect.github.com/opentelemetry/instrumentation-fastify) from 0.40.0 to 0.41.0 ([#14175](https://redirect.github.com/getsentry/sentry-javascript/pull/14175))
- feat(deps): Bump [@opentelemetry/instrumentation-graphql](https://redirect.github.com/opentelemetry/instrumentation-graphql) from 0.43.0 to 0.44.0 ([#14173](https://redirect.github.com/getsentry/sentry-javascript/pull/14173))
- feat(deps): Bump [@opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb) from 0.47.0 to 0.48.0 ([#14171](https://redirect.github.com/getsentry/sentry-javascript/pull/14171))
- feat(deps): Bump [@opentelemetry/propagator-aws-xray](https://redirect.github.com/opentelemetry/propagator-aws-xray) from 1.25.1 to 1.26.0 ([#14172](https://redirect.github.com/getsentry/sentry-javascript/pull/14172))
- feat(nuxt): Add `asyncFunctionReExports` to define re-exported server functions ([#14104](https://redirect.github.com/getsentry/sentry-javascript/pull/14104))
- feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))
- fix(browser): Avoid recording long task spans starting before their parent span ([#14183](https://redirect.github.com/getsentry/sentry-javascript/pull/14183))
- fix(core): Ensure errors thrown in async cron jobs bubble up ([#14182](https://redirect.github.com/getsentry/sentry-javascript/pull/14182))
- fix(core): Silently fail `maybeInstrument` ([#14140](https://redirect.github.com/getsentry/sentry-javascript/pull/14140))
- fix(nextjs): Resolve path for dynamic webpack import ([#13751](https://redirect.github.com/getsentry/sentry-javascript/pull/13751))
- fix(node): Make sure `modulesIntegration` does not crash esm apps ([#14169](https://redirect.github.com/getsentry/sentry-javascript/pull/14169))
Work in this release was contributed by [@rexxars](https://redirect.github.com/rexxars). Thank you for your contribution!
### [`v8.36.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8360)
[Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0)
##### Important Changes
- **feat(nuxt): Add Sentry Pinia plugin ([#14047](https://redirect.github.com/getsentry/sentry-javascript/pull/14047))**
The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the `trackPinia` option to `true` in your client config:
```ts
// sentry.client.config.ts
Sentry.init({
trackPinia: true,
});
```
Read more about the Pinia plugin in the [Sentry Pinia Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/).
- **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring ([#13889](https://redirect.github.com/getsentry/sentry-javascript/pull/13889))**
With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry.
Some exceptions apply in cases where Next.js captures inaccurate data itself.
NOTE: You may experience minor differences in transaction names in Sentry.
Most importantly transactions for serverside pages router invocations will now be named `GET /[param]/my/route` instead of `/[param]/my/route`.
This means that those transactions are now better aligned with the OpenTelemetry semantic conventions.
##### Other Changes
- deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively ([#14050](https://redirect.github.com/getsentry/sentry-javascript/pull/14050))
- feat(deps): bump [@opentelemetry/instrumentation-aws-sdk](https://redirect.github.com/opentelemetry/instrumentation-aws-sdk) from 0.44.0 to 0.45.0 ([#14099](https://redirect.github.com/getsentry/sentry-javascript/pull/14099))
- feat(deps): bump [@opentelemetry/instrumentation-connect](https://redirect.github.com/opentelemetry/instrumentation-connect) from 0.39.0 to 0.40.0 ([#14101](https://redirect.github.com/getsentry/sentry-javascript/pull/14101))
- feat(deps): bump [@opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express) from 0.43.0 to 0.44.0 ([#14102](https://redirect.github.com/getsentry/sentry-javascript/pull/14102))
- feat(deps): bump [@opentelemetry/instrumentation-fs](https://redirect.github.com/opentelemetry/instrumentation-fs) from 0.15.0 to 0.16.0 ([#14098](https://redirect.github.com/getsentry/sentry-javascript/pull/14098))
- feat(deps): bump [@opentelemetry/instrumentation-kafkajs](https://redirect.github.com/opentelemetry/instrumentation-kafkajs) from 0.3.0 to 0.4.0 ([#14100](https://redirect.github.com/getsentry/sentry-javascript/pull/14100))
- feat(nextjs): Add method and url to route handler request data ([#14084](https://redirect.github.com/getsentry/sentry-javascript/pull/14084))
- feat(node): Add breadcrumbs for `child_process` and `worker_thread` ([#13896](https://redirect.github.com/getsentry/sentry-javascript/pull/13896))
- fix(core): Ensure standalone spans are not sent if SDK is disabled ([#14088](https://redirect.github.com/getsentry/sentry-javascript/pull/14088))
- fix(nextjs): Await flush in api handlers ([#14023](https://redirect.github.com/getsentry/sentry-javascript/pull/14023))
- fix(nextjs): Don't leak webpack types into exports ([#14116](https://redirect.github.com/getsentry/sentry-javascript/pull/14116))
- fix(nextjs): Fix matching logic for file convention type for root level components ([#14038](https://redirect.github.com/getsentry/sentry-javascript/pull/14038))
- fix(nextjs): Respect directives in value injection loader ([#14083](https://redirect.github.com/getsentry/sentry-javascript/pull/14083))
- fix(nuxt): Only wrap `.mjs` entry files in rollup ([#14060](https://redirect.github.com/getsentry/sentry-javascript/pull/14060))
- fix(nuxt): Re-export all exported bindings ([#14086](https://redirect.github.com/getsentry/sentry-javascript/pull/14086))
- fix(nuxt): Server-side setup in readme ([#14049](https://redirect.github.com/getsentry/sentry-javascript/pull/14049))
- fix(profiling-node): Always warn when running on incompatible major version of Node.js ([#14043](https://redirect.github.com/getsentry/sentry-javascript/pull/14043))
- fix(replay): Fix `onError` callback ([#14002](https://redirect.github.com/getsentry/sentry-javascript/pull/14002))
- perf(otel): Only calculate current timestamp once ([#14094](https://redirect.github.com/getsentry/sentry-javascript/pull/14094))
- test(browser-integration): Add sentry DSN route handler by default ([#14095](https://redirect.github.com/getsentry/sentry-javascript/pull/14095))
TanStack/query (@tanstack/react-query)
### [`v5.59.20`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.20)
[Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.19...v5.59.20)
Version 5.59.20 - 11/6/24, 2:13 PM
#### Changes
##### Fix
- don"t ship test files ([`848df62`](https://redirect.github.com/TanStack/query/commit/848df62)) by Dominik Dorfmeister
##### Test
- react-query: type test usePrefetchInfiniteQuery correctly ([#8223](https://redirect.github.com/TanStack/query/issues/8223)) ([`06e315c`](https://redirect.github.com/TanStack/query/commit/06e315c)) by [@manudeli](https://redirect.github.com/manudeli)
##### Docs
- devtools: fix typo ([#8248](https://redirect.github.com/TanStack/query/issues/8248)) ([`aa92acc`](https://redirect.github.com/TanStack/query/commit/aa92acc)) by Artur Abdullin
#### Packages
- [@tanstack/eslint-plugin-query](https://redirect.github.com/tanstack/eslint-plugin-query)[@5](https://redirect.github.com/5).59.20
- [@tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@5](https://redirect.github.com/5).59.20
- [@tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@5](https://redirect.github.com/5).59.20
- [@tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@5](https://redirect.github.com/5).59.20
- [@tanstack/query-devtools](https://redirect.github.com/tanstack/query-devtools)[@5](https://redirect.github.com/5).59.20
- [@tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@5](https://redirect.github.com/5).59.20
- [@tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@5](https://redirect.github.com/5).59.20
- [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.20
- [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.20
- [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.20
- [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.20
- [@tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@5](https://redirect.github.com/5).59.20
- [@tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@5](https://redirect.github.com/5).59.20
- [@tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@5](https://redirect.github.com/5).59.20
- [@tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@5](https://redirect.github.com/5).59.20
- [@tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@5](https://redirect.github.com/5).59.20
- [@tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@5](https://redirect.github.com/5).59.20
- [@tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@5](https://redirect.github.com/5).59.20
- [@tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@5](https://redirect.github.com/5).59.20
- [@tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@5](https://redirect.github.com/5).59.20
- [@tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@5](https://redirect.github.com/5).59.20
### [`v5.59.19`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.19)
[Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.18...v5.59.19)
Version 5.59.19 - 11/3/24, 2:17 PM
#### Changes
##### Fix
- query-devtools: handle null properties for \__previousQueryOptions ([#8240](https://redirect.github.com/TanStack/query/issues/8240)) ([`9c93dc0`](https://redirect.github.com/TanStack/query/commit/9c93dc0)) by Kae
##### Test
- react-query: remove `async` from queryFn ([#8232](https://redirect.github.com/TanStack/query/issues/8232)) ([`0f84062`](https://redirect.github.com/TanStack/query/commit/0f84062)) by Sol Lee
##### Docs
- community-projects: Add Atomic CRM to the list of community projects ([#8229](https://redirect.github.com/TanStack/query/issues/8229)) ([`92defc6`](https://redirect.github.com/TanStack/query/commit/92defc6)) by CarolineClr
#### Packages
- [@tanstack/query-devtools](https://redirect.github.com/tanstack/query-devtools)[@5](https://redirect.github.com/5).59.19
- [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.19
- [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.19
- [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.19
- [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.19
- [@tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@5](https://redirect.github.com/5).59.19
- [@tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@5](https://redirect.github.com/5).59.19
- [@tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@5](https://redirect.github.com/5).59.19
- [@tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@5](https://redirect.github.com/5).59.19
### [`v5.59.18`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.18)
[Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.17...v5.59.18)
Version 5.59.18 - 11/3/24, 9:27 AM
#### Changes
##### Fix
- useQuery: don"t retryOnMount when prefetchInRender is used ([#8247](https://redirect.github.com/TanStack/query/issues/8247)) ([`74f0d6a`](https://redirect.github.com/TanStack/query/commit/74f0d6a)) by Dominik Dorfmeister
#### Packages
- [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.18
- [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.18
- [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.18
- [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.18
### [`v5.59.17`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.17)
[Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.16...v5.59.17)
Version 5.59.17 - 11/2/24, 5:45 PM
##### Changes
##### Fix
- useQueries: warn on duplicate keys ([#8246](https://redirect.github.com/TanStack/query/issues/8246)) ([`c643635`](https://redirect.github.com/TanStack/query/commit/c643635)) by Dominik Dorfmeister
##### Chore
- react-query-persist-client: remove redundant `setIsRestoring(true)` to fix lint warning ([#8213](https://redirect.github.com/TanStack/query/issues/8213)) ([`39a35d8`](https://redirect.github.com/TanStack/query/commit/39a35d8)) by Sol Lee
- docs: update useQueryFocusAware docs ([#8205](https://redirect.github.com/TanStack/query/issues/8205)) ([`caf6556`](https://redirect.github.com/TanStack/query/commit/caf6556)) by [@ugurcanatas](https://redirect.github.com/ugurcanatas)
##### Test
- react-query: better `query-persist-client-core` import ([#8212](https://redirect.github.com/TanStack/query/issues/8212)) ([`1865f0d`](https://redirect.github.com/TanStack/query/commit/1865f0d)) by Lachlan Collins
##### Docs
- angular-query: add query options from a service example ([#8220](https://redirect.github.com/TanStack/query/issues/8220)) ([`c61ff1e`](https://redirect.github.com/TanStack/query/commit/c61ff1e)) by Arnoud
##### Packages
- [@tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@5](https://redirect.github.com/5).59.17
- [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.17
- [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.17
- [@tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@5](https://redirect.github.com/5).59.17
- [@tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@5](https://redirect.github.com/5).59.17
- [@tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@5](https://redirect.github.com/5).59.17
- [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.17
- [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.17
- [@tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@5](https://redirect.github.com/5).59.17
- [@tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@5](https://redirect.github.com/5).59.17
- [@tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@5](https://redirect.github.com/5).59.17
- [@tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@5](https://redirect.github.com/5).59.17
- [@tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@5](https://redirect.github.com/5).59.17
- [@tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@5](https://redirect.github.com/5).59.17
- [@tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@5](https://redirect.github.com/5).59.17
- [@tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@5](https://redirect.github.com/5).59.17
- [@tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@5](https://redirect.github.com/5).59.17
- [@tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@5](https://redirect.github.com/5).59.17
- [@tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@5](https://redirect.github.com/5).59.17
testing-library/jest-dom (@testing-library/jest-dom)
### [`v6.6.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...5ba015651c7b10c154e5a4ae54f85df6010c5295)
[Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)
open-cli-tools/concurrently (concurrently)
### [`v9.1.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v9.1.0)
[Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0)
#### What's Changed
- Remove signal event listeners on finish by [@gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/512](https://redirect.github.com/open-cli-tools/concurrently/pull/512)
- Add support for Deno shortcuts and wildcards by [@mahtaran](https://redirect.github.com/mahtaran) in [https://github.com/open-cli-tools/concurrently/pull/508](https://redirect.github.com/open-cli-tools/concurrently/pull/508)
- bin: show help when no args are passed by [@gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/513](https://redirect.github.com/open-cli-tools/concurrently/pull/513)
#### New Contributors
- [@mahtaran](https://redirect.github.com/mahtaran) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/508](https://redirect.github.com/open-cli-tools/concurrently/pull/508)
**Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0
cypress-io/cypress (cypress)
### [`v13.15.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.2)
[Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.1...v13.15.2)
Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2
i18next/i18next (i18next)
### [`v23.16.5`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23165)
[Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.16.4...v23.16.5)
- fix extractFromKey for use cases like [this](https://redirect.github.com/i18next/react-i18next/issues/1810)
openai/openai-node (openai)
### [`v4.72.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4720-2024-11-12)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.71.1...v4.72.0)
Full Changelog: [v4.71.1...v4.72.0](https://redirect.github.com/openai/openai-node/compare/v4.71.1...v4.72.0)
##### Features
- add back deno runtime testing without type checks ([1626cf5](https://redirect.github.com/openai/openai-node/commit/1626cf57e94706e1fc8b2f9ff4f173fe486d5150))
##### Chores
- **ecosystem-tests:** bump wrangler version ([#1178](https://redirect.github.com/openai/openai-node/issues/1178)) ([4dfb0c6](https://redirect.github.com/openai/openai-node/commit/4dfb0c6aa7c4530665bc7d6beebcd04aa1490e27))
### [`v4.71.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4711-2024-11-06)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.71.0...v4.71.1)
Full Changelog: [v4.71.0...v4.71.1](https://redirect.github.com/openai/openai-node/compare/v4.71.0...v4.71.1)
##### Bug Fixes
- change release please configuration for jsr.json ([#1174](https://redirect.github.com/openai/openai-node/issues/1174)) ([c39efba](https://redirect.github.com/openai/openai-node/commit/c39efba812209c8906315596cc0a56e54ae8590a))
### [`v4.71.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4710-2024-11-04)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.3...v4.71.0)
Full Changelog: [v4.70.3...v4.71.0](https://redirect.github.com/openai/openai-node/compare/v4.70.3...v4.71.0)
##### Features
- **api:** add support for predicted outputs ([#1172](https://redirect.github.com/openai/openai-node/issues/1172)) ([08a7bb4](https://redirect.github.com/openai/openai-node/commit/08a7bb4d4b751aeed9655bfcb9fa27fc79a767c4))
### [`v4.70.3`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4703-2024-11-04)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.2...v4.70.3)
Full Changelog: [v4.70.2...v4.70.3](https://redirect.github.com/openai/openai-node/compare/v4.70.2...v4.70.3)
##### Bug Fixes
- change streaming helper imports to be relative ([e73b7cf](https://redirect.github.com/openai/openai-node/commit/e73b7cf84272bd02a39a67795d49db23db2d970f))
### [`v4.70.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4702-2024-11-01)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.1...v4.70.2)
Full Changelog: [v4.70.1...v4.70.2](https://redirect.github.com/openai/openai-node/compare/v4.70.1...v4.70.2)
##### Bug Fixes
- add permissions to github workflow ([ee75e00](https://redirect.github.com/openai/openai-node/commit/ee75e00b0fbf82553b219ee8948a8077e9c26a24))
- skip deno ecosystem test ([5b181b0](https://redirect.github.com/openai/openai-node/commit/5b181b01b62139f8da35d426914c82b8425af141))
### [`v4.70.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4701-2024-11-01)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.0...v4.70.1)
Full Changelog: [v4.70.0...v4.70.1](https://redirect.github.com/openai/openai-node/compare/v4.70.0...v4.70.1)
##### Bug Fixes
- don't require deno to run build-deno ([#1167](https://redirect.github.com/openai/openai-node/issues/1167)) ([9d857bc](https://redirect.github.com/openai/openai-node/commit/9d857bc531a0bb3939f7660e49b31ccc38f60dd3))
### [`v4.70.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4700-2024-11-01)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.69.0...v4.70.0)
Full Changelog: [v4.69.0...v4.70.0](https://redirect.github.com/openai/openai-node/compare/v4.69.0...v4.70.0)
##### Features
- publish to jsr ([#1165](https://redirect.github.com/openai/openai-node/issues/1165)) ([5aa93a7](https://redirect.github.com/openai/openai-node/commit/5aa93a7fe704ef1ad077787852db38dc29104534))
##### Chores
- **internal:** fix isolated modules exports ([9cd1958](https://redirect.github.com/openai/openai-node/commit/9cd19584dcc6f4004ea1adcee917aa88a37d5f1c))
##### Refactors
- use type imports for type-only imports ([#1159](https://redirect.github.com/openai/openai-node/issues/1159)) ([07bbaf6](https://redirect.github.com/openai/openai-node/commit/07bbaf6ecac9a5e36471a35488020853ddf9214f))
### [`v4.69.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4690-2024-10-30)
[Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.68.4...v4.69.0)
Full Changelog: [v4.68.4...v4.69.0](https://redirect.github.com/openai/openai-node/compare/v4.68.4...v4.69.0)
##### Features
- **api:** add new, expressive voices for Realtime and Audio in Chat Completions ([#1157](https://redirect.github.com/openai/openai-node/issues/1157)) ([12e501c](https://redirect.github.com/openai/openai-node/commit/12e501c8a215a2af29b9b8fceedc5935b6f2feef))
##### Bug Fixes
- **internal:** support pnpm git installs ([#1156](https://redirect.github.com/openai/openai-node/issues/1156)) ([b744c5b](https://redirect.github.com/openai/openai-node/commit/b744c5b609533e9a6694d6cae0425fe9cd37e26c))
##### Documentation
- **readme:** minor typo fixes ([#1154](https://redirect.github.com/openai/openai-node/issues/1154)) ([c6c9f9a](https
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 contains the following updates:
7.22.0
->7.22.2
8.35.0
->8.38.0
8.35.0
->8.38.0
5.59.16
->5.59.20
5.59.16
->5.59.20
6.6.2
->6.6.3
22.8.4
->22.9.0
9.0.1
->9.1.0
13.15.1
->13.15.2
23.16.4
->23.16.5
4.68.4
->4.72.0
7.53.1
->7.53.2
15.1.0
->15.1.1
6.27.0
->6.28.0
2.13.1
->2.13.3
5.4.10
->5.4.11
2.1.4
->2.1.5
3.15.0
->3.17.0
Release Notes
mui/mui-x (@mui/x-data-grid)
### [`v7.22.2`](https://redirect.github.com/mui/mui-x/releases/tag/v7.22.2) [Compare Source](https://redirect.github.com/mui/mui-x/compare/v7.22.1...v7.22.2) We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 👨🏽💻 API enhancements - 🐞 Bugfixes Special thanks go out to the community contributors who have helped make this release possible: [@clins1994](https://redirect.github.com/clins1994), [@GuillaumeMeheut](https://redirect.github.com/GuillaumeMeheut), [@k-rajat19](https://redirect.github.com/k-rajat19). Following are all team members who have contributed to this release: [@LukasTy](https://redirect.github.com/LukasTy), [@MBilalShafi](https://redirect.github.com/MBilalShafi), [@KenanYusuf](https://redirect.github.com/KenanYusuf), [@arminmeh](https://redirect.github.com/arminmeh). ##### Upcoming alpha Keep an eye out for the MUI⠀X `v8.0.0-aplha.0` release soon. It will follow a weekly release schedule as always until it is stable. ##### Data Grid ##### `@mui/x-data-grid@7.22.2` - \[DataGrid] Fix `null` reference error in `GridVirtualScrollbar` ([#15289](https://redirect.github.com/mui/mui-x/issues/15289)) [@MBilalShafi](https://redirect.github.com/MBilalShafi) - \[DataGrid] Fix filtering with `boolean` column type ([#15257](https://redirect.github.com/mui/mui-x/issues/15257)) [@k-rajat19](https://redirect.github.com/k-rajat19) - \[DataGrid] Improve row selection propagation trigger ([#15274](https://redirect.github.com/mui/mui-x/issues/15274)) [@MBilalShafi](https://redirect.github.com/MBilalShafi) - \[DataGrid] Preprocess edit cell props on backspace/delete ([#15223](https://redirect.github.com/mui/mui-x/issues/15223)) [@KenanYusuf](https://redirect.github.com/KenanYusuf) - \[DataGrid] Add a recipe to persist column width and order ([#15309](https://redirect.github.com/mui/mui-x/issues/15309)) [@MBilalShafi](https://redirect.github.com/MBilalShafi) ##### `@mui/x-data-grid-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.22.2`, plus: - \[DataGridPro] Apply default properties if they are not passed in a reorder column ([#15320](https://redirect.github.com/mui/mui-x/issues/15320)) [@k-rajat19](https://redirect.github.com/k-rajat19) - \[DataGridPro] Toggle row expansion with `Enter` key in Tree data ([#15313](https://redirect.github.com/mui/mui-x/issues/15313)) [@k-rajat19](https://redirect.github.com/k-rajat19) ##### `@mui/x-data-grid-premium@7.22.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") Same changes as in `@mui/x-data-grid-pro@7.22.2`, plus: - \[DataGridPremium] Fix incorrect rows selection count when selection propagation is enabled with row grouping ([#15222](https://redirect.github.com/mui/mui-x/issues/15222)) [@arminmeh](https://redirect.github.com/arminmeh) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.22.2` - \[pickers] Add support for `moment-hijri@3.0.0` ([#15248](https://redirect.github.com/mui/mui-x/issues/15248)) [@LukasTy](https://redirect.github.com/LukasTy) ##### `@mui/x-date-pickers-pro@7.22.2` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.22.2`. ##### Charts ##### `@mui/x-charts@7.22.2` - \[charts] Allow `SeriesValueFormatter` to return `null` value ([#15295](https://redirect.github.com/mui/mui-x/issues/15295)) [@clins1994](https://redirect.github.com/clins1994) - \[charts] Allow configuring the `domainLimit` for each axis. ([#15325](https://redirect.github.com/mui/mui-x/issues/15325)) [@GuillaumeMeheut](https://redirect.github.com/GuillaumeMeheut) ##### `@mui/x-charts-pro@7.0.0-beta.7` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-charts@7.22.2`. ### [`v7.22.1`](https://redirect.github.com/mui/mui-x/releases/tag/v7.22.1) [Compare Source](https://redirect.github.com/mui/mui-x/compare/v7.22.0...v7.22.1) *Nov 1, 2024* We'd like to offer a big thanks to the 7 contributors who made this release possible. Here are some highlights ✨: - 🐞 Bugfixes - 📚 Documentation improvements - 🌍 Improve Polish (pl-PL) locale on the Date Pickers Special thanks go out to the community contributors who have helped make this release possible: [@wojtkolos](https://redirect.github.com/wojtkolos), [@dpak-maurya](https://redirect.github.com/dpak-maurya), [@k-rajat19](https://redirect.github.com/k-rajat19). Following are all team members who have contributed to this release: [@LukasTy](https://redirect.github.com/LukasTy), [@arminmeh](https://redirect.github.com/arminmeh), [@MBilalShafi](https://redirect.github.com/MBilalShafi), [@KenanYusuf](https://redirect.github.com/KenanYusuf), [@flaviendelangle](https://redirect.github.com/flaviendelangle). ##### Data Grid ##### `@mui/x-data-grid@7.22.1` - \[DataGrid] Fix right column group header border ([#15152](https://redirect.github.com/mui/mui-x/issues/15152)) [@KenanYusuf](https://redirect.github.com/KenanYusuf) - \[DataGrid] Fix scroll jump when holding down arrow keys ([#15167](https://redirect.github.com/mui/mui-x/issues/15167)) [@arminmeh](https://redirect.github.com/arminmeh) - \[DataGrid] Move `rowGroupingModelChange` handler to respective hook ([#15127](https://redirect.github.com/mui/mui-x/issues/15127)) [@MBilalShafi](https://redirect.github.com/MBilalShafi) - \[DataGrid] Prevent error when deleting the last row ([#15153](https://redirect.github.com/mui/mui-x/issues/15153)) [@dpak-maurya](https://redirect.github.com/dpak-maurya) - \[DataGrid] Fix overlay height in autoHeight mode ([#15205](https://redirect.github.com/mui/mui-x/issues/15205)) [@cherniavskii](https://redirect.github.com/cherniavskii) ##### `@mui/x-data-grid-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-data-grid@7.22.1`, plus: - \[DataGridPro] Add list view tests ([#15166](https://redirect.github.com/mui/mui-x/issues/15166)) [@KenanYusuf](https://redirect.github.com/KenanYusuf) ##### `@mui/x-data-grid-premium@7.22.1` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link "Premium plan") - \[DataGridPremium] Keep focus on the grouping cell on space bar press [#15155](https://redirect.github.com/mui/mui-x/issues/15155) [@k-rajat19](https://redirect.github.com/k-rajat19) ##### Date and Time Pickers ##### `@mui/x-date-pickers@7.22.1` - \[l10n] Improve Polish (pl-PL) locale ([#15177](https://redirect.github.com/mui/mui-x/issues/15177)) [@wojtkolos](https://redirect.github.com/wojtkolos) ##### `@mui/x-date-pickers-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-date-pickers@7.22.1`. ##### Tree View ##### `@mui/x-tree-view@7.22.1` - \[TreeView] Export `TreeItem2DragAndDropOverlay` and `TreeItem2LabelInput` from the root of each package ([#15208](https://redirect.github.com/mui/mui-x/issues/15208)) [@flaviendelangle](https://redirect.github.com/flaviendelangle) - \[TreeView] Fix drag and drop color usage ([#15149](https://redirect.github.com/mui/mui-x/issues/15149)) [@LukasTy](https://redirect.github.com/LukasTy) ##### `@mui/x-tree-view-pro@7.22.1` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link "Pro plan") Same changes as in `@mui/x-tree-view@7.22.1`. ##### Docs - \[docs] Add section explaining how to keep the selection while filtering in Data grid docs ([#15199](https://redirect.github.com/mui/mui-x/issues/15199)) [@arminmeh](https://redirect.github.com/arminmeh)getsentry/sentry-javascript (@sentry/browser)
### [`v8.38.0`](https://redirect.github.com/getsentry/sentry-javascript/releases/tag/8.38.0) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.1...8.38.0) - docs: Improve docstrings for node otel integrations ([#14217](https://redirect.github.com/getsentry/sentry-javascript/pull/14217)) - feat(browser): Add moduleMetadataIntegration lazy loading support ([#13817](https://redirect.github.com/getsentry/sentry-javascript/pull/13817)) - feat(core): Add trpc path to context in trpcMiddleware ([#14218](https://redirect.github.com/getsentry/sentry-javascript/pull/14218)) - feat(deps): Bump [@opentelemetry/instrumentation-amqplib](https://redirect.github.com/opentelemetry/instrumentation-amqplib) from 0.42.0 to 0.43.0 ([#14230](https://redirect.github.com/getsentry/sentry-javascript/pull/14230)) - feat(deps): Bump [@sentry/cli](https://redirect.github.com/sentry/cli) from 2.37.0 to 2.38.2 ([#14232](https://redirect.github.com/getsentry/sentry-javascript/pull/14232)) - feat(node): Add `knex` integration ([#13526](https://redirect.github.com/getsentry/sentry-javascript/pull/13526)) - feat(node): Add `tedious` integration ([#13486](https://redirect.github.com/getsentry/sentry-javascript/pull/13486)) - feat(utils): Single implementation to fetch debug ids ([#14199](https://redirect.github.com/getsentry/sentry-javascript/pull/14199)) - fix(browser): Avoid recording long animation frame spans starting before their parent span ([#14186](https://redirect.github.com/getsentry/sentry-javascript/pull/14186)) - fix(node): Include `debug_meta` with ANR events ([#14203](https://redirect.github.com/getsentry/sentry-javascript/pull/14203)) - fix(nuxt): Fix dynamic import rollup plugin to work with latest nitro ([#14243](https://redirect.github.com/getsentry/sentry-javascript/pull/14243)) - fix(react): Support wildcard routes on React Router 6 ([#14205](https://redirect.github.com/getsentry/sentry-javascript/pull/14205)) - fix(spotlight): Export spotlightBrowserIntegration from the main browser package ([#14208](https://redirect.github.com/getsentry/sentry-javascript/pull/14208)) - ref(browser): Ensure start time of interaction root and child span is aligned ([#14188](https://redirect.github.com/getsentry/sentry-javascript/pull/14188)) - ref(nextjs): Make build-time value injection turbopack compatible ([#14081](https://redirect.github.com/getsentry/sentry-javascript/pull/14081)) Work in this release was contributed by [@grahamhency](https://redirect.github.com/grahamhency), [@Zen-cronic](https://redirect.github.com/Zen-cronic), [@gilisho](https://redirect.github.com/gilisho) and [@phuctm97](https://redirect.github.com/phuctm97). Thank you for your contributions! #### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------- | ----------------- | | [@sentry/browser](https://redirect.github.com/sentry/browser) | 22.77 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) - with treeshaking flags | 21.53 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing) | 35.26 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) | 71.98 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay) - with treeshaking flags | 62.35 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay with Canvas) | 76.31 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Tracing, Replay, Feedback) | 89.14 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. Feedback) | 39.93 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. sendFeedback) | 27.42 KB | | [@sentry/browser](https://redirect.github.com/sentry/browser) (incl. FeedbackAsync) | 32.23 KB | | [@sentry/react](https://redirect.github.com/sentry/react) | 25.52 KB | | [@sentry/react](https://redirect.github.com/sentry/react) (incl. Tracing) | 38.22 KB | | [@sentry/vue](https://redirect.github.com/sentry/vue) | 26.91 KB | | [@sentry/vue](https://redirect.github.com/sentry/vue) (incl. Tracing) | 37.1 KB | | [@sentry/svelte](https://redirect.github.com/sentry/svelte) | 22.91 KB | | CDN Bundle | 24.13 KB | | CDN Bundle (incl. Tracing) | 37.04 KB | | CDN Bundle (incl. Tracing, Replay) | 71.7 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) | 77.05 KB | | CDN Bundle - uncompressed | 70.73 KB | | CDN Bundle (incl. Tracing) - uncompressed | 109.9 KB | | CDN Bundle (incl. Tracing, Replay) - uncompressed | 222.42 KB | | CDN Bundle (incl. Tracing, Replay, Feedback) - uncompressed | 235.64 KB | | [@sentry/nextjs](https://redirect.github.com/sentry/nextjs) (client) | 38.33 KB | | [@sentry/sveltekit](https://redirect.github.com/sentry/sveltekit) (client) | 35.84 KB | | [@sentry/node](https://redirect.github.com/sentry/node) | 133.37 KB | | [@sentry/node](https://redirect.github.com/sentry/node) - without tracing | 95.67 KB | | [@sentry/aws-serverless](https://redirect.github.com/sentry/aws-serverless) | 105.93 KB | ### [`v8.37.1`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8371) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.37.0...8.37.1) - feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 for [@sentry/opentelemetry](https://redirect.github.com/sentry/opentelemetry) ([#14187](https://redirect.github.com/getsentry/sentry-javascript/pull/14187)) ### [`v8.37.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8370) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.36.0...8.37.0) ##### Important Changes - **feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138))** The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, add the `piniaIntegration` to your client config: ```ts // sentry.client.config.ts import { usePinia } from '#imports'; Sentry.init({ integrations: [ Sentry.piniaIntegration(usePinia(), { /* optional Pinia plugin options */ }), ], }); ``` - **feat: Deprecate metrics API ([#14157](https://redirect.github.com/getsentry/sentry-javascript/pull/14157))** The Sentry Metrics beta has ended in favour of revisiting metrics in another form at a later date. This new approach will include different APIs, making the current metrics API unnecessary. This release deprecates the metrics API with the plan to remove in the next SDK major version. If you currently use the metrics API in your code, you can safely continue to do so but sent data will no longer be processed by Sentry. [Learn more](https://sentry.zendesk.com/hc/en-us/articles/26369339769883-Metrics-Beta-Ended-on-October-7th) about the end of the Metrics beta. ##### Other Changes - feat(browser): Add `http.response_delivery_type` attribute to resource spans ([#14056](https://redirect.github.com/getsentry/sentry-javascript/pull/14056)) - feat(browser): Add `skipBrowserExtensionCheck` escape hatch option ([#14147](https://redirect.github.com/getsentry/sentry-javascript/pull/14147)) - feat(deps): Bump [@opentelemetry/instrumentation](https://redirect.github.com/opentelemetry/instrumentation) from 0.53.0 to 0.54.0 ([#14174](https://redirect.github.com/getsentry/sentry-javascript/pull/14174)) - feat(deps): Bump [@opentelemetry/instrumentation-fastify](https://redirect.github.com/opentelemetry/instrumentation-fastify) from 0.40.0 to 0.41.0 ([#14175](https://redirect.github.com/getsentry/sentry-javascript/pull/14175)) - feat(deps): Bump [@opentelemetry/instrumentation-graphql](https://redirect.github.com/opentelemetry/instrumentation-graphql) from 0.43.0 to 0.44.0 ([#14173](https://redirect.github.com/getsentry/sentry-javascript/pull/14173)) - feat(deps): Bump [@opentelemetry/instrumentation-mongodb](https://redirect.github.com/opentelemetry/instrumentation-mongodb) from 0.47.0 to 0.48.0 ([#14171](https://redirect.github.com/getsentry/sentry-javascript/pull/14171)) - feat(deps): Bump [@opentelemetry/propagator-aws-xray](https://redirect.github.com/opentelemetry/propagator-aws-xray) from 1.25.1 to 1.26.0 ([#14172](https://redirect.github.com/getsentry/sentry-javascript/pull/14172)) - feat(nuxt): Add `asyncFunctionReExports` to define re-exported server functions ([#14104](https://redirect.github.com/getsentry/sentry-javascript/pull/14104)) - feat(nuxt): Add `piniaIntegration` ([#14138](https://redirect.github.com/getsentry/sentry-javascript/pull/14138)) - fix(browser): Avoid recording long task spans starting before their parent span ([#14183](https://redirect.github.com/getsentry/sentry-javascript/pull/14183)) - fix(core): Ensure errors thrown in async cron jobs bubble up ([#14182](https://redirect.github.com/getsentry/sentry-javascript/pull/14182)) - fix(core): Silently fail `maybeInstrument` ([#14140](https://redirect.github.com/getsentry/sentry-javascript/pull/14140)) - fix(nextjs): Resolve path for dynamic webpack import ([#13751](https://redirect.github.com/getsentry/sentry-javascript/pull/13751)) - fix(node): Make sure `modulesIntegration` does not crash esm apps ([#14169](https://redirect.github.com/getsentry/sentry-javascript/pull/14169)) Work in this release was contributed by [@rexxars](https://redirect.github.com/rexxars). Thank you for your contribution! ### [`v8.36.0`](https://redirect.github.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8360) [Compare Source](https://redirect.github.com/getsentry/sentry-javascript/compare/8.35.0...8.36.0) ##### Important Changes - **feat(nuxt): Add Sentry Pinia plugin ([#14047](https://redirect.github.com/getsentry/sentry-javascript/pull/14047))** The Nuxt SDK now allows you to track Pinia state for captured errors. To enable the Pinia plugin, set the `trackPinia` option to `true` in your client config: ```ts // sentry.client.config.ts Sentry.init({ trackPinia: true, }); ``` Read more about the Pinia plugin in the [Sentry Pinia Documentation](https://docs.sentry.io/platforms/javascript/guides/nuxt/features/pinia/). - **feat(nextjs/vercel-edge/cloudflare): Switch to OTEL for performance monitoring ([#13889](https://redirect.github.com/getsentry/sentry-javascript/pull/13889))** With this release, the Sentry Next.js, and Cloudflare SDKs will now capture performance data based on OpenTelemetry. Some exceptions apply in cases where Next.js captures inaccurate data itself. NOTE: You may experience minor differences in transaction names in Sentry. Most importantly transactions for serverside pages router invocations will now be named `GET /[param]/my/route` instead of `/[param]/my/route`. This means that those transactions are now better aligned with the OpenTelemetry semantic conventions. ##### Other Changes - deps: Bump bundler plugins and CLI to 2.22.6 and 2.37.0 respectively ([#14050](https://redirect.github.com/getsentry/sentry-javascript/pull/14050)) - feat(deps): bump [@opentelemetry/instrumentation-aws-sdk](https://redirect.github.com/opentelemetry/instrumentation-aws-sdk) from 0.44.0 to 0.45.0 ([#14099](https://redirect.github.com/getsentry/sentry-javascript/pull/14099)) - feat(deps): bump [@opentelemetry/instrumentation-connect](https://redirect.github.com/opentelemetry/instrumentation-connect) from 0.39.0 to 0.40.0 ([#14101](https://redirect.github.com/getsentry/sentry-javascript/pull/14101)) - feat(deps): bump [@opentelemetry/instrumentation-express](https://redirect.github.com/opentelemetry/instrumentation-express) from 0.43.0 to 0.44.0 ([#14102](https://redirect.github.com/getsentry/sentry-javascript/pull/14102)) - feat(deps): bump [@opentelemetry/instrumentation-fs](https://redirect.github.com/opentelemetry/instrumentation-fs) from 0.15.0 to 0.16.0 ([#14098](https://redirect.github.com/getsentry/sentry-javascript/pull/14098)) - feat(deps): bump [@opentelemetry/instrumentation-kafkajs](https://redirect.github.com/opentelemetry/instrumentation-kafkajs) from 0.3.0 to 0.4.0 ([#14100](https://redirect.github.com/getsentry/sentry-javascript/pull/14100)) - feat(nextjs): Add method and url to route handler request data ([#14084](https://redirect.github.com/getsentry/sentry-javascript/pull/14084)) - feat(node): Add breadcrumbs for `child_process` and `worker_thread` ([#13896](https://redirect.github.com/getsentry/sentry-javascript/pull/13896)) - fix(core): Ensure standalone spans are not sent if SDK is disabled ([#14088](https://redirect.github.com/getsentry/sentry-javascript/pull/14088)) - fix(nextjs): Await flush in api handlers ([#14023](https://redirect.github.com/getsentry/sentry-javascript/pull/14023)) - fix(nextjs): Don't leak webpack types into exports ([#14116](https://redirect.github.com/getsentry/sentry-javascript/pull/14116)) - fix(nextjs): Fix matching logic for file convention type for root level components ([#14038](https://redirect.github.com/getsentry/sentry-javascript/pull/14038)) - fix(nextjs): Respect directives in value injection loader ([#14083](https://redirect.github.com/getsentry/sentry-javascript/pull/14083)) - fix(nuxt): Only wrap `.mjs` entry files in rollup ([#14060](https://redirect.github.com/getsentry/sentry-javascript/pull/14060)) - fix(nuxt): Re-export all exported bindings ([#14086](https://redirect.github.com/getsentry/sentry-javascript/pull/14086)) - fix(nuxt): Server-side setup in readme ([#14049](https://redirect.github.com/getsentry/sentry-javascript/pull/14049)) - fix(profiling-node): Always warn when running on incompatible major version of Node.js ([#14043](https://redirect.github.com/getsentry/sentry-javascript/pull/14043)) - fix(replay): Fix `onError` callback ([#14002](https://redirect.github.com/getsentry/sentry-javascript/pull/14002)) - perf(otel): Only calculate current timestamp once ([#14094](https://redirect.github.com/getsentry/sentry-javascript/pull/14094)) - test(browser-integration): Add sentry DSN route handler by default ([#14095](https://redirect.github.com/getsentry/sentry-javascript/pull/14095))TanStack/query (@tanstack/react-query)
### [`v5.59.20`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.20) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.19...v5.59.20) Version 5.59.20 - 11/6/24, 2:13 PM #### Changes ##### Fix - don"t ship test files ([`848df62`](https://redirect.github.com/TanStack/query/commit/848df62)) by Dominik Dorfmeister ##### Test - react-query: type test usePrefetchInfiniteQuery correctly ([#8223](https://redirect.github.com/TanStack/query/issues/8223)) ([`06e315c`](https://redirect.github.com/TanStack/query/commit/06e315c)) by [@manudeli](https://redirect.github.com/manudeli) ##### Docs - devtools: fix typo ([#8248](https://redirect.github.com/TanStack/query/issues/8248)) ([`aa92acc`](https://redirect.github.com/TanStack/query/commit/aa92acc)) by Artur Abdullin #### Packages - [@tanstack/eslint-plugin-query](https://redirect.github.com/tanstack/eslint-plugin-query)[@5](https://redirect.github.com/5).59.20 - [@tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@5](https://redirect.github.com/5).59.20 - [@tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@5](https://redirect.github.com/5).59.20 - [@tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@5](https://redirect.github.com/5).59.20 - [@tanstack/query-devtools](https://redirect.github.com/tanstack/query-devtools)[@5](https://redirect.github.com/5).59.20 - [@tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@5](https://redirect.github.com/5).59.20 - [@tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@5](https://redirect.github.com/5).59.20 - [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.20 - [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.20 - [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.20 - [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.20 - [@tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@5](https://redirect.github.com/5).59.20 - [@tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@5](https://redirect.github.com/5).59.20 - [@tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@5](https://redirect.github.com/5).59.20 - [@tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@5](https://redirect.github.com/5).59.20 - [@tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@5](https://redirect.github.com/5).59.20 - [@tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@5](https://redirect.github.com/5).59.20 - [@tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@5](https://redirect.github.com/5).59.20 - [@tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@5](https://redirect.github.com/5).59.20 - [@tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@5](https://redirect.github.com/5).59.20 - [@tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@5](https://redirect.github.com/5).59.20 ### [`v5.59.19`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.19) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.18...v5.59.19) Version 5.59.19 - 11/3/24, 2:17 PM #### Changes ##### Fix - query-devtools: handle null properties for \__previousQueryOptions ([#8240](https://redirect.github.com/TanStack/query/issues/8240)) ([`9c93dc0`](https://redirect.github.com/TanStack/query/commit/9c93dc0)) by Kae ##### Test - react-query: remove `async` from queryFn ([#8232](https://redirect.github.com/TanStack/query/issues/8232)) ([`0f84062`](https://redirect.github.com/TanStack/query/commit/0f84062)) by Sol Lee ##### Docs - community-projects: Add Atomic CRM to the list of community projects ([#8229](https://redirect.github.com/TanStack/query/issues/8229)) ([`92defc6`](https://redirect.github.com/TanStack/query/commit/92defc6)) by CarolineClr #### Packages - [@tanstack/query-devtools](https://redirect.github.com/tanstack/query-devtools)[@5](https://redirect.github.com/5).59.19 - [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.19 - [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.19 - [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.19 - [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.19 - [@tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@5](https://redirect.github.com/5).59.19 - [@tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@5](https://redirect.github.com/5).59.19 - [@tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@5](https://redirect.github.com/5).59.19 - [@tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@5](https://redirect.github.com/5).59.19 ### [`v5.59.18`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.18) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.17...v5.59.18) Version 5.59.18 - 11/3/24, 9:27 AM #### Changes ##### Fix - useQuery: don"t retryOnMount when prefetchInRender is used ([#8247](https://redirect.github.com/TanStack/query/issues/8247)) ([`74f0d6a`](https://redirect.github.com/TanStack/query/commit/74f0d6a)) by Dominik Dorfmeister #### Packages - [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.18 - [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.18 - [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.18 - [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.18 ### [`v5.59.17`](https://redirect.github.com/TanStack/query/releases/tag/v5.59.17) [Compare Source](https://redirect.github.com/TanStack/query/compare/v5.59.16...v5.59.17) Version 5.59.17 - 11/2/24, 5:45 PM ##### Changes ##### Fix - useQueries: warn on duplicate keys ([#8246](https://redirect.github.com/TanStack/query/issues/8246)) ([`c643635`](https://redirect.github.com/TanStack/query/commit/c643635)) by Dominik Dorfmeister ##### Chore - react-query-persist-client: remove redundant `setIsRestoring(true)` to fix lint warning ([#8213](https://redirect.github.com/TanStack/query/issues/8213)) ([`39a35d8`](https://redirect.github.com/TanStack/query/commit/39a35d8)) by Sol Lee - docs: update useQueryFocusAware docs ([#8205](https://redirect.github.com/TanStack/query/issues/8205)) ([`caf6556`](https://redirect.github.com/TanStack/query/commit/caf6556)) by [@ugurcanatas](https://redirect.github.com/ugurcanatas) ##### Test - react-query: better `query-persist-client-core` import ([#8212](https://redirect.github.com/TanStack/query/issues/8212)) ([`1865f0d`](https://redirect.github.com/TanStack/query/commit/1865f0d)) by Lachlan Collins ##### Docs - angular-query: add query options from a service example ([#8220](https://redirect.github.com/TanStack/query/issues/8220)) ([`c61ff1e`](https://redirect.github.com/TanStack/query/commit/c61ff1e)) by Arnoud ##### Packages - [@tanstack/query-core](https://redirect.github.com/tanstack/query-core)[@5](https://redirect.github.com/5).59.17 - [@tanstack/react-query](https://redirect.github.com/tanstack/react-query)[@5](https://redirect.github.com/5).59.17 - [@tanstack/react-query-persist-client](https://redirect.github.com/tanstack/react-query-persist-client)[@5](https://redirect.github.com/5).59.17 - [@tanstack/query-broadcast-client-experimental](https://redirect.github.com/tanstack/query-broadcast-client-experimental)[@5](https://redirect.github.com/5).59.17 - [@tanstack/query-persist-client-core](https://redirect.github.com/tanstack/query-persist-client-core)[@5](https://redirect.github.com/5).59.17 - [@tanstack/query-sync-storage-persister](https://redirect.github.com/tanstack/query-sync-storage-persister)[@5](https://redirect.github.com/5).59.17 - [@tanstack/react-query-devtools](https://redirect.github.com/tanstack/react-query-devtools)[@5](https://redirect.github.com/5).59.17 - [@tanstack/react-query-next-experimental](https://redirect.github.com/tanstack/react-query-next-experimental)[@5](https://redirect.github.com/5).59.17 - [@tanstack/solid-query](https://redirect.github.com/tanstack/solid-query)[@5](https://redirect.github.com/5).59.17 - [@tanstack/solid-query-devtools](https://redirect.github.com/tanstack/solid-query-devtools)[@5](https://redirect.github.com/5).59.17 - [@tanstack/solid-query-persist-client](https://redirect.github.com/tanstack/solid-query-persist-client)[@5](https://redirect.github.com/5).59.17 - [@tanstack/svelte-query](https://redirect.github.com/tanstack/svelte-query)[@5](https://redirect.github.com/5).59.17 - [@tanstack/svelte-query-devtools](https://redirect.github.com/tanstack/svelte-query-devtools)[@5](https://redirect.github.com/5).59.17 - [@tanstack/svelte-query-persist-client](https://redirect.github.com/tanstack/svelte-query-persist-client)[@5](https://redirect.github.com/5).59.17 - [@tanstack/vue-query](https://redirect.github.com/tanstack/vue-query)[@5](https://redirect.github.com/5).59.17 - [@tanstack/vue-query-devtools](https://redirect.github.com/tanstack/vue-query-devtools)[@5](https://redirect.github.com/5).59.17 - [@tanstack/angular-query-experimental](https://redirect.github.com/tanstack/angular-query-experimental)[@5](https://redirect.github.com/5).59.17 - [@tanstack/query-async-storage-persister](https://redirect.github.com/tanstack/query-async-storage-persister)[@5](https://redirect.github.com/5).59.17 - [@tanstack/angular-query-devtools-experimental](https://redirect.github.com/tanstack/angular-query-devtools-experimental)[@5](https://redirect.github.com/5).59.17testing-library/jest-dom (@testing-library/jest-dom)
### [`v6.6.3`](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...5ba015651c7b10c154e5a4ae54f85df6010c5295) [Compare Source](https://redirect.github.com/testing-library/jest-dom/compare/v6.6.2...v6.6.3)open-cli-tools/concurrently (concurrently)
### [`v9.1.0`](https://redirect.github.com/open-cli-tools/concurrently/releases/tag/v9.1.0) [Compare Source](https://redirect.github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0) #### What's Changed - Remove signal event listeners on finish by [@gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/512](https://redirect.github.com/open-cli-tools/concurrently/pull/512) - Add support for Deno shortcuts and wildcards by [@mahtaran](https://redirect.github.com/mahtaran) in [https://github.com/open-cli-tools/concurrently/pull/508](https://redirect.github.com/open-cli-tools/concurrently/pull/508) - bin: show help when no args are passed by [@gustavohenke](https://redirect.github.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/513](https://redirect.github.com/open-cli-tools/concurrently/pull/513) #### New Contributors - [@mahtaran](https://redirect.github.com/mahtaran) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/508](https://redirect.github.com/open-cli-tools/concurrently/pull/508) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0cypress-io/cypress (cypress)
### [`v13.15.2`](https://redirect.github.com/cypress-io/cypress/releases/tag/v13.15.2) [Compare Source](https://redirect.github.com/cypress-io/cypress/compare/v13.15.1...v13.15.2) Changelog: https://docs.cypress.io/guides/references/changelog#13-15-2i18next/i18next (i18next)
### [`v23.16.5`](https://redirect.github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#23165) [Compare Source](https://redirect.github.com/i18next/i18next/compare/v23.16.4...v23.16.5) - fix extractFromKey for use cases like [this](https://redirect.github.com/i18next/react-i18next/issues/1810)openai/openai-node (openai)
### [`v4.72.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4720-2024-11-12) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.71.1...v4.72.0) Full Changelog: [v4.71.1...v4.72.0](https://redirect.github.com/openai/openai-node/compare/v4.71.1...v4.72.0) ##### Features - add back deno runtime testing without type checks ([1626cf5](https://redirect.github.com/openai/openai-node/commit/1626cf57e94706e1fc8b2f9ff4f173fe486d5150)) ##### Chores - **ecosystem-tests:** bump wrangler version ([#1178](https://redirect.github.com/openai/openai-node/issues/1178)) ([4dfb0c6](https://redirect.github.com/openai/openai-node/commit/4dfb0c6aa7c4530665bc7d6beebcd04aa1490e27)) ### [`v4.71.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4711-2024-11-06) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.71.0...v4.71.1) Full Changelog: [v4.71.0...v4.71.1](https://redirect.github.com/openai/openai-node/compare/v4.71.0...v4.71.1) ##### Bug Fixes - change release please configuration for jsr.json ([#1174](https://redirect.github.com/openai/openai-node/issues/1174)) ([c39efba](https://redirect.github.com/openai/openai-node/commit/c39efba812209c8906315596cc0a56e54ae8590a)) ### [`v4.71.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4710-2024-11-04) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.3...v4.71.0) Full Changelog: [v4.70.3...v4.71.0](https://redirect.github.com/openai/openai-node/compare/v4.70.3...v4.71.0) ##### Features - **api:** add support for predicted outputs ([#1172](https://redirect.github.com/openai/openai-node/issues/1172)) ([08a7bb4](https://redirect.github.com/openai/openai-node/commit/08a7bb4d4b751aeed9655bfcb9fa27fc79a767c4)) ### [`v4.70.3`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4703-2024-11-04) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.2...v4.70.3) Full Changelog: [v4.70.2...v4.70.3](https://redirect.github.com/openai/openai-node/compare/v4.70.2...v4.70.3) ##### Bug Fixes - change streaming helper imports to be relative ([e73b7cf](https://redirect.github.com/openai/openai-node/commit/e73b7cf84272bd02a39a67795d49db23db2d970f)) ### [`v4.70.2`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4702-2024-11-01) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.1...v4.70.2) Full Changelog: [v4.70.1...v4.70.2](https://redirect.github.com/openai/openai-node/compare/v4.70.1...v4.70.2) ##### Bug Fixes - add permissions to github workflow ([ee75e00](https://redirect.github.com/openai/openai-node/commit/ee75e00b0fbf82553b219ee8948a8077e9c26a24)) - skip deno ecosystem test ([5b181b0](https://redirect.github.com/openai/openai-node/commit/5b181b01b62139f8da35d426914c82b8425af141)) ### [`v4.70.1`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4701-2024-11-01) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.70.0...v4.70.1) Full Changelog: [v4.70.0...v4.70.1](https://redirect.github.com/openai/openai-node/compare/v4.70.0...v4.70.1) ##### Bug Fixes - don't require deno to run build-deno ([#1167](https://redirect.github.com/openai/openai-node/issues/1167)) ([9d857bc](https://redirect.github.com/openai/openai-node/commit/9d857bc531a0bb3939f7660e49b31ccc38f60dd3)) ### [`v4.70.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4700-2024-11-01) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.69.0...v4.70.0) Full Changelog: [v4.69.0...v4.70.0](https://redirect.github.com/openai/openai-node/compare/v4.69.0...v4.70.0) ##### Features - publish to jsr ([#1165](https://redirect.github.com/openai/openai-node/issues/1165)) ([5aa93a7](https://redirect.github.com/openai/openai-node/commit/5aa93a7fe704ef1ad077787852db38dc29104534)) ##### Chores - **internal:** fix isolated modules exports ([9cd1958](https://redirect.github.com/openai/openai-node/commit/9cd19584dcc6f4004ea1adcee917aa88a37d5f1c)) ##### Refactors - use type imports for type-only imports ([#1159](https://redirect.github.com/openai/openai-node/issues/1159)) ([07bbaf6](https://redirect.github.com/openai/openai-node/commit/07bbaf6ecac9a5e36471a35488020853ddf9214f)) ### [`v4.69.0`](https://redirect.github.com/openai/openai-node/blob/HEAD/CHANGELOG.md#4690-2024-10-30) [Compare Source](https://redirect.github.com/openai/openai-node/compare/v4.68.4...v4.69.0) Full Changelog: [v4.68.4...v4.69.0](https://redirect.github.com/openai/openai-node/compare/v4.68.4...v4.69.0) ##### Features - **api:** add new, expressive voices for Realtime and Audio in Chat Completions ([#1157](https://redirect.github.com/openai/openai-node/issues/1157)) ([12e501c](https://redirect.github.com/openai/openai-node/commit/12e501c8a215a2af29b9b8fceedc5935b6f2feef)) ##### Bug Fixes - **internal:** support pnpm git installs ([#1156](https://redirect.github.com/openai/openai-node/issues/1156)) ([b744c5b](https://redirect.github.com/openai/openai-node/commit/b744c5b609533e9a6694d6cae0425fe9cd37e26c)) ##### Documentation - **readme:** minor typo fixes ([#1154](https://redirect.github.com/openai/openai-node/issues/1154)) ([c6c9f9a](httpsConfiguration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.