Skip to content

Commit

Permalink
fix(deps): update netlify packages (#6385)
Browse files Browse the repository at this point in the history
* fix(deps): update netlify packages

* fix: dont try reading response from error

* fix: add more tests and logs

* fix: check what happens if every test has its own directory

* fix: try adding a timeout

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Simon Knott <[email protected]>
  • Loading branch information
renovate[bot] and Skn0tt authored Feb 19, 2024
1 parent a9c2a8a commit 17d1e6a
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 97 deletions.
84 changes: 42 additions & 42 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,12 +73,12 @@
"@bugsnag/js": "7.20.2",
"@fastify/static": "6.10.2",
"@netlify/blobs": "6.5.0",
"@netlify/build": "29.33.7",
"@netlify/build-info": "7.12.1",
"@netlify/config": "20.11.1",
"@netlify/build": "29.35.1",
"@netlify/build-info": "7.13.0",
"@netlify/config": "20.12.0",
"@netlify/edge-bundler": "11.2.2",
"@netlify/local-functions-proxy": "1.1.1",
"@netlify/zip-it-and-ship-it": "9.29.1",
"@netlify/zip-it-and-ship-it": "9.29.2",
"@octokit/rest": "19.0.13",
"ansi-escapes": "6.2.0",
"ansi-styles": "6.2.1",
Expand Down
Loading

2 comments on commit 17d1e6a

@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,283
  • Package size: 281 MB
  • Number of ts-expect-error directives: 1,180

@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,283
  • Package size: 281 MB
  • Number of ts-expect-error directives: 1,180

Please sign in to comment.