Skip to content

fix(deps): update dependency @netlify/blobs to v9 #7253

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
339 changes: 332 additions & 7 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
},
"dependencies": {
"@fastify/static": "7.0.4",
"@netlify/blobs": "8.2.0",
"@netlify/blobs": "9.1.0",
"@netlify/build": "32.1.1",
"@netlify/build-info": "9.0.4",
"@netlify/config": "22.0.1",

Unchanged files with check annotations Beta

describe.each(tests)('%s → installs the cli and runs the help command without error', (_, config) => {
itWithMockNpmRegistry('installs the cli and runs the help command without error', async ({ registry }) => {
const cwd = registry.cwd
await execa(...config.install, {

Check failure on line 165 in e2e/install.e2e.ts

GitHub Actions / E2E (ubuntu-latest, 18.14.0)

e2e/install.e2e.ts > yarn → installs the cli and runs the help command without error > installs the cli and runs the help command without error

Error: Command failed with exit code 1: yarn add netlify-cli@testing ❯ makeError node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/execa/index.js:118:26 ❯ e2e/install.e2e.ts:165:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: yarn add netlify-cli@testing', command: 'yarn add netlify-cli@testing', escapedCommand: 'yarn add "netlify-cli@testing"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: undefined, stderr: undefined, failed: true, timedOut: false, isCanceled: false, killed: false }

Check failure on line 165 in e2e/install.e2e.ts

GitHub Actions / E2E Windows tests (windows-latest, 18.14.0)

e2e/install.e2e.ts > yarn → installs the cli and runs the help command without error > installs the cli and runs the help command without error

Error: Command failed with exit code 1: yarn add netlify-cli@testing ❯ makeError node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/execa/index.js:118:26 ❯ e2e/install.e2e.ts:165:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: yarn add netlify-cli@testing', command: 'yarn add netlify-cli@testing', escapedCommand: 'yarn add "netlify-cli@testing"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: undefined, stderr: undefined, failed: true, timedOut: false, isCanceled: false, killed: false }

Check failure on line 165 in e2e/install.e2e.ts

GitHub Actions / E2E (macOS-latest, 18.14.0)

e2e/install.e2e.ts > yarn → installs the cli and runs the help command without error > installs the cli and runs the help command without error

Error: Command failed with exit code 1: yarn add netlify-cli@testing ❯ makeError node_modules/execa/lib/error.js:60:11 ❯ handlePromise node_modules/execa/index.js:118:26 ❯ e2e/install.e2e.ts:165:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { shortMessage: 'Command failed with exit code 1: yarn add netlify-cli@testing', command: 'yarn add netlify-cli@testing', escapedCommand: 'yarn add "netlify-cli@testing"', exitCode: 1, signal: undefined, signalDescription: undefined, stdout: undefined, stderr: undefined, failed: true, timedOut: false, isCanceled: false, killed: false }
cwd,
env: { npm_config_registry: registry.address },
stdio: debug.enabled ? 'inherit' : 'ignore',