Skip to content

Commit ca0e670

Browse files
renovate[bot]eduardoboucas
andauthoredJun 18, 2024··
fix(deps): update netlify packages (#6707)
* fix(deps): update netlify packages * chore: fix type imports --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eduardo Bouças <mail@eduardoboucas.com>
1 parent c72e9d7 commit ca0e670

File tree

3 files changed

+61
-61
lines changed

3 files changed

+61
-61
lines changed
 

‎package-lock.json

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

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"@bugsnag/js": "7.23.0",
7474
"@fastify/static": "7.0.4",
7575
"@netlify/blobs": "7.3.0",
76-
"@netlify/build": "29.47.3",
76+
"@netlify/build": "29.48.1",
7777
"@netlify/build-info": "7.13.2",
78-
"@netlify/config": "20.15.2",
78+
"@netlify/config": "20.15.3",
7979
"@netlify/edge-bundler": "12.0.1",
8080
"@netlify/edge-functions": "2.8.1",
8181
"@netlify/local-functions-proxy": "1.1.1",
82-
"@netlify/zip-it-and-ship-it": "9.34.4",
82+
"@netlify/zip-it-and-ship-it": "9.37.0",
8383
"@octokit/rest": "20.1.1",
8484
"@opentelemetry/api": "1.8.0",
8585
"ansi-escapes": "7.0.0",
@@ -146,7 +146,7 @@
146146
"maxstache": "1.0.7",
147147
"maxstache-stream": "1.0.4",
148148
"multiparty": "4.2.3",
149-
"netlify": "13.1.18",
149+
"netlify": "13.1.19",
150150
"netlify-headers-parser": "7.1.4",
151151
"netlify-redirect-parser": "14.3.0",
152152
"netlify-redirector": "0.5.0",

‎src/utils/deploy/hash-fns.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { readFile } from 'fs/promises'
22
import path from 'path'
33
import { promisify } from 'util'
44

5-
import { zipFunctions } from '@netlify/zip-it-and-ship-it'
6-
import type { TrafficRules } from '@netlify/zip-it-and-ship-it/dist/manifest.js'
7-
import type { FunctionResult } from '@netlify/zip-it-and-ship-it/dist/utils/format_result.js'
5+
import { zipFunctions, type FunctionResult, type TrafficRules } from '@netlify/zip-it-and-ship-it'
86
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'from... Remove this comment to see the full error message
97
import fromArray from 'from2-array'
108
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'pump... Remove this comment to see the full error message

0 commit comments

Comments
 (0)