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

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

Merged
merged 1 commit into from
Jul 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 4, 2024

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

Compare Source

⚠ BREAKING CHANGES
Features

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.


  • 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 requested a review from a team as a code owner July 4, 2024 10:13
@renovate renovate bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 4, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 4, 2024
Copy link

github-actions bot commented Jul 4, 2024

📊 Benchmark results

Comparing with 98a886b

  • Dependency count: 1,213 ⬆️ 0.08% increase vs. 98a886b
  • Package size: 313 MB ⬆️ 0.05% increase vs. 98a886b
  • Number of ts-expect-error directives: 977 (no change)

kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 5, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 11, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 11, 2024
@renovate renovate bot dismissed kodiakhq’s stale review July 11, 2024 15:57

The merge-base changed after approval.

@renovate renovate bot force-pushed the renovate/netlify-blobs-8.x branch from 4c18065 to bf5b80c Compare July 11, 2024 15:57
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 11, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 12, 2024
kodiakhq[bot]
kodiakhq bot previously approved these changes Jul 12, 2024
@sarahetter sarahetter merged commit 1f14abd into main Jul 30, 2024
48 checks passed
@sarahetter sarahetter deleted the renovate/netlify-blobs-8.x branch July 30, 2024 22:48
@johndunderhill
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants