Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

Bump brainly-scraper-v2 from 1.1.2 to 2.2.8 #160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps brainly-scraper-v2 from 1.1.2 to 2.2.8.

Release notes

Sourced from brainly-scraper-v2's releases.

v2.2.6 Announcement 🎉

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

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

Full Changelog: hanifdwyputras/brainly-scraper-v2@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)

Bumps [brainly-scraper-v2](https://github.com/hanifdwyputras/brainly-scraper-v2) from 1.1.2 to 2.2.8.
- [Release notes](https://github.com/hanifdwyputras/brainly-scraper-v2/releases)
- [Commits](https://github.com/hanifdwyputras/brainly-scraper-v2/commits)

---
updated-dependencies:
- dependency-name: brainly-scraper-v2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants