build icon indicating copy to clipboard operation
build copied to clipboard

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

Open renovate[bot] opened this issue 1 year ago • 1 comments

This PR contains the following updates:

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

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

netlify/blobs (@​netlify/blobs)

v8.1.0

Compare Source

Features
Bug Fixes
  • add more actionable info for missing primaryRegion (#​195) (dd517dc)

v8.0.1

Compare Source

Bug Fixes
  • 404ing list results should return empty iterators, not throw (#​189) (1da860d)

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[bot] avatar Jul 04 '24 10:07 renovate[bot]

All builds failing with the following:

Error: src/plugins_core/blobs_upload/index.ts(54,15): error TS2339: Property 'experimentalRegion' does not exist on type 'GetDeployStoreOptions'.
Error: src/plugins_core/dev_blobs_upload/index.ts(55,15): error TS2339: Property 'experimentalRegion' does not exist on type 'GetDeployStoreOptions'.

For reference:

// If using the deploy config API or the Frameworks API, configure the store
// to use the region that was configured for the deploy. We don't do it for
// the legacy file-based upload API since that would be a breaking change.
if (blobs.apiVersion > 1) {
  storeOpts.experimentalRegion = 'auto'
}

mrstork avatar Jan 09 '25 22:01 mrstork

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Mar 18 '25 14:03 renovate[bot]

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.

github-actions[bot] avatar Mar 18 '25 20:03 github-actions[bot]

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.

github-actions[bot] avatar Mar 18 '25 20:03 github-actions[bot]

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.

github-actions[bot] avatar Mar 21 '25 14:03 github-actions[bot]

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.

github-actions[bot] avatar Mar 21 '25 14:03 github-actions[bot]

For legacy api calls we previously were sending no region in the requests which made use of the default region, but now we explicitly specify the default region in the calls but still end up with the same region in the end.

Reference: https://github.com/netlify/netlify-server/blob/539f32e17d30d04efbab1dcc09121d7dcbcbcf53/netliblob/api_v2.go#L283-L287

mrstork avatar Mar 21 '25 14:03 mrstork

This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files. Consider converting them to TypeScript.

github-actions[bot] avatar Mar 21 '25 14:03 github-actions[bot]