antfu/eslint-config (@antfu/eslint-config)
### [`v2.23.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.23.2)
[Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.23.1...v2.23.2)
*No significant changes*
##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.23.1...v2.23.2)
aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
### [`v3.620.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36200-2024-07-25)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.617.0...v3.620.0)
**Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
### [`v3.617.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36170-2024-07-22)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.616.0...v3.617.0)
**Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3)
### [`v3.616.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36160-2024-07-18)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.614.0...v3.616.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.620.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ses/CHANGELOG.md#36200-2024-07-25)
[Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.616.0...v3.620.0)
**Note:** Version bump only for package [@aws-sdk/client-ses](https://togithub.com/aws-sdk/client-ses)
mikro-orm/mikro-orm (@mikro-orm/cli)
### [`v6.3.1`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#631-2024-07-25)
[Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.3.0...v6.3.1)
##### Bug Fixes
- **core:** always check TS config files if TS support is detected ([eb100fe](https://togithub.com/mikro-orm/mikro-orm/commit/eb100fec7b06deb1e653b594f730c901ec8ce8e7)), closes [#5852](https://togithub.com/mikro-orm/mikro-orm/issues/5852)
- **core:** discover base entities first to fix detection of STI when root entity not explicitly listed ([7c1976f](https://togithub.com/mikro-orm/mikro-orm/commit/7c1976f0d03fcef2012fbf3e87158cae4cfee81a))
- **core:** fix CreateRequestContext not working with callback returning EntityManager ([#5873](https://togithub.com/mikro-orm/mikro-orm/issues/5873)) ([3de546d](https://togithub.com/mikro-orm/mikro-orm/commit/3de546d9c972c6c351db6dceed7a86dec6fac3b2)), closes [1#L132](https://togithub.com/1/issues/L132)
- **mssql:** do not escape charecters that don't need escaping ([#5860](https://togithub.com/mikro-orm/mikro-orm/issues/5860)) ([6730978](https://togithub.com/mikro-orm/mikro-orm/commit/6730978b6c7003e45ed97f9d2d7c5c0bc9262e26)), closes [mikro-orm#5811](https://togithub.com/mikro-orm/issues/5811)
- **mssql:** do not escape new line character ([97919ce](https://togithub.com/mikro-orm/mikro-orm/commit/97919ce479fc5e2e00a3bf24a511ec29a2279d1b)), closes [#5811](https://togithub.com/mikro-orm/mikro-orm/issues/5811)
- **schema:** skip db default inference only for polymorphic embeddables ([925c69e](https://togithub.com/mikro-orm/mikro-orm/commit/925c69ef6c406fb73acada47484b9e74fe796520)), closes [#5847](https://togithub.com/mikro-orm/mikro-orm/issues/5847)
##### Features
- **core:** support `Date` type on primary keys ([#5855](https://togithub.com/mikro-orm/mikro-orm/issues/5855)) ([f91d57c](https://togithub.com/mikro-orm/mikro-orm/commit/f91d57c4a82754dfe0c055bcc6813cbec8ac9c1b)), closes [#5842](https://togithub.com/mikro-orm/mikro-orm/issues/5842)
nestjs/schematics (@nestjs/schematics)
### [`v10.1.3`](https://togithub.com/nestjs/schematics/compare/10.1.2...137a0e6cd474611bc51cffc0446c5e2f0bddb732)
[Compare Source](https://togithub.com/nestjs/schematics/compare/10.1.2...10.1.3)
getsentry/sentry-javascript (@sentry/node)
### [`v8.20.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8200)
[Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.19.0...8.20.0)
##### Important Changes
- **feat(node): Allow to pass `registerEsmLoaderHooks` to preload ([#12998](https://togithub.com/getsentry/sentry-javascript/issues/12998))**
You can write your own custom preload script and configure this in the preload options. `registerEsmLoaderHooks` can be
passed as an option to `preloadOpenTelemetry`, which allows to exclude/include packages in the preload.
- **fix(node): Do not emit fetch spans when tracing is disabled ([#13003](https://togithub.com/getsentry/sentry-javascript/issues/13003))**
Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler.
##### Other Changes
- feat(feedback): Trigger button aria label configuration ([#13008](https://togithub.com/getsentry/sentry-javascript/issues/13008))
- feat(nestjs): Change nest sdk setup ([#12920](https://togithub.com/getsentry/sentry-javascript/issues/12920))
- feat(node): Extend ESM hooks options for iitm v1.10.0 ([#13016](https://togithub.com/getsentry/sentry-javascript/issues/13016))
- feat(node): Send client reports ([#12951](https://togithub.com/getsentry/sentry-javascript/issues/12951))
- feat(nuxt): Automatically add BrowserTracing ([#13005](https://togithub.com/getsentry/sentry-javascript/issues/13005))
- feat(nuxt): Setup source maps with vite config ([#13018](https://togithub.com/getsentry/sentry-javascript/issues/13018))
- feat(replay): Improve public Replay APIs ([#13000](https://togithub.com/getsentry/sentry-javascript/issues/13000))
swc-project/swc (@swc/core)
### [`v1.7.2`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#172---2024-07-25)
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.1...v1.7.2)
##### Bug Fixes
- **(es/ast)** Accept any case of EsVersion during deserialization ([#9329](https://togithub.com/swc-project/swc/issues/9329)) ([56da6be](https://togithub.com/swc-project/swc/commit/56da6be0e9ff9701f4e0dd5e2972539843cde1cf))
- **(es/typescrupt)** Fix ASI issue in fast ts strip ([#9332](https://togithub.com/swc-project/swc/issues/9332)) ([57146cf](https://togithub.com/swc-project/swc/commit/57146cf58acb43fb5fa526bfde206c4f147edc6d))
- **(swc_core)** Remove unused `preset_env` ([#9333](https://togithub.com/swc-project/swc/issues/9333)) ([75bc7bf](https://togithub.com/swc-project/swc/commit/75bc7bfb52f81050f863466ff595ece765ca4fcf))
##### Documentation
- **(bindings/wasm)** Document supported TypeScript version ([#9334](https://togithub.com/swc-project/swc/issues/9334)) ([66f31c0](https://togithub.com/swc-project/swc/commit/66f31c0af46dea60c51e4155a8887a5d2b441da3))
### [`v1.7.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#171---2024-07-24)
[Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.0...v1.7.1)
##### Bug Fixes
- **(bindings/types)** Add missing mangle options ([#9298](https://togithub.com/swc-project/swc/issues/9298)) ([567f40d](https://togithub.com/swc-project/swc/commit/567f40d7973f25d554770d0138323f6dcfeb67c4))
- **(deps)** Update cargo (patch) ([#9317](https://togithub.com/swc-project/swc/issues/9317)) ([ea66e84](https://togithub.com/swc-project/swc/commit/ea66e849116aaa569a707ef03762344f0bc06cab))
- **(es/ast)** Make span of binding ident include type ann ([#9293](https://togithub.com/swc-project/swc/issues/9293)) ([2b32481](https://togithub.com/swc-project/swc/commit/2b324812acce58726292d3053ee7ba95e01a3436))
- **(es/minifier)** Support minifying JSX ([#9271](https://togithub.com/swc-project/swc/issues/9271)) ([9a6367b](https://togithub.com/swc-project/swc/commit/9a6367b0f661e500219aa3c17ca2ff037e498692))
- **(es/typescript)** Fix typings ([#9301](https://togithub.com/swc-project/swc/issues/9301)) ([27ca712](https://togithub.com/swc-project/swc/commit/27ca712812421ce7cef7770b1dde790080ce09ea))
- **(es/typescript)** Preserve type assertions ([#9328](https://togithub.com/swc-project/swc/issues/9328)) ([4d60f52](https://togithub.com/swc-project/swc/commit/4d60f528d1e7f3a1606cb2c288786491dbafbd5b))
- **(es/utils)** Use `$crate` for `quote_ident!()` ([#9309](https://togithub.com/swc-project/swc/issues/9309)) ([bdaaf47](https://togithub.com/swc-project/swc/commit/bdaaf47cb4fc0146485a567d48449116d0e67e98))
##### Features
- **(allocator)** Feature gate `nightly` via macros ([#9274](https://togithub.com/swc-project/swc/issues/9274)) ([a31fb58](https://togithub.com/swc-project/swc/commit/a31fb58399cc60ad5052d77b5accd560200a4f3d))
- **(allocator)** Add `maybe` types ([#9278](https://togithub.com/swc-project/swc/issues/9278)) ([a417ff4](https://togithub.com/swc-project/swc/commit/a417ff4d868b45a2157154e2334b8e1177c369e1))
- **(es/typescript)** Add esm build for fast ts strip ([#9286](https://togithub.com/swc-project/swc/issues/9286)) ([d10cb9f](https://togithub.com/swc-project/swc/commit/d10cb9ffa29033048d242fc3fb4a35ea5fb1bf16))
##### Miscellaneous Tasks
- **(deps)** Update actions ([#9311](https://togithub.com/swc-project/swc/issues/9311)) ([475432e](https://togithub.com/swc-project/swc/commit/475432e83aad0191b8ad23e503d9fbe1835be196))
- **(deps)** Update npm (patch) ([#9318](https://togithub.com/swc-project/swc/issues/9318)) ([9d983c3](https://togithub.com/swc-project/swc/commit/9d983c3864888c3402679ce5498f82e71899c210))
- **(deps)** Update `wasmer` to fix broken Windows build ([#9322](https://togithub.com/swc-project/swc/issues/9322)) ([a120faf](https://togithub.com/swc-project/swc/commit/a120faf84b178c666b9ac785d27f426f89d10ac6))
- **(deps)** Drop `atty` ([#9325](https://togithub.com/swc-project/swc/issues/9325)) ([831500e](https://togithub.com/swc-project/swc/commit/831500e24a25b454f496729242e5e5d54c01756a))
##### Performance
- **(allocator)** Use `std` instead of `allocator-api2` ([#9281](https://togithub.com/swc-project/swc/issues/9281)) ([88723db](https://togithub.com/swc-project/swc/commit/88723dbf19a402c6395d34b71a5a8a712b4bf1bc))
- **(es/codegen)** Use `Vec` from `swc_allocator` ([#9280](https://togithub.com/swc-project/swc/issues/9280)) ([c1cd0b9](https://togithub.com/swc-project/swc/commit/c1cd0b99c14b03c250f2d278f10480da733e0dfa))
- **(es/codegen)** Optimize using `swc_allocator` ([#9294](https://togithub.com/swc-project/swc/issues/9294)) ([07376c6](https://togithub.com/swc-project/swc/commit/07376c6fbbf7f945b673e4adf3f4d789c10c7781))
- **(es/helpers)** Use `bool` instead of `AtomicBool` ([#9321](https://togithub.com/swc-project/swc/issues/9321)) ([8107e98](https://togithub.com/swc-project/swc/commit/8107e985e13e73f408d569655119d0684c166f24))
- **(es/minifier)** Pre-allocate collections ([#9289](https://togithub.com/swc-project/swc/issues/9289)) ([76fe139](https://togithub.com/swc-project/swc/commit/76fe139334b64c9ba62a98dc5319523d21d633f4))
- **(visit)** Modify `Box` and `Vec` in-place ([#9291](https://togithub.com/swc-project/swc/issues/9291)) ([ae2ac05](https://togithub.com/swc-project/swc/commit/ae2ac05b94a6f9f6e56c26cde5c8b8e705739f1c))
- **(visit)** Add `#[inline]` ([#9302](https://togithub.com/swc-project/swc/issues/9302)) ([0b3dbb8](https://togithub.com/swc-project/swc/commit/0b3dbb893752952a0bc7ffc5ba9801291c65f019))
- Enable LTO for benchmarks ([#9279](https://togithub.com/swc-project/swc/issues/9279)) ([a3020b2](https://togithub.com/swc-project/swc/commit/a3020b2bc77d38fde772b98a14c80deb6c4a6911))
##### Refactor
- Remove unused files ([#9285](https://togithub.com/swc-project/swc/issues/9285)) ([33284c1](https://togithub.com/swc-project/swc/commit/33284c128ed233878b86ea5f660d9ccfc0f82c53))
##### Build
- Update `rustc` to `nightly-2024-07-21` ([#9319](https://togithub.com/swc-project/swc/issues/9319)) ([279ea91](https://togithub.com/swc-project/swc/commit/279ea910e001f0c7db8d06bc7a3c48e4d718fed9))
firebase/firebase-admin-node (firebase-admin)
### [`v12.3.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.3.0): Firebase Admin Node.js SDK v12.3.0
[Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v12.2.0...v12.3.0)
##### New Features
- feat(fcm): Add HTTP2 support for `sendEach()` and `sendEachForMulticast()` ([#2550](https://togithub.com/firebase/firebase-admin-node/issues/2550))
##### Miscellaneous
- \[chore] Release 12.3.0 ([#2644](https://togithub.com/firebase/firebase-admin-node/issues/2644))
- build(deps): bump [@types/node](https://togithub.com/types/node) from 20.14.8 to 20.14.11 ([#2641](https://togithub.com/firebase/firebase-admin-node/issues/2641))
- build(deps-dev): bump [@microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.47.0 to 7.47.2 ([#2642](https://togithub.com/firebase/firebase-admin-node/issues/2642))
- build(deps): bump [@google-cloud/storage](https://togithub.com/google-cloud/storage) from 7.11.2 to 7.12.0 ([#2643](https://togithub.com/firebase/firebase-admin-node/issues/2643))
- build(deps-dev): bump mocha and [@types/mocha](https://togithub.com/types/mocha) ([#2640](https://togithub.com/firebase/firebase-admin-node/issues/2640))
- build(deps): bump [@fastify/busboy](https://togithub.com/fastify/busboy) from 2.1.1 to 3.0.0 ([#2632](https://togithub.com/firebase/firebase-admin-node/issues/2632))
- build(deps-dev): bump [@types/lodash](https://togithub.com/types/lodash) from 4.17.5 to 4.17.7 ([#2636](https://togithub.com/firebase/firebase-admin-node/issues/2636))
- Remove Remote Config dependency on Long JS ([#2614](https://togithub.com/firebase/firebase-admin-node/issues/2614))
- build(deps): bump [@google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 7.8.0 to 7.9.0 ([#2618](https://togithub.com/firebase/firebase-admin-node/issues/2618))
- build(deps-dev): bump nyc from 15.1.0 to 17.0.0 ([#2616](https://togithub.com/firebase/firebase-admin-node/issues/2616))
- chore: update integration test resources ([#2615](https://togithub.com/firebase/firebase-admin-node/issues/2615))
- build(deps-dev): bump [@types/uuid](https://togithub.com/types/uuid) from 9.0.8 to 10.0.0 ([#2612](https://togithub.com/firebase/firebase-admin-node/issues/2612))
- build(deps): bump [@types/node](https://togithub.com/types/node) from 20.14.2 to 20.14.8 ([#2613](https://togithub.com/firebase/firebase-admin-node/issues/2613))
typicode/husky (husky)
### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3)
[Compare Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3)
- fix: better handle space in `PATH`
### [`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)
[Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)
kkomelin/isomorphic-dompurify (isomorphic-dompurify)
### [`v2.14.0`](https://togithub.com/kkomelin/isomorphic-dompurify/releases/tag/v2.14.0): Updated dependencies
[Compare Source](https://togithub.com/kkomelin/isomorphic-dompurify/compare/v2.13.0...v2.14.0)
##### Changelog
- \[x] Updated `jsdom` and other dependencies.
See the [complete changelog](https://togithub.com/kkomelin/isomorphic-dompurify/compare/v2.13.0...v2.14.0) for more details.
##### Release
[2.14.0](https://www.npmjs.com/package/isomorphic-dompurify/v/2.14.0)
nodejs/node (node)
### [`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)
[Compare Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)
pinojs/pino-pretty (pino-pretty)
### [`v11.2.2`](https://togithub.com/pinojs/pino-pretty/releases/tag/v11.2.2)
[Compare Source](https://togithub.com/pinojs/pino-pretty/compare/v11.2.1...v11.2.2)
#### What's Changed
- Type fixes by [@joshkel](https://togithub.com/joshkel) in [https://github.com/pinojs/pino-pretty/pull/522](https://togithub.com/pinojs/pino-pretty/pull/522)
#### New Contributors
- [@joshkel](https://togithub.com/joshkel) made their first contribution in [https://github.com/pinojs/pino-pretty/pull/522](https://togithub.com/pinojs/pino-pretty/pull/522)
**Full Changelog**: https://github.com/pinojs/pino-pretty/compare/v11.2.1...v11.2.2
stripe/stripe-node (stripe)
### [`v16.5.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1650---2024-07-25)
[Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.4.0...v16.5.0)
- [#2143](https://togithub.com/stripe/stripe-node/pull/2143) Update generated code
- Add support for `tax_registrations` and `tax_settings` on `AccountSession.components` and `AccountSessionCreateParams.components`
- [#2140](https://togithub.com/stripe/stripe-node/pull/2140) Update generated code
- Add support for `update` method on resource `Checkout.Session`
- Add support for `transaction_id` on `Charge.payment_method_details.affirm`
- Add support for `buyer_id` on `Charge.payment_method_details.blik`
- Add support for `authorization_code` on `Charge.payment_method_details.card`
- Add support for `brand_product` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card_present`
- Add support for `network_transaction_id` on `Charge.payment_method_details.card_present`, `Charge.payment_method_details.interac_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card.generated_from.payment_method_details.card_present`
- Add support for `case_type` on `Dispute.payment_method_details.card`
- Add support for new values `invoice.overdue` and `invoice.will_be_due` on enum `Event.type`
- Add support for `twint` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration`
- Add support for new values `invoice.overdue` and `invoice.will_be_due` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
### [`v16.4.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1640---2024-07-18)
[Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.2.0...v16.4.0)
- [#2138](https://togithub.com/stripe/stripe-node/pull/2138) Update generated code
- Add support for `customer` on `ConfirmationToken.payment_method_preview`
- Add support for new value `issuing_dispute.funds_rescinded` on enum `Event.type`
- Add support for new value `multibanco` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]`
- Add support for new value `stripe_s700` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type`
- Add support for new value `issuing_dispute.funds_rescinded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]`
- [#2136](https://togithub.com/stripe/stripe-node/pull/2136) Update changelog
Microsoft/TypeScript (typescript)
### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb)
[Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)
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.23.1
->^2.23.2
^3.614.0
->^3.620.0
^3.616.0
->^3.620.0
6.3.0
->6.3.1
6.3.0
->6.3.1
6.3.0
->6.3.1
6.3.0
->6.3.1
6.3.0
->6.3.1
6.3.0
->6.3.1
10.1.2
->10.1.3
^8.19.0
->^8.20.0
^8.19.0
->^8.20.0
^1.7.0
->^1.7.2
^20.14.11
->^20.14.12
^12.2.0
->^12.3.0
^9.1.1
->^9.1.3
^2.13.0
->^2.14.0
^0.4.4
->^0.5.0
20.15.1
->20.16.0
>=20.15.1
->>=20.16.0
20.15.1-slim
->20.16.0-slim
^11.2.1
->^11.2.2
3.13.4-management-alpine
->3.13.6-management-alpine
^16.2.0
->^16.5.0
^5.5.3
->^5.5.4
Release Notes
antfu/eslint-config (@antfu/eslint-config)
### [`v2.23.2`](https://togithub.com/antfu/eslint-config/releases/tag/v2.23.2) [Compare Source](https://togithub.com/antfu/eslint-config/compare/v2.23.1...v2.23.2) *No significant changes* ##### [View changes on GitHub](https://togithub.com/antfu/eslint-config/compare/v2.23.1...v2.23.2)aws/aws-sdk-js-v3 (@aws-sdk/client-s3)
### [`v3.620.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36200-2024-07-25) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.617.0...v3.620.0) **Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.617.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36170-2024-07-22) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.616.0...v3.617.0) **Note:** Version bump only for package [@aws-sdk/client-s3](https://togithub.com/aws-sdk/client-s3) ### [`v3.616.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-s3/CHANGELOG.md#36160-2024-07-18) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.614.0...v3.616.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.620.0`](https://togithub.com/aws/aws-sdk-js-v3/blob/HEAD/clients/client-ses/CHANGELOG.md#36200-2024-07-25) [Compare Source](https://togithub.com/aws/aws-sdk-js-v3/compare/v3.616.0...v3.620.0) **Note:** Version bump only for package [@aws-sdk/client-ses](https://togithub.com/aws-sdk/client-ses)mikro-orm/mikro-orm (@mikro-orm/cli)
### [`v6.3.1`](https://togithub.com/mikro-orm/mikro-orm/blob/HEAD/CHANGELOG.md#631-2024-07-25) [Compare Source](https://togithub.com/mikro-orm/mikro-orm/compare/v6.3.0...v6.3.1) ##### Bug Fixes - **core:** always check TS config files if TS support is detected ([eb100fe](https://togithub.com/mikro-orm/mikro-orm/commit/eb100fec7b06deb1e653b594f730c901ec8ce8e7)), closes [#5852](https://togithub.com/mikro-orm/mikro-orm/issues/5852) - **core:** discover base entities first to fix detection of STI when root entity not explicitly listed ([7c1976f](https://togithub.com/mikro-orm/mikro-orm/commit/7c1976f0d03fcef2012fbf3e87158cae4cfee81a)) - **core:** fix CreateRequestContext not working with callback returning EntityManager ([#5873](https://togithub.com/mikro-orm/mikro-orm/issues/5873)) ([3de546d](https://togithub.com/mikro-orm/mikro-orm/commit/3de546d9c972c6c351db6dceed7a86dec6fac3b2)), closes [1#L132](https://togithub.com/1/issues/L132) - **mssql:** do not escape charecters that don't need escaping ([#5860](https://togithub.com/mikro-orm/mikro-orm/issues/5860)) ([6730978](https://togithub.com/mikro-orm/mikro-orm/commit/6730978b6c7003e45ed97f9d2d7c5c0bc9262e26)), closes [mikro-orm#5811](https://togithub.com/mikro-orm/issues/5811) - **mssql:** do not escape new line character ([97919ce](https://togithub.com/mikro-orm/mikro-orm/commit/97919ce479fc5e2e00a3bf24a511ec29a2279d1b)), closes [#5811](https://togithub.com/mikro-orm/mikro-orm/issues/5811) - **schema:** skip db default inference only for polymorphic embeddables ([925c69e](https://togithub.com/mikro-orm/mikro-orm/commit/925c69ef6c406fb73acada47484b9e74fe796520)), closes [#5847](https://togithub.com/mikro-orm/mikro-orm/issues/5847) ##### Features - **core:** support `Date` type on primary keys ([#5855](https://togithub.com/mikro-orm/mikro-orm/issues/5855)) ([f91d57c](https://togithub.com/mikro-orm/mikro-orm/commit/f91d57c4a82754dfe0c055bcc6813cbec8ac9c1b)), closes [#5842](https://togithub.com/mikro-orm/mikro-orm/issues/5842)nestjs/schematics (@nestjs/schematics)
### [`v10.1.3`](https://togithub.com/nestjs/schematics/compare/10.1.2...137a0e6cd474611bc51cffc0446c5e2f0bddb732) [Compare Source](https://togithub.com/nestjs/schematics/compare/10.1.2...10.1.3)getsentry/sentry-javascript (@sentry/node)
### [`v8.20.0`](https://togithub.com/getsentry/sentry-javascript/blob/HEAD/CHANGELOG.md#8200) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/8.19.0...8.20.0) ##### Important Changes - **feat(node): Allow to pass `registerEsmLoaderHooks` to preload ([#12998](https://togithub.com/getsentry/sentry-javascript/issues/12998))** You can write your own custom preload script and configure this in the preload options. `registerEsmLoaderHooks` can be passed as an option to `preloadOpenTelemetry`, which allows to exclude/include packages in the preload. - **fix(node): Do not emit fetch spans when tracing is disabled ([#13003](https://togithub.com/getsentry/sentry-javascript/issues/13003))** Sentry will not emit "fetch" spans if tracing is disabled. This is relevant for user who use their own sampler. ##### Other Changes - feat(feedback): Trigger button aria label configuration ([#13008](https://togithub.com/getsentry/sentry-javascript/issues/13008)) - feat(nestjs): Change nest sdk setup ([#12920](https://togithub.com/getsentry/sentry-javascript/issues/12920)) - feat(node): Extend ESM hooks options for iitm v1.10.0 ([#13016](https://togithub.com/getsentry/sentry-javascript/issues/13016)) - feat(node): Send client reports ([#12951](https://togithub.com/getsentry/sentry-javascript/issues/12951)) - feat(nuxt): Automatically add BrowserTracing ([#13005](https://togithub.com/getsentry/sentry-javascript/issues/13005)) - feat(nuxt): Setup source maps with vite config ([#13018](https://togithub.com/getsentry/sentry-javascript/issues/13018)) - feat(replay): Improve public Replay APIs ([#13000](https://togithub.com/getsentry/sentry-javascript/issues/13000))swc-project/swc (@swc/core)
### [`v1.7.2`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#172---2024-07-25) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.1...v1.7.2) ##### Bug Fixes - **(es/ast)** Accept any case of EsVersion during deserialization ([#9329](https://togithub.com/swc-project/swc/issues/9329)) ([56da6be](https://togithub.com/swc-project/swc/commit/56da6be0e9ff9701f4e0dd5e2972539843cde1cf)) - **(es/typescrupt)** Fix ASI issue in fast ts strip ([#9332](https://togithub.com/swc-project/swc/issues/9332)) ([57146cf](https://togithub.com/swc-project/swc/commit/57146cf58acb43fb5fa526bfde206c4f147edc6d)) - **(swc_core)** Remove unused `preset_env` ([#9333](https://togithub.com/swc-project/swc/issues/9333)) ([75bc7bf](https://togithub.com/swc-project/swc/commit/75bc7bfb52f81050f863466ff595ece765ca4fcf)) ##### Documentation - **(bindings/wasm)** Document supported TypeScript version ([#9334](https://togithub.com/swc-project/swc/issues/9334)) ([66f31c0](https://togithub.com/swc-project/swc/commit/66f31c0af46dea60c51e4155a8887a5d2b441da3)) ### [`v1.7.1`](https://togithub.com/swc-project/swc/blob/HEAD/CHANGELOG.md#171---2024-07-24) [Compare Source](https://togithub.com/swc-project/swc/compare/v1.7.0...v1.7.1) ##### Bug Fixes - **(bindings/types)** Add missing mangle options ([#9298](https://togithub.com/swc-project/swc/issues/9298)) ([567f40d](https://togithub.com/swc-project/swc/commit/567f40d7973f25d554770d0138323f6dcfeb67c4)) - **(deps)** Update cargo (patch) ([#9317](https://togithub.com/swc-project/swc/issues/9317)) ([ea66e84](https://togithub.com/swc-project/swc/commit/ea66e849116aaa569a707ef03762344f0bc06cab)) - **(es/ast)** Make span of binding ident include type ann ([#9293](https://togithub.com/swc-project/swc/issues/9293)) ([2b32481](https://togithub.com/swc-project/swc/commit/2b324812acce58726292d3053ee7ba95e01a3436)) - **(es/minifier)** Support minifying JSX ([#9271](https://togithub.com/swc-project/swc/issues/9271)) ([9a6367b](https://togithub.com/swc-project/swc/commit/9a6367b0f661e500219aa3c17ca2ff037e498692)) - **(es/typescript)** Fix typings ([#9301](https://togithub.com/swc-project/swc/issues/9301)) ([27ca712](https://togithub.com/swc-project/swc/commit/27ca712812421ce7cef7770b1dde790080ce09ea)) - **(es/typescript)** Preserve type assertions ([#9328](https://togithub.com/swc-project/swc/issues/9328)) ([4d60f52](https://togithub.com/swc-project/swc/commit/4d60f528d1e7f3a1606cb2c288786491dbafbd5b)) - **(es/utils)** Use `$crate` for `quote_ident!()` ([#9309](https://togithub.com/swc-project/swc/issues/9309)) ([bdaaf47](https://togithub.com/swc-project/swc/commit/bdaaf47cb4fc0146485a567d48449116d0e67e98)) ##### Features - **(allocator)** Feature gate `nightly` via macros ([#9274](https://togithub.com/swc-project/swc/issues/9274)) ([a31fb58](https://togithub.com/swc-project/swc/commit/a31fb58399cc60ad5052d77b5accd560200a4f3d)) - **(allocator)** Add `maybe` types ([#9278](https://togithub.com/swc-project/swc/issues/9278)) ([a417ff4](https://togithub.com/swc-project/swc/commit/a417ff4d868b45a2157154e2334b8e1177c369e1)) - **(es/typescript)** Add esm build for fast ts strip ([#9286](https://togithub.com/swc-project/swc/issues/9286)) ([d10cb9f](https://togithub.com/swc-project/swc/commit/d10cb9ffa29033048d242fc3fb4a35ea5fb1bf16)) ##### Miscellaneous Tasks - **(deps)** Update actions ([#9311](https://togithub.com/swc-project/swc/issues/9311)) ([475432e](https://togithub.com/swc-project/swc/commit/475432e83aad0191b8ad23e503d9fbe1835be196)) - **(deps)** Update npm (patch) ([#9318](https://togithub.com/swc-project/swc/issues/9318)) ([9d983c3](https://togithub.com/swc-project/swc/commit/9d983c3864888c3402679ce5498f82e71899c210)) - **(deps)** Update `wasmer` to fix broken Windows build ([#9322](https://togithub.com/swc-project/swc/issues/9322)) ([a120faf](https://togithub.com/swc-project/swc/commit/a120faf84b178c666b9ac785d27f426f89d10ac6)) - **(deps)** Drop `atty` ([#9325](https://togithub.com/swc-project/swc/issues/9325)) ([831500e](https://togithub.com/swc-project/swc/commit/831500e24a25b454f496729242e5e5d54c01756a)) ##### Performance - **(allocator)** Use `std` instead of `allocator-api2` ([#9281](https://togithub.com/swc-project/swc/issues/9281)) ([88723db](https://togithub.com/swc-project/swc/commit/88723dbf19a402c6395d34b71a5a8a712b4bf1bc)) - **(es/codegen)** Use `Vecfirebase/firebase-admin-node (firebase-admin)
### [`v12.3.0`](https://togithub.com/firebase/firebase-admin-node/releases/tag/v12.3.0): Firebase Admin Node.js SDK v12.3.0 [Compare Source](https://togithub.com/firebase/firebase-admin-node/compare/v12.2.0...v12.3.0) ##### New Features - feat(fcm): Add HTTP2 support for `sendEach()` and `sendEachForMulticast()` ([#2550](https://togithub.com/firebase/firebase-admin-node/issues/2550)) ##### Miscellaneous - \[chore] Release 12.3.0 ([#2644](https://togithub.com/firebase/firebase-admin-node/issues/2644)) - build(deps): bump [@types/node](https://togithub.com/types/node) from 20.14.8 to 20.14.11 ([#2641](https://togithub.com/firebase/firebase-admin-node/issues/2641)) - build(deps-dev): bump [@microsoft/api-extractor](https://togithub.com/microsoft/api-extractor) from 7.47.0 to 7.47.2 ([#2642](https://togithub.com/firebase/firebase-admin-node/issues/2642)) - build(deps): bump [@google-cloud/storage](https://togithub.com/google-cloud/storage) from 7.11.2 to 7.12.0 ([#2643](https://togithub.com/firebase/firebase-admin-node/issues/2643)) - build(deps-dev): bump mocha and [@types/mocha](https://togithub.com/types/mocha) ([#2640](https://togithub.com/firebase/firebase-admin-node/issues/2640)) - build(deps): bump [@fastify/busboy](https://togithub.com/fastify/busboy) from 2.1.1 to 3.0.0 ([#2632](https://togithub.com/firebase/firebase-admin-node/issues/2632)) - build(deps-dev): bump [@types/lodash](https://togithub.com/types/lodash) from 4.17.5 to 4.17.7 ([#2636](https://togithub.com/firebase/firebase-admin-node/issues/2636)) - Remove Remote Config dependency on Long JS ([#2614](https://togithub.com/firebase/firebase-admin-node/issues/2614)) - build(deps): bump [@google-cloud/firestore](https://togithub.com/google-cloud/firestore) from 7.8.0 to 7.9.0 ([#2618](https://togithub.com/firebase/firebase-admin-node/issues/2618)) - build(deps-dev): bump nyc from 15.1.0 to 17.0.0 ([#2616](https://togithub.com/firebase/firebase-admin-node/issues/2616)) - chore: update integration test resources ([#2615](https://togithub.com/firebase/firebase-admin-node/issues/2615)) - build(deps-dev): bump [@types/uuid](https://togithub.com/types/uuid) from 9.0.8 to 10.0.0 ([#2612](https://togithub.com/firebase/firebase-admin-node/issues/2612)) - build(deps): bump [@types/node](https://togithub.com/types/node) from 20.14.2 to 20.14.8 ([#2613](https://togithub.com/firebase/firebase-admin-node/issues/2613))typicode/husky (husky)
### [`v9.1.3`](https://togithub.com/typicode/husky/releases/tag/v9.1.3) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.2...v9.1.3) - fix: better handle space in `PATH` ### [`v9.1.2`](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2) [Compare Source](https://togithub.com/typicode/husky/compare/v9.1.1...v9.1.2)kkomelin/isomorphic-dompurify (isomorphic-dompurify)
### [`v2.14.0`](https://togithub.com/kkomelin/isomorphic-dompurify/releases/tag/v2.14.0): Updated dependencies [Compare Source](https://togithub.com/kkomelin/isomorphic-dompurify/compare/v2.13.0...v2.14.0) ##### Changelog - \[x] Updated `jsdom` and other dependencies. See the [complete changelog](https://togithub.com/kkomelin/isomorphic-dompurify/compare/v2.13.0...v2.14.0) for more details. ##### Release [2.14.0](https://www.npmjs.com/package/isomorphic-dompurify/v/2.14.0)nodejs/node (node)
### [`v20.16.0`](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0) [Compare Source](https://togithub.com/nodejs/node/compare/v20.15.1...v20.16.0)pinojs/pino-pretty (pino-pretty)
### [`v11.2.2`](https://togithub.com/pinojs/pino-pretty/releases/tag/v11.2.2) [Compare Source](https://togithub.com/pinojs/pino-pretty/compare/v11.2.1...v11.2.2) #### What's Changed - Type fixes by [@joshkel](https://togithub.com/joshkel) in [https://github.com/pinojs/pino-pretty/pull/522](https://togithub.com/pinojs/pino-pretty/pull/522) #### New Contributors - [@joshkel](https://togithub.com/joshkel) made their first contribution in [https://github.com/pinojs/pino-pretty/pull/522](https://togithub.com/pinojs/pino-pretty/pull/522) **Full Changelog**: https://github.com/pinojs/pino-pretty/compare/v11.2.1...v11.2.2stripe/stripe-node (stripe)
### [`v16.5.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1650---2024-07-25) [Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.4.0...v16.5.0) - [#2143](https://togithub.com/stripe/stripe-node/pull/2143) Update generated code - Add support for `tax_registrations` and `tax_settings` on `AccountSession.components` and `AccountSessionCreateParams.components` - [#2140](https://togithub.com/stripe/stripe-node/pull/2140) Update generated code - Add support for `update` method on resource `Checkout.Session` - Add support for `transaction_id` on `Charge.payment_method_details.affirm` - Add support for `buyer_id` on `Charge.payment_method_details.blik` - Add support for `authorization_code` on `Charge.payment_method_details.card` - Add support for `brand_product` on `Charge.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, `ConfirmationToken.payment_method_preview.card_present`, `PaymentMethod.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card_present` - Add support for `network_transaction_id` on `Charge.payment_method_details.card_present`, `Charge.payment_method_details.interac_present`, `ConfirmationToken.payment_method_preview.card.generated_from.payment_method_details.card_present`, and `PaymentMethod.card.generated_from.payment_method_details.card_present` - Add support for `case_type` on `Dispute.payment_method_details.card` - Add support for new values `invoice.overdue` and `invoice.will_be_due` on enum `Event.type` - Add support for `twint` on `PaymentMethodConfigurationCreateParams`, `PaymentMethodConfigurationUpdateParams`, and `PaymentMethodConfiguration` - Add support for new values `invoice.overdue` and `invoice.will_be_due` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` ### [`v16.4.0`](https://togithub.com/stripe/stripe-node/blob/HEAD/CHANGELOG.md#1640---2024-07-18) [Compare Source](https://togithub.com/stripe/stripe-node/compare/v16.2.0...v16.4.0) - [#2138](https://togithub.com/stripe/stripe-node/pull/2138) Update generated code - Add support for `customer` on `ConfirmationToken.payment_method_preview` - Add support for new value `issuing_dispute.funds_rescinded` on enum `Event.type` - Add support for new value `multibanco` on enums `Invoice.payment_settings.payment_method_types[]`, `InvoiceCreateParams.payment_settings.payment_method_types[]`, `InvoiceUpdateParams.payment_settings.payment_method_types[]`, `Subscription.payment_settings.payment_method_types[]`, `SubscriptionCreateParams.payment_settings.payment_method_types[]`, and `SubscriptionUpdateParams.payment_settings.payment_method_types[]` - Add support for new value `stripe_s700` on enums `Terminal.Reader.device_type` and `Terminal.ReaderListParams.device_type` - Add support for new value `issuing_dispute.funds_rescinded` on enums `WebhookEndpointCreateParams.enabled_events[]` and `WebhookEndpointUpdateParams.enabled_events[]` - [#2136](https://togithub.com/stripe/stripe-node/pull/2136) Update changelogMicrosoft/TypeScript (typescript)
### [`v5.5.4`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...c8a7d589e647e19c94150d9892909f3aa93e48eb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)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.
This PR was generated by Mend Renovate. View the repository job log.