Skip to content

Commit

Permalink
fix(deps): update netlify packages (#6707)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
renovate[bot] and eduardoboucas committed Jun 18, 2024
1 parent c72e9d7 commit ca0e670
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 61 deletions.
110 changes: 56 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@
"@bugsnag/js": "7.23.0",
"@fastify/static": "7.0.4",
"@netlify/blobs": "7.3.0",
"@netlify/build": "29.47.3",
"@netlify/build": "29.48.1",
"@netlify/build-info": "7.13.2",
"@netlify/config": "20.15.2",
"@netlify/config": "20.15.3",
"@netlify/edge-bundler": "12.0.1",
"@netlify/edge-functions": "2.8.1",
"@netlify/local-functions-proxy": "1.1.1",
"@netlify/zip-it-and-ship-it": "9.34.4",
"@netlify/zip-it-and-ship-it": "9.37.0",
"@octokit/rest": "20.1.1",
"@opentelemetry/api": "1.8.0",
"ansi-escapes": "7.0.0",
Expand Down Expand Up @@ -146,7 +146,7 @@
"maxstache": "1.0.7",
"maxstache-stream": "1.0.4",
"multiparty": "4.2.3",
"netlify": "13.1.18",
"netlify": "13.1.19",
"netlify-headers-parser": "7.1.4",
"netlify-redirect-parser": "14.3.0",
"netlify-redirector": "0.5.0",
Expand Down
4 changes: 1 addition & 3 deletions src/utils/deploy/hash-fns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { readFile } from 'fs/promises'
import path from 'path'
import { promisify } from 'util'

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

1 comment on commit ca0e670

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

  • Dependency count: 1,317
  • Package size: 480 MB
  • Number of ts-expect-error directives: 978

Please sign in to comment.