Skip to content

build(deps): bump oceanic.js from 1.10.0 to 1.10.3#8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oceanic.js-1.10.3
Closed

build(deps): bump oceanic.js from 1.10.0 to 1.10.3#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/oceanic.js-1.10.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 9, 2024

Bumps oceanic.js from 1.10.0 to 1.10.3.

Release notes

Sourced from oceanic.js's releases.

v1.10.3

  • Fix localizations for application command option choices (22ee190407e06018ec983234af78ac907d02fe05)
  • Fix guild bulk ban (f6a26c0dde63b700d6e05e55a6b3c58d10c29864)
  • Add option to list disallowed intents upon disconnect (94974f22ae985d10813aba9a6f2f7fe56985712b5)
  • Add nonce & enforceNonce (2f222781e1e0cc99bcd0ee1a814eb22575491ea0)
  • replace interaction metadata user_id with user (7d57822f29e661dad8750dc8e51efd30944b79d8)
  • Add missing application properties (1e1348a61d6f9ae0c252de1cd54bae7568e2a0d9)
  • add oauth helper method to client (a5cd74206d0d02ae892ed9affa0be78dd994a1ef)
  • Fix editMessage not respecting ClientOptions.allowedMentions (c6c9f5245d232744a03b74e1e3f4fd9820533ea9, c5b11fe6c464343e805cc06ce01ec6d7a44b9d16, faebc8ba29ae3422729fecb04b1e3cbf9f2509b2)
  • fix OAuthHelper#addGuildMember (289d02e56f84aa58e3604c3544d6c6372d13a4f6)
  • Make all private properties use private _ instead of # (991c14cef8aafe206bb4e8969f80284f5e6b975b)
  • Fix getMessagesIterator not filtering the last request (1b02c9e9a6fd1ad19985d3c5ecbb9d77af09e83b)
  • Add role flags (7f692286b1b3d5f0752dbe4483cf2859508942b1)
  • fix Webhook.url not using API_URL (5322abf526effa8185093c40cd9fce66e5366f2f)

v1.10.2

  • make webhook edit content nullable (ae2b8fc57c759d3d2ee67b5521ae0352e1264418)
  • Add route to refresh attachment URLs (fc9445a67dd6c09e20063a0e87fe6236f6bee49d)
  • Remove poll allowed mention hack (b47ece0f014d47b56a11454ef690f76fde8f46e4)
  • Fix polls not working on webhooks (b47ece0f014d47b56a11454ef690f76fde8f46e4)

Notice

The previous version, 1.10.1 contained a hack that didn't send the default allowedMentions when a poll was also being sent. This will result in any message you send with a poll and content not having the correct allowedMentions applied unless you specify them manually. This version fixes that.

v1.10.1

  • Add name to interaction metadata (76894e94425d336d72177694f1e34f2fa315e4c3)
  • Fix ALL_NON_PRIVILEGED intent ignoring anything afterwards (c382c1d7c9ebd36673e74314d0e50398f414d3fd)
  • convert MIN/MAX sizes into MEDIA_PROXY_SIZES (72035a8759687aa9ddfed882e897bcfd1018bd80)
  • Fix messageReactionAdd message author when message is uncached (#142) (67018030f4672fc4201518ac288add7796a8221d)
  • Update locales (7ff424b6ee093b89c95e33ce827a1090a36ddf08)
  • Polls (#141) (99ec26765dc37ccb8c369a4b2f2a27431b315bb2)
  • Make message edit functions' content nullable (9b37972aa7a9bbcb387aca32bebdba994cb19aa7)
Commits
  • b7ffd63 1.10.3
  • 08bb37d Bump eslint-plugin-jsdoc from 48.0.4 to 48.2.3 (#161)
  • b56f5a6 Bump eslint-plugin-unicorn from 51.0.1 to 52.0.0 (#160)
  • 728bec2 Bump typedoc from 0.25.7 to 0.25.13 (#157)
  • faebc8b Set allowed_mentions when editing content of messages (#162)
  • c5b11fe Don't set allowed_mentions when editing messages
  • 250a9a0 Add different interfaces for some activities
  • f146a6f Bump @​types/node from 20.12.2 to 20.12.8 (#159)
  • 6635d06 Bump ws from 8.16.0 to 8.17.0 (#158)
  • 5322abf fix Webhook.url not using API_URL (#156)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oceanic.js](https://github.com/OceanicJS/Oceanic) from 1.10.0 to 1.10.3.
- [Release notes](https://github.com/OceanicJS/Oceanic/releases)
- [Commits](OceanicJS/Oceanic@v1.10.0...v1.10.3)

---
updated-dependencies:
- dependency-name: oceanic.js
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label May 9, 2024
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 14, 2024

Superseded by #9.

@dependabot dependabot Bot closed this May 14, 2024
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/oceanic.js-1.10.3 branch May 14, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants