netlify / cli

Netlify Command Line Interface
http://cli.netlify.com
MIT License
1.57k stars 350 forks source link

fix(deps): update dependency @netlify/blobs to v8 #6745

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@netlify/blobs 7.4.0 -> 8.0.0 age adoption passing confidence

Release Notes

netlify/blobs (@​netlify/blobs) ### [`v8.0.0`](https://togithub.com/netlify/blobs/blob/HEAD/CHANGELOG.md#800-2024-07-03) [Compare Source](https://togithub.com/netlify/blobs/compare/v7.4.0...v8.0.0) ##### ⚠ BREAKING CHANGES - add region parameter ([#​183](https://togithub.com/netlify/blobs/issues/183)) ##### Features - add region parameter ([#​183](https://togithub.com/netlify/blobs/issues/183)) ([03187bb](https://togithub.com/netlify/blobs/commit/03187bb2b5b0a8d6ce1e823f811f168b05635886))

Configuration

πŸ“… Schedule: Branch creation - At any time (no schedule defined), 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.



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

github-actions[bot] commented 3 months ago

πŸ“Š Benchmark results

Comparing with 98a886b73b08a7dd6971d81cce5c920892452967

johndunderhill commented 1 month ago

Seems to be causing an unmet peer dependency:

WARN  Issues with peer dependencies found
.
└─┬ netlify-cli 17.34.0
  └─┬ ipx 2.1.0
    └─┬ unstorage 1.10.2
      └── βœ• unmet peer @netlify/blobs@"^6.5.0 || ^7.0.0": found 8.0.0

$ pnpm why @netlify/blobs

devDependencies:
@netlify/blobs 8.0.0
netlify-cli 17.34.0
β”œβ”€β”€ @netlify/blobs 8.0.0
β”œβ”€β”¬ @netlify/build 29.53.0
β”‚ └── @netlify/blobs 7.4.0
└─┬ ipx 2.1.0
  └─┬ unstorage 1.10.2
    └── @netlify/blobs 8.0.0 peer

Reverting to 17.33.4 (prior to this update) resolves this:

devDependencies:
netlify-cli 17.33.4
β”œβ”€β”€ @netlify/blobs 7.4.0
β”œβ”€β”¬ @netlify/build 29.51.3
β”‚ └── @netlify/blobs 7.4.0
└─┬ ipx 2.1.0
  └─┬ unstorage 1.10.2
    └── @netlify/blobs 7.4.0 peer