fix(deps): update dependency @netlify/blobs to v8
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| @netlify/blobs | ^7.4.0 -> ^8.1.0 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
netlify/blobs (@netlify/blobs)
v8.1.0
Features
Bug Fixes
v8.0.1
Bug Fixes
v8.0.0
⚠ BREAKING CHANGES
- add region parameter (#183)
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.
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
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'
}
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.
This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.
This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.
This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.
This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.
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
This pull request adds or modifies JavaScript (.js, .cjs, .mjs) files.
Consider converting them to TypeScript.