Skip to content

Commit

Permalink
Merge branch 'main' into inject-dev-version
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Dec 12, 2023
2 parents fe9278e + d5fcdc5 commit e009bee
Show file tree
Hide file tree
Showing 20 changed files with 216 additions and 262 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
.delta.dependencyCount
- name: Get TypeScript conversion progress
run:
grep -r --exclude-dir="node_modules" --include="*.mts" "@ts-expect-error" . | wc -l | xargs >
grep -r --exclude-dir="node_modules" --include="*.ts" "@ts-expect-error" . | wc -l | xargs >
.delta.tsConversion && echo " (Number of ts-expect-error directives)" >> .delta.tsConversion
- name: Save PR number
if: github.event_name == 'pull_request'
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,25 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.10.1](https://github.com/netlify/cli/compare/v17.10.0...v17.10.1) (2023-12-08)


### Bug Fixes

* use correct file extensions for transpilation ([#6256](https://github.com/netlify/cli/issues/6256)) ([8308097](https://github.com/netlify/cli/commit/8308097334fc76117cee4798772abf18ff5a7e4d))

## [17.10.0](https://github.com/netlify/cli/compare/v17.9.0...v17.10.0) (2023-12-06)


### Features

* add blobs upload step ([#6223](https://github.com/netlify/cli/issues/6223)) ([33177fc](https://github.com/netlify/cli/commit/33177fc0608952196f40249a3e0fae1e42af25a0))


### Bug Fixes

* **deps:** update netlify packages ([#6244](https://github.com/netlify/cli/issues/6244)) ([b3f857a](https://github.com/netlify/cli/commit/b3f857a939ed78e726545092c2bbb2d80ae5105e))

## [17.9.0](https://github.com/netlify/cli/compare/v17.8.1...v17.9.0) (2023-12-04)


Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "netlify-cli",
"description": "Netlify command line tool",
"version": "17.9.0",
"version": "17.10.1",
"author": "Netlify Inc.",
"type": "module",
"engines": {
Expand Down Expand Up @@ -81,8 +81,8 @@
"@bugsnag/js": "7.20.2",
"@fastify/static": "6.10.2",
"@netlify/blobs": "6.3.1",
"@netlify/build": "29.29.4",
"@netlify/build-info": "7.11.1",
"@netlify/build": "29.31.0",
"@netlify/build-info": "7.11.3",
"@netlify/config": "20.10.0",
"@netlify/edge-bundler": "10.1.3",
"@netlify/local-functions-proxy": "1.1.1",
Expand Down
Loading

0 comments on commit e009bee

Please sign in to comment.