apollographql/apollo-client (@apollo/client)
### [`v3.7.17`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3717)
[Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.16...v3.7.17)
##### Patch Changes
- [#10631](https://togithub.com/apollographql/apollo-client/pull/10631) [`b93388d75`](https://togithub.com/apollographql/apollo-client/commit/b93388d7582d88859c4975dff524c1ceb5bd2b4e) Thanks [@phryneas](https://togithub.com/phryneas)! - ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cache
### [`v3.7.16`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3716)
[Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.15...v3.7.16)
##### Patch Changes
- [#10806](https://togithub.com/apollographql/apollo-client/pull/10806) [`cb1540504`](https://togithub.com/apollographql/apollo-client/commit/cb15405041e0bd644fcf23d1b8fcaa09762c5a6a) Thanks [@phryneas](https://togithub.com/phryneas)! - Fix a bug in `PersistedQueryLink` that would cause it to permanently skip persisted queries after a 400 or 500 status code.
- [#10807](https://togithub.com/apollographql/apollo-client/pull/10807) [`b32369592`](https://togithub.com/apollographql/apollo-client/commit/b3236959269ce27b18b8c2cae72106098a3ba1b8) Thanks [@phryneas](https://togithub.com/phryneas)! - `PersistedQueryLink` will now also check for error codes in `extensions`.
- [#10982](https://togithub.com/apollographql/apollo-client/pull/10982) [`b9be7a814`](https://togithub.com/apollographql/apollo-client/commit/b9be7a814a64fc6b3e6ce23dd97a4f0c7140aba7) Thanks [@sdeleur-sc](https://togithub.com/sdeleur-sc)! - Update `relayStylePagination` to avoid populating `startCursor` when only a single cursor is present under the `edges` field. Use that cursor only as the `endCursor`.
- [#10962](https://togithub.com/apollographql/apollo-client/pull/10962) [`772cfa3cb`](https://togithub.com/apollographql/apollo-client/commit/772cfa3cb563dccee878177e58c8250c4e5b5013) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Remove `useGETForQueries` option in `BatchHttpLink.Options` type since it is not supported.
auth0/auth0-react (@auth0/auth0-react)
### [`v2.2.0`](https://togithub.com/auth0/auth0-react/blob/HEAD/CHANGELOG.md#v220-2023-07-13)
[Compare Source](https://togithub.com/auth0/auth0-react/compare/v2.1.1...v2.2.0)
[Full Changelog](https://togithub.com/auth0/auth0-react/compare/v2.1.1...v2.2.0)
**Added**
- Support Organization Name [#552](https://togithub.com/auth0/auth0-react/pull/552) ([frederikprijck](https://togithub.com/frederikprijck))
**Fixed**
- Fix incorrect logout jsdocx example [#551](https://togithub.com/auth0/auth0-react/pull/551) ([frederikprijck](https://togithub.com/frederikprijck))
- Fix inconsistent logout function types [#548](https://togithub.com/auth0/auth0-react/pull/548) ([frederikprijck](https://togithub.com/frederikprijck))
### [`v2.1.1`](https://togithub.com/auth0/auth0-react/blob/HEAD/CHANGELOG.md#v211-2023-06-14)
[Compare Source](https://togithub.com/auth0/auth0-react/compare/v2.1.0...v2.1.1)
[Full Changelog](https://togithub.com/auth0/auth0-react/compare/v2.1.0...v2.1.1)
**Changed**
- bump SPA-JS to the latest version [#543](https://togithub.com/auth0/auth0-react/pull/543) ([frederikprijck](https://togithub.com/frederikprijck))
getsentry/sentry-javascript (@sentry/nextjs)
### [`v7.60.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7600)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.3...7.60.0)
##### Important Changes
- **feat(replay): Ensure min/max duration when flushing ([#8596](https://togithub.com/getsentry/sentry-javascript/issues/8596))**
We will not send replays that are <5s long anymore. Additionally, we also added further safeguards to avoid overly long (>1h) replays.
You can optionally configure the min. replay duration (defaults to 5s):
```js
new Replay({
minReplayDuration: 10000 // in ms - note that this is capped at 15s max!
})
```
##### Other Changes
- fix(profiling): Align to SDK selected time origin ([#8599](https://togithub.com/getsentry/sentry-javascript/issues/8599))
- fix(replay): Ensure multi click has correct timestamps ([#8591](https://togithub.com/getsentry/sentry-javascript/issues/8591))
- fix(utils): Truncate aggregate exception values (LinkedErrors) ([#8593](https://togithub.com/getsentry/sentry-javascript/issues/8593))
### [`v7.59.3`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7593)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.2...7.59.3)
- fix(browser): 0 is a valid index ([#8581](https://togithub.com/getsentry/sentry-javascript/issues/8581))
- fix(nextjs): Ensure Webpack plugin is available after dynamic require ([#8584](https://togithub.com/getsentry/sentry-javascript/issues/8584))
- types(browser): Add browser profiling client options ([#8565](https://togithub.com/getsentry/sentry-javascript/issues/8565))
### [`v7.59.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7592)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.1...7.59.2)
No changes. This release was published to fix publishing issues with 7.59.0 and 7.59.1.
Please see [7.59.0](#7590) for the changes in that release.
### [`v7.59.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7591)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.58.1...7.59.1)
No changes. This release was published to fix a publishing issue with 7.59.0.
Please see [7.59.0](#7590) for the changes in that release.
### [`v7.58.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7581)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.58.0...7.58.1)
- fix(node): Set propagation context even when tracingOptions are not defined ([#8517](https://togithub.com/getsentry/sentry-javascript/issues/8517))
### [`v7.58.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7580)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.57.0...7.58.0)
##### Important Changes
- **Performance Monitoring not required for Distributed Tracing**
This release adds support for [distributed tracing](https://docs.sentry.io/platforms/javascript/usage/distributed-tracing/) without requiring performance monitoring to be active on the JavaScript SDKs (browser and node). This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the `tracePropagationTargets` option, which controls what requests to attach the `sentry-trace` and `baggage` HTTP headers to (which is what propagates tracing information).
```js
Sentry.init({
tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/],
});
```
- feat(tracing): Add tracing without performance to browser and client Sveltekit ([#8458](https://togithub.com/getsentry/sentry-javascript/issues/8458))
- feat(node): Add tracing without performance to Node http integration ([#8450](https://togithub.com/getsentry/sentry-javascript/issues/8450))
- feat(node): Add tracing without performance to Node Undici ([#8449](https://togithub.com/getsentry/sentry-javascript/issues/8449))
- feat(node): Populate propagation context using env variables ([#8422](https://togithub.com/getsentry/sentry-javascript/issues/8422))
- **feat(core): Support `AggregateErrors` in `LinkedErrors` integration ([#8463](https://togithub.com/getsentry/sentry-javascript/issues/8463))**
This release adds support for [`AggregateErrors`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError). AggregateErrors are considered as Exception Groups by Sentry, and will be visualized and grouped differently. See the [Exception Groups Changelog Post](https://changelog.getsentry.com/announcements/exception-groups-now-supported-for-python-and-net) for more details.
Exception Group support requires Self-Hosted Sentry [version 23.5.1](https://togithub.com/getsentry/self-hosted/releases/tag/23.5.1) or newer.
- **feat(replay): Add a new option `networkDetailDenyUrls` ([#8439](https://togithub.com/getsentry/sentry-javascript/issues/8439))**
This release adds a new option `networkDetailDenyUrls` to the `Replay` integration. This option allows you to specify a list of URLs that should not be captured by the `Replay` integration, which can be used alongside the existing `networkDetailAllowUrls` for finely grained control of which URLs should have network details captured.
```js
Sentry.init({
integrations: [
new Sentry.Integrations.Replay({
networkDetailDenyUrls: [/^http:\/\/example.com\/test$/],
}),
],
});
```
##### Other Changes
- feat(core): Add helpers to get module metadata from injected code ([#8438](https://togithub.com/getsentry/sentry-javascript/issues/8438))
- feat(core): Add sampling decision to trace envelope header ([#8483](https://togithub.com/getsentry/sentry-javascript/issues/8483))
- feat(node): Add trace context to checkin ([#8503](https://togithub.com/getsentry/sentry-javascript/issues/8503))
- feat(node): Export `getModule` for Electron SDK ([#8488](https://togithub.com/getsentry/sentry-javascript/issues/8488))
- feat(types): Allow `user.id` to be a number ([#8330](https://togithub.com/getsentry/sentry-javascript/issues/8330))
- fix(browser): Set anonymous `crossorigin` attribute on report dialog ([#8424](https://togithub.com/getsentry/sentry-javascript/issues/8424))
- fix(nextjs): Ignore `tunnelRoute` when doing static exports ([#8471](https://togithub.com/getsentry/sentry-javascript/issues/8471))
- fix(nextjs): Use `basePath` option for `tunnelRoute` ([#8454](https://togithub.com/getsentry/sentry-javascript/issues/8454))
- fix(node): Apply source context to linked errors even when it is uncached ([#8453](https://togithub.com/getsentry/sentry-javascript/issues/8453))
- fix(node): report errorMiddleware errors as unhandled ([#8048](https://togithub.com/getsentry/sentry-javascript/issues/8048))
- fix(react): Add support for `basename` option of `createBrowserRouter` ([#8457](https://togithub.com/getsentry/sentry-javascript/issues/8457))
- fix(remix): Add explicit `@sentry/node` exports. ([#8509](https://togithub.com/getsentry/sentry-javascript/issues/8509))
- fix(remix): Don't inject trace/baggage to `redirect` and `catch` responses ([#8467](https://togithub.com/getsentry/sentry-javascript/issues/8467))
- fix(replay): Adjust slow/multi click handling ([#8380](https://togithub.com/getsentry/sentry-javascript/issues/8380))
Work in this release contributed by [@mrdulin](https://togithub.com/mrdulin), [@donaldxdonald](https://togithub.com/donaldxdonald) & [@ziyad-elabid-nw](https://togithub.com/ziyad-elabid-nw). Thank you for your contributions!
### [`v7.57.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7570)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.56.0...7.57.0)
##### Important Changes
- **build: Update typescript from 3.8.3 to 4.9.5 ([#8255](https://togithub.com/getsentry/sentry-javascript/issues/8255))**
This release version [bumps the internally used typescript version from 3.8.x to 4.9.x](https://togithub.com/getsentry/sentry-javascript/pull/8255).
We use ds-downlevel to generate two versions of our types, one for >=3.8, one for >=4.9.
This means that this change should be fully backwards compatible and not have any noticable user impact,
but if you still encounter issues please let us know.
- **feat(types): Add tracePropagationTargets to top level options ([#8395](https://togithub.com/getsentry/sentry-javascript/issues/8395))**
Instead of passing `tracePropagationTargets` to the `BrowserTracing` integration, you can now define them on the top level:
```js
Sentry.init({
tracePropagationTargets: ['api.site.com'],
});
```
- **fix(angular): Filter out `TryCatch` integration by default ([#8367](https://togithub.com/getsentry/sentry-javascript/issues/8367))**
The Angular and Angular-ivy SDKs will not install the TryCatch integration anymore by default.
This integration conflicted with the `SentryErrorHander`, sometimes leading to duplicated errors and/or missing data on events.
- **feat(browser): Better event name handling for non-Error objects ([#8374](https://togithub.com/getsentry/sentry-javascript/issues/8374))**
When capturing non-errors via `Sentry.captureException()`, e.g. `Sentry.captureException({ prop: "custom object" })`,
we now generate a more helpful value for the synthetic exception. Instead of e.g. `Non-Error exception captured with keys: currentTarget, isTrusted, target, type`, you'll now get messages like:
Object captured as exception with keys: prop1, prop2
Event `MouseEvent` (type=click) captured as exception
Event `ErrorEvent` captured as exception with message `Script error.`
##### Other Changes
- feat(browser): Send profiles in same envelope as transactions ([#8375](https://togithub.com/getsentry/sentry-javascript/issues/8375))
- feat(profiling): Collect timings on profiler stop calls ([#8409](https://togithub.com/getsentry/sentry-javascript/issues/8409))
- feat(replay): Do not capture replays < 5 seconds (GA) ([#8277](https://togithub.com/getsentry/sentry-javascript/issues/8277))
- feat(tracing): Add experiment to capture http timings ([#8371](https://togithub.com/getsentry/sentry-javascript/issues/8371))
- feat(tracing): Add `http.response.status_code` to `span.data` ([#8366](https://togithub.com/getsentry/sentry-javascript/issues/8366))
- fix(angular): Stop routing spans on navigation cancel and error events ([#8369](https://togithub.com/getsentry/sentry-javascript/issues/8369))
- fix(core): Only start spans in `trace` if tracing is enabled ([#8357](https://togithub.com/getsentry/sentry-javascript/issues/8357))
- fix(nextjs): Inject init calls via loader instead of via entrypoints ([#8368](https://togithub.com/getsentry/sentry-javascript/issues/8368))
- fix(replay): Mark ui.slowClickDetected `clickCount` as optional ([#8376](https://togithub.com/getsentry/sentry-javascript/issues/8376))
- fix(serverless): Export `autoDiscoverNodePerformanceMonitoringIntegrations` from SDK ([#8382](https://togithub.com/getsentry/sentry-javascript/issues/8382))
- fix(sveltekit): Check for cached requests in client-side fetch instrumentation ([#8391](https://togithub.com/getsentry/sentry-javascript/issues/8391))
- fix(sveltekit): Only instrument SvelteKit `fetch` if the SDK client is valid ([#8381](https://togithub.com/getsentry/sentry-javascript/issues/8381))
- fix(tracing): Instrument Prisma client in constructor of integration ([#8383](https://togithub.com/getsentry/sentry-javascript/issues/8383))
- ref(replay): More graceful `sessionStorage` check ([#8394](https://togithub.com/getsentry/sentry-javascript/issues/8394))
- ref(replay): Remove circular dep in replay eventBuffer ([#8389](https://togithub.com/getsentry/sentry-javascript/issues/8389))
### [`v7.56.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7560)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.55.2...7.56.0)
- feat(replay): Rework slow click & multi click detection ([#8322](https://togithub.com/getsentry/sentry-javascript/issues/8322))
- feat(replay): Stop replay when event buffer exceeds max. size ([#8315](https://togithub.com/getsentry/sentry-javascript/issues/8315))
- feat(replay): Consider `window.open` for slow clicks ([#8308](https://togithub.com/getsentry/sentry-javascript/issues/8308))
- fix(core): Temporarily store debug IDs in stack frame and only put them into `debug_meta` before sending ([#8347](https://togithub.com/getsentry/sentry-javascript/issues/8347))
- fix(remix): Extract deferred responses correctly in root loaders. ([#8305](https://togithub.com/getsentry/sentry-javascript/issues/8305))
- fix(vue): Don't call `next` in Vue router 4 instrumentation ([#8351](https://togithub.com/getsentry/sentry-javascript/issues/8351))
### [`v7.55.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7552)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.55.1...7.55.2)
- fix(replay): Stop exporting `EventType` from `@sentry-internal/rrweb` ([#8334](https://togithub.com/getsentry/sentry-javascript/issues/8334))
- fix(serverless): Export captureCheckIn ([#8333](https://togithub.com/getsentry/sentry-javascript/issues/8333))
### [`v7.55.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7551)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.55.0...7.55.1)
- fix(replay): Do not export types from `@sentry-internal/rrweb` ([#8329](https://togithub.com/getsentry/sentry-javascript/issues/8329))
### [`v7.55.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7550)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.54.0...7.55.0)
- feat(replay): Capture slow clicks (GA) ([#8298](https://togithub.com/getsentry/sentry-javascript/issues/8298))
- feat(replay): Improve types for replay recording events ([#8224](https://togithub.com/getsentry/sentry-javascript/issues/8224))
- fix(nextjs): Strip query params from transaction names of navigations to unknown routes ([#8278](https://togithub.com/getsentry/sentry-javascript/issues/8278))
- fix(replay): Ignore max session life for buffered sessions ([#8258](https://togithub.com/getsentry/sentry-javascript/issues/8258))
- fix(sveltekit): Export captureCheckIn ([#8313](https://togithub.com/getsentry/sentry-javascript/issues/8313))
- ref(svelte): Add Svelte 4 as a peer dependency ([#8280](https://togithub.com/getsentry/sentry-javascript/issues/8280))
testing-library/jest-dom (@testing-library/jest-dom)
### [`v5.17.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v5.17.0)
[Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0)
##### Features
- New `toHaveAccessibleErrorMessage` better implementing the spec, deprecate `toHaveErrorMessage` ([#503](https://togithub.com/testing-library/jest-dom/issues/503)) ([d717c66](https://togithub.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb))
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.62.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5620-2023-07-10)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0)
##### Bug Fixes
- **eslint-plugin:** \[comma-spacing] allow no space after trailing comma in objects and arrays ([#6938](https://togithub.com/typescript-eslint/typescript-eslint/issues/6938)) ([24bdacc](https://togithub.com/typescript-eslint/typescript-eslint/commit/24bdacc7e5df40c92031a1bd7e9815d66a35b31d))
- **eslint-plugin:** \[prefer-includes] escape special characters ([#7161](https://togithub.com/typescript-eslint/typescript-eslint/issues/7161)) ([5a347a5](https://togithub.com/typescript-eslint/typescript-eslint/commit/5a347a5978bc5737412bd12d61eb6058163cf4a0)), closes [#7145](https://togithub.com/typescript-eslint/typescript-eslint/issues/7145)
- **eslint-plugin:** replace auto-fix of class literal property style rule with suggestion ([#7054](https://togithub.com/typescript-eslint/typescript-eslint/issues/7054)) ([a8c824a](https://togithub.com/typescript-eslint/typescript-eslint/commit/a8c824a1e84453f93cd2b464fc102bc878c1aff3))
##### Features
- **eslint-plugin:** \[prefer-nullish-coalescing] add `ignorePrimitives` option ([#6487](https://togithub.com/typescript-eslint/typescript-eslint/issues/6487)) ([6edaa04](https://togithub.com/typescript-eslint/typescript-eslint/commit/6edaa04565576f0af7e60bc08602bd781c847804))
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v5.61.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5610-2023-07-03)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0)
##### Features
- **eslint-plugin:** \[ban-types] ban types in extends and implements ([#7129](https://togithub.com/typescript-eslint/typescript-eslint/issues/7129)) ([997783f](https://togithub.com/typescript-eslint/typescript-eslint/commit/997783ff108ca18af709667ef3fdfa7134a8eefe))
- use graphemer instead of grapheme-splitter ([#7069](https://togithub.com/typescript-eslint/typescript-eslint/issues/7069)) ([faea3ff](https://togithub.com/typescript-eslint/typescript-eslint/commit/faea3ff8b4d750974c41262b44db314f20d0c99c))
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### [5.60.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v5.60.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5601-2023-06-26)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v5.60.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5600-2023-06-19)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0)
##### Features
- **eslint-plugin:** \[restrict-plus-operands] add allow\* options ([#6161](https://togithub.com/typescript-eslint/typescript-eslint/issues/6161)) ([def09f8](https://togithub.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0))
#### [5.59.11](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.10](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.9](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.8](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.7](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.6](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
#### [5.59.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
##### Bug Fixes
- **eslint-plugin:** \[prefer-regexp-exec] skip malformed regexes ([#6935](https://togithub.com/typescript-eslint/typescript-eslint/issues/6935)) ([05ed60e](https://togithub.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8))
- **eslint-plugin:** \[unified-signatures] no parameters function ([#6940](https://togithub.com/typescript-eslint/typescript-eslint/issues/6940)) ([2970861](https://togithub.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed))
### [`v5.59.11`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#55911-2023-06-12)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
### [`v5.59.10`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#55910-2023-06-12)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
### [`v5.59.9`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5599-2023-06-05)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9)
**Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.62.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5620-2023-07-10)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v5.61.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5610-2023-07-03)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
#### [5.60.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v5.60.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5601-2023-06-26)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website.
### [`v5.60.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5600-2023-06-19)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.11](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.10](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.9](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.8](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.7](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.6](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
#### [5.59.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
### [`v5.59.11`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#55911-2023-06-12)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
### [`v5.59.10`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#55910-2023-06-12)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
### [`v5.59.9`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5599-2023-06-05)
[Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9)
**Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)
styled-components/babel-plugin-styled-components (babel-plugin-styled-components)
### [`v2.1.4`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/tag/v2.1.4)
[Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v2.1.3...v2.1.4)
- Bump ansi-regex from 5.0.0 to 5.0.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/babel-plugin-styled-components/pull/391](https://togithub.com/styled-components/babel-plugin-styled-components/pull/391)
- migrate off an EOL babel package
**Full Changelog**: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.1.3...v2.1.4
lquixada/cross-fetch (cross-fetch)
### [`v3.1.8`](https://togithub.com/lquixada/cross-fetch/releases/tag/v3.1.8)
[Compare Source](https://togithub.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8)
#### What's Changed
- Restored caret range to node-fetch version for automatic feature and fix updates.
**Full Changelog**: https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8
### [`v3.1.7`](https://togithub.com/lquixada/cross-fetch/releases/tag/v3.1.7)
[Compare Source](https://togithub.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7)
##### What's Changed
- Updated node-fetch version to 2.6.12
**Full Changelog**: https://github.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7
iamkun/dayjs (dayjs)
### [`v1.11.9`](https://togithub.com/iamkun/dayjs/releases/tag/v1.11.9)
[Compare Source](https://togithub.com/iamkun/dayjs/compare/v1.11.8...v1.11.9)
##### Bug Fixes
- Add null to min and max plugin return type ([#2355](https://togithub.com/iamkun/dayjs/issues/2355)) ([62d9042](https://togithub.com/iamkun/dayjs/commit/62d9042eb84b78d78324694ccbeaad1679d37e68))
- check if null passed to objectSupport parser ([#2175](https://togithub.com/iamkun/dayjs/issues/2175)) ([013968f](https://togithub.com/iamkun/dayjs/commit/013968f609c32e2269df69b4dd1feb2e8e1e035a))
- dayjs.diff improve performance ([#2244](https://togithub.com/iamkun/dayjs/issues/2244)) ([33c80e1](https://togithub.com/iamkun/dayjs/commit/33c80e14cf14f70ceb4f54639e266cd70a3c3996))
- dayjs(null) throws error, not return dayjs object as invalid date ([#2334](https://togithub.com/iamkun/dayjs/issues/2334)) ([c79e2f5](https://togithub.com/iamkun/dayjs/commit/c79e2f5d03eef5660b1f13385b69c0c9668d2f98))
- objectSupport plugin causes an error when null is passed to dayjs function (closes [#2277](https://togithub.com/iamkun/dayjs/issues/2277)) ([#2342](https://togithub.com/iamkun/dayjs/issues/2342)) ([89bf31c](https://togithub.com/iamkun/dayjs/commit/89bf31ce0a36dcfc892029dc019d85d3654cf5fb))
- Optimize format method ([#2313](https://togithub.com/iamkun/dayjs/issues/2313)) ([1fe1b1d](https://togithub.com/iamkun/dayjs/commit/1fe1b1d9a214d3b8c9f267b432801424a493f1c4))
- update Duration plugin add/subtract take into account days in month ([#2337](https://togithub.com/iamkun/dayjs/issues/2337)) ([3b1060f](https://togithub.com/iamkun/dayjs/commit/3b1060f92183ab3a3c49289c2d87fbdd34c1eacc))
- update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg ([#2330](https://togithub.com/iamkun/dayjs/issues/2330)) ([3c2c6ee](https://togithub.com/iamkun/dayjs/commit/3c2c6ee4db00bbb43a7a3bb0b56bc0d0f03daddc))
eslint/eslint (eslint)
### [`v8.45.0`](https://togithub.com/eslint/eslint/releases/tag/v8.45.0)
[Compare Source](https://togithub.com/eslint/eslint/compare/v8.44.0...v8.45.0)
#### Features
- [`cdd063c`](https://togithub.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277) feat: Expose LegacyESLint in unsupported API ([#17341](https://togithub.com/eslint/eslint/issues/17341)) (Nicholas C. Zakas)
- [`d34abe5`](https://togithub.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5) feat: fix indent rule for else-if ([#17318](https://togithub.com/eslint/eslint/issues/17318)) (Milos Djermanovic)
#### Bug Fixes
- [`b79b6fb`](https://togithub.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a) fix: Fix suggestion message in `no-useless-escape` ([#17339](h
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 has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
3.7.15
->3.7.17
2.1.0
->2.2.0
7.54.0
->7.60.0
5.16.5
->5.17.0
29.5.2
->29.5.3
18.16.16
->18.17.0
18.2.8
->18.2.15
18.2.4
->18.2.7
5.59.8
->5.62.0
5.59.8
->5.62.0
2.1.3
->2.1.4
3.1.6
->3.1.8
1.11.8
->1.11.9
8.42.0
->8.45.0
7.32.2
->7.33.0
16.6.0
->16.7.1
29.5.0
->29.6.1
29.5.0
->29.6.1
1.2.1
->1.2.3
13.4.4
->13.4.12
7.44.3
->7.45.2
8.0.7
->8.1.1
6.11.2
->6.14.2
29.1.0
->29.1.1
5.1.3
->5.1.6
Release Notes
apollographql/apollo-client (@apollo/client)
### [`v3.7.17`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3717) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.16...v3.7.17) ##### Patch Changes - [#10631](https://togithub.com/apollographql/apollo-client/pull/10631) [`b93388d75`](https://togithub.com/apollographql/apollo-client/commit/b93388d7582d88859c4975dff524c1ceb5bd2b4e) Thanks [@phryneas](https://togithub.com/phryneas)! - ObservableQuery.getCurrentResult: skip the cache if the running query should not access the cache ### [`v3.7.16`](https://togithub.com/apollographql/apollo-client/blob/HEAD/CHANGELOG.md#3716) [Compare Source](https://togithub.com/apollographql/apollo-client/compare/v3.7.15...v3.7.16) ##### Patch Changes - [#10806](https://togithub.com/apollographql/apollo-client/pull/10806) [`cb1540504`](https://togithub.com/apollographql/apollo-client/commit/cb15405041e0bd644fcf23d1b8fcaa09762c5a6a) Thanks [@phryneas](https://togithub.com/phryneas)! - Fix a bug in `PersistedQueryLink` that would cause it to permanently skip persisted queries after a 400 or 500 status code. - [#10807](https://togithub.com/apollographql/apollo-client/pull/10807) [`b32369592`](https://togithub.com/apollographql/apollo-client/commit/b3236959269ce27b18b8c2cae72106098a3ba1b8) Thanks [@phryneas](https://togithub.com/phryneas)! - `PersistedQueryLink` will now also check for error codes in `extensions`. - [#10982](https://togithub.com/apollographql/apollo-client/pull/10982) [`b9be7a814`](https://togithub.com/apollographql/apollo-client/commit/b9be7a814a64fc6b3e6ce23dd97a4f0c7140aba7) Thanks [@sdeleur-sc](https://togithub.com/sdeleur-sc)! - Update `relayStylePagination` to avoid populating `startCursor` when only a single cursor is present under the `edges` field. Use that cursor only as the `endCursor`. - [#10962](https://togithub.com/apollographql/apollo-client/pull/10962) [`772cfa3cb`](https://togithub.com/apollographql/apollo-client/commit/772cfa3cb563dccee878177e58c8250c4e5b5013) Thanks [@jerelmiller](https://togithub.com/jerelmiller)! - Remove `useGETForQueries` option in `BatchHttpLink.Options` type since it is not supported.auth0/auth0-react (@auth0/auth0-react)
### [`v2.2.0`](https://togithub.com/auth0/auth0-react/blob/HEAD/CHANGELOG.md#v220-2023-07-13) [Compare Source](https://togithub.com/auth0/auth0-react/compare/v2.1.1...v2.2.0) [Full Changelog](https://togithub.com/auth0/auth0-react/compare/v2.1.1...v2.2.0) **Added** - Support Organization Name [#552](https://togithub.com/auth0/auth0-react/pull/552) ([frederikprijck](https://togithub.com/frederikprijck)) **Fixed** - Fix incorrect logout jsdocx example [#551](https://togithub.com/auth0/auth0-react/pull/551) ([frederikprijck](https://togithub.com/frederikprijck)) - Fix inconsistent logout function types [#548](https://togithub.com/auth0/auth0-react/pull/548) ([frederikprijck](https://togithub.com/frederikprijck)) ### [`v2.1.1`](https://togithub.com/auth0/auth0-react/blob/HEAD/CHANGELOG.md#v211-2023-06-14) [Compare Source](https://togithub.com/auth0/auth0-react/compare/v2.1.0...v2.1.1) [Full Changelog](https://togithub.com/auth0/auth0-react/compare/v2.1.0...v2.1.1) **Changed** - bump SPA-JS to the latest version [#543](https://togithub.com/auth0/auth0-react/pull/543) ([frederikprijck](https://togithub.com/frederikprijck))getsentry/sentry-javascript (@sentry/nextjs)
### [`v7.60.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7600) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.3...7.60.0) ##### Important Changes - **feat(replay): Ensure min/max duration when flushing ([#8596](https://togithub.com/getsentry/sentry-javascript/issues/8596))** We will not send replays that are <5s long anymore. Additionally, we also added further safeguards to avoid overly long (>1h) replays. You can optionally configure the min. replay duration (defaults to 5s): ```js new Replay({ minReplayDuration: 10000 // in ms - note that this is capped at 15s max! }) ``` ##### Other Changes - fix(profiling): Align to SDK selected time origin ([#8599](https://togithub.com/getsentry/sentry-javascript/issues/8599)) - fix(replay): Ensure multi click has correct timestamps ([#8591](https://togithub.com/getsentry/sentry-javascript/issues/8591)) - fix(utils): Truncate aggregate exception values (LinkedErrors) ([#8593](https://togithub.com/getsentry/sentry-javascript/issues/8593)) ### [`v7.59.3`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7593) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.2...7.59.3) - fix(browser): 0 is a valid index ([#8581](https://togithub.com/getsentry/sentry-javascript/issues/8581)) - fix(nextjs): Ensure Webpack plugin is available after dynamic require ([#8584](https://togithub.com/getsentry/sentry-javascript/issues/8584)) - types(browser): Add browser profiling client options ([#8565](https://togithub.com/getsentry/sentry-javascript/issues/8565)) ### [`v7.59.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7592) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.59.1...7.59.2) No changes. This release was published to fix publishing issues with 7.59.0 and 7.59.1. Please see [7.59.0](#7590) for the changes in that release. ### [`v7.59.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7591) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.58.1...7.59.1) No changes. This release was published to fix a publishing issue with 7.59.0. Please see [7.59.0](#7590) for the changes in that release. ### [`v7.58.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7581) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.58.0...7.58.1) - fix(node): Set propagation context even when tracingOptions are not defined ([#8517](https://togithub.com/getsentry/sentry-javascript/issues/8517)) ### [`v7.58.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7580) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.57.0...7.58.0) ##### Important Changes - **Performance Monitoring not required for Distributed Tracing** This release adds support for [distributed tracing](https://docs.sentry.io/platforms/javascript/usage/distributed-tracing/) without requiring performance monitoring to be active on the JavaScript SDKs (browser and node). This means even if there is no sampled transaction/span, the SDK will still propagate traces to downstream services. Distributed Tracing can be configured with the `tracePropagationTargets` option, which controls what requests to attach the `sentry-trace` and `baggage` HTTP headers to (which is what propagates tracing information). ```js Sentry.init({ tracePropagationTargets: ["third-party-site.com", /^https:\/\/yourserver\.io\/api/], }); ``` - feat(tracing): Add tracing without performance to browser and client Sveltekit ([#8458](https://togithub.com/getsentry/sentry-javascript/issues/8458)) - feat(node): Add tracing without performance to Node http integration ([#8450](https://togithub.com/getsentry/sentry-javascript/issues/8450)) - feat(node): Add tracing without performance to Node Undici ([#8449](https://togithub.com/getsentry/sentry-javascript/issues/8449)) - feat(node): Populate propagation context using env variables ([#8422](https://togithub.com/getsentry/sentry-javascript/issues/8422)) - **feat(core): Support `AggregateErrors` in `LinkedErrors` integration ([#8463](https://togithub.com/getsentry/sentry-javascript/issues/8463))** This release adds support for [`AggregateErrors`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AggregateError). AggregateErrors are considered as Exception Groups by Sentry, and will be visualized and grouped differently. See the [Exception Groups Changelog Post](https://changelog.getsentry.com/announcements/exception-groups-now-supported-for-python-and-net) for more details. Exception Group support requires Self-Hosted Sentry [version 23.5.1](https://togithub.com/getsentry/self-hosted/releases/tag/23.5.1) or newer. - **feat(replay): Add a new option `networkDetailDenyUrls` ([#8439](https://togithub.com/getsentry/sentry-javascript/issues/8439))** This release adds a new option `networkDetailDenyUrls` to the `Replay` integration. This option allows you to specify a list of URLs that should not be captured by the `Replay` integration, which can be used alongside the existing `networkDetailAllowUrls` for finely grained control of which URLs should have network details captured. ```js Sentry.init({ integrations: [ new Sentry.Integrations.Replay({ networkDetailDenyUrls: [/^http:\/\/example.com\/test$/], }), ], }); ``` ##### Other Changes - feat(core): Add helpers to get module metadata from injected code ([#8438](https://togithub.com/getsentry/sentry-javascript/issues/8438)) - feat(core): Add sampling decision to trace envelope header ([#8483](https://togithub.com/getsentry/sentry-javascript/issues/8483)) - feat(node): Add trace context to checkin ([#8503](https://togithub.com/getsentry/sentry-javascript/issues/8503)) - feat(node): Export `getModule` for Electron SDK ([#8488](https://togithub.com/getsentry/sentry-javascript/issues/8488)) - feat(types): Allow `user.id` to be a number ([#8330](https://togithub.com/getsentry/sentry-javascript/issues/8330)) - fix(browser): Set anonymous `crossorigin` attribute on report dialog ([#8424](https://togithub.com/getsentry/sentry-javascript/issues/8424)) - fix(nextjs): Ignore `tunnelRoute` when doing static exports ([#8471](https://togithub.com/getsentry/sentry-javascript/issues/8471)) - fix(nextjs): Use `basePath` option for `tunnelRoute` ([#8454](https://togithub.com/getsentry/sentry-javascript/issues/8454)) - fix(node): Apply source context to linked errors even when it is uncached ([#8453](https://togithub.com/getsentry/sentry-javascript/issues/8453)) - fix(node): report errorMiddleware errors as unhandled ([#8048](https://togithub.com/getsentry/sentry-javascript/issues/8048)) - fix(react): Add support for `basename` option of `createBrowserRouter` ([#8457](https://togithub.com/getsentry/sentry-javascript/issues/8457)) - fix(remix): Add explicit `@sentry/node` exports. ([#8509](https://togithub.com/getsentry/sentry-javascript/issues/8509)) - fix(remix): Don't inject trace/baggage to `redirect` and `catch` responses ([#8467](https://togithub.com/getsentry/sentry-javascript/issues/8467)) - fix(replay): Adjust slow/multi click handling ([#8380](https://togithub.com/getsentry/sentry-javascript/issues/8380)) Work in this release contributed by [@mrdulin](https://togithub.com/mrdulin), [@donaldxdonald](https://togithub.com/donaldxdonald) & [@ziyad-elabid-nw](https://togithub.com/ziyad-elabid-nw). Thank you for your contributions! ### [`v7.57.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7570) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.56.0...7.57.0) ##### Important Changes - **build: Update typescript from 3.8.3 to 4.9.5 ([#8255](https://togithub.com/getsentry/sentry-javascript/issues/8255))** This release version [bumps the internally used typescript version from 3.8.x to 4.9.x](https://togithub.com/getsentry/sentry-javascript/pull/8255). We use ds-downlevel to generate two versions of our types, one for >=3.8, one for >=4.9. This means that this change should be fully backwards compatible and not have any noticable user impact, but if you still encounter issues please let us know. - **feat(types): Add tracePropagationTargets to top level options ([#8395](https://togithub.com/getsentry/sentry-javascript/issues/8395))** Instead of passing `tracePropagationTargets` to the `BrowserTracing` integration, you can now define them on the top level: ```js Sentry.init({ tracePropagationTargets: ['api.site.com'], }); ``` - **fix(angular): Filter out `TryCatch` integration by default ([#8367](https://togithub.com/getsentry/sentry-javascript/issues/8367))** The Angular and Angular-ivy SDKs will not install the TryCatch integration anymore by default. This integration conflicted with the `SentryErrorHander`, sometimes leading to duplicated errors and/or missing data on events. - **feat(browser): Better event name handling for non-Error objects ([#8374](https://togithub.com/getsentry/sentry-javascript/issues/8374))** When capturing non-errors via `Sentry.captureException()`, e.g. `Sentry.captureException({ prop: "custom object" })`, we now generate a more helpful value for the synthetic exception. Instead of e.g. `Non-Error exception captured with keys: currentTarget, isTrusted, target, type`, you'll now get messages like: Object captured as exception with keys: prop1, prop2 Event `MouseEvent` (type=click) captured as exception Event `ErrorEvent` captured as exception with message `Script error.` ##### Other Changes - feat(browser): Send profiles in same envelope as transactions ([#8375](https://togithub.com/getsentry/sentry-javascript/issues/8375)) - feat(profiling): Collect timings on profiler stop calls ([#8409](https://togithub.com/getsentry/sentry-javascript/issues/8409)) - feat(replay): Do not capture replays < 5 seconds (GA) ([#8277](https://togithub.com/getsentry/sentry-javascript/issues/8277)) - feat(tracing): Add experiment to capture http timings ([#8371](https://togithub.com/getsentry/sentry-javascript/issues/8371)) - feat(tracing): Add `http.response.status_code` to `span.data` ([#8366](https://togithub.com/getsentry/sentry-javascript/issues/8366)) - fix(angular): Stop routing spans on navigation cancel and error events ([#8369](https://togithub.com/getsentry/sentry-javascript/issues/8369)) - fix(core): Only start spans in `trace` if tracing is enabled ([#8357](https://togithub.com/getsentry/sentry-javascript/issues/8357)) - fix(nextjs): Inject init calls via loader instead of via entrypoints ([#8368](https://togithub.com/getsentry/sentry-javascript/issues/8368)) - fix(replay): Mark ui.slowClickDetected `clickCount` as optional ([#8376](https://togithub.com/getsentry/sentry-javascript/issues/8376)) - fix(serverless): Export `autoDiscoverNodePerformanceMonitoringIntegrations` from SDK ([#8382](https://togithub.com/getsentry/sentry-javascript/issues/8382)) - fix(sveltekit): Check for cached requests in client-side fetch instrumentation ([#8391](https://togithub.com/getsentry/sentry-javascript/issues/8391)) - fix(sveltekit): Only instrument SvelteKit `fetch` if the SDK client is valid ([#8381](https://togithub.com/getsentry/sentry-javascript/issues/8381)) - fix(tracing): Instrument Prisma client in constructor of integration ([#8383](https://togithub.com/getsentry/sentry-javascript/issues/8383)) - ref(replay): More graceful `sessionStorage` check ([#8394](https://togithub.com/getsentry/sentry-javascript/issues/8394)) - ref(replay): Remove circular dep in replay eventBuffer ([#8389](https://togithub.com/getsentry/sentry-javascript/issues/8389)) ### [`v7.56.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7560) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.55.2...7.56.0) - feat(replay): Rework slow click & multi click detection ([#8322](https://togithub.com/getsentry/sentry-javascript/issues/8322)) - feat(replay): Stop replay when event buffer exceeds max. size ([#8315](https://togithub.com/getsentry/sentry-javascript/issues/8315)) - feat(replay): Consider `window.open` for slow clicks ([#8308](https://togithub.com/getsentry/sentry-javascript/issues/8308)) - fix(core): Temporarily store debug IDs in stack frame and only put them into `debug_meta` before sending ([#8347](https://togithub.com/getsentry/sentry-javascript/issues/8347)) - fix(remix): Extract deferred responses correctly in root loaders. ([#8305](https://togithub.com/getsentry/sentry-javascript/issues/8305)) - fix(vue): Don't call `next` in Vue router 4 instrumentation ([#8351](https://togithub.com/getsentry/sentry-javascript/issues/8351)) ### [`v7.55.2`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7552) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.55.1...7.55.2) - fix(replay): Stop exporting `EventType` from `@sentry-internal/rrweb` ([#8334](https://togithub.com/getsentry/sentry-javascript/issues/8334)) - fix(serverless): Export captureCheckIn ([#8333](https://togithub.com/getsentry/sentry-javascript/issues/8333)) ### [`v7.55.1`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7551) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.55.0...7.55.1) - fix(replay): Do not export types from `@sentry-internal/rrweb` ([#8329](https://togithub.com/getsentry/sentry-javascript/issues/8329)) ### [`v7.55.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#7550) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.54.0...7.55.0) - feat(replay): Capture slow clicks (GA) ([#8298](https://togithub.com/getsentry/sentry-javascript/issues/8298)) - feat(replay): Improve types for replay recording events ([#8224](https://togithub.com/getsentry/sentry-javascript/issues/8224)) - fix(nextjs): Strip query params from transaction names of navigations to unknown routes ([#8278](https://togithub.com/getsentry/sentry-javascript/issues/8278)) - fix(replay): Ignore max session life for buffered sessions ([#8258](https://togithub.com/getsentry/sentry-javascript/issues/8258)) - fix(sveltekit): Export captureCheckIn ([#8313](https://togithub.com/getsentry/sentry-javascript/issues/8313)) - ref(svelte): Add Svelte 4 as a peer dependency ([#8280](https://togithub.com/getsentry/sentry-javascript/issues/8280))testing-library/jest-dom (@testing-library/jest-dom)
### [`v5.17.0`](https://togithub.com/testing-library/jest-dom/releases/tag/v5.17.0) [Compare Source](https://togithub.com/testing-library/jest-dom/compare/v5.16.5...v5.17.0) ##### Features - New `toHaveAccessibleErrorMessage` better implementing the spec, deprecate `toHaveErrorMessage` ([#503](https://togithub.com/testing-library/jest-dom/issues/503)) ([d717c66](https://togithub.com/testing-library/jest-dom/commit/d717c66cb4a32c806e53b287418a4013d37898fb))typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
### [`v5.62.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5620-2023-07-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) ##### Bug Fixes - **eslint-plugin:** \[comma-spacing] allow no space after trailing comma in objects and arrays ([#6938](https://togithub.com/typescript-eslint/typescript-eslint/issues/6938)) ([24bdacc](https://togithub.com/typescript-eslint/typescript-eslint/commit/24bdacc7e5df40c92031a1bd7e9815d66a35b31d)) - **eslint-plugin:** \[prefer-includes] escape special characters ([#7161](https://togithub.com/typescript-eslint/typescript-eslint/issues/7161)) ([5a347a5](https://togithub.com/typescript-eslint/typescript-eslint/commit/5a347a5978bc5737412bd12d61eb6058163cf4a0)), closes [#7145](https://togithub.com/typescript-eslint/typescript-eslint/issues/7145) - **eslint-plugin:** replace auto-fix of class literal property style rule with suggestion ([#7054](https://togithub.com/typescript-eslint/typescript-eslint/issues/7054)) ([a8c824a](https://togithub.com/typescript-eslint/typescript-eslint/commit/a8c824a1e84453f93cd2b464fc102bc878c1aff3)) ##### Features - **eslint-plugin:** \[prefer-nullish-coalescing] add `ignorePrimitives` option ([#6487](https://togithub.com/typescript-eslint/typescript-eslint/issues/6487)) ([6edaa04](https://togithub.com/typescript-eslint/typescript-eslint/commit/6edaa04565576f0af7e60bc08602bd781c847804)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v5.61.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5610-2023-07-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) ##### Features - **eslint-plugin:** \[ban-types] ban types in extends and implements ([#7129](https://togithub.com/typescript-eslint/typescript-eslint/issues/7129)) ([997783f](https://togithub.com/typescript-eslint/typescript-eslint/commit/997783ff108ca18af709667ef3fdfa7134a8eefe)) - use graphemer instead of grapheme-splitter ([#7069](https://togithub.com/typescript-eslint/typescript-eslint/issues/7069)) ([faea3ff](https://togithub.com/typescript-eslint/typescript-eslint/commit/faea3ff8b4d750974c41262b44db314f20d0c99c)) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [5.60.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v5.60.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5601-2023-06-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v5.60.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5600-2023-06-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) ##### Features - **eslint-plugin:** \[restrict-plus-operands] add allow\* options ([#6161](https://togithub.com/typescript-eslint/typescript-eslint/issues/6161)) ([def09f8](https://togithub.com/typescript-eslint/typescript-eslint/commit/def09f88cdb4a85cebb8619b45931f7e2c88dfc0)) #### [5.59.11](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.10](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.9](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.8](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.7](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.6](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) #### [5.59.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24) ##### Bug Fixes - **eslint-plugin:** \[prefer-regexp-exec] skip malformed regexes ([#6935](https://togithub.com/typescript-eslint/typescript-eslint/issues/6935)) ([05ed60e](https://togithub.com/typescript-eslint/typescript-eslint/commit/05ed60e25f1de9d1bb83d56c81a349130960bec8)) - **eslint-plugin:** \[unified-signatures] no parameters function ([#6940](https://togithub.com/typescript-eslint/typescript-eslint/issues/6940)) ([2970861](https://togithub.com/typescript-eslint/typescript-eslint/commit/297086154acc568a0ae8eb41c8977b7a7ba4e0ed)) ### [`v5.59.11`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#55911-2023-06-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.10`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#55910-2023-06-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin) ### [`v5.59.9`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/eslint-plugin/CHANGELOG.md#5599-2023-06-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) **Note:** Version bump only for package [@typescript-eslint/eslint-plugin](https://togithub.com/typescript-eslint/eslint-plugin)typescript-eslint/typescript-eslint (@typescript-eslint/parser)
### [`v5.62.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5620-2023-07-10) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.61.0...v5.62.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v5.61.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5610-2023-07-03) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.1...v5.61.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. #### [5.60.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) (2023-06-26) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v5.60.1`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5601-2023-06-26) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.60.0...v5.60.1) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) You can read about our [versioning strategy](https://main--typescript-eslint.netlify.app/users/versioning) and [releases](https://main--typescript-eslint.netlify.app/users/releases) on our website. ### [`v5.60.0`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5600-2023-06-19) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.11...v5.60.0) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.11](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) (2023-06-12) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.10](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) (2023-06-12) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.9](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) (2023-06-05) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.8](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.7...v5.59.8) (2023-05-29) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.7](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.6...v5.59.7) (2023-05-22) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.6](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.5...v5.59.6) (2023-05-15) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.5](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.4...v5.59.5) (2023-05-08) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.4](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.3...v5.59.4) (2023-05-08) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.3](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.2...v5.59.3) (2023-05-08) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.2](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.1...v5.59.2) (2023-05-01) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) #### [5.59.1](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.0...v5.59.1) (2023-04-24) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.11`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#55911-2023-06-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.10...v5.59.11) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.10`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#55910-2023-06-12) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.9...v5.59.10) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser) ### [`v5.59.9`](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD/packages/parser/CHANGELOG.md#5599-2023-06-05) [Compare Source](https://togithub.com/typescript-eslint/typescript-eslint/compare/v5.59.8...v5.59.9) **Note:** Version bump only for package [@typescript-eslint/parser](https://togithub.com/typescript-eslint/parser)styled-components/babel-plugin-styled-components (babel-plugin-styled-components)
### [`v2.1.4`](https://togithub.com/styled-components/babel-plugin-styled-components/releases/tag/v2.1.4) [Compare Source](https://togithub.com/styled-components/babel-plugin-styled-components/compare/v2.1.3...v2.1.4) - Bump ansi-regex from 5.0.0 to 5.0.1 by [@dependabot](https://togithub.com/dependabot) in [https://github.com/styled-components/babel-plugin-styled-components/pull/391](https://togithub.com/styled-components/babel-plugin-styled-components/pull/391) - migrate off an EOL babel package **Full Changelog**: https://github.com/styled-components/babel-plugin-styled-components/compare/v2.1.3...v2.1.4lquixada/cross-fetch (cross-fetch)
### [`v3.1.8`](https://togithub.com/lquixada/cross-fetch/releases/tag/v3.1.8) [Compare Source](https://togithub.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8) #### What's Changed - Restored caret range to node-fetch version for automatic feature and fix updates. **Full Changelog**: https://github.com/lquixada/cross-fetch/compare/v3.1.7...v3.1.8 ### [`v3.1.7`](https://togithub.com/lquixada/cross-fetch/releases/tag/v3.1.7) [Compare Source](https://togithub.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7) ##### What's Changed - Updated node-fetch version to 2.6.12 **Full Changelog**: https://github.com/lquixada/cross-fetch/compare/v3.1.6...v3.1.7iamkun/dayjs (dayjs)
### [`v1.11.9`](https://togithub.com/iamkun/dayjs/releases/tag/v1.11.9) [Compare Source](https://togithub.com/iamkun/dayjs/compare/v1.11.8...v1.11.9) ##### Bug Fixes - Add null to min and max plugin return type ([#2355](https://togithub.com/iamkun/dayjs/issues/2355)) ([62d9042](https://togithub.com/iamkun/dayjs/commit/62d9042eb84b78d78324694ccbeaad1679d37e68)) - check if null passed to objectSupport parser ([#2175](https://togithub.com/iamkun/dayjs/issues/2175)) ([013968f](https://togithub.com/iamkun/dayjs/commit/013968f609c32e2269df69b4dd1feb2e8e1e035a)) - dayjs.diff improve performance ([#2244](https://togithub.com/iamkun/dayjs/issues/2244)) ([33c80e1](https://togithub.com/iamkun/dayjs/commit/33c80e14cf14f70ceb4f54639e266cd70a3c3996)) - dayjs(null) throws error, not return dayjs object as invalid date ([#2334](https://togithub.com/iamkun/dayjs/issues/2334)) ([c79e2f5](https://togithub.com/iamkun/dayjs/commit/c79e2f5d03eef5660b1f13385b69c0c9668d2f98)) - objectSupport plugin causes an error when null is passed to dayjs function (closes [#2277](https://togithub.com/iamkun/dayjs/issues/2277)) ([#2342](https://togithub.com/iamkun/dayjs/issues/2342)) ([89bf31c](https://togithub.com/iamkun/dayjs/commit/89bf31ce0a36dcfc892029dc019d85d3654cf5fb)) - Optimize format method ([#2313](https://togithub.com/iamkun/dayjs/issues/2313)) ([1fe1b1d](https://togithub.com/iamkun/dayjs/commit/1fe1b1d9a214d3b8c9f267b432801424a493f1c4)) - update Duration plugin add/subtract take into account days in month ([#2337](https://togithub.com/iamkun/dayjs/issues/2337)) ([3b1060f](https://togithub.com/iamkun/dayjs/commit/3b1060f92183ab3a3c49289c2d87fbdd34c1eacc)) - update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg ([#2330](https://togithub.com/iamkun/dayjs/issues/2330)) ([3c2c6ee](https://togithub.com/iamkun/dayjs/commit/3c2c6ee4db00bbb43a7a3bb0b56bc0d0f03daddc))eslint/eslint (eslint)
### [`v8.45.0`](https://togithub.com/eslint/eslint/releases/tag/v8.45.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v8.44.0...v8.45.0) #### Features - [`cdd063c`](https://togithub.com/eslint/eslint/commit/cdd063c388bbfe1781d7a864a832f03a2c1cc277) feat: Expose LegacyESLint in unsupported API ([#17341](https://togithub.com/eslint/eslint/issues/17341)) (Nicholas C. Zakas) - [`d34abe5`](https://togithub.com/eslint/eslint/commit/d34abe59eb23932dcbc79757d7932d08ee8b20e5) feat: fix indent rule for else-if ([#17318](https://togithub.com/eslint/eslint/issues/17318)) (Milos Djermanovic) #### Bug Fixes - [`b79b6fb`](https://togithub.com/eslint/eslint/commit/b79b6fb64473969b426d086b484d2e29594a5e9a) fix: Fix suggestion message in `no-useless-escape` ([#17339](hConfiguration
📅 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 has been generated by Mend Renovate. View repository job log here.