Skip to content

Commit

Permalink
Merge branch 'main' into ct-1000/remove-integration-level-requirement…
Browse files Browse the repository at this point in the history
…-for-integrations
  • Loading branch information
khendrikse authored Oct 18, 2024
2 parents 9da894c + 9d37ec0 commit be8cddb
Show file tree
Hide file tree
Showing 9 changed files with 1,904 additions and 2,818 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.37.0](https://github.com/netlify/cli/compare/v17.36.4...v17.37.0) (2024-10-11)


### Features

* **deploy:** print edge function logs url ([#6851](https://github.com/netlify/cli/issues/6851)) ([b996f92](https://github.com/netlify/cli/commit/b996f92e8eabcef1c2664dbd9ab6acbe7cde07c7))


### Bug Fixes

* **deps:** update dependency cookie to v0.7.0 [security] ([#6856](https://github.com/netlify/cli/issues/6856)) ([01810d5](https://github.com/netlify/cli/commit/01810d525de04080431cada961c0d33e8c51e8d6))
* **deps:** update dependency envinfo to v7.14.0 ([#6860](https://github.com/netlify/cli/issues/6860)) ([7805687](https://github.com/netlify/cli/commit/78056876e0e63486c181bb7bbd5bbe7ac3ffb50f))
* **deps:** update dependency http-proxy-middleware to v2.0.7 ([#6852](https://github.com/netlify/cli/issues/6852)) ([e1e7c72](https://github.com/netlify/cli/commit/e1e7c7252e8cddbda0cecb276a9f58085a3df4fb))
* **deps:** update dependency listr2 to v8.2.5 ([#6853](https://github.com/netlify/cli/issues/6853)) ([b59f28b](https://github.com/netlify/cli/commit/b59f28be44e251668a4ed62ad0d7a20b57e347c5))
* **deps:** update dependency log-update to v6.1.0 ([#6861](https://github.com/netlify/cli/issues/6861)) ([33f449f](https://github.com/netlify/cli/commit/33f449fd6dee13b1e0bdfb08cd8d096104b4ac88))
* **deps:** update dependency ora to v8.1.0 ([#6862](https://github.com/netlify/cli/issues/6862)) ([d459d4e](https://github.com/netlify/cli/commit/d459d4e870baafeb327d841280ed1885a5ddec2b))
* **deps:** update dependency pump to v3.0.2 ([#6859](https://github.com/netlify/cli/issues/6859)) ([f3f6d0a](https://github.com/netlify/cli/commit/f3f6d0a99d0e70c48c8767040fc5c6a1e8fd0376))
* **deps:** update dependency update-notifier to v7.3.1 ([#6863](https://github.com/netlify/cli/issues/6863)) ([db8c10a](https://github.com/netlify/cli/commit/db8c10a3e15ceb1dbdb2e8b74bf9b851e13a3969))
* **deps:** update netlify packages ([#6868](https://github.com/netlify/cli/issues/6868)) ([0944c42](https://github.com/netlify/cli/commit/0944c422079451226e892ddfccf7fec3e5671e78))
* **deps:** update netlify packages ([#6869](https://github.com/netlify/cli/issues/6869)) ([48e032f](https://github.com/netlify/cli/commit/48e032fce5b6c5f6a514e63140c90df0de87bae2))

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


Expand Down
5 changes: 2 additions & 3 deletions docs/commands/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ netlify dev

| Subcommand | description |
|:--------------------------- |:-----|
| [`dev:exec`](/commands/dev#devexec) | Exec command |
| [`dev:exec`](/commands/dev#devexec) | Runs a command within the netlify dev environment. For example, with environment variables from any installed add-ons |


**Examples**
Expand All @@ -57,8 +57,7 @@ BROWSER=none netlify dev # disable browser auto opening
---
## `dev:exec`

Exec command
Runs a command within the netlify dev environment, e.g. with env variables from any installed addons
Runs a command within the netlify dev environment. For example, with environment variables from any installed add-ons

**Usage**

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Local dev server

| Subcommand | description |
|:--------------------------- |:-----|
| [`dev:exec`](/commands/dev#devexec) | Exec command |
| [`dev:exec`](/commands/dev#devexec) | Runs a command within the netlify dev environment. For example, with environment variables from any installed add-ons |


### [env](/commands/env)
Expand Down
12 changes: 6 additions & 6 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.

Loading

0 comments on commit be8cddb

Please sign in to comment.