Skip to content

Update Highlight parsers#148

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/highlight-parsers
Open

Update Highlight parsers#148
renovate[bot] wants to merge 1 commit intomainfrom
renovate/highlight-parsers

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jan 1, 2025

This PR contains the following updates:

Package Change Age Confidence
@types/node (source) 18.19.918.19.130 age confidence
cheerio (source) 1.0.0-rc.121.2.0 age confidence
csvtojson 2.0.102.0.14 age confidence
mailparser 3.6.63.9.6 age confidence

Release Notes

cheeriojs/cheerio (cheerio)

v1.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: cheeriojs/cheerio@v1.1.2...v1.2.0

v1.1.2

Compare Source

What's Changed

Full Changelog: cheeriojs/cheerio@v1.1.1...v1.1.2

v1.1.1

Compare Source


v1.1.0

Compare Source

What's Changed

Doc Improvements

New Contributors

Full Changelog: cheeriojs/cheerio@v1.0.0...v1.1.0

v1.0.0

Compare Source

Cheerio 1.0 is here! 🎉

Announcement Blog Post

Breaking Changes

  • The minimum NodeJS version is now 18.17 or higher #​3959

  • Import paths were simplified. For example, use cheerio/slim instead of
    cheerio/lib/slim. #​3970

  • The deprecated default Cheerio instance and static methods were removed. #​3974

    Before, it was possible to write code like this:

    import cheerio, { html } from 'cheerio';
    
    html(cheerio('<test></test>')); // ~ '<test></test>' -- NO LONGER WORKS

    Make sure to always load documents first:

    import * as cheerio from 'cheerio';
    
    cheerio.load('<test></test>').html();
  • Node types previously re-exported by Cheerio must now be imported directly
    from (domhandler)(https://github.com/fb55/domhandler). #​3969

  • htmlparser2 options now reside exclusively under the xml key (#​2916):

    const $ = cheerio.load('<html>', {
      xml: {
        withStartIndices: true,
      },
    });

New Features

Fixes

Other

Full Changelog: cheeriojs/cheerio@v1.0.0-rc.12...v1.0.0

Keyang/node-csvtojson (csvtojson)

v2.0.14

Compare Source

v2.0.13

Compare Source

v2.0.12

Compare Source

v2.0.11

Compare Source

Release Note - Version 2.0.11

  • Optimized the package's internal dependencies and removed unnecessary code, resulting in a significant reduction in bundle size.
    75a154d

  • Updated critical dependencies to their latest versions, addressing known security vulnerabilities.

  • Removed deprecated code and refactored outdated modules, enhancing code quality and maintainability.
    99616e4

nodemailer/mailparser (mailparser)

v3.9.6

Compare Source

Bug Fixes
  • bump nodemailer to 8.0.4 (b2d7f77)

v3.9.5

Compare Source

Bug Fixes

v3.9.4

Compare Source

Bug Fixes
  • bump nodemailer to 8.0.2 for unquoted comma-in-display-name parsing (dd71f08)
  • filter false values from empty References headers (9884e5d), closes #​385
  • prevent RFC 2047 encoded-word address fabrication in decodeAddresses (08b800c)

v3.9.3

Compare Source

Bug Fixes
  • escape URLs and link text in textToHtml to prevent XSS (921a67d), closes #​412

v3.9.2

Compare Source

Bug Fixes

v3.9.1

Compare Source

Bug Fixes

v3.9.0

Compare Source

Features
  • events: Emit a new headerLines event to gain access the raw headers (#​364) (d33d7ec)
Bug Fixes
  • ⬆️ update nodemailer dependency to resolve security issue GHSA-9h6g-pr28-7cqp (#​357) (8bc4225)
  • 150 (919f69a)
  • 272: Throw TypeError for invalid input. (abd7e43)
  • 34, bump version (09aa0bd)
  • bumped deps (9a13f4e)
  • Bumped deps (bb9c014)
  • Bumped deps (9e084f9)
  • Bumped mailsplit to fix flowed parser (da753e4)
  • capture decoder end event to use on cleanup (4e367f7)
  • deploy: added auto-deployment (d6eb56f)
  • deps: Bumped deps (db842ad)
  • deps: Bumped deps to fix issue with missing whitespace (92884d0)
  • deps: Bumped Nodemailer to fix issue with long data URI's (d24f96e)
  • deps: Replaced 'punycode' with 'punycode.js' module (4a15157)
  • error on ks_c_5601-1987 (89572e0)
  • Fix produced text address list string according to rfc 2822 (#​340) (6bae600)
  • handle simpleParser input stream error (faf9fc5)
  • punycode: Fixes #​355 Deprecation warning of the punycode module (#​356) (0f35330)
  • simple-parser: Buffer.from(string) default encode is utf-8,when input string‘s encode is gbk,result has some garbled (633e436)
  • test: updated test matrix (18, 20, 21) (a2ba9c2)
  • trigger new build (3cf6241)
  • trigger new build (7f2eb78)

v3.8.1

Compare Source

Bug Fixes

v3.7.5

Compare Source

Bug Fixes

v3.7.4

Compare Source

Bug Fixes
  • Bumped deps (bb9c014)
  • Bumped mailsplit to fix flowed parser (da753e4)

v3.7.3

Compare Source

Bug Fixes

v3.7.2

Compare Source

Bug Fixes
  • deps: Bumped deps to fix issue with missing whitespace (92884d0)

v3.7.1

Compare Source

Bug Fixes
  • deps: Replaced 'punycode' with 'punycode.js' module (4a15157)

v3.7.0

Compare Source

Features
  • events: Emit a new headerLines event to gain access the raw headers (#​364) (d33d7ec)

v3.6.9

Compare Source

Bug Fixes

v3.6.8

Compare Source

Bug Fixes

v3.6.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "every 12 months on the first day of the month" (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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 1, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
highlights Ready Ready Preview, Comment Mar 31, 2026 10:19am

@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 4e7e9d5 to 7b35121 Compare January 4, 2025 01:48
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 7b35121 to 39b7014 Compare January 9, 2025 11:45
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 39b7014 to c22b612 Compare January 19, 2025 09:54
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from c22b612 to 9ca03ee Compare January 23, 2025 17:43
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 9ca03ee to 67baa4e Compare January 26, 2025 01:00
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 67baa4e to 459be62 Compare January 26, 2025 04:49
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 459be62 to 19af337 Compare January 26, 2025 08:36
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 19af337 to aa6a93c Compare January 30, 2025 17:51
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from aa6a93c to 0e8d0a3 Compare February 7, 2025 01:12
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 0e8d0a3 to cfc0ad2 Compare February 9, 2025 12:29
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from cfc0ad2 to 1ef77e3 Compare February 17, 2025 03:01
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 1ef77e3 to bfe77e1 Compare March 3, 2025 11:53
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from bfe77e1 to f39d802 Compare March 4, 2025 03:24
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from f39d802 to 06f1b9e Compare March 8, 2025 00:04
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 40ead74 to e59dcb1 Compare April 3, 2025 04:17
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from e59dcb1 to c6defb4 Compare April 5, 2025 03:32
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from c6defb4 to b99fda6 Compare April 8, 2025 11:15
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from b99fda6 to 7c418d2 Compare April 27, 2025 03:30
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 7c418d2 to dc0cb05 Compare April 28, 2025 13:02
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from dc0cb05 to 990a9b2 Compare May 8, 2025 22:42
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 990a9b2 to 909c81e Compare May 9, 2025 03:37
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 909c81e to 4c43092 Compare May 9, 2025 07:41
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 4c43092 to ccba45b Compare May 9, 2025 20:06
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from ccba45b to c749343 Compare May 10, 2025 18:01
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from c749343 to 08cd0f9 Compare May 11, 2025 05:32
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 08cd0f9 to 78bd263 Compare May 11, 2025 15:12
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from 78bd263 to bb809b9 Compare May 19, 2025 21:28
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from bb809b9 to e785b49 Compare May 25, 2025 00:20
@renovate renovate bot force-pushed the renovate/highlight-parsers branch from e785b49 to fb85c7e Compare May 28, 2025 15:13
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