Skip to content

Update all non-major dependencies#311

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch
Open

Update all non-major dependencies#311
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 30, 2025

This PR contains the following updates:

Package Change Age Confidence
axios (source) ^0.31.0^0.32.0 age confidence
cheerio (source) 1.0.0-rc.121.2.0 age confidence

Release Notes

axios/axios (axios)

v0.32.0

Compare Source

v0.32.0 — May 4, 2026

This release backports a comprehensive set of security and hardening fixes from the v1.x branch into v0.x, covering prototype-pollution protections, default error redaction, stricter proxy/cookie/socket handling, and one breaking change to merged config and header object prototypes.

⚠️ Breaking Changes & Deprecations

  • Null-prototype merged objects: mergeConfig and header merging now return objects with a null prototype to block prototype-pollution gadgets. Consumers must use Object.prototype.hasOwnProperty.call(obj, key) and avoid implicit string coercion against merged config or header objects. (#​10838)

🔒 Security Fixes

  • Default error redaction: AxiosError.toJSON() now redacts sensitive keys by default to prevent credential leaks in logs. The behavior is configurable via config.redact, with defaults exposed on defaults.redact. (#​10838)
  • Cookie & XSRF handling: Cookie names are read literally rather than via regex, and only own properties are respected when evaluating withXSRFToken. (#​10838)
  • Proxy bypass IPv6 parity: NO_PROXY matching now handles canonical IPv4-mapped IPv6 forms such as ::ffff:127.0.0.1 and ::ffff:7f00:1. (#​10838)
  • Node http adapter hardening: Strips Proxy-Authorization when no proxy is in use and gates socketPath behind a new allowedSocketPaths allowlist (string or array, normalized) to reduce accidental Unix socket exposure. (#​10838)
  • Browser xhr adapter: Stricter own-property checks when reading config and headers. (#​10838)
  • URL parameters: AxiosURLSearchParams keeps %00 encoded and applies consistent encoding throughout. (#​10838)
  • Public type surface: Adds formDataHeaderPolicy, redact, and allowedSocketPaths to the TypeScript declarations alongside their runtime defaults. (#​10838)

🔧 Maintenance & Chores

  • Repo hygiene: Updates README.md and CHANGELOG.md, adds AGENTS.md, and refreshes the issue and PR templates. (#​10838)

Full Changelog

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


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate Bot added the renovate label Mar 30, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2de8280 to 939c5dc Compare April 8, 2025 11:58
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 939c5dc to a4749da Compare April 24, 2025 08:56
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a4749da to 11cff8a Compare May 19, 2025 21:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5a6c793 to cfd5e89 Compare June 4, 2025 09:47
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from cfd5e89 to 852b4f4 Compare June 8, 2025 22:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 852b4f4 to 12b5cdd Compare June 22, 2025 14:34
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 12b5cdd to 130893d Compare July 2, 2025 18:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34cd106 to e8c2f5b Compare July 21, 2025 11:59
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2ffe66f to 557d8aa Compare August 4, 2025 20:52
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 557d8aa to d2141f8 Compare August 19, 2025 13:30
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from d2141f8 to a616f82 Compare August 31, 2025 14:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from a616f82 to f43a5ac Compare September 13, 2025 23:01
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency cheerio to v1.1.2 Sep 13, 2025
@renovate renovate Bot changed the title Update dependency cheerio to v1.1.2 Update all non-major dependencies Sep 29, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f43a5ac to 565c85e Compare September 29, 2025 20:50
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency cheerio to v1.1.2 Sep 30, 2025
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 995eeb6 to 1b3f1f0 Compare September 30, 2025 10:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 1b3f1f0 to c2ad5f0 Compare January 8, 2026 20:33
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e44ca40 to c4d219b Compare January 23, 2026 16:39
@renovate renovate Bot changed the title Update dependency cheerio to v1.1.2 Update dependency cheerio to v1.2.0 Jan 23, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from c4d219b to c2bed3c Compare February 2, 2026 17:05
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8200ae6 to f047724 Compare February 17, 2026 20:49
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from f047724 to 2b3f9a1 Compare February 18, 2026 20:57
@renovate renovate Bot changed the title Update dependency cheerio to v1.2.0 Update all non-major dependencies Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 2b3f9a1 to 858d6d4 Compare February 20, 2026 21:10
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency cheerio to v1.2.0 Feb 20, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 858d6d4 to 48ca980 Compare February 21, 2026 00:45
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 48ca980 to a7e6de2 Compare March 13, 2026 16:07
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 85209da to 72cd26d Compare April 1, 2026 20:37
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4196178 to 35dc1c6 Compare April 7, 2026 05:00
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 21d67db to ad4ebe3 Compare April 19, 2026 17:59
@renovate renovate Bot changed the title Update dependency cheerio to v1.2.0 Update all non-major dependencies Apr 19, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f88ade1 to 3a06581 Compare May 8, 2026 04:35
@renovate renovate Bot changed the title Update all non-major dependencies Update dependency cheerio to v1.2.0 May 8, 2026
@renovate renovate Bot force-pushed the renovate/all-minor-patch branch from 3a06581 to b40cb8f Compare May 8, 2026 09:26
@renovate renovate Bot changed the title Update dependency cheerio to v1.2.0 Update all non-major dependencies May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants