Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency open-graph-scraper to v6.9.0 #310

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
open-graph-scraper 6.3.3 -> 6.9.0 age adoption passing confidence

Release Notes

jshemas/openGraphScraper (open-graph-scraper)

v6.9.0

Compare Source

  • Add jsonLDOptions.throwOnJSONParseError and change default behavior to not throw on JSON-LD string parse errors

v6.8.4

Compare Source

  • Normalize content-type header check for case insensitivity
  • Updating dependencies

v6.8.3

Compare Source

  • Fixed issue where empty jsonLD would caused an error
  • Updating dependencies

v6.8.2

Compare Source

  • Remove new lines from jsonLD.
  • If url string is not isLatin1 then encode it, otherwise you will run into ByteString errors within fetch
  • Updating dependencies

v6.8.1

Compare Source

  • Fixing issue where setting fetchOptions.headers would replace the default headers
  • Updating dependencies

v6.8.0

Compare Source

  • Updating how onlyGetOpenGraphInfo works. By default it is false but now it accepts an array of properties for which no fallback should be used.
  • Updating how you get types import { SuccessResult } from 'open-graph-scraper/types';. See readme for details.
  • Updating dependencies

v6.7.2

Compare Source

  • Adding types to the npm export. You can now use import { SuccessResult } from 'open-graph-scraper/types/lib/types';
  • Updating dependencies

v6.7.1

Compare Source

  • Remove default export off of the run function and just set export to run.
  • Updating dependencies

v6.7.0

Compare Source

  • Replace validator with internal version of isUrl so we have better control on how that works.
  • Fix issue where JSON parsing fails when Youtube escape '&' to '\x26'.
  • Updating dependencies

v6.6.3

Compare Source

  • Fix issue with the charset fallback. Replace Buffer.from with Uint8Array since body is always html
  • Updating dependencies to fix npm vulnerabilities

v6.6.2

Compare Source

  • Fixed issue with package.json exports was not working in CommonJs projects.
  • Fixed issue where if the jsonLD tag was empty, it would cause a error.

v6.6.1

Compare Source

  • Use node16 for module/moduleResolution ESM build
  • Fixed issue with package.json exports was not working in NextJs projects.

v6.6.0

Compare Source

  • Updating the tsc build process to better support both ESM and commonJS
  • Fixed issue where some meta tags would always come back as array even thought there was only ever one meta tag.
  • Removed the dist folder from version control
  • Start running node22 in the CI pipeline
  • General typescript clean up
  • Example service will only return the result of OGS now
  • Updating dependencies

v6.5.2

Compare Source

  • adding a new favicon fallback using appIcon
  • Updating dependencies to fix npm vulnerabilities

v6.5.1

Compare Source

  • jsonLD is now a array of objects since there can be more then one jsonLD tag pre page
  • Updating dependencies to fix npm vulnerabilities

v6.5.0

Compare Source

  • Adding support for JSON LD
  • Adding support for og:image:alt, twitterAccount, fbAppId and extra og tags for music and video
  • Fixing jsdoc param name
  • Updating dependencies

v6.4.0

Compare Source

  • Add character encoding detection and decoding logic using iconv-lite
  • Updating dependencies

v6.3.4

Compare Source

  • Adding check to make sure customMetaTags are valid
  • Updating dependencies

Configuration

📅 Schedule: Branch creation - "monthly" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jun 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
afonsojramos ❌ Failed (Inspect) Jan 19, 2025 4:26am

@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 7acddfc to 049f1f6 Compare June 3, 2024 01:19
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.5.1 chore(deps): update dependency open-graph-scraper to v6.5.2 Jun 3, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 049f1f6 to fc286fd Compare June 24, 2024 05:02
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.5.2 chore(deps): update dependency open-graph-scraper to v6.6.0 Jun 24, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from fc286fd to 094bff3 Compare June 27, 2024 01:15
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.6.0 chore(deps): update dependency open-graph-scraper to v6.6.1 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 094bff3 to 4ff9ac8 Compare June 30, 2024 00:25
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.6.1 chore(deps): update dependency open-graph-scraper to v6.6.2 Jun 30, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 4ff9ac8 to b45d615 Compare July 17, 2024 03:27
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.6.2 chore(deps): update dependency open-graph-scraper to v6.6.3 Jul 17, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from b45d615 to 4846594 Compare July 23, 2024 02:39
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.6.3 chore(deps): update dependency open-graph-scraper to v6.7.0 Jul 23, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 4846594 to ea811d1 Compare July 29, 2024 22:51
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.7.0 chore(deps): update dependency open-graph-scraper to v6.7.1 Jul 29, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from ea811d1 to 3469e1c Compare August 2, 2024 01:15
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.7.1 chore(deps): update dependency open-graph-scraper to v6.7.2 Aug 2, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 3469e1c to 7007d81 Compare August 17, 2024 19:58
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.7.2 chore(deps): update dependency open-graph-scraper to v6.8.0 Aug 17, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 7007d81 to 85d3a1b Compare August 29, 2024 03:16
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.8.0 chore(deps): update dependency open-graph-scraper to v6.8.1 Aug 29, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 85d3a1b to 4d2cefe Compare September 19, 2024 00:15
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.8.1 chore(deps): update dependency open-graph-scraper to v6.8.2 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from 4d2cefe to a674ba0 Compare December 5, 2024 05:54
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.8.2 chore(deps): update dependency open-graph-scraper to v6.8.3 Dec 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.8.3 chore(deps): update dependency open-graph-scraper to v6.8.4 Jan 14, 2025
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from a674ba0 to e7e7433 Compare January 14, 2025 18:36
@renovate renovate bot force-pushed the renovate/open-graph-scraper-6.x branch from e7e7433 to fe16641 Compare January 19, 2025 04:24
@renovate renovate bot changed the title chore(deps): update dependency open-graph-scraper to v6.8.4 chore(deps): update dependency open-graph-scraper to v6.9.0 Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants