Update non-major dependencies #29

Merged
renovate merged 1 commit from renovate/non-major-dependencies into main 2026-07-25 02:37:16 +02:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@pulumi/pulumi (source) 3.251.03.254.0 age confidence
discord.js (source) 14.26.514.27.0 age confidence

Release Notes

pulumi/pulumi (@​pulumi/pulumi)

v3.254.0

Compare Source

Features
  • [cli] Add pulumi logs share command for sharing logs with Pulumi #​22546
  • [cli] Add pulumi stack migrate to migrate a stack from another backend to the currently logged-in backend, including re-encrypting config secrets and stack state under the target secrets provider #​22902
  • [cli/config] Add an --override-env flag to up, preview, destroy, and refresh to substitute imported environments for a single run without editing the stack config #​23562
  • [cli] Add pulumi neo acp to run Neo as an Agent Client Protocol agent over stdio for ACP-capable editors, with read-only and plan mode exposed as session config options #​23886
  • [cli/neo] Retry transient pulumi neo stream and message-send failures, and add pulumi neo resume with chat history #​23835
  • [cli/neo] Make Ctrl+C clear typed text and preserve Ctrl+A/Ctrl+E line navigation in pulumi neo #​23932
  • [cli/do] Add upsert to do, allowing resources to be statefully created or updated in a stack #​23813
  • [sdk/python] Add pulumi.run for natively awaited Python program entrypoints that can return stack outputs #​23945
  • [cli/do] Allow expressions for number inputs #​23954
  • [cli/do] Allow expressions for boolean inputs #​23967
  • [cli/policy] Add --runtime-options to pulumi policy new #​23992
  • [cli/do] Add support for stateful create #​23996
  • [cli/do] Add support for stateful delete #​24000
Bug Fixes
  • [sdkgen/go] Fix Go codegen for plain properties nested inside non-plain objects #​22524
  • [cli/neo] Keep pulumi neo connected during quiet periods when the event stream only receives keep-alive heartbeats #​23935
  • [engine] Validate snippets before persisting them #​23920
  • [backend] Fix dangling ReplaceWith references in the journal replayer #​23927
  • [cli/do] Fix the converter plugin not being called if just attributes needed converting #​23948
  • [programgen/go] Generate compilable Go for programs that use discriminated union members as array/list elements #​23980
Improvements
  • [cli] Align commands with the CLI naming guidelines, adding ls, rm, delete, mv, update, modify, create and setup aliases to list/remove/move/edit/new commands and making state remove and package remove the canonical names with delete kept as an alias #​23903
  • [cli] Suggest closely-matching commands from the whole command tree when an unknown command is entered #​23848
  • [cli] Print help but exit with a non-zero code when pulumi is run without a command, matching the behavior of other group commands #​23848
  • [programgen] Support onError resource hooks in generated Go, NodeJS, and Python programs and in the PCL runtime, retrying the failed operation when the hook command exits successfully #​23839
  • [protobuf] Add parent and properties fields to ResourceImport so state converters can express resource hierarchy and property filters #​23929
  • [protobuf] Allow state converters to declare explicit providers as resources in ConvertState responses and attach imported resources to them via the new provider field #​23975
  • [cli] Redact secrets in property values in logs #​23931
  • [cli] Make -v<n> --logflow no longer produce separate log files for plugins #​23938
  • [protobuf] Pass a schema loader target to state converters in ConvertStateRequest #​23944
  • [cli/import] Allow explicit providers to be declared in the resources section of an import file and referenced by name #​23972
  • [cli] Remove the template count from pulumi new --help, which required a slow template listing before help could display #​23973
  • [cli/import] Support inputs and outputs on resources in import files, importing supplied state directly and skipping the provider read when outputs are given #​23984
Miscellaneous
  • [sdk] Move RetrieveGitFolder to the gitutil package #​23955
  • [sdk] Move template helpers from workspace to pkg/cmd/pulumi/templates #​23963

v3.253.0

Compare Source

Features
  • [auto/go] Support --import-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations #​23833
Bug Fixes
  • [sdk] Precompose filenames to NFC on macOS when matching ignore patterns during archive creation, mirroring git's core.precomposeunicode so composed patterns match decomposed filenames #​23566
  • [cli] Respect the -v log level again so that without -v only warnings and errors are written to stderr #​23910
  • [codegen] Correctly generate provider resources declared inside PCL components for Node.js, Python and Go #​23904
Improvements
  • [cli] Add a --version flag to the pulumi command that prints the version, same as pulumi version #​23898
  • [cli] Align env commands with the CLI naming guidelines, making list, remove and move the canonical names with ls, rm, delete and mv kept as aliases #​23901

v3.252.0

Compare Source

Features
  • [auto] Add import to the generated automation APIs for NodeJS, Python and Go #​23876
Bug Fixes
  • [cli] Exit with a non-zero code when a command group such as pulumi env is given an unknown subcommand or no subcommand at all #​23814
  • [cli] Fix a panic when displaying a stack-level policy violation #​23692
  • [cli] Make reading non-secret stack outputs and running pulumi about no longer require the passphrase for passphrase-encrypted stacks #​23820
  • [cli] Avoid pulumi logs <command> showing the log for the currently running command #​23887
Improvements
  • [cli] Improve the error message when using Pulumi ESC with a DIY backend to suggest logging into Pulumi Cloud #​23811
  • [cli] Show command name for cli commands when running any command that lists logs #​23889
  • [cli/display] Render strings containing non-UTF8 bytes as b"" in diffs and JSON output #​23870
Bug Fixes
  • [cli/do] Fix calling delete on PF resources that need read called first #​23837
  • [cli/env] Submit the change request created by pulumi env open-request so it is pending approval instead of being left as an unsubmitted draft #​23802
Improvements
  • [cli/env] Add a --reason flag to pulumi env open-request to explain the request to approvers #​23802
Bug Fixes
  • [cli/neo] Fix the initial prompt sometimes rendering above the welcome banner in pulumi neo #​23831
Improvements
  • [cli/state] Improve the error message when a resource URN is not found in the state for pulumi state commands, suggesting close-matching URNs and how to list the URNs in the stack #​23812
Bug Fixes
  • [engine] Fix importing a resource whose import identifier differs from its canonical ID causes the resource to be deleted on a subsequent update #​23834
Improvements
  • [pcl] Allow binding hooks to a resource's onError option #​23838
Bug Fixes
  • [programgen] Deduplicate identical apply arguments to avoid unnecessary Promise.all/pulumi.all/Output.All in generated code #​22293
  • [sdk] Failed resource registrations will return faulted outputs, not unknown outputs #​23844
Features
  • [sdk/nodejs] Add a production runtime option for Node.js projects. When set to true in Pulumi.yaml, pulumi install skips devDependencies (npm --production, pnpm --production, yarn --production). #​23849
Bug Fixes
  • [sdk/nodejs] Fix empty node_modules folders in serialized function archives when using pnpm or symlinked workspace packages #​23866
Miscellaneous
  • [sdk/nodejs] Report the TypeScript version in pulumi about #​23850
  • [sdk/nodejs] Update OpenTelemetry dependencies #​23855
discordjs/discord.js (discord.js)

v14.27.0

Compare Source

Bug Fixes

Documentation

Features

Refactor

Typings

  • WebhookMessageCreateOptions: Omit sharedClientTheme (b816b79)
  • Message: Specify rawData arg type (#​11123) (c4531d4)
  • UserManager: Fix send() return type to Promise<Message> (#​11337) (07c4127)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@pulumi/pulumi](https://github.com/pulumi/pulumi) ([source](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | [`3.251.0` → `3.254.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.251.0/3.254.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@pulumi%2fpulumi/3.254.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@pulumi%2fpulumi/3.251.0/3.254.0?slim=true) | | [discord.js](https://discord.js.org) ([source](https://github.com/discordjs/discord.js/tree/HEAD/packages/discord.js)) | [`14.26.5` → `14.27.0`](https://renovatebot.com/diffs/npm/discord.js/14.26.5/14.27.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/discord.js/14.27.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/discord.js/14.26.5/14.27.0?slim=true) | --- ### Release Notes <details> <summary>pulumi/pulumi (@&#8203;pulumi/pulumi)</summary> ### [`v3.254.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32540-2026-07-23) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.253.0...v3.254.0) ##### Features - \[cli] Add `pulumi logs share` command for sharing logs with Pulumi [#&#8203;22546](https://github.com/pulumi/pulumi/pull/22546) - \[cli] Add `pulumi stack migrate` to migrate a stack from another backend to the currently logged-in backend, including re-encrypting config secrets and stack state under the target secrets provider [#&#8203;22902](https://github.com/pulumi/pulumi/pull/22902) - \[cli/config] Add an `--override-env` flag to `up`, `preview`, `destroy`, and `refresh` to substitute imported environments for a single run without editing the stack config [#&#8203;23562](https://github.com/pulumi/pulumi/pull/23562) - \[cli] Add `pulumi neo acp` to run Neo as an Agent Client Protocol agent over stdio for ACP-capable editors, with read-only and plan mode exposed as session config options [#&#8203;23886](https://github.com/pulumi/pulumi/pull/23886) - \[cli/neo] Retry transient `pulumi neo` stream and message-send failures, and add `pulumi neo resume` with chat history [#&#8203;23835](https://github.com/pulumi/pulumi/pull/23835) - \[cli/neo] Make Ctrl+C clear typed text and preserve Ctrl+A/Ctrl+E line navigation in `pulumi neo` [#&#8203;23932](https://github.com/pulumi/pulumi/pull/23932) - \[cli/do] Add `upsert` to do, allowing resources to be statefully created or updated in a stack [#&#8203;23813](https://github.com/pulumi/pulumi/pull/23813) - \[sdk/python] Add `pulumi.run` for natively awaited Python program entrypoints that can return stack outputs [#&#8203;23945](https://github.com/pulumi/pulumi/pull/23945) - \[cli/do] Allow expressions for number inputs [#&#8203;23954](https://github.com/pulumi/pulumi/pull/23954) - \[cli/do] Allow expressions for boolean inputs [#&#8203;23967](https://github.com/pulumi/pulumi/pull/23967) - \[cli/policy] Add `--runtime-options` to `pulumi policy new` [#&#8203;23992](https://github.com/pulumi/pulumi/pull/23992) - \[cli/do] Add support for stateful create [#&#8203;23996](https://github.com/pulumi/pulumi/pull/23996) - \[cli/do] Add support for stateful delete [#&#8203;24000](https://github.com/pulumi/pulumi/pull/24000) ##### Bug Fixes - \[sdkgen/go] Fix Go codegen for plain properties nested inside non-plain objects [#&#8203;22524](https://github.com/pulumi/pulumi/pull/22524) - \[cli/neo] Keep `pulumi neo` connected during quiet periods when the event stream only receives keep-alive heartbeats [#&#8203;23935](https://github.com/pulumi/pulumi/pull/23935) - \[engine] Validate snippets before persisting them [#&#8203;23920](https://github.com/pulumi/pulumi/pull/23920) - \[backend] Fix dangling ReplaceWith references in the journal replayer [#&#8203;23927](https://github.com/pulumi/pulumi/pull/23927) - \[cli/do] Fix the converter plugin not being called if just attributes needed converting [#&#8203;23948](https://github.com/pulumi/pulumi/pull/23948) - \[programgen/go] Generate compilable Go for programs that use discriminated union members as array/list elements [#&#8203;23980](https://github.com/pulumi/pulumi/pull/23980) ##### Improvements - \[cli] Align commands with the CLI naming guidelines, adding `ls`, `rm`, `delete`, `mv`, `update`, `modify`, `create` and `setup` aliases to list/remove/move/edit/new commands and making `state remove` and `package remove` the canonical names with `delete` kept as an alias [#&#8203;23903](https://github.com/pulumi/pulumi/pull/23903) - \[cli] Suggest closely-matching commands from the whole command tree when an unknown command is entered [#&#8203;23848](https://github.com/pulumi/pulumi/pull/23848) - \[cli] Print help but exit with a non-zero code when `pulumi` is run without a command, matching the behavior of other group commands [#&#8203;23848](https://github.com/pulumi/pulumi/pull/23848) - \[programgen] Support `onError` resource hooks in generated Go, NodeJS, and Python programs and in the PCL runtime, retrying the failed operation when the hook command exits successfully [#&#8203;23839](https://github.com/pulumi/pulumi/pull/23839) - \[protobuf] Add parent and properties fields to ResourceImport so state converters can express resource hierarchy and property filters [#&#8203;23929](https://github.com/pulumi/pulumi/pull/23929) - \[protobuf] Allow state converters to declare explicit providers as resources in ConvertState responses and attach imported resources to them via the new provider field [#&#8203;23975](https://github.com/pulumi/pulumi/pull/23975) - \[cli] Redact secrets in property values in logs [#&#8203;23931](https://github.com/pulumi/pulumi/pull/23931) - \[cli] Make `-v<n> --logflow` no longer produce separate log files for plugins [#&#8203;23938](https://github.com/pulumi/pulumi/pull/23938) - \[protobuf] Pass a schema loader target to state converters in ConvertStateRequest [#&#8203;23944](https://github.com/pulumi/pulumi/pull/23944) - \[cli/import] Allow explicit providers to be declared in the resources section of an import file and referenced by name [#&#8203;23972](https://github.com/pulumi/pulumi/pull/23972) - \[cli] Remove the template count from `pulumi new --help`, which required a slow template listing before help could display [#&#8203;23973](https://github.com/pulumi/pulumi/pull/23973) - \[cli/import] Support inputs and outputs on resources in import files, importing supplied state directly and skipping the provider read when outputs are given [#&#8203;23984](https://github.com/pulumi/pulumi/pull/23984) ##### Miscellaneous - \[sdk] Move RetrieveGitFolder to the gitutil package [#&#8203;23955](https://github.com/pulumi/pulumi/pull/23955) - \[sdk] Move template helpers from workspace to pkg/cmd/pulumi/templates [#&#8203;23963](https://github.com/pulumi/pulumi/pull/23963) ### [`v3.253.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32530-2026-07-14) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.252.0...v3.253.0) ##### Features - \[auto/go] Support --import-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations [#&#8203;23833](https://github.com/pulumi/pulumi/pull/23833) ##### Bug Fixes - \[sdk] Precompose filenames to NFC on macOS when matching ignore patterns during archive creation, mirroring git's core.precomposeunicode so composed patterns match decomposed filenames [#&#8203;23566](https://github.com/pulumi/pulumi/pull/23566) - \[cli] Respect the -v log level again so that without -v only warnings and errors are written to stderr [#&#8203;23910](https://github.com/pulumi/pulumi/pull/23910) - \[codegen] Correctly generate provider resources declared inside PCL components for Node.js, Python and Go [#&#8203;23904](https://github.com/pulumi/pulumi/pull/23904) ##### Improvements - \[cli] Add a `--version` flag to the `pulumi` command that prints the version, same as `pulumi version` [#&#8203;23898](https://github.com/pulumi/pulumi/pull/23898) - \[cli] Align `env` commands with the CLI naming guidelines, making `list`, `remove` and `move` the canonical names with `ls`, `rm`, `delete` and `mv` kept as aliases [#&#8203;23901](https://github.com/pulumi/pulumi/pull/23901) ### [`v3.252.0`](https://github.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#32520-2026-07-13) [Compare Source](https://github.com/pulumi/pulumi/compare/v3.251.0...v3.252.0) ##### Features - \[auto] Add `import` to the generated automation APIs for NodeJS, Python and Go [#&#8203;23876](https://github.com/pulumi/pulumi/pull/23876) ##### Bug Fixes - \[cli] Exit with a non-zero code when a command group such as `pulumi env` is given an unknown subcommand or no subcommand at all [#&#8203;23814](https://github.com/pulumi/pulumi/pull/23814) - \[cli] Fix a panic when displaying a stack-level policy violation [#&#8203;23692](https://github.com/pulumi/pulumi/pull/23692) - \[cli] Make reading non-secret stack outputs and running `pulumi about` no longer require the passphrase for passphrase-encrypted stacks [#&#8203;23820](https://github.com/pulumi/pulumi/pull/23820) - \[cli] Avoid `pulumi logs <command>` showing the log for the currently running command [#&#8203;23887](https://github.com/pulumi/pulumi/pull/23887) ##### Improvements - \[cli] Improve the error message when using Pulumi ESC with a DIY backend to suggest logging into Pulumi Cloud [#&#8203;23811](https://github.com/pulumi/pulumi/pull/23811) - \[cli] Show command name for cli commands when running any command that lists logs [#&#8203;23889](https://github.com/pulumi/pulumi/pull/23889) - \[cli/display] Render strings containing non-UTF8 bytes as b"<base64>" in diffs and JSON output [#&#8203;23870](https://github.com/pulumi/pulumi/pull/23870) ##### Bug Fixes - \[cli/do] Fix calling delete on PF resources that need read called first [#&#8203;23837](https://github.com/pulumi/pulumi/pull/23837) - \[cli/env] Submit the change request created by `pulumi env open-request` so it is pending approval instead of being left as an unsubmitted draft [#&#8203;23802](https://github.com/pulumi/pulumi/pull/23802) ##### Improvements - \[cli/env] Add a `--reason` flag to `pulumi env open-request` to explain the request to approvers [#&#8203;23802](https://github.com/pulumi/pulumi/pull/23802) ##### Bug Fixes - \[cli/neo] Fix the initial prompt sometimes rendering above the welcome banner in `pulumi neo` [#&#8203;23831](https://github.com/pulumi/pulumi/pull/23831) ##### Improvements - \[cli/state] Improve the error message when a resource URN is not found in the state for `pulumi state` commands, suggesting close-matching URNs and how to list the URNs in the stack [#&#8203;23812](https://github.com/pulumi/pulumi/pull/23812) ##### Bug Fixes - \[engine] Fix importing a resource whose import identifier differs from its canonical ID causes the resource to be deleted on a subsequent update [#&#8203;23834](https://github.com/pulumi/pulumi/pull/23834) ##### Improvements - \[pcl] Allow binding hooks to a resource's `onError` option [#&#8203;23838](https://github.com/pulumi/pulumi/pull/23838) ##### Bug Fixes - \[programgen] Deduplicate identical apply arguments to avoid unnecessary Promise.all/pulumi.all/Output.All in generated code [#&#8203;22293](https://github.com/pulumi/pulumi/pull/22293) - \[sdk] Failed resource registrations will return faulted outputs, not unknown outputs [#&#8203;23844](https://github.com/pulumi/pulumi/pull/23844) ##### Features - \[sdk/nodejs] Add a `production` runtime option for Node.js projects. When set to `true` in `Pulumi.yaml`, `pulumi install` skips `devDependencies` (npm `--production`, pnpm `--production`, yarn `--production`). [#&#8203;23849](https://github.com/pulumi/pulumi/pull/23849) ##### Bug Fixes - \[sdk/nodejs] Fix empty node\_modules folders in serialized function archives when using pnpm or symlinked workspace packages [#&#8203;23866](https://github.com/pulumi/pulumi/pull/23866) ##### Miscellaneous - \[sdk/nodejs] Report the TypeScript version in `pulumi about` [#&#8203;23850](https://github.com/pulumi/pulumi/pull/23850) - \[sdk/nodejs] Update OpenTelemetry dependencies [#&#8203;23855](https://github.com/pulumi/pulumi/pull/23855) </details> <details> <summary>discordjs/discord.js (discord.js)</summary> ### [`v14.27.0`](https://github.com/discordjs/discord.js/releases/tag/14.27.0) [Compare Source](https://github.com/discordjs/discord.js/compare/14.26.5...14.27.0) #### Bug Fixes - Update `clientReady` event name references ([#&#8203;10632](https://github.com/discordjs/discord.js/issues/10632)) ([9592aea](https://github.com/discordjs/discord.js/commit/9592aea673df43561d8f7a23d86a29c9e17610cb)) - **InteractionResponses:** Optional parameter for update() ([#&#8203;10797](https://github.com/discordjs/discord.js/issues/10797)) ([fbda4fe](https://github.com/discordjs/discord.js/commit/fbda4fe5256802abf3ae4d74e5df8961e7950603)) - **guide:** Miscellaneous fixes ([#&#8203;11147](https://github.com/discordjs/discord.js/issues/11147)) ([c53c8c2](https://github.com/discordjs/discord.js/commit/c53c8c276e2aa3b93d2b5b945508be575b291c0b)) - **GuildChannel:** Manageable perm check ([#&#8203;11166](https://github.com/discordjs/discord.js/issues/11166)) ([8b342a1](https://github.com/discordjs/discord.js/commit/8b342a14a3d848ba221aed7ec652caf547a2dd78)) - **StageInstanceManager#create:** Correctly resolve `guildScheduledEvent` ([#&#8203;11540](https://github.com/discordjs/discord.js/issues/11540)) ([0aabb6c](https://github.com/discordjs/discord.js/commit/0aabb6cde24a10218bd97f452dd9ab112f17c833)) - **RoleManager:** Allow null in RoleColorsResolvable to clear gradient colors ([#&#8203;11536](https://github.com/discordjs/discord.js/issues/11536)) ([221680d](https://github.com/discordjs/discord.js/commit/221680dbd13f7610dc95d39a4527ec39854330b6)) - **GuildChannel:** Handle empty overwrite must only handle [@&#8203;everyone](https://github.com/everyone) ([#&#8203;11221](https://github.com/discordjs/discord.js/issues/11221)) ([1e2fdf4](https://github.com/discordjs/discord.js/commit/1e2fdf4a657afd797d633d30b54fea53892f32d1)) #### Documentation - **Attachment:** `string` property ([d646a13](https://github.com/discordjs/discord.js/commit/d646a13d2c086aada7602c92a1b14d86a733a761)) - Fix close tags ([#&#8203;10756](https://github.com/discordjs/discord.js/issues/10756)) ([4349e10](https://github.com/discordjs/discord.js/commit/4349e103e25aabc3971a3e6bda3a71301c2d9dd9)) - Replace Discord API with Discord Developers ([#&#8203;10968](https://github.com/discordjs/discord.js/issues/10968)) ([538457c](https://github.com/discordjs/discord.js/commit/538457c1d74130f987cd805964bb66a6c2ba75c9)) - Clarify wording for maximum values ([#&#8203;11231](https://github.com/discordjs/discord.js/issues/11231)) ([9ec73fa](https://github.com/discordjs/discord.js/commit/9ec73fa687570cc07673df7b12b6b2218ece911f)) - Fix incorrect casing in the ready event deprecation ([#&#8203;11574](https://github.com/discordjs/discord.js/issues/11574)) ([0df0628](https://github.com/discordjs/discord.js/commit/0df0628d468df998c775b35e4139800bcf04ce32)) - Fix typos and duplicated words in comments and guide ([#&#8203;11502](https://github.com/discordjs/discord.js/issues/11502)) ([63cd992](https://github.com/discordjs/discord.js/commit/63cd9926bb048713e5828a986d92ea1976c792ee)) #### Features - Send voice messages ([#&#8203;11493](https://github.com/discordjs/discord.js/issues/11493)) ([fed811a](https://github.com/discordjs/discord.js/commit/fed811a66905a2548dcaf70010ea1a0fc1661b98)) - **Guild:** Add `maximumStageBitrate` ([#&#8203;11313](https://github.com/discordjs/discord.js/issues/11313)) ([6d2cd99](https://github.com/discordjs/discord.js/commit/6d2cd9952632edbf9ed80eed8c7d018b59c7dfa3)) - Proper authorizing integration owners structure ([#&#8203;11366](https://github.com/discordjs/discord.js/issues/11366)) ([b6db455](https://github.com/discordjs/discord.js/commit/b6db455b9963c68864d2f505b728f6d4bac7f888)) - **RoleManager:** Add `fetchMemberCounts` ([#&#8203;11352](https://github.com/discordjs/discord.js/issues/11352)) ([3b738ee](https://github.com/discordjs/discord.js/commit/3b738eef58bfd2c8d05a025ada89011627102b7a)) - Emit voiceServerUpdate event ([#&#8203;11414](https://github.com/discordjs/discord.js/issues/11414)) ([74a42bf](https://github.com/discordjs/discord.js/commit/74a42bfd108c4e20cc560d700a28282856bdbd86)) - **GuildMember:** Add collectibles ([#&#8203;11468](https://github.com/discordjs/discord.js/issues/11468)) ([b0e6aff](https://github.com/discordjs/discord.js/commit/b0e6aff8561d8cc3c1d3726b35b687d147892eda)) - Add shared client theme support ([#&#8203;11454](https://github.com/discordjs/discord.js/issues/11454)) ([16fd248](https://github.com/discordjs/discord.js/commit/16fd248c64d056cae7a627b0fca910a96183acc5)) - **ClientApplication:** Add fetchActivityInstance method ([#&#8203;11481](https://github.com/discordjs/discord.js/issues/11481)) ([24a0606](https://github.com/discordjs/discord.js/commit/24a0606a744d0d6dc4d080b400d0d8c9795bf4da)) #### Refactor - Reorder imports ([40b7a60](https://github.com/discordjs/discord.js/commit/40b7a60f26332f26abab3e53e5aa72a2325d6196)) #### Typings - **WebhookMessageCreateOptions:** Omit `sharedClientTheme` ([b816b79](https://github.com/discordjs/discord.js/commit/b816b795fc740a57f51cdcf98dddaf7442b61d5c)) - **Message:** Specify `rawData` arg type ([#&#8203;11123](https://github.com/discordjs/discord.js/issues/11123)) ([c4531d4](https://github.com/discordjs/discord.js/commit/c4531d45a00dcab94f38adf0ca8273221569ed4b)) - **UserManager:** Fix send() return type to Promise\<Message<false>> ([#&#8203;11337](https://github.com/discordjs/discord.js/issues/11337)) ([07c4127](https://github.com/discordjs/discord.js/commit/07c412791d3916ce9f62fbd834a2a104453b3cbe)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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://github.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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMjAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjIyMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate scheduled this pull request to auto merge when all checks succeed 2026-07-24 02:34:48 +02:00
renovate force-pushed renovate/non-major-dependencies from 328e4eec5d to 004632d703 2026-07-25 02:37:14 +02:00 Compare
renovate deleted branch renovate/non-major-dependencies 2026-07-25 02:37:17 +02:00
Sign in to join this conversation.
No description provided.