Skip to content

Commit 02b8e69

Browse files
renovate[bot]ascorbickodiakhq[bot]
authored
chore(deps): update dependency @netlify/blobs to v7 (#338)
* chore(deps): update dependency @netlify/blobs to v7 * chore: migrate to new BlobsServer import --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 4ebea3d commit 02b8e69

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-10
lines changed

package-lock.json

+22-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"homepage": "https://github.com/netlify/next-runtime-minimal#readme",
4545
"devDependencies": {
4646
"@fastly/http-compute-js": "1.1.4",
47-
"@netlify/blobs": "^6.5.0",
47+
"@netlify/blobs": "^7.0.0",
4848
"@netlify/build": "^29.36.1",
4949
"@netlify/edge-bundler": "^11.3.0",
5050
"@netlify/edge-functions": "^2.3.1",

tests/utils/fixture.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import { BlobsServer, type getStore } from '@netlify/blobs'
1+
import { type getStore } from '@netlify/blobs'
2+
import { BlobsServer } from '@netlify/blobs/server'
23
import { TestContext, assert, vi, MockInstance } from 'vitest'
34

45
import { type NetlifyPluginConstants, type NetlifyPluginOptions } from '@netlify/build'

tests/utils/helpers.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import getPort from 'get-port'
22
import { BLOB_TOKEN, type FixtureTestContext } from './fixture.js'
33

4-
import { BlobsServer, getDeployStore } from '@netlify/blobs'
4+
import { getDeployStore } from '@netlify/blobs'
5+
import { BlobsServer } from '@netlify/blobs/server'
56
import type { NetlifyPluginUtils } from '@netlify/build'
67
import IncrementalCache from 'next/dist/server/lib/incremental-cache/index.js'
78
import { Buffer } from 'node:buffer'

0 commit comments

Comments
 (0)