Skip to content

Commit

Permalink
Merge branch 'main' into renovate/netlify-edge-functions-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
serhalp authored Oct 8, 2024
2 parents 150fa21 + b996f92 commit fd29143
Show file tree
Hide file tree
Showing 14 changed files with 2,420 additions and 866 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: denoland/setup-deno@v1
if: '${{!steps.release-check.outputs.IS_RELEASE}}'
with:
deno-version: v1.x
deno-version: v1.44.4
- name: Install core dependencies
run: npm ci --no-audit
if: '${{!steps.release-check.outputs.IS_RELEASE}}'
Expand Down
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,40 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.36.4](https://github.com/netlify/cli/compare/v17.36.3...v17.36.4) (2024-10-01)


### Bug Fixes

* **deps:** update netlify packages ([#6847](https://github.com/netlify/cli/issues/6847)) ([e51bb28](https://github.com/netlify/cli/commit/e51bb28b34177f48f3651fe430c8534decf1841a))

## [17.36.3](https://github.com/netlify/cli/compare/v17.36.2...v17.36.3) (2024-09-30)


### Bug Fixes

* **deps:** update dependency @types/node to v20.16.10 ([#6843](https://github.com/netlify/cli/issues/6843)) ([55830eb](https://github.com/netlify/cli/commit/55830ebe326ecf7cc5dac697aff313e3c914ff87))
* **deps:** update dependency debug to v4.3.7 ([#6844](https://github.com/netlify/cli/issues/6844)) ([517e734](https://github.com/netlify/cli/commit/517e734e1b581d603dfcbd5e6e39c8a06cba85c4))
* **deps:** update dependency express to v4.21.0 [security] ([#6839](https://github.com/netlify/cli/issues/6839)) ([0728f80](https://github.com/netlify/cli/commit/0728f80ba749f474e8dcd47f0896a754d96b3608))
* **deps:** update netlify packages ([#6833](https://github.com/netlify/cli/issues/6833)) ([18c53bd](https://github.com/netlify/cli/commit/18c53bde294b831ca2c4cdf0a83ce71767ba337a))
* **deps:** update netlify packages ([#6837](https://github.com/netlify/cli/issues/6837)) ([1e0ac96](https://github.com/netlify/cli/commit/1e0ac96193298f00a83afd6d45fd29f70b5cd1ea))

## [17.36.2](https://github.com/netlify/cli/compare/v17.36.1...v17.36.2) (2024-09-20)


### Bug Fixes

* **deps:** update netlify packages ([#6814](https://github.com/netlify/cli/issues/6814)) ([561e16a](https://github.com/netlify/cli/commit/561e16a0269ab1a0a7638f94144097350c54e014))

## [17.36.1](https://github.com/netlify/cli/compare/v17.36.0...v17.36.1) (2024-09-19)


### Bug Fixes

* **deps:** bump find-my-way from 8.2.0 to 8.2.2 and vite from 5.2.10 to 5.4.6 ([#6828](https://github.com/netlify/cli/issues/6828)) ([04567fb](https://github.com/netlify/cli/commit/04567fb5a6164d4db5631010d754545f246553a9))
* **deps:** update dependency @netlify/blobs to v8.0.1 ([#6801](https://github.com/netlify/cli/issues/6801)) ([ffb394c](https://github.com/netlify/cli/commit/ffb394c385652e49f9de8534e54160f0ee5d30ff))
* **deps:** update dependency express to v4.20.0 [security] ([#6820](https://github.com/netlify/cli/issues/6820)) ([7089c02](https://github.com/netlify/cli/commit/7089c02b1a10ed563ec62095fda8febc3e184dc9))

## [17.36.0](https://github.com/netlify/cli/compare/v17.35.0...v17.36.0) (2024-09-10)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Interact with [Netlify](http://netlify.com/) from the comfort of your CLI.

See the [CLI command line reference](https://cli.netlify.com/commands/) to get started and the docs on using
[Netlify Dev](https://github.com/netlify/cli/blob/main/docs/netlify-dev.md) to run your site locally.
[Netlify Dev](https://github.com/netlify/cli/blob/main/docs/commands/dev.md) to run your site locally.

## Table of Contents

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.1"
"@netlify/functions": "^2.8.2"
}
}
42 changes: 21 additions & 21 deletions functions-templates/typescript/hello-world/package-lock.json

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

2 changes: 1 addition & 1 deletion functions-templates/typescript/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.1",
"@netlify/functions": "^2.8.2",
"@types/node": "^20.0.0",
"typescript": "^4.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"author": "Netlify",
"license": "MIT",
"dependencies": {
"@netlify/functions": "^2.8.1",
"@netlify/functions": "^2.8.2",
"@types/node": "^20.0.0",
"typescript": "^4.5.5"
}
Expand Down
Loading

0 comments on commit fd29143

Please sign in to comment.