Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

An in-range update of discord.js is breaking the build 🚨 #20

Open
greenkeeper bot opened this issue May 11, 2019 · 2 comments
Open

An in-range update of discord.js is breaking the build 🚨 #20

greenkeeper bot opened this issue May 11, 2019 · 2 comments

Comments

@greenkeeper
Copy link

greenkeeper bot commented May 11, 2019

The dependency discord.js was updated from 11.4.2 to 11.5.0.

🚨 View failing branch.

This version is covered by your current version range and after updating it in your project the build failed.

discord.js is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build failed (Details).

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper Bot 🌴

@greenkeeper
Copy link
Author

greenkeeper bot commented May 11, 2019

After pinning to 11.4.2 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

@greenkeeper
Copy link
Author

greenkeeper bot commented May 29, 2019

  • The dependency discord.js was updated from 11.5.0 to 11.5.1.

Your tests are still failing with this version. Compare changes

Release Notes for 11.5.1

Overview

11.5.1 is being released to fix bugs from 11.5.0, most notably not being able to modify the nickname of the current user.

Deprecations

  • All user account-only methods have been deprecated (95a2d25)
  • ClientUser#setGame in favor of ClientUser#setActivity (cd06684)
  • Collection#exists in favor of Collection#some (09ddbcb)
  • Collection#find and Collection#findKey's 'prop', 'val' overload is deprecated, pass a function instead (09ddbcb)
  • Collection#filterArray, convert to an array and filter, or the other way around instead. (09ddbcb)
  • Collection#findAll, filter and then convert to an array, or the other way around. In addition, the 'prop', 'val' overload is also deprecated - pass a function instead (09ddbcb)
  • Guild#createChannel when specifying options without using an options object (7ea88ad)
  • Guild#defaultChannel, there will be no fallback/alternative (407500b)
  • Permissions.flags: READ_MESSAGES in favor of VIEW_CHANNEL (1fe201a)
  • Permissions#allowed and Permissions#denied in favor of Permissions#allow and Permissions#deny respectively (58ba2c7)
  • PermissionOverwrites#allowed and PermissionOverwrites#denied in favor of PermissionOverwrites#allow and PermissionOverwrites#deny (db492e6)

Fixes

  • Do not create channel key in GuildMember#edit (06b72ee)
  • Message#pinnable should return false for non DEFAULT messages (8c213e9)
  • ClientUser#mfaEnabled is not nullable (db492e6)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

0 participants