sass / node-sass

:rainbow: Node.js bindings to libsass
https://npmjs.org/package/node-sass
MIT License
8.5k stars 1.33k forks source link

build(deps): bump make-fetch-happen from 10.2.1 to 13.0.0 #3395

Open dependabot[bot] opened 5 months ago

dependabot[bot] commented 5 months ago

Bumps make-fetch-happen from 10.2.1 to 13.0.0.

Release notes

Sourced from make-fetch-happen's releases.

v13.0.0

13.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

v12.0.0

12.0.0 (2023-07-27)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed
  • this changes the underlying http agents to those provided by @npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

Features

Bug Fixes

Documentation

Dependencies

v11.1.1

11.1.1 (2023-04-27)

Dependencies

... (truncated)

Changelog

Sourced from make-fetch-happen's changelog.

13.0.0 (2023-08-15)

⚠️ BREAKING CHANGES

  • support for node <=16.13 has been removed

Bug Fixes

Dependencies

12.0.0 (2023-07-27)

⚠️ BREAKING CHANGES

  • support for node 14 has been removed
  • this changes the underlying http agents to those provided by @npmcli/agent. Backwards compatibility should be fully implemented but due to the scope of this change it was made a breaking change out of an abundance of caution.

Features

Bug Fixes

Documentation

Dependencies

11.1.1 (2023-04-27)

Dependencies

... (truncated)

Commits
  • 9f280e4 chore: release 13.0.0
  • 41295dc deps: bump @​npmcli/agent from 1.1.0 to 2.0.0
  • 4875556 deps: bump cacache from 17.1.4 to 18.0.0
  • fb1c716 fix: drop node 16.13.x support
  • bb3a5f5 chore: release 12.0.0
  • 5318d23 deps: bump minipass from 5.0.0 to 7.0.2 (#253)
  • 3059b28 fix: drop node14 support (#259)
  • 096e2b8 chore: bump @​npmcli/template-oss from 4.15.1 to 4.18.0 (#256)
  • efd1e2f docs: update readme
  • 7c25367 feat: move to @​npmcli/agent
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by npm-cli-ops, a new releaser for make-fetch-happen 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
maltempi commented 2 months ago

Hi folks! This upgrade would be helpful to eliminate a WARN message during npm install. The make-fetch-happen bumps up cacache that fixes the following deprecation:

npm WARN deprecated @npmcli/move-file@1.1.2: This functionality has been moved to @npmcli/fs

This issue talks about this: https://github.com/sass/node-sass/issues/3412