antfu/eslint-config (@antfu/eslint-config)
### [`v2.25.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.1)
[Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.0...v2.25.1)
##### 🐞 Bug Fixes
- Migrate to new vitest plugin, close [#576](https://togithub.com/antfu/eslint-config/issues/576) - by [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/576](https://togithub.com/antfu/eslint-config/issues/576) [(5e465)](https://togithub.com/antfu/eslint-config/commit/5e46584)
##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.0...v2.25.1)
### [`v2.25.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.0)
[Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.24.1...v2.25.0)
##### 🐞 Bug Fixes
- Default prettier `printWidth: 120` not work as expected - by [@HADB](https://togithub.com/HADB) in [https://github.com/antfu/eslint-config/issues/573](https://togithub.com/antfu/eslint-config/issues/573) [(8942c)](https://togithub.com/antfu/eslint-config/commit/8942cc0)
##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.24.1...v2.25.0)
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
### [`v3.627.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36270-2024-08-08)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.626.0...v3.627.0)
**Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
### [`v3.626.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36260-2024-08-07)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.624.0...v3.626.0)
**Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
### [`v3.624.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36240-2024-08-05)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0)
**Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
### [`v3.624.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ses/CHANGELOG.md#36240-2024-08-05)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0)
**Note:** Version bump only for package [@aws-sdk/client-ses](https://togithub.com/aws-sdk/client-ses)
golevelup/nestjs (@golevelup/nestjs-rabbitmq)
### [`v5.4.0`](https://togithub.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@5.3.0...@golevelup/nestjs-rabbitmq@5.4.0)
[Compare Source](https://togithub.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@5.3.0...@golevelup/nestjs-rabbitmq@5.4.0)
mikro-orm/mikro-orm (@mikro-orm/cli)
### [`v6.3.5`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#635-2024-08-11)
[Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.3.4...v6.3.5)
##### Bug Fixes
- **core:** track changes on non-scalar properties ([a02c727](https://togithub.com/mikro-orm/mikro-orm/commit/a02c727233fab72a23f0fd4c4419f17ab552fd5d)), closes [#5750](https://togithub.com/mikro-orm/mikro-orm/issues/5750)
- **entity-generator:** ensure `columnType` is emitted correctly and when necessary ([#5930](https://togithub.com/mikro-orm/mikro-orm/issues/5930)) ([72333ad](https://togithub.com/mikro-orm/mikro-orm/commit/72333ad506129834185f39d44457fdfb947df35c)), closes [#5928](https://togithub.com/mikro-orm/mikro-orm/issues/5928)
- **entity-generator:** fix the search for FK indexes to only match exact columns, not "at least" ([#5924](https://togithub.com/mikro-orm/mikro-orm/issues/5924)) ([05a8808](https://togithub.com/mikro-orm/mikro-orm/commit/05a88084b93ca2d63dc8ee2adfaae50f8357de1d)), closes [#5912](https://togithub.com/mikro-orm/mikro-orm/issues/5912)
- **entity-generator:** unknown type defaults always use default/defaultRaw, never runtime ([#5927](https://togithub.com/mikro-orm/mikro-orm/issues/5927)) ([dcc8227](https://togithub.com/mikro-orm/mikro-orm/commit/dcc8227e2623d47ea4562c9c575e5ab9c3d2417f))
- **postgres:** allow string value for `$overlap/$contains/$contained` operators ([6c1b12a](https://togithub.com/mikro-orm/mikro-orm/commit/6c1b12af7c04414b156180e72c95118f8a5858fb))
- **postgres:** detect native enums with same name but different schema ([31735e5](https://togithub.com/mikro-orm/mikro-orm/commit/31735e5df428205ffc53cee3e36a6b56d1caa17f)), closes [#5905](https://togithub.com/mikro-orm/mikro-orm/issues/5905)
- **postgres:** do not produce extra updates for fulltext properties ([d18e5ed](https://togithub.com/mikro-orm/mikro-orm/commit/d18e5ede53886abdf32ac036e41a3bc4e8f293cf)), closes [#5908](https://togithub.com/mikro-orm/mikro-orm/issues/5908)
- **postgres:** respect `timezone` option and interpret `timestamp` columns in UTC by default ([#5916](https://togithub.com/mikro-orm/mikro-orm/issues/5916)) ([1da0722](https://togithub.com/mikro-orm/mikro-orm/commit/1da07220ea5ac3f70b9244605b5e6367cf8f8d0c)), closes [#5591](https://togithub.com/mikro-orm/mikro-orm/issues/5591)
- **sql:** support cursor-based pagination on virtual entities ([b86799c](https://togithub.com/mikro-orm/mikro-orm/commit/b86799c8d30ef2c93b80e8c69b4dcbe5b3d67d9f)), closes [#5922](https://togithub.com/mikro-orm/mikro-orm/issues/5922)
##### Features
- **cli:** detect `bun` when checking for TS support ([e87ebc9](https://togithub.com/mikro-orm/mikro-orm/commit/e87ebc92e6cf59af65303b21ee38a675ce608d64))
- **core:** add `RequestContext.enter()` which uses `ALS.enterWith()` ([dc06f60](https://togithub.com/mikro-orm/mikro-orm/commit/dc06f60cc42f4359a5c7a06248767d86cd9c84e9))
### [`v6.3.4`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#634-2024-08-06)
[Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.3.3...v6.3.4)
##### Bug Fixes
- **core:** adjust collection owner's serialization context when lazy-loading ([#5903](https://togithub.com/mikro-orm/mikro-orm/issues/5903)) ([57f234b](https://togithub.com/mikro-orm/mikro-orm/commit/57f234bae7ecb212f19f85de78234280f6d35f3a)), closes [#5559](https://togithub.com/mikro-orm/mikro-orm/issues/5559)
- **core:** do not convert bigints with mapping to `number` to `string` on serialization ([ee24f1f](https://togithub.com/mikro-orm/mikro-orm/commit/ee24f1f0f017d8e7b4544f6cb1a39eab29dfb413)), closes [#5839](https://togithub.com/mikro-orm/mikro-orm/issues/5839)
- **core:** fix populating lazy properties inside inlined embeddables ([8d1e925](https://togithub.com/mikro-orm/mikro-orm/commit/8d1e9252771c9d6069afd3a227fdb38cf3d0d86a)), closes [#5848](https://togithub.com/mikro-orm/mikro-orm/issues/5848)
- **core:** merge enum items from STI entities with the same name ([06fffbd](https://togithub.com/mikro-orm/mikro-orm/commit/06fffbd1e1fb5097d2b6affb4f5b216ccb391093)), closes [#5807](https://togithub.com/mikro-orm/mikro-orm/issues/5807)
- **migrations:** use `override` keyword in TS migration files ([d2f7b83](https://togithub.com/mikro-orm/mikro-orm/commit/d2f7b83557431da53c0fe0c2011cddee67ceac05)), closes [#5634](https://togithub.com/mikro-orm/mikro-orm/issues/5634)
- **mssql:** convert tuple comparison queries to simple `and/or` conditions ([#5906](https://togithub.com/mikro-orm/mikro-orm/issues/5906)) ([c3c3519](https://togithub.com/mikro-orm/mikro-orm/commit/c3c3519db72ab15810fcb65d764541ab1fcc0130))
- **query-builder:** do not return itself from `qb.applyFilters()` ([6be2603](https://togithub.com/mikro-orm/mikro-orm/commit/6be2603b27eb861bdbc90a1c29000a160d523aaf))
- **schema:** respect check constraints from base entities ([22b7e97](https://togithub.com/mikro-orm/mikro-orm/commit/22b7e97040792d7b56676daab99de69a5ae58b6c))
- **sqlite:** allow tuple comparison ([3caa50a](https://togithub.com/mikro-orm/mikro-orm/commit/3caa50a6cd84c3ae153d38781c999a871a642b40))
nestjs/nest-cli (@nestjs/cli)
### [`v10.4.4`](https://togithub.com/nestjs/nest-cli/compare/10.4.3...3cb703f9ce032363f2660bf1d7352c187196be1d)
[Compare Source](https://togithub.com/nestjs/nest-cli/compare/10.4.3...10.4.4)
### [`v10.4.3`](https://togithub.com/nestjs/nest-cli/compare/10.4.2...2864899fba2f93bacccd883e305ac9c74456f0b9)
[Compare Source](https://togithub.com/nestjs/nest-cli/compare/10.4.2...10.4.3)
nestjs/throttler (@nestjs/throttler)
### [`v6.1.0`](https://togithub.com/nestjs/throttler/blob/HEAD/CHANGELOG.md#610)
[Compare Source](https://togithub.com/nestjs/throttler/compare/v6.0.0...v6.1.0)
##### Minor Changes
- [`e058d50`](https://togithub.com/nestjs/throttler/commit/e058d50): Use ceil instead of floor while calculating expire and block expire at to properly account for rounding up instead of down and accidentally allowing for early continued requests. Related to [#2074](https://togithub.com/nestjs/throttler/issues/2074)
getsentry/sentry-javascript (@sentry/node)
### [`v8.25.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.25.0)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.24.0...8.25.0)
##### Important Changes
- **Alpha release of Official Solid Start SDK**
This release contains the alpha version of `@sentry/solidstart`, our SDK for [Solid Start](https://start.solidjs.com/)!
For details on how to use it, please see the [README](./packages/solidstart/README.md). Any feedback/bug reports are
greatly appreciated, please [reach out on GitHub](https://togithub.com/getsentry/sentry-javascript/issues/12538).
##### Other Changes
- feat(astro): Add `bundleSizeOptimizations` vite options to integration ([#13250](https://togithub.com/getsentry/sentry-javascript/issues/13250))
- feat(astro): Always add BrowserTracing ([#13244](https://togithub.com/getsentry/sentry-javascript/issues/13244))
- feat(core): Add `getTraceMetaTags` function ([#13201](https://togithub.com/getsentry/sentry-javascript/issues/13201))
- feat(nestjs): Automatic instrumentation of nestjs exception filters ([#13230](https://togithub.com/getsentry/sentry-javascript/issues/13230))
- feat(node): Add `useOperationNameForRootSpan` to`graphqlIntegration` ([#13248](https://togithub.com/getsentry/sentry-javascript/issues/13248))
- feat(sveltekit): Add `wrapServerRouteWithSentry` wrapper ([#13247](https://togithub.com/getsentry/sentry-javascript/issues/13247))
- fix(aws-serverless): Extract sentry trace data from handler `context` over `event` ([#13266](https://togithub.com/getsentry/sentry-javascript/issues/13266))
- fix(browser): Initialize default integration if `defaultIntegrations: undefined` ([#13261](https://togithub.com/getsentry/sentry-javascript/issues/13261))
- fix(utils): Streamline IP capturing on incoming requests ([#13272](https://togithub.com/getsentry/sentry-javascript/issues/13272))
### [`v8.24.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8240)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.23.0...8.24.0)
- feat(nestjs): Filter RPC exceptions ([#13227](https://togithub.com/getsentry/sentry-javascript/issues/13227))
- fix: Guard getReader function for other fetch implementations ([#13246](https://togithub.com/getsentry/sentry-javascript/issues/13246))
- fix(feedback): Ensure feedback can be lazy loaded in CDN bundles ([#13241](https://togithub.com/getsentry/sentry-javascript/issues/13241))
### [`v8.23.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8230)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.22.0...8.23.0)
##### Important Changes
- **feat(cloudflare): Add Cloudflare D1 instrumentation ([#13142](https://togithub.com/getsentry/sentry-javascript/issues/13142))**
This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1
database, use the `instrumentD1WithSentry` method as follows:
```ts
// env.DB is the D1 DB binding configured in your `wrangler.toml`
const db = instrumentD1WithSentry(env.DB);
// Now you can use the database as usual
await db.prepare('SELECT * FROM table WHERE id = ?').bind(1).run();
```
##### Other Changes
- feat(cloudflare): Allow users to pass handler to sentryPagesPlugin ([#13192](https://togithub.com/getsentry/sentry-javascript/issues/13192))
- feat(cloudflare): Instrument scheduled handler ([#13114](https://togithub.com/getsentry/sentry-javascript/issues/13114))
- feat(core): Add `getTraceData` function ([#13134](https://togithub.com/getsentry/sentry-javascript/issues/13134))
- feat(nestjs): Automatic instrumentation of nestjs interceptors before route execution ([#13153](https://togithub.com/getsentry/sentry-javascript/issues/13153))
- feat(nestjs): Automatic instrumentation of nestjs pipes ([#13137](https://togithub.com/getsentry/sentry-javascript/issues/13137))
- feat(nuxt): Filter out Nuxt build assets ([#13148](https://togithub.com/getsentry/sentry-javascript/issues/13148))
- feat(profiling): Attach sdk info to chunks ([#13145](https://togithub.com/getsentry/sentry-javascript/issues/13145))
- feat(solidstart): Add sentry `onBeforeResponse` middleware to enable distributed tracing ([#13221](https://togithub.com/getsentry/sentry-javascript/issues/13221))
- feat(solidstart): Filter out low quality transactions for build assets ([#13222](https://togithub.com/getsentry/sentry-javascript/issues/13222))
- fix(browser): Avoid showing browser extension error message in non-`window` global scopes ([#13156](https://togithub.com/getsentry/sentry-javascript/issues/13156))
- fix(feedback): Call dialog.close() in dialog close callbacks in `\_loadAndRenderDialog` ([#13203](https://togithub.com/getsentry/sentry-javascript/issues/13203))
- fix(nestjs): Inline Observable type to resolve missing 'rxjs' dependency ([#13166](https://togithub.com/getsentry/sentry-javascript/issues/13166))
- fix(nuxt): Detect pageload by adding flag in Vue router ([#13171](https://togithub.com/getsentry/sentry-javascript/issues/13171))
- fix(utils): Handle when requests get aborted in fetch instrumentation ([#13202](https://togithub.com/getsentry/sentry-javascript/issues/13202))
- ref(browser): Improve browserMetrics collection ([#13062](https://togithub.com/getsentry/sentry-javascript/issues/13062))
Work in this release was contributed by [@horochx](https://togithub.com/horochx). Thank you for your contribution!
swc-project/swc (@swc/core)
### [`v1.7.10`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1710---2024-08-09)
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.9...v1.7.10)
##### Bug Fixes
- **(es/typescript)** Strip optional mark and definite mark ([#9411](https://togithub.com/swc-project/swc/issues/9411)) ([8c161a0](https://togithub.com/swc-project/swc/commit/8c161a003e741320434f31617bc2de98dd2c9a8f))
- **(es/typescript)** Strip exported default overload function declaration ([#9412](https://togithub.com/swc-project/swc/issues/9412)) ([b395f48](https://togithub.com/swc-project/swc/commit/b395f483d1e0cb43b1f96126c5c17f9a8c9d0d32))
- **(es/typescript)** Strip `this` param in getter/setter ([#9414](https://togithub.com/swc-project/swc/issues/9414)) ([442fb7b](https://togithub.com/swc-project/swc/commit/442fb7b48715597d62f8d09327f93acc66f2d1b8))
- **(es/typescript)** Update ts-strip type definition ([#9415](https://togithub.com/swc-project/swc/issues/9415)) ([165c8fa](https://togithub.com/swc-project/swc/commit/165c8facd42d756077fde99defe91ffe656aede8))
### [`v1.7.9`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#179---2024-08-09)
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.6...v1.7.9)
##### Bug Fixes
- **(es/typescript)** Strip class modifiers ([#9399](https://togithub.com/swc-project/swc/issues/9399)) ([124e5ff](https://togithub.com/swc-project/swc/commit/124e5ffa7bcf26215a339450f6b40161dabbe5a4))
eslint/eslint (eslint)
### [`v9.9.0`](https://togithub.com/eslint/eslint/releases/tag/v9.9.0)
[Compare Source](https://togithub.com/eslint/eslint/compare/v9.8.0...v9.9.0)
#### Features
- [`41d0206`](https://togithub.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986) feat: Add support for TS config files ([#18134](https://togithub.com/eslint/eslint/issues/18134)) (Arya Emami)
- [`3a4eaf9`](https://togithub.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a) feat: add suggestion to `require-await` to remove `async` keyword ([#18716](https://togithub.com/eslint/eslint/issues/18716)) (Dave)
#### Documentation
- [`9fe068c`](https://togithub.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed) docs: how to author plugins with configs that extend other configs ([#18753](https://togithub.com/eslint/eslint/issues/18753)) (Alec Gibson)
- [`48117b2`](https://togithub.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f) docs: add version support page in the side navbar ([#18738](https://togithub.com/eslint/eslint/issues/18738)) (Amaresh S M)
- [`fec2951`](https://togithub.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3) docs: add version support page to the dropdown ([#18730](https://togithub.com/eslint/eslint/issues/18730)) (Amaresh S M)
- [`38a0661`](https://togithub.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064) docs: Fix typo ([#18735](https://togithub.com/eslint/eslint/issues/18735)) (Zaina Al Habash)
- [`3c32a9e`](https://togithub.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e) docs: Update yarn command for creating ESLint config ([#18739](https://togithub.com/eslint/eslint/issues/18739)) (Temitope Ogunleye)
- [`f9ac978`](https://togithub.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6) docs: Update README (GitHub Actions Bot)
#### Chores
- [`461b2c3`](https://togithub.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f) chore: upgrade to `@eslint/js@9.9.0` ([#18765](https://togithub.com/eslint/eslint/issues/18765)) (Francesco Trotta)
- [`59dba1b`](https://togithub.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (Jenkins)
- [`fea8563`](https://togithub.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba) chore: update dependency [@eslint/core](https://togithub.com/eslint/core) to ^0.3.0 ([#18724](https://togithub.com/eslint/eslint/issues/18724)) (renovate\[bot])
- [`aac191e`](https://togithub.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f) chore: update dependency [@eslint/json](https://togithub.com/eslint/json) to ^0.3.0 ([#18760](https://togithub.com/eslint/eslint/issues/18760)) (renovate\[bot])
- [`b97fa05`](https://togithub.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9) chore: update wdio dependencies for more stable tests ([#18759](https://togithub.com/eslint/eslint/issues/18759)) (Christian Bromann)
eta-dev/eta (eta)
### [`v3.4.1`](https://togithub.com/eta-dev/eta/releases/tag/v3.4.1): Version 3.4.1
[Compare Source](https://togithub.com/eta-dev/eta/compare/v3.4.0...v3.4.1)
#### Releases
- chore: deno fmt [`0aa65d7`](https://togithub.com/eta-dev/eta/commit/0aa65d7)
- export "Options" and "EtaConfig" types in JSR ([#295](https://togithub.com/eta-dev/eta/issues/295)) ([#297](https://togithub.com/eta-dev/eta/issues/297)) [`f468e20`](https://togithub.com/eta-dev/eta/commit/f468e20)
- add releases to JSR ([#291](https://togithub.com/eta-dev/eta/issues/291)) [`b0e2c30`](https://togithub.com/eta-dev/eta/commit/b0e2c30)
- Add Koa integration ([#293](https://togithub.com/eta-dev/eta/issues/293)) [`507a844`](https://togithub.com/eta-dev/eta/commit/507a844)
- Add using project `stc` ([#282](https://togithub.com/eta-dev/eta/issues/282)) [`7f51ead`](https://togithub.com/eta-dev/eta/commit/7f51ead)
firebase/firebase-admin-node (firebase-admin)
### [`v12.3.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.3.1): Firebase Admin Node.js SDK v12.3.1
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v12.3.0...v12.3.1)
##### Bug Fixes
- fix: `getToken()` returns existing promise to a token if one exists instead of a new token. ([#2648](https://togithub.com/firebase/firebase-admin-node/issues/2648))
##### Miscellaneous
- \[chore] Release 12.3.1 ([#2667](https://togithub.com/firebase/firebase-admin-node/issues/2667))
- chore: Skip sendToDeviceGroup integration test ([#2666](https://togithub.com/firebase/firebase-admin-node/issues/2666))
- build(deps-dev): bump [@microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.47.2 to 7.47.5 ([#2661](https://togithub.com/firebase/firebase-admin-node/issues/2661))
- build(deps): bump [@types/node](https://togithub.com/types/node) from 22.0.1 to 22.1.0 ([#2663](https://togithub.com/firebase/firebase-admin-node/issues/2663))
- build(deps-dev): bump [@firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.37 to 0.2.38 ([#2664](https://togithub.com/firebase/firebase-admin-node/issues/2664))
- build(deps): bump [@types/node](https://togithub.com/types/node) from 20.14.11 to 22.0.1 ([#2657](https://togithub.com/firebase/firebase-admin-node/issues/2657))
- build(deps-dev): bump chai from 4.4.1 to 4.5.0 ([#2650](https://togithub.com/firebase/firebase-admin-node/issues/2650))
- build(deps-dev): bump [@firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.35 to 0.2.37 ([#2653](https://togithub.com/firebase/firebase-admin-node/issues/2653))
- build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 ([#2654](https://togithub.com/firebase/firebase-admin-node/issues/2654))
pnpm/pnpm (pnpm)
### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7
[Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0)
#### Minor Changes
- Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example:
```json
{
"packageManager": "pnpm@9.3.0"
}
```
- Added the ability to apply patch to all versions [#8337](https://togithub.com/pnpm/pnpm/pull/8337).
If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future.
- Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@version]` to allow the code editor to open the edit dir in the same file tree as the main project [#8379](https://togithub.com/pnpm/pnpm/issues/8379).
- Substitute environment variables in config keys [#6679](https://togithub.com/pnpm/pnpm/issues/6679).
#### Patch Changes
- `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#8293](https://togithub.com/pnpm/pnpm/issues/8293).
- Print warnings to stderr [#8342](https://togithub.com/pnpm/pnpm/pull/8342).
- Peer dependencies of optional peer dependencies should be automatically installed [#8323](https://togithub.com/pnpm/pnpm/issues/8323).
#### Platinum Sponsors
#### Gold Sponsors
#### Our Silver Sponsors
soldair/node-qrcode (qrcode)
### [`v1.5.4`](https://togithub.com/soldair/node-qrcode/compare/v1.5.3...3848ed2c17de5bcdead487417dbf14c5dd017f8d)
[Compare Source](https://togithub.com/soldair/node-qrcode/compare/v1.5.3...v1.5.4)
stripe/stripe-node (stripe)
### [`v16.7.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1670---2024-08-08)
[Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.6.0...v16.7.0)
- [#2147](https://togithub.com/stripe/stripe-node/pull/2147) Update generated code
- Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Billing.Alert`
- Add support for `retrieve` method on resource `Tax.Calculation`
- Add support for new value `invalid_mandate_reference_prefix_format` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code`
- Add support for `type` on `Charge.payment_method_details.card_present.offline`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present.offline`, `PaymentMethod.card.generated_from.payment_method_details.card_present.offline`, and `SetupAttempt.payment_method_details.card_present.offline`
- Add support for `offline` on `ConfirmationToken.payment_method_preview.card_present` and `PaymentMethod.card_present`
- Add support for `related_customer` on `Identity.VerificationSessionCreateParams`, `Identity.VerificationSessionListParams`, and `Identity.VerificationSession`
- Change `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.count`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.count`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.count`, and `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.interval` to be optional
- Add support for new value `girocard` on enums `PaymentIntent.payment_method_options.card.network`, `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntent.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `Subscription.payment_settings.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network`
- Add support for new value `financial_addresses.aba.forwarding` on enums `Treasury.FinancialAccount.active_features[]`, `Treasury.FinancialAccount.pending_features[]`, and `Treasury.FinancialAccount.restricted_features[]`
containous/traefik (traefik)
### [`v3.1.2`](https://togithub.com/containous/traefik/blob/HEAD/CHANGELOG.md#v312-2024-08-06)
[Compare Source](https://togithub.com/containous/traefik/compare/v3.1.2...v3.1.2)
[All Commits](https://togithub.com/traefik/traefik/compare/v3.1.1...v3.1.2)
**Bug fixes:**
- **\[k8s,k8s/gatewayapi]** Include status addresses when comparing Gateway statuses ([#10972](https://togithub.com/traefik/traefik/pull/10972) by [kevinpollet](https://togithub.com/kevinpollet))
- **\[k8s/ingress,k8s/crd,k8s]** Allow to disable Kubernetes cluster scope resources discovery ([#10946
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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:
^2.24.1
->^2.25.1
^3.623.0
->^3.627.0
^3.623.0
->^3.624.0
^5.3.0
->^5.4.0
^0.8.0
->^0.8.1
^0.5.0
->^0.5.1
6.3.3
->6.3.5
6.3.3
->6.3.5
6.3.3
->6.3.5
6.3.3
->6.3.5
6.3.3
->6.3.5
6.3.3
->6.3.5
10.4.2
->10.4.4
^6.0.0
->^6.1.0
^8.22.0
->^8.25.0
^8.22.0
->^8.25.0
^1.7.6
->^1.7.10
^20.14.14
->^20.14.15
5.7.4
->5.7.6
^9.8.0
->^9.9.0
^3.4.0
->^3.4.1
^12.3.0
->^12.3.1
9.6.0
->9.7.0
16.3-alpine
->16.4-alpine
^1.5.3
->^1.5.4
^16.6.0
->^16.7.0
v3.1.1
->v3.1.2
Release Notes
antfu/eslint-config (@antfu/eslint-config)
### [`v2.25.1`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.1) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.25.0...v2.25.1) ##### 🐞 Bug Fixes - Migrate to new vitest plugin, close [#576](https://togithub.com/antfu/eslint-config/issues/576) - by [@antfu](https://togithub.com/antfu) in [https://github.com/antfu/eslint-config/issues/576](https://togithub.com/antfu/eslint-config/issues/576) [(5e465)](https://togithub.com/antfu/eslint-config/commit/5e46584) ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.25.0...v2.25.1) ### [`v2.25.0`](https://togithub.com/antfu/eslint-config/releases/tag/v2.25.0) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.24.1...v2.25.0) ##### 🐞 Bug Fixes - Default prettier `printWidth: 120` not work as expected - by [@HADB](https://togithub.com/HADB) in [https://github.com/antfu/eslint-config/issues/573](https://togithub.com/antfu/eslint-config/issues/573) [(8942c)](https://togithub.com/antfu/eslint-config/commit/8942cc0) ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.24.1...v2.25.0)aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
### [`v3.627.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36270-2024-08-08) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.626.0...v3.627.0) **Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.626.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36260-2024-08-07) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.624.0...v3.626.0) **Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.624.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36240-2024-08-05) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0) **Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)aws/aws-sdk-js-v3 (@aws-sdk/client-ses)
### [`v3.624.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ses/CHANGELOG.md#36240-2024-08-05) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.623.0...v3.624.0) **Note:** Version bump only for package [@aws-sdk/client-ses](https://togithub.com/aws-sdk/client-ses)golevelup/nestjs (@golevelup/nestjs-rabbitmq)
### [`v5.4.0`](https://togithub.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@5.3.0...@golevelup/nestjs-rabbitmq@5.4.0) [Compare Source](https://togithub.com/golevelup/nestjs/compare/@golevelup/nestjs-rabbitmq@5.3.0...@golevelup/nestjs-rabbitmq@5.4.0)mikro-orm/mikro-orm (@mikro-orm/cli)
### [`v6.3.5`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#635-2024-08-11) [Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.3.4...v6.3.5) ##### Bug Fixes - **core:** track changes on non-scalar properties ([a02c727](https://togithub.com/mikro-orm/mikro-orm/commit/a02c727233fab72a23f0fd4c4419f17ab552fd5d)), closes [#5750](https://togithub.com/mikro-orm/mikro-orm/issues/5750) - **entity-generator:** ensure `columnType` is emitted correctly and when necessary ([#5930](https://togithub.com/mikro-orm/mikro-orm/issues/5930)) ([72333ad](https://togithub.com/mikro-orm/mikro-orm/commit/72333ad506129834185f39d44457fdfb947df35c)), closes [#5928](https://togithub.com/mikro-orm/mikro-orm/issues/5928) - **entity-generator:** fix the search for FK indexes to only match exact columns, not "at least" ([#5924](https://togithub.com/mikro-orm/mikro-orm/issues/5924)) ([05a8808](https://togithub.com/mikro-orm/mikro-orm/commit/05a88084b93ca2d63dc8ee2adfaae50f8357de1d)), closes [#5912](https://togithub.com/mikro-orm/mikro-orm/issues/5912) - **entity-generator:** unknown type defaults always use default/defaultRaw, never runtime ([#5927](https://togithub.com/mikro-orm/mikro-orm/issues/5927)) ([dcc8227](https://togithub.com/mikro-orm/mikro-orm/commit/dcc8227e2623d47ea4562c9c575e5ab9c3d2417f)) - **postgres:** allow string value for `$overlap/$contains/$contained` operators ([6c1b12a](https://togithub.com/mikro-orm/mikro-orm/commit/6c1b12af7c04414b156180e72c95118f8a5858fb)) - **postgres:** detect native enums with same name but different schema ([31735e5](https://togithub.com/mikro-orm/mikro-orm/commit/31735e5df428205ffc53cee3e36a6b56d1caa17f)), closes [#5905](https://togithub.com/mikro-orm/mikro-orm/issues/5905) - **postgres:** do not produce extra updates for fulltext properties ([d18e5ed](https://togithub.com/mikro-orm/mikro-orm/commit/d18e5ede53886abdf32ac036e41a3bc4e8f293cf)), closes [#5908](https://togithub.com/mikro-orm/mikro-orm/issues/5908) - **postgres:** respect `timezone` option and interpret `timestamp` columns in UTC by default ([#5916](https://togithub.com/mikro-orm/mikro-orm/issues/5916)) ([1da0722](https://togithub.com/mikro-orm/mikro-orm/commit/1da07220ea5ac3f70b9244605b5e6367cf8f8d0c)), closes [#5591](https://togithub.com/mikro-orm/mikro-orm/issues/5591) - **sql:** support cursor-based pagination on virtual entities ([b86799c](https://togithub.com/mikro-orm/mikro-orm/commit/b86799c8d30ef2c93b80e8c69b4dcbe5b3d67d9f)), closes [#5922](https://togithub.com/mikro-orm/mikro-orm/issues/5922) ##### Features - **cli:** detect `bun` when checking for TS support ([e87ebc9](https://togithub.com/mikro-orm/mikro-orm/commit/e87ebc92e6cf59af65303b21ee38a675ce608d64)) - **core:** add `RequestContext.enter()` which uses `ALS.enterWith()` ([dc06f60](https://togithub.com/mikro-orm/mikro-orm/commit/dc06f60cc42f4359a5c7a06248767d86cd9c84e9)) ### [`v6.3.4`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#634-2024-08-06) [Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.3.3...v6.3.4) ##### Bug Fixes - **core:** adjust collection owner's serialization context when lazy-loading ([#5903](https://togithub.com/mikro-orm/mikro-orm/issues/5903)) ([57f234b](https://togithub.com/mikro-orm/mikro-orm/commit/57f234bae7ecb212f19f85de78234280f6d35f3a)), closes [#5559](https://togithub.com/mikro-orm/mikro-orm/issues/5559) - **core:** do not convert bigints with mapping to `number` to `string` on serialization ([ee24f1f](https://togithub.com/mikro-orm/mikro-orm/commit/ee24f1f0f017d8e7b4544f6cb1a39eab29dfb413)), closes [#5839](https://togithub.com/mikro-orm/mikro-orm/issues/5839) - **core:** fix populating lazy properties inside inlined embeddables ([8d1e925](https://togithub.com/mikro-orm/mikro-orm/commit/8d1e9252771c9d6069afd3a227fdb38cf3d0d86a)), closes [#5848](https://togithub.com/mikro-orm/mikro-orm/issues/5848) - **core:** merge enum items from STI entities with the same name ([06fffbd](https://togithub.com/mikro-orm/mikro-orm/commit/06fffbd1e1fb5097d2b6affb4f5b216ccb391093)), closes [#5807](https://togithub.com/mikro-orm/mikro-orm/issues/5807) - **migrations:** use `override` keyword in TS migration files ([d2f7b83](https://togithub.com/mikro-orm/mikro-orm/commit/d2f7b83557431da53c0fe0c2011cddee67ceac05)), closes [#5634](https://togithub.com/mikro-orm/mikro-orm/issues/5634) - **mssql:** convert tuple comparison queries to simple `and/or` conditions ([#5906](https://togithub.com/mikro-orm/mikro-orm/issues/5906)) ([c3c3519](https://togithub.com/mikro-orm/mikro-orm/commit/c3c3519db72ab15810fcb65d764541ab1fcc0130)) - **query-builder:** do not return itself from `qb.applyFilters()` ([6be2603](https://togithub.com/mikro-orm/mikro-orm/commit/6be2603b27eb861bdbc90a1c29000a160d523aaf)) - **schema:** respect check constraints from base entities ([22b7e97](https://togithub.com/mikro-orm/mikro-orm/commit/22b7e97040792d7b56676daab99de69a5ae58b6c)) - **sqlite:** allow tuple comparison ([3caa50a](https://togithub.com/mikro-orm/mikro-orm/commit/3caa50a6cd84c3ae153d38781c999a871a642b40))nestjs/nest-cli (@nestjs/cli)
### [`v10.4.4`](https://togithub.com/nestjs/nest-cli/compare/10.4.3...3cb703f9ce032363f2660bf1d7352c187196be1d) [Compare Source](https://togithub.com/nestjs/nest-cli/compare/10.4.3...10.4.4) ### [`v10.4.3`](https://togithub.com/nestjs/nest-cli/compare/10.4.2...2864899fba2f93bacccd883e305ac9c74456f0b9) [Compare Source](https://togithub.com/nestjs/nest-cli/compare/10.4.2...10.4.3)nestjs/throttler (@nestjs/throttler)
### [`v6.1.0`](https://togithub.com/nestjs/throttler/blob/HEAD/CHANGELOG.md#610) [Compare Source](https://togithub.com/nestjs/throttler/compare/v6.0.0...v6.1.0) ##### Minor Changes - [`e058d50`](https://togithub.com/nestjs/throttler/commit/e058d50): Use ceil instead of floor while calculating expire and block expire at to properly account for rounding up instead of down and accidentally allowing for early continued requests. Related to [#2074](https://togithub.com/nestjs/throttler/issues/2074)getsentry/sentry-javascript (@sentry/node)
### [`v8.25.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/8.25.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.24.0...8.25.0) ##### Important Changes - **Alpha release of Official Solid Start SDK** This release contains the alpha version of `@sentry/solidstart`, our SDK for [Solid Start](https://start.solidjs.com/)! For details on how to use it, please see the [README](./packages/solidstart/README.md). Any feedback/bug reports are greatly appreciated, please [reach out on GitHub](https://togithub.com/getsentry/sentry-javascript/issues/12538). ##### Other Changes - feat(astro): Add `bundleSizeOptimizations` vite options to integration ([#13250](https://togithub.com/getsentry/sentry-javascript/issues/13250)) - feat(astro): Always add BrowserTracing ([#13244](https://togithub.com/getsentry/sentry-javascript/issues/13244)) - feat(core): Add `getTraceMetaTags` function ([#13201](https://togithub.com/getsentry/sentry-javascript/issues/13201)) - feat(nestjs): Automatic instrumentation of nestjs exception filters ([#13230](https://togithub.com/getsentry/sentry-javascript/issues/13230)) - feat(node): Add `useOperationNameForRootSpan` to`graphqlIntegration` ([#13248](https://togithub.com/getsentry/sentry-javascript/issues/13248)) - feat(sveltekit): Add `wrapServerRouteWithSentry` wrapper ([#13247](https://togithub.com/getsentry/sentry-javascript/issues/13247)) - fix(aws-serverless): Extract sentry trace data from handler `context` over `event` ([#13266](https://togithub.com/getsentry/sentry-javascript/issues/13266)) - fix(browser): Initialize default integration if `defaultIntegrations: undefined` ([#13261](https://togithub.com/getsentry/sentry-javascript/issues/13261)) - fix(utils): Streamline IP capturing on incoming requests ([#13272](https://togithub.com/getsentry/sentry-javascript/issues/13272)) ### [`v8.24.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8240) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.23.0...8.24.0) - feat(nestjs): Filter RPC exceptions ([#13227](https://togithub.com/getsentry/sentry-javascript/issues/13227)) - fix: Guard getReader function for other fetch implementations ([#13246](https://togithub.com/getsentry/sentry-javascript/issues/13246)) - fix(feedback): Ensure feedback can be lazy loaded in CDN bundles ([#13241](https://togithub.com/getsentry/sentry-javascript/issues/13241)) ### [`v8.23.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8230) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.22.0...8.23.0) ##### Important Changes - **feat(cloudflare): Add Cloudflare D1 instrumentation ([#13142](https://togithub.com/getsentry/sentry-javascript/issues/13142))** This release includes support for Cloudflare D1, Cloudflare's serverless SQL database. To instrument your Cloudflare D1 database, use the `instrumentD1WithSentry` method as follows: ```ts // env.DB is the D1 DB binding configured in your `wrangler.toml` const db = instrumentD1WithSentry(env.DB); // Now you can use the database as usual await db.prepare('SELECT * FROM table WHERE id = ?').bind(1).run(); ``` ##### Other Changes - feat(cloudflare): Allow users to pass handler to sentryPagesPlugin ([#13192](https://togithub.com/getsentry/sentry-javascript/issues/13192)) - feat(cloudflare): Instrument scheduled handler ([#13114](https://togithub.com/getsentry/sentry-javascript/issues/13114)) - feat(core): Add `getTraceData` function ([#13134](https://togithub.com/getsentry/sentry-javascript/issues/13134)) - feat(nestjs): Automatic instrumentation of nestjs interceptors before route execution ([#13153](https://togithub.com/getsentry/sentry-javascript/issues/13153)) - feat(nestjs): Automatic instrumentation of nestjs pipes ([#13137](https://togithub.com/getsentry/sentry-javascript/issues/13137)) - feat(nuxt): Filter out Nuxt build assets ([#13148](https://togithub.com/getsentry/sentry-javascript/issues/13148)) - feat(profiling): Attach sdk info to chunks ([#13145](https://togithub.com/getsentry/sentry-javascript/issues/13145)) - feat(solidstart): Add sentry `onBeforeResponse` middleware to enable distributed tracing ([#13221](https://togithub.com/getsentry/sentry-javascript/issues/13221)) - feat(solidstart): Filter out low quality transactions for build assets ([#13222](https://togithub.com/getsentry/sentry-javascript/issues/13222)) - fix(browser): Avoid showing browser extension error message in non-`window` global scopes ([#13156](https://togithub.com/getsentry/sentry-javascript/issues/13156)) - fix(feedback): Call dialog.close() in dialog close callbacks in `\_loadAndRenderDialog` ([#13203](https://togithub.com/getsentry/sentry-javascript/issues/13203)) - fix(nestjs): Inline Observable type to resolve missing 'rxjs' dependency ([#13166](https://togithub.com/getsentry/sentry-javascript/issues/13166)) - fix(nuxt): Detect pageload by adding flag in Vue router ([#13171](https://togithub.com/getsentry/sentry-javascript/issues/13171)) - fix(utils): Handle when requests get aborted in fetch instrumentation ([#13202](https://togithub.com/getsentry/sentry-javascript/issues/13202)) - ref(browser): Improve browserMetrics collection ([#13062](https://togithub.com/getsentry/sentry-javascript/issues/13062)) Work in this release was contributed by [@horochx](https://togithub.com/horochx). Thank you for your contribution!swc-project/swc (@swc/core)
### [`v1.7.10`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#1710---2024-08-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.9...v1.7.10) ##### Bug Fixes - **(es/typescript)** Strip optional mark and definite mark ([#9411](https://togithub.com/swc-project/swc/issues/9411)) ([8c161a0](https://togithub.com/swc-project/swc/commit/8c161a003e741320434f31617bc2de98dd2c9a8f)) - **(es/typescript)** Strip exported default overload function declaration ([#9412](https://togithub.com/swc-project/swc/issues/9412)) ([b395f48](https://togithub.com/swc-project/swc/commit/b395f483d1e0cb43b1f96126c5c17f9a8c9d0d32)) - **(es/typescript)** Strip `this` param in getter/setter ([#9414](https://togithub.com/swc-project/swc/issues/9414)) ([442fb7b](https://togithub.com/swc-project/swc/commit/442fb7b48715597d62f8d09327f93acc66f2d1b8)) - **(es/typescript)** Update ts-strip type definition ([#9415](https://togithub.com/swc-project/swc/issues/9415)) ([165c8fa](https://togithub.com/swc-project/swc/commit/165c8facd42d756077fde99defe91ffe656aede8)) ### [`v1.7.9`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#179---2024-08-09) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.6...v1.7.9) ##### Bug Fixes - **(es/typescript)** Strip class modifiers ([#9399](https://togithub.com/swc-project/swc/issues/9399)) ([124e5ff](https://togithub.com/swc-project/swc/commit/124e5ffa7bcf26215a339450f6b40161dabbe5a4))eslint/eslint (eslint)
### [`v9.9.0`](https://togithub.com/eslint/eslint/releases/tag/v9.9.0) [Compare Source](https://togithub.com/eslint/eslint/compare/v9.8.0...v9.9.0) #### Features - [`41d0206`](https://togithub.com/eslint/eslint/commit/41d02066935b987d2e3b13a08680cc74d7067986) feat: Add support for TS config files ([#18134](https://togithub.com/eslint/eslint/issues/18134)) (Arya Emami) - [`3a4eaf9`](https://togithub.com/eslint/eslint/commit/3a4eaf921543b1cd5d1df4ea9dec02fab396af2a) feat: add suggestion to `require-await` to remove `async` keyword ([#18716](https://togithub.com/eslint/eslint/issues/18716)) (Dave) #### Documentation - [`9fe068c`](https://togithub.com/eslint/eslint/commit/9fe068c60db466277a785434496a8f90a9090bed) docs: how to author plugins with configs that extend other configs ([#18753](https://togithub.com/eslint/eslint/issues/18753)) (Alec Gibson) - [`48117b2`](https://togithub.com/eslint/eslint/commit/48117b27e98639ffe7e78a230bfad9a93039fb7f) docs: add version support page in the side navbar ([#18738](https://togithub.com/eslint/eslint/issues/18738)) (Amaresh S M) - [`fec2951`](https://togithub.com/eslint/eslint/commit/fec2951d58c704c57bea7e89ffde119e4dc621e3) docs: add version support page to the dropdown ([#18730](https://togithub.com/eslint/eslint/issues/18730)) (Amaresh S M) - [`38a0661`](https://togithub.com/eslint/eslint/commit/38a0661872dd6f1db2f53501895c58e8cf4e8064) docs: Fix typo ([#18735](https://togithub.com/eslint/eslint/issues/18735)) (Zaina Al Habash) - [`3c32a9e`](https://togithub.com/eslint/eslint/commit/3c32a9e23c270d83bd8b2649e78aabb76992928e) docs: Update yarn command for creating ESLint config ([#18739](https://togithub.com/eslint/eslint/issues/18739)) (Temitope Ogunleye) - [`f9ac978`](https://togithub.com/eslint/eslint/commit/f9ac978de629c9a702febcf478a743c5ab11fcf6) docs: Update README (GitHub Actions Bot) #### Chores - [`461b2c3`](https://togithub.com/eslint/eslint/commit/461b2c35786dc5fd5e146f370bdcafd32938386f) chore: upgrade to `@eslint/js@9.9.0` ([#18765](https://togithub.com/eslint/eslint/issues/18765)) (Francesco Trotta) - [`59dba1b`](https://togithub.com/eslint/eslint/commit/59dba1b3404391f5d968be578f0205569d5d41b2) chore: package.json update for [@eslint/js](https://togithub.com/eslint/js) release (Jenkins) - [`fea8563`](https://togithub.com/eslint/eslint/commit/fea8563d3372a663aa7a1a676290c34cfb8452ba) chore: update dependency [@eslint/core](https://togithub.com/eslint/core) to ^0.3.0 ([#18724](https://togithub.com/eslint/eslint/issues/18724)) (renovate\[bot]) - [`aac191e`](https://togithub.com/eslint/eslint/commit/aac191e6701495666c264f71fc440207ea19251f) chore: update dependency [@eslint/json](https://togithub.com/eslint/json) to ^0.3.0 ([#18760](https://togithub.com/eslint/eslint/issues/18760)) (renovate\[bot]) - [`b97fa05`](https://togithub.com/eslint/eslint/commit/b97fa051375d1a4592faf251c783691d0b0b9ab9) chore: update wdio dependencies for more stable tests ([#18759](https://togithub.com/eslint/eslint/issues/18759)) (Christian Bromann)eta-dev/eta (eta)
### [`v3.4.1`](https://togithub.com/eta-dev/eta/releases/tag/v3.4.1): Version 3.4.1 [Compare Source](https://togithub.com/eta-dev/eta/compare/v3.4.0...v3.4.1) #### Releases - chore: deno fmt [`0aa65d7`](https://togithub.com/eta-dev/eta/commit/0aa65d7) - export "Options" and "EtaConfig" types in JSR ([#295](https://togithub.com/eta-dev/eta/issues/295)) ([#297](https://togithub.com/eta-dev/eta/issues/297)) [`f468e20`](https://togithub.com/eta-dev/eta/commit/f468e20) - add releases to JSR ([#291](https://togithub.com/eta-dev/eta/issues/291)) [`b0e2c30`](https://togithub.com/eta-dev/eta/commit/b0e2c30) - Add Koa integration ([#293](https://togithub.com/eta-dev/eta/issues/293)) [`507a844`](https://togithub.com/eta-dev/eta/commit/507a844) - Add using project `stc` ([#282](https://togithub.com/eta-dev/eta/issues/282)) [`7f51ead`](https://togithub.com/eta-dev/eta/commit/7f51ead)firebase/firebase-admin-node (firebase-admin)
### [`v12.3.1`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.3.1): Firebase Admin Node.js SDK v12.3.1 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v12.3.0...v12.3.1) ##### Bug Fixes - fix: `getToken()` returns existing promise to a token if one exists instead of a new token. ([#2648](https://togithub.com/firebase/firebase-admin-node/issues/2648)) ##### Miscellaneous - \[chore] Release 12.3.1 ([#2667](https://togithub.com/firebase/firebase-admin-node/issues/2667)) - chore: Skip sendToDeviceGroup integration test ([#2666](https://togithub.com/firebase/firebase-admin-node/issues/2666)) - build(deps-dev): bump [@microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.47.2 to 7.47.5 ([#2661](https://togithub.com/firebase/firebase-admin-node/issues/2661)) - build(deps): bump [@types/node](https://togithub.com/types/node) from 22.0.1 to 22.1.0 ([#2663](https://togithub.com/firebase/firebase-admin-node/issues/2663)) - build(deps-dev): bump [@firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.37 to 0.2.38 ([#2664](https://togithub.com/firebase/firebase-admin-node/issues/2664)) - build(deps): bump [@types/node](https://togithub.com/types/node) from 20.14.11 to 22.0.1 ([#2657](https://togithub.com/firebase/firebase-admin-node/issues/2657)) - build(deps-dev): bump chai from 4.4.1 to 4.5.0 ([#2650](https://togithub.com/firebase/firebase-admin-node/issues/2650)) - build(deps-dev): bump [@firebase/app-compat](https://togithub.com/firebase/app-compat) from 0.2.35 to 0.2.37 ([#2653](https://togithub.com/firebase/firebase-admin-node/issues/2653)) - build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1 ([#2654](https://togithub.com/firebase/firebase-admin-node/issues/2654))pnpm/pnpm (pnpm)
### [`v9.7.0`](https://togithub.com/pnpm/pnpm/releases/tag/v9.7.0): pnpm 9.7 [Compare Source](https://togithub.com/pnpm/pnpm/compare/v9.6.0...v9.7.0) #### Minor Changes - Added pnpm version management. If the `manage-package-manager-versions` setting is set to `true`, pnpm will switch to the version specified in the `packageManager` field of `package.json` [#8363](https://togithub.com/pnpm/pnpm/pull/8363). This is the same field used by Corepack. Example: ```json { "packageManager": "pnpm@9.3.0" } ``` - Added the ability to apply patch to all versions [#8337](https://togithub.com/pnpm/pnpm/pull/8337). If the key of `pnpm.patchedDependencies` is a package name without a version (e.g. `pkg`), pnpm will attempt to apply the patch to all versions of the package. Failures will be skipped. If there's only one version of `pkg` installed, `pnpm patch pkg` and subsequent `pnpm patch-commit $edit_dir` will create an entry named `pkg` in `pnpm.patchedDependencies`. And pnpm will attempt to apply this patch to other versions of `pkg` in the future. - Change the default edit dir location when running `pnpm patch` from a temporary directory to `node_modules/.pnpm_patches/pkg[@version]` to allow the code editor to open the edit dir in the same file tree as the main project [#8379](https://togithub.com/pnpm/pnpm/issues/8379). - Substitute environment variables in config keys [#6679](https://togithub.com/pnpm/pnpm/issues/6679). #### Patch Changes - `pnpm install` should run `node-gyp rebuild` if the project has a `binding.gyp` file even if the project doesn't have an install script [#8293](https://togithub.com/pnpm/pnpm/issues/8293). - Print warnings to stderr [#8342](https://togithub.com/pnpm/pnpm/pull/8342). - Peer dependencies of optional peer dependencies should be automatically installed [#8323](https://togithub.com/pnpm/pnpm/issues/8323). #### Platinum Sponsorssoldair/node-qrcode (qrcode)
### [`v1.5.4`](https://togithub.com/soldair/node-qrcode/compare/v1.5.3...3848ed2c17de5bcdead487417dbf14c5dd017f8d) [Compare Source](https://togithub.com/soldair/node-qrcode/compare/v1.5.3...v1.5.4)stripe/stripe-node (stripe)
### [`v16.7.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1670---2024-08-08) [Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.6.0...v16.7.0) - [#2147](https://togithub.com/stripe/stripe-node/pull/2147) Update generated code - Add support for `activate`, `archive`, `create`, `deactivate`, `list`, and `retrieve` methods on resource `Billing.Alert` - Add support for `retrieve` method on resource `Tax.Calculation` - Add support for new value `invalid_mandate_reference_prefix_format` on enums `Invoice.last_finalization_error.code`, `PaymentIntent.last_payment_error.code`, `SetupAttempt.setup_error.code`, `SetupIntent.last_setup_error.code`, and `StripeError.code` - Add support for `type` on `Charge.payment_method_details.card_present.offline`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present.offline`, `PaymentMethod.card.generated_from.payment_method_details.card_present.offline`, and `SetupAttempt.payment_method_details.card_present.offline` - Add support for `offline` on `ConfirmationToken.payment_method_preview.card_present` and `PaymentMethod.card_present` - Add support for `related_customer` on `Identity.VerificationSessionCreateParams`, `Identity.VerificationSessionListParams`, and `Identity.VerificationSession` - Change `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceCreateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.count`, `InvoiceUpdateParams.payment_settings.payment_method_options.card.installments.plan.interval`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.count`, `PaymentIntentConfirmParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.count`, `PaymentIntentCreateParams.payment_method_options.card.installments.plan.interval`, `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.count`, and `PaymentIntentUpdateParams.payment_method_options.card.installments.plan.interval` to be optional - Add support for new value `girocard` on enums `PaymentIntent.payment_method_options.card.network`, `PaymentIntentConfirmParams.payment_method_options.card.network`, `PaymentIntentCreateParams.payment_method_options.card.network`, `PaymentIntentUpdateParams.payment_method_options.card.network`, `SetupIntent.payment_method_options.card.network`, `SetupIntentConfirmParams.payment_method_options.card.network`, `SetupIntentCreateParams.payment_method_options.card.network`, `SetupIntentUpdateParams.payment_method_options.card.network`, `Subscription.payment_settings.payment_method_options.card.network`, `SubscriptionCreateParams.payment_settings.payment_method_options.card.network`, and `SubscriptionUpdateParams.payment_settings.payment_method_options.card.network` - Add support for new value `financial_addresses.aba.forwarding` on enums `Treasury.FinancialAccount.active_features[]`, `Treasury.FinancialAccount.pending_features[]`, and `Treasury.FinancialAccount.restricted_features[]`containous/traefik (traefik)
### [`v3.1.2`](https://togithub.com/containous/traefik/blob/HEAD/CHANGELOG.md#v312-2024-08-06) [Compare Source](https://togithub.com/containous/traefik/compare/v3.1.2...v3.1.2) [All Commits](https://togithub.com/traefik/traefik/compare/v3.1.1...v3.1.2) **Bug fixes:** - **\[k8s,k8s/gatewayapi]** Include status addresses when comparing Gateway statuses ([#10972](https://togithub.com/traefik/traefik/pull/10972) by [kevinpollet](https://togithub.com/kevinpollet)) - **\[k8s/ingress,k8s/crd,k8s]** Allow to disable Kubernetes cluster scope resources discovery ([#10946Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.