Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Bump anilist-node from 1.7.0 to 1.11.0#286

Closed
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/anilist-node-1.11.0
Closed

Bump anilist-node from 1.7.0 to 1.11.0#286
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/anilist-node-1.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Nov 8, 2021

Copy link
Copy Markdown
Contributor

Bumps anilist-node from 1.7.0 to 1.11.0.

Release notes

Sourced from anilist-node's releases.

Release 1.11.0

Added

  • A new class: Thread. Get thread contents by its AniList ID
  • Added new methods to create activities. Post and delete activities on AniList when the user is logged in.
  • Added request timeout to automatically stop the request if AniList takes too long to respond. (#42)

Fixes

  • Fixed object keys on activity and recommendations data objects. Objects originally needed to do data.Activity.id or data.Recommendation.id instead of data.id.
  • Fixed Activity Typings as some typings only existed on ListActivity and not all three Activity types.
  • Fixed JSDoc Dependency for development (#42)
  • Fixed Anilist.Lists Still Appearing (#41)
  • Modified Fetcher to be synchronous instead of async/await (#42)

Depreciated

  • Removed likeCount in activities in favour of the new likes array.

Full Changelog: AurelicButter/AniList-Node@v1.10.0...v1.11.0

Release 1.10.0

Added

  • Added a tutorial document for getting started
  • Added a method to update user settings: User.update
  • Added a check to prevent crashing if API returns empty string
  • Added new types and typings for newly added features
  • Added Contributing guide and Pull Request template

Changes

  • Replaced moderatorStatus for moderatorRoles per API depreciation
  • Fixed typing issue where AnimeUserStatistics and MangaUserStatistics were labeled as strings and not object arrays.
  • Marked several properties in AnimeUserStatistics and MangaUserStatistics typings as optional as they are sometimes not present.
  • Updated typing export name from UserSettings to MediaListSettings for better clarity

Release 1.9.1

Fixes

  • ListEntry.media.title was listed as ListEntry.media.mediaTitle in the types. (#32)
  • Added missing properties for staff & character images in the JSDocs.
  • Staff.characters lists PersonRelation[] instead of Object[] in the JSDocs.
  • isFavourite is not listed as optional for StaffEntry, CharacterEntry, and StudioRelation in the types. isFavourite will always return a boolean, even if there is no login.

Release 1.9.0

Added

  • User now returns donatorBadge (#27)
  • Users can now import AniList-Node typings into their files (#29)

Fixes

  • Fixed several spelling mistakes across the repository. (#27)
  • TypeScript typings for UserSetting.mangaList, UserProfile.isBlocked, and UserList.entries are no longer mamngaList, isBlcoekd, and enries (#27)
  • Removed stray lines left over from v1.8.0 development (#28)
  • Fixed TypeScript typings path (#29)
  • Renamed Media interface to ImageSize in typing (#29)

... (truncated)

Commits

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 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 [anilist-node](https://github.com/butterstroke/Anilist-Node) from 1.7.0 to 1.11.0.
- [Release notes](https://github.com/butterstroke/Anilist-Node/releases)
- [Commits](AurelicButter/AniList-Node@v1.7.0...v1.11.0)

---
updated-dependencies:
- dependency-name: anilist-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 28, 2022

Copy link
Copy Markdown
Contributor Author

Superseded by #333.

@dependabot dependabot Bot closed this Feb 28, 2022
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/dev/anilist-node-1.11.0 branch February 28, 2022 06:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant