Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump oceanic.js from 1.9.0 to 1.10.4 #135

Open
wants to merge 1 commit into
base: LL-v4
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2024

Bumps oceanic.js from 1.9.0 to 1.10.4.

Release notes

Sourced from oceanic.js's releases.

v1.10.4

  • Add option to explicitly follow redirects, default disabled (d78033214b613726d32a0552f1580a5ab5a88a9a)
  • sanitize route parameters (8bf8ee8373b8c565fbdbf70a609aba4fbc1a1ffe)

This release fixes this security vulnerability: GHSA-5h5v-hw44-f6gg

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)

v1.10.0

  • Updated dependencies
  • fix UncachedError on VOICE_STATE_UPDATE (#130, 86a6a7c3331def6f26b57695209f4145c6d906ee)
  • reorganize application methods (eccb626fe825e3c8944078f54024ab097d1927fa)
  • Add iconURL to Application (eccb626fe825e3c8944078f54024ab097d1927fa)
  • Fix permission issues in resolved private channels (948ee44dfb272b190a1046c23f60cf70c801e9e8)
  • Fix editing member flags (3d861d2dcd8199ddf0fedde039183d0c9511798b)
  • Fix ws compression with pako without erlpack (#139, 5ec94d7cee60a3396e30c8352833786ac2b0dd1b)
  • Remove regex validation from convertImage (f701104cd976827fab19b70d431397c7535f19fe)
    • This caused the function to fail for large files

... (truncated)

Commits
  • a2242af 1.10.4
  • 8bf8ee8 sanitize route parameters
  • d780332 Add option to explicitly follow redirects, default disable following
  • 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
  • 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [oceanic.js](https://github.com/OceanicJS/Oceanic) from 1.9.0 to 1.10.4.
- [Release notes](https://github.com/OceanicJS/Oceanic/releases)
- [Commits](OceanicJS/Oceanic@v1.9.0...v1.10.4)

---
updated-dependencies:
- dependency-name: oceanic.js
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants