chore(deps): update all non-major dependencies #144

Open
renovate[bot] wants to merge 1 commit from renovate/all-minor-patch into main
renovate[bot] commented 2024-05-05 04:10:59 +08:00 (Migrated from github.com)

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/node (source) 7.113.0 -> 7.118.0 age adoption passing confidence
@sentry/types (source) 7.113.0 -> 7.118.0 age adoption passing confidence
@types/node (source) 20.12.8 -> 20.14.10 age adoption passing confidence
axios (source) 1.6.8 -> 1.7.2 age adoption passing confidence
discord.js (source) 14.14.1 -> 14.15.3 age adoption passing confidence
mongoose (source) 8.3.3 -> 8.5.1 age adoption passing confidence
typescript (source) 5.4.5 -> 5.5.3 age adoption passing confidence

Release Notes

getsentry/sentry-javascript (@​sentry/node)

v7.118.0

Compare Source

  • fix(v7/bundle): Ensure CDN bundles do not overwrite window.Sentry (#​12579)

v7.117.0

Compare Source

  • feat(browser/v7): Publish browserprofling CDN bundle (#​12224)
  • fix(v7/publish): Add v7 tag to @sentry/replay (#​12304)

v7.116.0

Compare Source

This release publishes a new AWS Lambda layer under the name SentryNodeServerlessSDKv7 that users still running v7 can
use instead of pinning themselves to SentryNodeServerlessSDK:235.

Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.38 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.64 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.53 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.6 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.61 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.04 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.37 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.05 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.49 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.08 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.81 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.33 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.27 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.03 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB

v7.115.0

Compare Source

  • feat(v7): Add support for global onUnhandled Error/Promise for Bun (#​11959)
  • fix(replay/v7): Fix user activity not being updated in start() (#​12003)
  • ref(api): Remove lastEventId deprecation warnings (#​12042)
Bundle size 📦
Path Size
@​sentry/browser (incl. Tracing, Replay, Feedback) - Webpack (gzipped) 80.83 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack (gzipped) 71.77 KB
@​sentry/browser (incl. Tracing, Replay with Canvas) - Webpack (gzipped) 76.02 KB
@​sentry/browser (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) 65.38 KB
@​sentry/browser (incl. Tracing) - Webpack (gzipped) 35.64 KB
@​sentry/browser (incl. browserTracingIntegration) - Webpack (gzipped) 35.53 KB
@​sentry/browser (incl. Feedback) - Webpack (gzipped) 31.6 KB
@​sentry/browser (incl. sendFeedback) - Webpack (gzipped) 31.61 KB
@​sentry/browser - Webpack (gzipped) 22.78 KB
@​sentry/browser (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) 79.04 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) 70.37 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (gzipped) 36.05 KB
@​sentry/browser - ES6 CDN Bundle (gzipped) 25.28 KB
@​sentry/browser (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) 221.49 KB
@​sentry/browser (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) 109.08 KB
@​sentry/browser - ES6 CDN Bundle (minified & uncompressed) 75.81 KB
@​sentry/browser (incl. Tracing) - ES5 CDN Bundle (gzipped) 39.33 KB
@​sentry/react (incl. Tracing, Replay) - Webpack (gzipped) 72.27 KB
@​sentry/react - Webpack (gzipped) 22.81 KB
@​sentry/nextjs Client (incl. Tracing, Replay) - Webpack (gzipped) 90.03 KB
@​sentry/nextjs Client - Webpack (gzipped) 54.15 KB
@​sentry-internal/feedback - Webpack (gzipped) 17.34 KB

v7.114.0

Compare Source

Important Changes
  • fix(browser/v7): Continuously record CLS (#​11935)

This release fixes a bug that caused the cumulative layout shift (CLS) web vital not to be reported in a majority of the
cases where it should have been reported. With this change, the CLS web vital should now always be reported for
pageloads with layout shift. If a pageload did not have layout shift, no CLS web vital should be reported.

Please note that upgrading the SDK to this version may cause data in your dashboards to drastically change.

Other Changes
  • build(aws-lambda/v7): Turn off lambda layer publishing (#​11875)
  • feat(v7): Add tunnel support to multiplexed transport (#​11851)
  • fix(opentelemetry-node): support HTTP_REQUEST_METHOD attribute (#​11929)
  • fix(react/v7): Fix react router v4/v5 span names (#​11940)
axios/axios (axios)

v1.7.2

Compare Source

Bug Fixes
Contributors to this release

v1.7.1

Compare Source

Bug Fixes
  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#​6410) (733f15f)
Contributors to this release

v1.7.0

Compare Source

Features
Bug Fixes
Contributors to this release
discordjs/discord.js (discord.js)

v14.15.3

Compare Source

Bug Fixes

Refactor

Typings

v14.15.2

Compare Source

Bug Fixes

v14.15.1

Compare Source

Bug Fixes

v14.15.0

Compare Source

Bug Fixes

Documentation

Features

Performance

  • Presence: Prefer boolean client status comparison before activity checks (#​10213) (4ad2858)

Refactor

Typings

Automattic/mongoose (mongoose)

v8.5.1

Compare Source

==================

  • perf(model): performance improvements for insertMany() #​14724
  • fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value #​14728 #​14722
  • fix(model): handle transactionAsyncLocalStorage option with insertMany() #​14743
  • types: make _id required on Document type #​14735 #​14660
  • types: fix ChangeStream.close to return a Promise like the driver #​14740 orgads

v8.5.0

Compare Source

==================

  • perf: memoize toJSON / toObject default options #​14672
  • feat(document): add $createModifiedPathsSnapshot(), $restoreModifiedPathsSnapshot(), $clearModifiedPaths() #​14699 #​14268
  • feat(query): make sanitizeProjection prevent projecting in paths deselected in the schema #​14691
  • feat: allow setting array default value to null #​14717 #​6691
  • feat(mongoose): allow drivers to set global plugins #​14682
  • feat(connection): bubble up monitorCommands events to Mongoose connection if monitorCommands option set #​14681 #​14611
  • fix(document): ensure post('deleteOne') hooks are called when calling save() after subdoc.deleteOne() #​14732 #​9885
  • fix(query): remove count() and findOneAndRemove() from query chaining #​14692 #​14689
  • fix: remove default connection if setting createInitialConnection to false after Mongoose instance created #​14679 #​8302
  • types(models+query): infer return type from schema for 1-level deep nested paths #​14632
  • types(connection): make transaction() return type match the executor function #​14661 #​14656
  • docs: fix docs links in index.md mirasayon

v8.4.5

Compare Source

==================

v8.4.4

Compare Source

==================

  • perf: avoid unnecesary get() call and use faster approach for converting to string #​14673 #​14394
  • fix(projection): handle projections on arrays in Model.hydrate() projection option #​14686 #​14680
  • fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified #​14685 #​14677
  • fix: handle casting primitive array with $elemMatch in bulkWrite() #​14687 #​14678
  • fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter #​14676 #​14675
  • types(connection): fix return type of withSession() #​14690 tt-public
  • types: add $documents pipeline stage and fix $unionWith type #​14666 nick-statsig
  • docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied #​14671 #​14670

v8.4.3

Compare Source

==================

  • fix: remove 0x flamegraph files from release

v8.4.2

Compare Source

==================

  • perf: more toObject() perf improvements #​14623 #​14606 #​14394
  • fix(model): check the value of overwriteModels in options when calling discriminator() #​14646 uditha-g
  • fix: avoid throwing TypeError when deleting an null entry on a populated Map #​14654 futurliberta
  • fix(connection): fix up some inconsistencies in operation-end event and add to docs #​14659 #​14648
  • types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances #​14667 #​14630
  • docs: add note about parallelism in transations #​14647 fiws

v8.4.1

Compare Source

==================

v8.4.0

Compare Source

==================

  • feat: upgrade mongodb -> 6.6.2 #​14584
  • feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions #​14583 #​13889
  • feat: handle initially null driver when instantiating Mongoose for Rollup support #​14577 #​12335
  • feat(mongoose): export omitUndefined() helper #​14582 #​14569
  • feat: add Model.listSearchIndexes() #​14519 #​14450
  • feat(connection): add listDatabases() function #​14506 #​9048
  • feat(schema): add schema-level readConcern option to apply default readConcern for all queries #​14579 #​14511
  • fix(error): remove model property from CastError to avoid printing all model properties to console #​14568 #​14529
  • fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid #​14587 #​14572
  • fix(document): ensure transform function passed to toObject() options applies to subdocs #​14600 #​14589
  • types: add inferRawDocType helper #​13900 #​13772
  • types(document): make document _id type default to unknown instead of any #​14541

v8.3.5

Compare Source

==================

  • fix(query): shallow clone $or, $and if merging onto empty query filter #​14580 #​14567
  • types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods #​14581 #​14574
  • docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context #​14575 #​14573

v8.3.4

Compare Source

==================

  • perf(document): avoid cloning options using spread operator for perf reasons #​14565 #​14394
  • fix(query): apply translateAliases before casting to avoid strictMode error when using aliases #​14562 #​14521
  • fix(model): consistent top-level timestamps option for bulkWrite operations
    #​14546 #​14536
  • docs(connections): improve description of connection creation patterns #​14564 #​14528
Microsoft/TypeScript (typescript)

v5.5.3

Compare Source

v5.5.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@sentry/node](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/node) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`7.113.0` -> `7.118.0`](https://renovatebot.com/diffs/npm/@sentry%2fnode/7.113.0/7.118.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2fnode/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2fnode/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2fnode/7.113.0/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2fnode/7.113.0/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@sentry/types](https://togithub.com/getsentry/sentry-javascript/tree/master/packages/types) ([source](https://togithub.com/getsentry/sentry-javascript)) | [`7.113.0` -> `7.118.0`](https://renovatebot.com/diffs/npm/@sentry%2ftypes/7.113.0/7.118.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@sentry%2ftypes/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@sentry%2ftypes/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@sentry%2ftypes/7.113.0/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@sentry%2ftypes/7.113.0/7.118.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`20.12.8` -> `20.14.10`](https://renovatebot.com/diffs/npm/@types%2fnode/20.12.8/20.14.10) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/20.12.8/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/20.12.8/20.14.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [axios](https://axios-http.com) ([source](https://togithub.com/axios/axios)) | [`1.6.8` -> `1.7.2`](https://renovatebot.com/diffs/npm/axios/1.6.8/1.7.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/axios/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/axios/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/axios/1.6.8/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/axios/1.6.8/1.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [discord.js](https://discord.js.org) ([source](https://togithub.com/discordjs/discord.js/tree/HEAD/packages/discord.js)) | [`14.14.1` -> `14.15.3`](https://renovatebot.com/diffs/npm/discord.js/14.14.1/14.15.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/discord.js/14.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/discord.js/14.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/discord.js/14.14.1/14.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/discord.js/14.14.1/14.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [mongoose](https://mongoosejs.com) ([source](https://togithub.com/Automattic/mongoose)) | [`8.3.3` -> `8.5.1`](https://renovatebot.com/diffs/npm/mongoose/8.3.3/8.5.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/mongoose/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/mongoose/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/mongoose/8.3.3/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/mongoose/8.3.3/8.5.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`5.4.5` -> `5.5.3`](https://renovatebot.com/diffs/npm/typescript/5.4.5/5.5.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/typescript/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/typescript/5.4.5/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/typescript/5.4.5/5.5.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-javascript (@&#8203;sentry/node)</summary> ### [`v7.118.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.118.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.117.0...7.118.0) - fix(v7/bundle): Ensure CDN bundles do not overwrite `window.Sentry` ([#&#8203;12579](https://togithub.com/getsentry/sentry-javascript/issues/12579)) ### [`v7.117.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.117.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.116.0...7.117.0) - feat(browser/v7): Publish browserprofling CDN bundle ([#&#8203;12224](https://togithub.com/getsentry/sentry-javascript/issues/12224)) - fix(v7/publish): Add `v7` tag to `@sentry/replay` ([#&#8203;12304](https://togithub.com/getsentry/sentry-javascript/issues/12304)) ### [`v7.116.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.116.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.115.0...7.116.0) - build(craft): Publish lambda layer under its own name for v7 ([#&#8203;12098](https://togithub.com/getsentry/sentry-javascript/issues/12098)) ([#&#8203;12099](https://togithub.com/getsentry/sentry-javascript/issues/12099)) This release publishes a new AWS Lambda layer under the name `SentryNodeServerlessSDKv7` that users still running v7 can use instead of pinning themselves to `SentryNodeServerlessSDK:235`. ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.83 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.77 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 76.02 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.38 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.64 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.53 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.6 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.61 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.78 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 79.04 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.37 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 36.05 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.28 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 221.49 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 109.08 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.81 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39.33 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 72.27 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.81 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 90.03 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 54.15 KB | | [@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.34 KB | ### [`v7.115.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.115.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.114.0...7.115.0) - feat(v7): Add support for global onUnhandled Error/Promise for Bun ([#&#8203;11959](https://togithub.com/getsentry/sentry-javascript/issues/11959)) - fix(replay/v7): Fix user activity not being updated in `start()` ([#&#8203;12003](https://togithub.com/getsentry/sentry-javascript/issues/12003)) - ref(api): Remove `lastEventId` deprecation warnings ([#&#8203;12042](https://togithub.com/getsentry/sentry-javascript/issues/12042)) ##### Bundle size 📦 | Path | Size | | ---------------------------------------------------------------------------------- | ----------------- | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - Webpack (gzipped) | 80.83 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack (gzipped) | 71.77 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay with Canvas) - Webpack (gzipped) | 76.02 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - Webpack with treeshaking flags (gzipped) | 65.38 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - Webpack (gzipped) | 35.64 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. browserTracingIntegration) - Webpack (gzipped) | 35.53 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Feedback) - Webpack (gzipped) | 31.6 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. sendFeedback) - Webpack (gzipped) | 31.61 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - Webpack (gzipped) | 22.78 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay, Feedback) - ES6 CDN Bundle (gzipped) | 79.04 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (gzipped) | 70.37 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (gzipped) | 36.05 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (gzipped) | 25.28 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing, Replay) - ES6 CDN Bundle (minified & uncompressed) | 221.49 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES6 CDN Bundle (minified & uncompressed) | 109.08 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) - ES6 CDN Bundle (minified & uncompressed) | 75.81 KB | | [@&#8203;sentry/browser](https://togithub.com/sentry/browser) (incl. Tracing) - ES5 CDN Bundle (gzipped) | 39.33 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) (incl. Tracing, Replay) - Webpack (gzipped) | 72.27 KB | | [@&#8203;sentry/react](https://togithub.com/sentry/react) - Webpack (gzipped) | 22.81 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client (incl. Tracing, Replay) - Webpack (gzipped) | 90.03 KB | | [@&#8203;sentry/nextjs](https://togithub.com/sentry/nextjs) Client - Webpack (gzipped) | 54.15 KB | | [@&#8203;sentry-internal/feedback](https://togithub.com/sentry-internal/feedback) - Webpack (gzipped) | 17.34 KB | ### [`v7.114.0`](https://togithub.com/getsentry/sentry-javascript/releases/tag/7.114.0) [Compare Source](https://togithub.com/getsentry/sentry-javascript/compare/7.113.0...7.114.0) ##### Important Changes - **fix(browser/v7): Continuously record CLS ([#&#8203;11935](https://togithub.com/getsentry/sentry-javascript/issues/11935))** This release fixes a bug that caused the cumulative layout shift (CLS) web vital not to be reported in a majority of the cases where it should have been reported. With this change, the CLS web vital should now always be reported for pageloads with layout shift. If a pageload did not have layout shift, no CLS web vital should be reported. **Please note that upgrading the SDK to this version may cause data in your dashboards to drastically change.** ##### Other Changes - build(aws-lambda/v7): Turn off lambda layer publishing ([#&#8203;11875](https://togithub.com/getsentry/sentry-javascript/issues/11875)) - feat(v7): Add `tunnel` support to multiplexed transport ([#&#8203;11851](https://togithub.com/getsentry/sentry-javascript/issues/11851)) - fix(opentelemetry-node): support `HTTP_REQUEST_METHOD` attribute ([#&#8203;11929](https://togithub.com/getsentry/sentry-javascript/issues/11929)) - fix(react/v7): Fix react router v4/v5 span names ([#&#8203;11940](https://togithub.com/getsentry/sentry-javascript/issues/11940)) </details> <details> <summary>axios/axios (axios)</summary> ### [`v1.7.2`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#172-2024-05-21) [Compare Source](https://togithub.com/axios/axios/compare/v1.7.1...v1.7.2) ##### Bug Fixes - **fetch:** enhance fetch API detection; ([#&#8203;6413](https://togithub.com/axios/axios/issues/6413)) ([4f79aef](https://togithub.com/axios/axios/commit/4f79aef81b7c4644328365bfc33acf0a9ef595bc)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+3/-3 (#&#8203;6413 )") ### [`v1.7.1`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#171-2024-05-20) [Compare Source](https://togithub.com/axios/axios/compare/v1.7.0...v1.7.1) ##### Bug Fixes - **fetch:** fixed ReferenceError issue when TextEncoder is not available in the environment; ([#&#8203;6410](https://togithub.com/axios/axios/issues/6410)) ([733f15f](https://togithub.com/axios/axios/commit/733f15fe5bd2d67e1fadaee82e7913b70d45dc5e)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+14/-9 (#&#8203;6410 )") ### [`v1.7.0`](https://togithub.com/axios/axios/blob/HEAD/CHANGELOG.md#170-2024-05-19) [Compare Source](https://togithub.com/axios/axios/compare/v1.6.8...v1.7.0) ##### Features - **adapter:** add fetch adapter; ([#&#8203;6371](https://togithub.com/axios/axios/issues/6371)) ([a3ff99b](https://togithub.com/axios/axios/commit/a3ff99b59d8ec2ab5dd049e68c043617a4072e42)) ##### Bug Fixes - **core/axios:** handle un-writable error stack ([#&#8203;6362](https://togithub.com/axios/axios/issues/6362)) ([81e0455](https://togithub.com/axios/axios/commit/81e0455b7b57fbaf2be16a73ebe0e6591cc6d8f9)) ##### Contributors to this release - <img src="https://avatars.githubusercontent.com/u/12586868?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Dmitriy Mozgovoy](https://togithub.com/DigitalBrainJS "+1015/-127 (#&#8203;6371 )") - <img src="https://avatars.githubusercontent.com/u/4814473?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Jay](https://togithub.com/jasonsaayman "+30/-14 ()") - <img src="https://avatars.githubusercontent.com/u/16711696?v&#x3D;4&amp;s&#x3D;18" alt="avatar" width="18"/> [Alexandre ABRIOUX](https://togithub.com/alexandre-abrioux "+56/-6 (#&#8203;6362 )") </details> <details> <summary>discordjs/discord.js (discord.js)</summary> ### [`v14.15.3`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14153---2024-06-02) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.15.2...14.15.3) #### Bug Fixes - **Message:** Properly compare `attachments` and `embeds` ([#&#8203;10282](https://togithub.com/discordjs/discord.js/issues/10282)) ([a468ae8](https://togithub.com/discordjs/discord.js/commit/a468ae8bb5a9de9cb34d40493c59693e84c2812a)) - Throw error on no message id for `Message#fetchReference()` ([#&#8203;10295](https://togithub.com/discordjs/discord.js/issues/10295)) ([638b896](https://togithub.com/discordjs/discord.js/commit/638b896efaf0a01b477f91c17170214ad96b1602)) - **ThreadChannel:** Invalid owner fetch option ([#&#8203;10292](https://togithub.com/discordjs/discord.js/issues/10292)) ([27d0659](https://togithub.com/discordjs/discord.js/commit/27d0659a45c44f0c5986688d16f28e75e99abcc1)) - **Action:** Ensure all properties on `getChannel()` are passed ([#&#8203;10278](https://togithub.com/discordjs/discord.js/issues/10278)) ([92c1a51](https://togithub.com/discordjs/discord.js/commit/92c1a511dc0d9b552b797ef25c7aed2eb36b4386)) - **docs:** Some link tags didn't resolve correctly ([#&#8203;10269](https://togithub.com/discordjs/discord.js/issues/10269)) ([914cc4b](https://togithub.com/discordjs/discord.js/commit/914cc4ba5441cde5aa6dc8ec6406a283855d6828)) - **actions:** Handle missing poll object ([#&#8203;10266](https://togithub.com/discordjs/discord.js/issues/10266)) ([7816ec2](https://togithub.com/discordjs/discord.js/commit/7816ec2e6b28daf400eaa9cb050fb72908e6f7c6)) #### Refactor - **GuildChannelManager:** Improve addFollower errors ([#&#8203;10277](https://togithub.com/discordjs/discord.js/issues/10277)) ([555961b](https://togithub.com/discordjs/discord.js/commit/555961b3b8da8759349cd0e88f89f98d2e8a6363)) #### Typings - Forum starter messages do not support polls ([#&#8203;10276](https://togithub.com/discordjs/discord.js/issues/10276)) ([35207b0](https://togithub.com/discordjs/discord.js/commit/35207b0b31929558eee69f4bd53a6f9adadb0362)) - Add `defaultValues` to respective select menu components data ([#&#8203;10265](https://togithub.com/discordjs/discord.js/issues/10265)) ([c2432d5](https://togithub.com/discordjs/discord.js/commit/c2432d5704e4e178c044bc0d02f2dabe51450d19)) ### [`v14.15.2`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14152---2024-05-05) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.15.1...14.15.2) #### Bug Fixes - **PollAnswer:** FetchVoters route changed to MessageManager ([#&#8203;10251](https://togithub.com/discordjs/discord.js/issues/10251)) ([30d79e8](https://togithub.com/discordjs/discord.js/commit/30d79e85fb8502aee5c63fe7effd9029e347d266)) ### [`v14.15.1`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14151---2024-05-04) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.15.0...14.15.1) #### Bug Fixes - **MessageManager:** Poll methods don't need a channel id ([#&#8203;10249](https://togithub.com/discordjs/discord.js/issues/10249)) ([0474a43](https://togithub.com/discordjs/discord.js/commit/0474a4375146b57b35074dadbaa83274416f899e)) ### [`v14.15.0`](https://togithub.com/discordjs/discord.js/blob/HEAD/packages/discord.js/CHANGELOG.md#14150---2024-05-04) [Compare Source](https://togithub.com/discordjs/discord.js/compare/14.14.1...14.15.0) #### Bug Fixes - **Message:** Not crosspostable if has a poll ([#&#8203;10246](https://togithub.com/discordjs/discord.js/issues/10246)) ([a6b9f1b](https://togithub.com/discordjs/discord.js/commit/a6b9f1b37e60a9cd6689cec9d9d062a01d179165)) - **actions:** Always emit message create for own messages ([#&#8203;10211](https://togithub.com/discordjs/discord.js/issues/10211)) ([798f28c](https://togithub.com/discordjs/discord.js/commit/798f28cb9b25f9f1760be1300465869772f43978)) - **Embed:** Address `equals` method issue ([#&#8203;10152](https://togithub.com/discordjs/discord.js/issues/10152)) ([ddc927f](https://togithub.com/discordjs/discord.js/commit/ddc927fabdc4d79a00a89652fb7d6310a40e6397)) - **types:** Export `ReadonlyCollection` ([#&#8203;10184](https://togithub.com/discordjs/discord.js/issues/10184)) ([6cc5fa2](https://togithub.com/discordjs/discord.js/commit/6cc5fa28e6dc540a48c9e6f734ffb3832b78b3df)) - Anchor link for events ([0efd1be](https://togithub.com/discordjs/discord.js/commit/0efd1bea46fa2fc8bcd3dcfd0ac5cd608a0a7df0)) - **resolveColor:** Address case for numbers ([#&#8203;10115](https://togithub.com/discordjs/discord.js/issues/10115)) ([3755e66](https://togithub.com/discordjs/discord.js/commit/3755e66d411efd6ed210d5070a0257c742c336d6)) - Invert deletable message types list ([#&#8203;10093](https://togithub.com/discordjs/discord.js/issues/10093)) ([42bc5d2](https://togithub.com/discordjs/discord.js/commit/42bc5d2c744d59a63ba2cccff2099092556da49e)) - **BaseClient:** Fall back to `userAgentAppendix` ([#&#8203;10113](https://togithub.com/discordjs/discord.js/issues/10113)) ([b16647e](https://togithub.com/discordjs/discord.js/commit/b16647e6cc6c1d0ee13ac5ce3bf31fd743355eb3)) - **InteractionResponses:** Check if ephemeral message flag is used ([#&#8203;10021](https://togithub.com/discordjs/discord.js/issues/10021)) ([62e31cb](https://togithub.com/discordjs/discord.js/commit/62e31cb9ee4b21b15fcce45b2cdfab970bb89824)) - Replace internal calls to Emoji#url ([#&#8203;10025](https://togithub.com/discordjs/discord.js/issues/10025)) ([941642a](https://togithub.com/discordjs/discord.js/commit/941642ad2ff31017cfe0419fda55f1f2a1f12286)) - Export "ESM" types when discord.js is imported in ESM land ([#&#8203;10009](https://togithub.com/discordjs/discord.js/issues/10009)) ([e412a22](https://togithub.com/discordjs/discord.js/commit/e412a22ceb92f142fbeddb6b9330e046bec92c69)) - **website:** Discord-api-types links, URL links and some minor doc issues ([#&#8203;9990](https://togithub.com/discordjs/discord.js/issues/9990)) ([57c414b](https://togithub.com/discordjs/discord.js/commit/57c414be21157a83a5dfe0f720b0f8d495e28538)) - **website:** Cross package deprecated links ([#&#8203;9981](https://togithub.com/discordjs/discord.js/issues/9981)) ([802ec63](https://togithub.com/discordjs/discord.js/commit/802ec63a4872430577431a2b8fbff87d504f81e4)) - Minify mainlib docs json ([#&#8203;9963](https://togithub.com/discordjs/discord.js/issues/9963)) ([4b88306](https://togithub.com/discordjs/discord.js/commit/4b88306dcb2b16b840ec61e9e33047af3a31c45d)) - **website:** Misc improvements ([#&#8203;9940](https://togithub.com/discordjs/discord.js/issues/9940)) ([b79351b](https://togithub.com/discordjs/discord.js/commit/b79351ba99d71b1c0e9263539634cd2532ee7b60)) #### Documentation - Remove unused `Locale` typedef ([#&#8203;10191](https://togithub.com/discordjs/discord.js/issues/10191)) ([f1f2683](https://togithub.com/discordjs/discord.js/commit/f1f2683dc7179a84f9efe0217381fe0a9f61283e)) - **ActionRow:** Fix deprecated message ([#&#8203;10130](https://togithub.com/discordjs/discord.js/issues/10130)) ([f67da74](https://togithub.com/discordjs/discord.js/commit/f67da74a5aca929aa71d5b1ff040cef17eda7c62)) - **ApplicationCommandPermissionsManager:** Remove incorrect comment ([#&#8203;10123](https://togithub.com/discordjs/discord.js/issues/10123)) ([e9d6547](https://togithub.com/discordjs/discord.js/commit/e9d654772d1edb55e3aed69e7778e84c204b38e7)) - Split docs.api.json into multiple json files ([597340f](https://togithub.com/discordjs/discord.js/commit/597340f288437c35da8c703d9b621274de60d880)) - Convert comment into private remark ([#&#8203;10097](https://togithub.com/discordjs/discord.js/issues/10097)) ([bfc7bb5](https://togithub.com/discordjs/discord.js/commit/bfc7bb55641c60d4d67e57c27c9d1e63b6f30c9b)) - **BaseInteraction:** Correct return type of `member` ([#&#8203;10096](https://togithub.com/discordjs/discord.js/issues/10096)) ([f48787e](https://togithub.com/discordjs/discord.js/commit/f48787eef183ff3ae24cf353c191f3c672c8de73)) - **ThreadMember:** Fix docblock async return type ([#&#8203;10058](https://togithub.com/discordjs/discord.js/issues/10058)) ([4824ac1](https://togithub.com/discordjs/discord.js/commit/4824ac154d89e5168754d46c5a55f3493c5ae14f)) - **CategoryCreateChannelOptions:** Update reference ([#&#8203;10031](https://togithub.com/discordjs/discord.js/issues/10031)) ([8ace6fa](https://togithub.com/discordjs/discord.js/commit/8ace6face82315d7e6453f49ca121663e36bcb1e)) - **resolvePartialEmoji:** Add `@internal` to all overloads ([#&#8203;10033](https://togithub.com/discordjs/discord.js/issues/10033)) ([e245a39](https://togithub.com/discordjs/discord.js/commit/e245a390e7b8c665e5dcd1dbfeb0265af91db4e7)) - **PermissionOverwriteManager:** `PermissionsFlagsBit` typo ([#&#8203;10004](https://togithub.com/discordjs/discord.js/issues/10004)) ([b992019](https://togithub.com/discordjs/discord.js/commit/b992019a78d4e35024fe9bb5536ec352672a2de9)) - Fix links in [@&#8203;deprecated](https://togithub.com/deprecated) tags ([#&#8203;9976](https://togithub.com/discordjs/discord.js/issues/9976)) ([9868772](https://togithub.com/discordjs/discord.js/commit/9868772b6418d521650c3690dd5f5172e2a36d00)) #### Features - **MessageManager:** Poll methods ([#&#8203;10239](https://togithub.com/discordjs/discord.js/issues/10239)) ([6cf094c](https://togithub.com/discordjs/discord.js/commit/6cf094c28214c24fd70045e848c48bfb33eaf47a)) - Consumable entitlements ([#&#8203;10235](https://togithub.com/discordjs/discord.js/issues/10235)) ([9978870](https://togithub.com/discordjs/discord.js/commit/997887069a00b732e62ba7bdceed714e3ede1079)) - Polls ([#&#8203;10185](https://togithub.com/discordjs/discord.js/issues/10185)) ([a1aeaeb](https://togithub.com/discordjs/discord.js/commit/a1aeaeb9d804b126dd525b6090c6f2ff9591cb9c)) - **ClientUser:** Add support for setting bot banner ([#&#8203;10176](https://togithub.com/discordjs/discord.js/issues/10176)) ([de14c92](https://togithub.com/discordjs/discord.js/commit/de14c92c1158d3e5d7d87d29d2fe9d99eb407df5)) - **GuildBanManager:** Add `bulkCreate()` method ([#&#8203;10182](https://togithub.com/discordjs/discord.js/issues/10182)) ([b6bdd57](https://togithub.com/discordjs/discord.js/commit/b6bdd578b9c26158ce5552993e649e92c52f1024)) - Local and preview detection ([79fbda3](https://togithub.com/discordjs/discord.js/commit/79fbda3aac6d4f0f8bfb193e797d09cbe331d315)) - **MessageCreateOptions:** Add `enforceNonce` ([#&#8203;10129](https://togithub.com/discordjs/discord.js/issues/10129)) ([992aa67](https://togithub.com/discordjs/discord.js/commit/992aa67841720bedb41829076580f22bbbdfbab6)) - Add support for `using` keyword on discord.js `Client` and `WebSocketManager` ([#&#8203;10063](https://togithub.com/discordjs/discord.js/issues/10063)) ([543d617](https://togithub.com/discordjs/discord.js/commit/543d61737e0709b9d88029d01156d48cfcaf3bcc)) - **Webhook:** Allow setting `appliedTags` on `send()` ([#&#8203;10027](https://togithub.com/discordjs/discord.js/issues/10027)) ([33674be](https://togithub.com/discordjs/discord.js/commit/33674be85ef705e35307a66ffdfa232059386ca6)) - Premium application subscriptions ([#&#8203;9907](https://togithub.com/discordjs/discord.js/issues/9907)) ([c4fcee3](https://togithub.com/discordjs/discord.js/commit/c4fcee3ef6021c440f162a5764d5d9465f06dc9b)) - **website:** Show union members of type aliases ([#&#8203;10001](https://togithub.com/discordjs/discord.js/issues/10001)) ([a44ada6](https://togithub.com/discordjs/discord.js/commit/a44ada661f14504b56102e081b1c7108f4d9b06e)) #### Performance - **Presence:** Prefer boolean client status comparison before activity checks ([#&#8203;10213](https://togithub.com/discordjs/discord.js/issues/10213)) ([4ad2858](https://togithub.com/discordjs/discord.js/commit/4ad285804bfd72b157139dde61c3fd8ac2544322)) #### Refactor - **ThreadChannel:** Use single thread member endpoint ([#&#8203;10136](https://togithub.com/discordjs/discord.js/issues/10136)) ([f500ad6](https://togithub.com/discordjs/discord.js/commit/f500ad6e2ee7e3cd75371bce37fc3908c19d6466)) - Docs ([#&#8203;10126](https://togithub.com/discordjs/discord.js/issues/10126)) ([18cce83](https://togithub.com/discordjs/discord.js/commit/18cce83d80598c430218775c53441b6b2ecdc776)) - Remove usage of mixin on error classes ([#&#8203;10128](https://togithub.com/discordjs/discord.js/issues/10128)) ([f48cb2a](https://togithub.com/discordjs/discord.js/commit/f48cb2a357b754ac1748d67dd71be93f9795e038)) - **resolveColor:** Prioritise number type check ([#&#8203;10116](https://togithub.com/discordjs/discord.js/issues/10116)) ([d4472f8](https://togithub.com/discordjs/discord.js/commit/d4472f85a57a13a9ddd90b877cca977d18be5dee)) - **Messages:** Improve `ColorConvert` error ([#&#8203;10108](https://togithub.com/discordjs/discord.js/issues/10108)) ([fc1f8ae](https://togithub.com/discordjs/discord.js/commit/fc1f8ae3748354cb2fc847bbc3e631d1adb7b2e6)) - **formatters:** Add support for object and name param in `formatEmoji()` ([#&#8203;10076](https://togithub.com/discordjs/discord.js/issues/10076)) ([7b8e0de](https://togithub.com/discordjs/discord.js/commit/7b8e0debebb944184b5817edd76cb0ac7e870993)) - Document relevant types as `@internal` ([#&#8203;9974](https://togithub.com/discordjs/discord.js/issues/9974)) ([2b8ac35](https://togithub.com/discordjs/discord.js/commit/2b8ac35e56f1684f696bda9bcd5f772eefb39fdc)) - **ThreadMemberManager:** #remove accepts UserResolvable ([#&#8203;10000](https://togithub.com/discordjs/discord.js/issues/10000)) ([179af38](https://togithub.com/discordjs/discord.js/commit/179af387d06fd38c40d7a51b73bb73b41b298c2a)) #### Typings - Add `Poll` to `Message` ([#&#8203;10245](https://togithub.com/discordjs/discord.js/issues/10245)) ([cb961f5](https://togithub.com/discordjs/discord.js/commit/cb961f5be3369cc2fc7c65e84e3cea534c3fa683)) - Generic for Webhook type ([#&#8203;10188](https://togithub.com/discordjs/discord.js/issues/10188)) ([980a2b7](https://togithub.com/discordjs/discord.js/commit/980a2b71c7b2b27bcea58b6e9d98f16d5b509006)) - Fix duplicate props in merged interfaces ([#&#8203;10160](https://togithub.com/discordjs/discord.js/issues/10160)) ([a1010c6](https://togithub.com/discordjs/discord.js/commit/a1010c61f5978093d1a9ff087679a2d7ddff5b03)) - Update accessibility modifiers on constructors ([#&#8203;10147](https://togithub.com/discordjs/discord.js/issues/10147)) ([efa3cac](https://togithub.com/discordjs/discord.js/commit/efa3cac6f223d8781b1ebab857f1da6a25c3e6b4)) - **Builder.from:** Fix wrong types ([#&#8203;10071](https://togithub.com/discordjs/discord.js/issues/10071)) ([bfbd62e](https://togithub.com/discordjs/discord.js/commit/bfbd62e3e00ab47013f6f4a7a63c29074452de54)) - Use readonly array / collection types for user input ([#&#8203;10045](https://togithub.com/discordjs/discord.js/issues/10045)) ([bcd4c2c](https://togithub.com/discordjs/discord.js/commit/bcd4c2cb23a1121b06e00e0a39c364c7b1de6e8a)) - **InteractionReplyOptions:** Allow setting `MessageFlags.SuppressNotifications` ([#&#8203;9199](https://togithub.com/discordjs/discord.js/issues/9199)) ([c89c343](https://togithub.com/discordjs/discord.js/commit/c89c343b0a6f74fc760ae6a2dab42cc07fef6b39)) - Replace Mixins with interface merging ([#&#8203;10094](https://togithub.com/discordjs/discord.js/issues/10094)) ([54106db](https://togithub.com/discordjs/discord.js/commit/54106dbd8175881840654a1936988e05b5f60c1e)) - **DirectoryChannel:** Ensure directory channels cannot contain user mentions when stringified ([#&#8203;10043](https://togithub.com/discordjs/discord.js/issues/10043)) ([db56324](https://togithub.com/discordjs/discord.js/commit/db56324624b4eca706b487f425df990a2e44a369)) - Change Awaitable<void> to void ([#&#8203;10017](https://togithub.com/discordjs/discord.js/issues/10017)) ([1acc9ab](https://togithub.com/discordjs/discord.js/commit/1acc9abae2c3c6aafac464bd7a85be994b55737f)) - Omit unnecessary methods from <ContextMenuCommandInteraction>.options ([#&#8203;10003](https://togithub.com/discordjs/discord.js/issues/10003)) ([17a6f5d](https://togithub.com/discordjs/discord.js/commit/17a6f5d3c971bf8d47dfed37c96e064ae74535e3)) - **InteractionWebhook:** Add `client` ([#&#8203;9997](https://togithub.com/discordjs/discord.js/issues/9997)) ([30f6a5f](https://togithub.com/discordjs/discord.js/commit/30f6a5fc5666e2131270a5b358fca2a6948f0d57)) </details> <details> <summary>Automattic/mongoose (mongoose)</summary> ### [`v8.5.1`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#851--2024-07-12) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.5.0...8.5.1) \================== - perf(model): performance improvements for insertMany() [#&#8203;14724](https://togithub.com/Automattic/mongoose/issues/14724) - fix(model): avoid leaving subdoc defaults on top-level doc when setting subdocument to same value [#&#8203;14728](https://togithub.com/Automattic/mongoose/issues/14728) [#&#8203;14722](https://togithub.com/Automattic/mongoose/issues/14722) - fix(model): handle transactionAsyncLocalStorage option with insertMany() [#&#8203;14743](https://togithub.com/Automattic/mongoose/issues/14743) - types: make \_id required on Document type [#&#8203;14735](https://togithub.com/Automattic/mongoose/issues/14735) [#&#8203;14660](https://togithub.com/Automattic/mongoose/issues/14660) - types: fix ChangeStream.close to return a Promise<void> like the driver [#&#8203;14740](https://togithub.com/Automattic/mongoose/issues/14740) [orgads](https://togithub.com/orgads) ### [`v8.5.0`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#850--2024-07-08) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.5...8.5.0) \================== - perf: memoize toJSON / toObject default options [#&#8203;14672](https://togithub.com/Automattic/mongoose/issues/14672) - feat(document): add $createModifiedPathsSnapshot(), $restoreModifiedPathsSnapshot(), $clearModifiedPaths() [#&#8203;14699](https://togithub.com/Automattic/mongoose/issues/14699) [#&#8203;14268](https://togithub.com/Automattic/mongoose/issues/14268) - feat(query): make sanitizeProjection prevent projecting in paths deselected in the schema [#&#8203;14691](https://togithub.com/Automattic/mongoose/issues/14691) - feat: allow setting array default value to null [#&#8203;14717](https://togithub.com/Automattic/mongoose/issues/14717) [#&#8203;6691](https://togithub.com/Automattic/mongoose/issues/6691) - feat(mongoose): allow drivers to set global plugins [#&#8203;14682](https://togithub.com/Automattic/mongoose/issues/14682) - feat(connection): bubble up monitorCommands events to Mongoose connection if monitorCommands option set [#&#8203;14681](https://togithub.com/Automattic/mongoose/issues/14681) [#&#8203;14611](https://togithub.com/Automattic/mongoose/issues/14611) - fix(document): ensure post('deleteOne') hooks are called when calling save() after subdoc.deleteOne() [#&#8203;14732](https://togithub.com/Automattic/mongoose/issues/14732) [#&#8203;9885](https://togithub.com/Automattic/mongoose/issues/9885) - fix(query): remove count() and findOneAndRemove() from query chaining [#&#8203;14692](https://togithub.com/Automattic/mongoose/issues/14692) [#&#8203;14689](https://togithub.com/Automattic/mongoose/issues/14689) - fix: remove default connection if setting createInitialConnection to false after Mongoose instance created [#&#8203;14679](https://togithub.com/Automattic/mongoose/issues/14679) [#&#8203;8302](https://togithub.com/Automattic/mongoose/issues/8302) - types(models+query): infer return type from schema for 1-level deep nested paths [#&#8203;14632](https://togithub.com/Automattic/mongoose/issues/14632) - types(connection): make transaction() return type match the executor function [#&#8203;14661](https://togithub.com/Automattic/mongoose/issues/14661) [#&#8203;14656](https://togithub.com/Automattic/mongoose/issues/14656) - docs: fix docs links in index.md [mirasayon](https://togithub.com/mirasayon) ### [`v8.4.5`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#845--2024-07-05) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.4...8.4.5) \================== - types: correct this for validate.validator schematype option [#&#8203;14720](https://togithub.com/Automattic/mongoose/issues/14720) [#&#8203;14696](https://togithub.com/Automattic/mongoose/issues/14696) - docs(model): note that insertMany() with lean skips applying defaults [#&#8203;14723](https://togithub.com/Automattic/mongoose/issues/14723) [#&#8203;14698](https://togithub.com/Automattic/mongoose/issues/14698) ### [`v8.4.4`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#844--2024-06-25) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.3...8.4.4) \================== - perf: avoid unnecesary get() call and use faster approach for converting to string [#&#8203;14673](https://togithub.com/Automattic/mongoose/issues/14673) [#&#8203;14394](https://togithub.com/Automattic/mongoose/issues/14394) - fix(projection): handle projections on arrays in Model.hydrate() projection option [#&#8203;14686](https://togithub.com/Automattic/mongoose/issues/14686) [#&#8203;14680](https://togithub.com/Automattic/mongoose/issues/14680) - fix(document): avoid passing validateModifiedOnly to subdocs so subdocs get fully validating if they're directly modified [#&#8203;14685](https://togithub.com/Automattic/mongoose/issues/14685) [#&#8203;14677](https://togithub.com/Automattic/mongoose/issues/14677) - fix: handle casting primitive array with $elemMatch in bulkWrite() [#&#8203;14687](https://togithub.com/Automattic/mongoose/issues/14687) [#&#8203;14678](https://togithub.com/Automattic/mongoose/issues/14678) - fix(query): cast $pull using embedded discriminator schema when discriminator key is set in filter [#&#8203;14676](https://togithub.com/Automattic/mongoose/issues/14676) [#&#8203;14675](https://togithub.com/Automattic/mongoose/issues/14675) - types(connection): fix return type of withSession() [#&#8203;14690](https://togithub.com/Automattic/mongoose/issues/14690) [tt-public](https://togithub.com/tt-public) - types: add $documents pipeline stage and fix $unionWith type [#&#8203;14666](https://togithub.com/Automattic/mongoose/issues/14666) [nick-statsig](https://togithub.com/nick-statsig) - docs(findoneandupdate): improve example that shows findOneAndUpdate() returning doc before updates were applied [#&#8203;14671](https://togithub.com/Automattic/mongoose/issues/14671) [#&#8203;14670](https://togithub.com/Automattic/mongoose/issues/14670) ### [`v8.4.3`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#843--2024-06-17) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.2...8.4.3) \================== - fix: remove 0x flamegraph files from release ### [`v8.4.2`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#842--2024-06-17) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.1...8.4.2) \================== - perf: more toObject() perf improvements [#&#8203;14623](https://togithub.com/Automattic/mongoose/issues/14623) [#&#8203;14606](https://togithub.com/Automattic/mongoose/issues/14606) [#&#8203;14394](https://togithub.com/Automattic/mongoose/issues/14394) - fix(model): check the value of overwriteModels in options when calling discriminator() [#&#8203;14646](https://togithub.com/Automattic/mongoose/issues/14646) [uditha-g](https://togithub.com/uditha-g) - fix: avoid throwing TypeError when deleting an null entry on a populated Map [#&#8203;14654](https://togithub.com/Automattic/mongoose/issues/14654) [futurliberta](https://togithub.com/futurliberta) - fix(connection): fix up some inconsistencies in operation-end event and add to docs [#&#8203;14659](https://togithub.com/Automattic/mongoose/issues/14659) [#&#8203;14648](https://togithub.com/Automattic/mongoose/issues/14648) - types: avoid inferring Boolean, Buffer, ObjectId as Date in schema definitions under certain circumstances [#&#8203;14667](https://togithub.com/Automattic/mongoose/issues/14667) [#&#8203;14630](https://togithub.com/Automattic/mongoose/issues/14630) - docs: add note about parallelism in transations [#&#8203;14647](https://togithub.com/Automattic/mongoose/issues/14647) [fiws](https://togithub.com/fiws) ### [`v8.4.1`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#841--2024-05-31) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.4.0...8.4.1) \================== - fix: pass options to clone instead of get in applyVirtuals [#&#8203;14606](https://togithub.com/Automattic/mongoose/issues/14606) [#&#8203;14543](https://togithub.com/Automattic/mongoose/issues/14543) [andrews05](https://togithub.com/andrews05) - fix(document): fire pre validate hooks on 5 level deep single nested subdoc when modifying after save() [#&#8203;14604](https://togithub.com/Automattic/mongoose/issues/14604) [#&#8203;14591](https://togithub.com/Automattic/mongoose/issues/14591) - fix: ensure buildBulkWriteOperations target shard if shardKey is set [#&#8203;14622](https://togithub.com/Automattic/mongoose/issues/14622) [#&#8203;14621](https://togithub.com/Automattic/mongoose/issues/14621) [matlpriceshape](https://togithub.com/matlpriceshape) - types: pass DocType down to subdocuments so HydratedSingleSubdocument and HydratedArraySubdocument toObject() returns correct type [#&#8203;14612](https://togithub.com/Automattic/mongoose/issues/14612) [#&#8203;14601](https://togithub.com/Automattic/mongoose/issues/14601) ### [`v8.4.0`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#840--2024-05-17) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.3.5...8.4.0) \================== - feat: upgrade mongodb -> 6.6.2 [#&#8203;14584](https://togithub.com/Automattic/mongoose/issues/14584) - feat: add transactionAsyncLocalStorage option to opt in to automatically setting session on all transactions [#&#8203;14583](https://togithub.com/Automattic/mongoose/issues/14583) [#&#8203;13889](https://togithub.com/Automattic/mongoose/issues/13889) - feat: handle initially null driver when instantiating Mongoose for Rollup support [#&#8203;14577](https://togithub.com/Automattic/mongoose/issues/14577) [#&#8203;12335](https://togithub.com/Automattic/mongoose/issues/12335) - feat(mongoose): export omitUndefined() helper [#&#8203;14582](https://togithub.com/Automattic/mongoose/issues/14582) [#&#8203;14569](https://togithub.com/Automattic/mongoose/issues/14569) - feat: add Model.listSearchIndexes() [#&#8203;14519](https://togithub.com/Automattic/mongoose/issues/14519) [#&#8203;14450](https://togithub.com/Automattic/mongoose/issues/14450) - feat(connection): add listDatabases() function [#&#8203;14506](https://togithub.com/Automattic/mongoose/issues/14506) [#&#8203;9048](https://togithub.com/Automattic/mongoose/issues/9048) - feat(schema): add schema-level readConcern option to apply default readConcern for all queries [#&#8203;14579](https://togithub.com/Automattic/mongoose/issues/14579) [#&#8203;14511](https://togithub.com/Automattic/mongoose/issues/14511) - fix(error): remove model property from CastError to avoid printing all model properties to console [#&#8203;14568](https://togithub.com/Automattic/mongoose/issues/14568) [#&#8203;14529](https://togithub.com/Automattic/mongoose/issues/14529) - fix(model): make bulkWrite() and insertMany() throw if throwOnValidationError set and all ops invalid [#&#8203;14587](https://togithub.com/Automattic/mongoose/issues/14587) [#&#8203;14572](https://togithub.com/Automattic/mongoose/issues/14572) - fix(document): ensure transform function passed to toObject() options applies to subdocs [#&#8203;14600](https://togithub.com/Automattic/mongoose/issues/14600) [#&#8203;14589](https://togithub.com/Automattic/mongoose/issues/14589) - types: add inferRawDocType helper [#&#8203;13900](https://togithub.com/Automattic/mongoose/issues/13900) [#&#8203;13772](https://togithub.com/Automattic/mongoose/issues/13772) - types(document): make document \_id type default to unknown instead of any [#&#8203;14541](https://togithub.com/Automattic/mongoose/issues/14541) ### [`v8.3.5`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#835--2024-05-15) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.3.4...8.3.5) \================== - fix(query): shallow clone $or, $and if merging onto empty query filter [#&#8203;14580](https://togithub.com/Automattic/mongoose/issues/14580) [#&#8203;14567](https://togithub.com/Automattic/mongoose/issues/14567) - types(model+query): pass TInstanceMethods to QueryWithHelpers so populated docs have methods [#&#8203;14581](https://togithub.com/Automattic/mongoose/issues/14581) [#&#8203;14574](https://togithub.com/Automattic/mongoose/issues/14574) - docs(typescript): clarify that setting THydratedDocumentType on schemas is necessary for correct method context [#&#8203;14575](https://togithub.com/Automattic/mongoose/issues/14575) [#&#8203;14573](https://togithub.com/Automattic/mongoose/issues/14573) ### [`v8.3.4`](https://togithub.com/Automattic/mongoose/blob/HEAD/CHANGELOG.md#834--2024-05-06) [Compare Source](https://togithub.com/Automattic/mongoose/compare/8.3.3...8.3.4) \================== - perf(document): avoid cloning options using spread operator for perf reasons [#&#8203;14565](https://togithub.com/Automattic/mongoose/issues/14565) [#&#8203;14394](https://togithub.com/Automattic/mongoose/issues/14394) - fix(query): apply translateAliases before casting to avoid strictMode error when using aliases [#&#8203;14562](https://togithub.com/Automattic/mongoose/issues/14562) [#&#8203;14521](https://togithub.com/Automattic/mongoose/issues/14521) - fix(model): consistent top-level timestamps option for bulkWrite operations [#&#8203;14546](https://togithub.com/Automattic/mongoose/issues/14546) [#&#8203;14536](https://togithub.com/Automattic/mongoose/issues/14536) - docs(connections): improve description of connection creation patterns [#&#8203;14564](https://togithub.com/Automattic/mongoose/issues/14564) [#&#8203;14528](https://togithub.com/Automattic/mongoose/issues/14528) </details> <details> <summary>Microsoft/TypeScript (typescript)</summary> ### [`v5.5.3`](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...f0e992167440686f948965e5441a918b34251886) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3) ### [`v5.5.2`](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...ce2e60e4ea15a65992e54a9e8877d16be9d42abb) [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/wdhdev/global-chat). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Commenting is not possible because the repository is archived.
No description provided.