thoriqazzikraa / whatsapp-bot

whatsapp bot multi device (not supported for termux)
whatsapp-bot-six.vercel.app
Apache License 2.0
118 stars 206 forks source link

Bump brainly-scraper-v2 from 1.1.2 to 2.2.6 #156

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps brainly-scraper-v2 from 1.1.2 to 2.2.6.

Release notes

Sourced from brainly-scraper-v2's releases.

v2.2.6 Announcement :tada:

There's only small changes to the package, and here is the list of changes:

  1. Rename property name of objects from snake_case :snake: to camelCase :camel:
  2. Added cleanContent method to Question, and Answer interfaces.

Full Changelog: https://github.com/hanifdwyputras/brainly-scraper-v2/compare/2.2.4...2.2.6

2.2.4

v2.2.4 Announcement

7-8 months ago, I have announced the stable version of the brainly-scraper-v2 package (v.2.0.12), and today there is a new stable version of this package that has a new method, and break changes.

Lists:

  1. Updateable graphql schemas without update the library. It means, you could update the graphql schemas without update the library to apply new graphql schemas from this GitHub Repository, also you should initialize or download the graphql schemas first before you use another methods.
  2. Added .findUserById(id) method to gets Brainly user's information.
  3. Added .searchById(id, lang, options) method to retrieve question's details, and the answers by question ID

(1) Initialize GraphQL Schemas: To initialize graphql schemas, simply do this:

import { Brainly } from 'brainly-scraper-v2';
// OR
const { Brainly } = require('brainly-scraper-v2');

await Brainly.initialize();

Full Changelog: https://github.com/hanifdwyputras/brainly-scraper-v2/commits/2.2.4

Commits
Maintainer changes

This version was pushed to npm by hanifdwypoetras, a new releaser for brainly-scraper-v2 since your current version.


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)
dependabot[bot] commented 1 year ago

Superseded by #160.