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.2#341

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 21, 2022

Copy link
Copy Markdown
Contributor

Bumps anilist-node from 1.7.0 to 1.11.2.

Release notes

Sourced from anilist-node's releases.

Release 1.11.2

Fixes

  • Fixed an issue where if the request times out, it doesn't return a proper error. (#47)

Full Changelog: AurelicButter/AniList-Node@v1.11.1...v1.11.2

Release 1.11.1

Fixes

  • Fixed an issue where activity properties were missing from user.getRecentActivity method.
  • Fetcher will automatically throw an error if authorization is required but none is provided.
  • Updated all mutation functions to explicitly use the async keyword so it can relay the authorization error if needed.

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

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.

... (truncated)

Commits
  • 7dd7b45 Merge pull request #48 from Butterstroke/development
  • 2588f00 Updated Package
  • b7ba4c9 Merge pull request #47 from Exhabition/development
  • 96418ca fix: fetch.AbortError is not defined
  • bc9c7c1 Merge pull request #46 from Butterstroke/development
  • 6a72b3d Ignore Jenkinsfile in NPM Release
  • f61f72d Fixed Activity Bug & Added Auth Error
  • 60eae47 Merge pull request #44 from Butterstroke/master
  • e9fef2b Generated Docs + Fixed Missing ListActivity in Docs
  • c737e0b Merge pull request #43 from Butterstroke/development
  • 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 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.2.
- [Release notes](https://github.com/butterstroke/Anilist-Node/releases)
- [Commits](AurelicButter/AniList-Node@v1.7.0...v1.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
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