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 Nov 20, 2024
2 parents be8cddb + fdaabc0 commit c33968c
Show file tree
Hide file tree
Showing 92 changed files with 3,286 additions and 1,434 deletions.
6 changes: 3 additions & 3 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @netlify/ecosystem-pod-composable-tooling
docs/ @netlify/ecosystem-pod-composable-tooling @netlify/department-docs
site/ @netlify/ecosystem-pod-composable-tooling @netlify/department-docs
* @netlify/composable-platform
docs/ @netlify/composable-platform @netlify/department-docs
site/ @netlify/composable-platform @netlify/department-docs
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# This posts the status to the PR/commit
- uses: haya14busa/action-workflow_run-status@v1
- name: Download deltas
uses: dawidd6/action-download-artifact@v3
uses: dawidd6/action-download-artifact@v6
with:
# This is the workflow that triggered this run
workflow: ${{ github.event.workflow.id }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
lint-docs:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Git checkout
uses: actions/checkout@v4
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,34 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.37.2](https://github.com/netlify/cli/compare/v17.37.1...v17.37.2) (2024-10-29)


### Bug Fixes

* add zsh autocomplete setup and file permissions instructions to completion:install ([#6882](https://github.com/netlify/cli/issues/6882)) ([75c0e7b](https://github.com/netlify/cli/commit/75c0e7b5e7e7e0db61ca4c0a8b7df8a5f5b9fd6e))
* **deps:** update dependency @netlify/build to v29.55.4 ([#6892](https://github.com/netlify/cli/issues/6892)) ([da3563b](https://github.com/netlify/cli/commit/da3563b7e3059305bfb742d5ef5f6418d11a1208))
* **deps:** update dependency @netlify/build to v29.56.0 ([#6906](https://github.com/netlify/cli/issues/6906)) ([e63a9c2](https://github.com/netlify/cli/commit/e63a9c275eaf3845102276d12ac7acd20075c5fa))
* **deps:** update dependency @types/node to v20.17.1 ([#6903](https://github.com/netlify/cli/issues/6903)) ([93a728b](https://github.com/netlify/cli/commit/93a728b93964be16ff1d64e9a2f3ae5e7f2bafde))
* **deps:** update dependency ws to v8.18.0 ([#6904](https://github.com/netlify/cli/issues/6904)) ([89e814d](https://github.com/netlify/cli/commit/89e814dd3ad950f50a5fedcc353972bb03db051e))
* **deps:** update netlify packages ([#6891](https://github.com/netlify/cli/issues/6891)) ([8db8a3a](https://github.com/netlify/cli/commit/8db8a3a31bd65cf040f5d752dac58659d4eff673))
* **deps:** update netlify packages ([#6899](https://github.com/netlify/cli/issues/6899)) ([62d3123](https://github.com/netlify/cli/commit/62d312335fa1fa1a4f857472b7e3c6bacc506a23))
* improve console message when unlinking from directory without a netlify.toml ([#6897](https://github.com/netlify/cli/issues/6897)) ([622098e](https://github.com/netlify/cli/commit/622098e3a5d6463147cae420df235e14353b4c74))
* link --name prefers exact match if exists, first match otherwise ([#6865](https://github.com/netlify/cli/issues/6865)) ([6a15c79](https://github.com/netlify/cli/commit/6a15c79843cc2f9af4571fcb630aabc9a2f4c8e0))
* logs: deploy command instructs user to link to a site if one is … ([#6867](https://github.com/netlify/cli/issues/6867)) ([98763f7](https://github.com/netlify/cli/commit/98763f72f7aa6176e1625b81ba143a62f9984c3b))
* updated error message for attempting to deploy a site with a bad… ([#6884](https://github.com/netlify/cli/issues/6884)) ([9cb44c5](https://github.com/netlify/cli/commit/9cb44c551262c1436776023d8048fa3ff4ad6f5e))

## [17.37.1](https://github.com/netlify/cli/compare/v17.37.0...v17.37.1) (2024-10-17)


### Bug Fixes

* **deploy:** fix edge function logs url scope key ([#6881](https://github.com/netlify/cli/issues/6881)) ([f833f2d](https://github.com/netlify/cli/commit/f833f2dc4d238769217e30411cb98ee326dcb582))
* **deps:** update dependency @netlify/blobs to v8.1.0 ([#6870](https://github.com/netlify/cli/issues/6870)) ([b82c536](https://github.com/netlify/cli/commit/b82c5369a5abbd763f53c2d107cab38826974979))
* **deps:** update dependency @types/node to v20.16.11 ([#6874](https://github.com/netlify/cli/issues/6874)) ([e41ac33](https://github.com/netlify/cli/commit/e41ac33ca489aaeba6dc034222e89e015120cf28))
* **deps:** update dependency cookie to v0.7.2 ([#6875](https://github.com/netlify/cli/issues/6875)) ([69a7a3b](https://github.com/netlify/cli/commit/69a7a3b09c96512471f451c90a6d4253dee5648d))
* **deps:** update dependency express to v4.21.1 ([#6858](https://github.com/netlify/cli/issues/6858)) ([9d37ec0](https://github.com/netlify/cli/commit/9d37ec02a2b8a2112c56a24000148979429a0f9e))

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


Expand Down
6 changes: 4 additions & 2 deletions bin/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ import { argv } from 'process'

import updateNotifier from 'update-notifier'

import { createMainCommand } from '../dist/commands/index.js'
import { runProgram } from '../dist/utils/run-program.js'
import { error } from '../dist/utils/command-helpers.js'
import getPackageJson from '../dist/utils/get-package-json.js'
import { createMainCommand } from '../dist/commands/main.js'

// 12 hours
const UPDATE_CHECK_INTERVAL = 432e5
Expand All @@ -24,7 +25,8 @@ try {
const program = createMainCommand()

try {
await program.parseAsync(argv)
await runProgram(program, argv)

program.onEnd()
} catch (error_) {
program.onEnd(error_)
Expand Down
2 changes: 2 additions & 0 deletions docs/commands/blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ netlify blobs:delete
**Flags**

- `filter` (*string*) - For monorepos, specify the name of the application to run the command in
- `force` (*boolean*) - Bypasses prompts & Force the command to run.
- `debug` (*boolean*) - Print debugging information

---
Expand Down Expand Up @@ -124,6 +125,7 @@ netlify blobs:set
**Flags**

- `filter` (*string*) - For monorepos, specify the name of the application to run the command in
- `force` (*boolean*) - Bypasses prompts & Force the command to run.
- `input` (*string*) - Defines the filesystem path where the blob data should be read from
- `debug` (*boolean*) - Print debugging information

Expand Down
3 changes: 3 additions & 0 deletions docs/commands/env.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ netlify env:clone
**Flags**

- `filter` (*string*) - For monorepos, specify the name of the application to run the command in
- `force` (*boolean*) - Bypasses prompts & Force the command to run.
- `from` (*string*) - Site ID (From)
- `to` (*string*) - Site ID (To)
- `debug` (*boolean*) - Print debugging information
Expand Down Expand Up @@ -167,6 +168,7 @@ netlify env:set

- `context` (*string*) - Specify a deploy context or branch (contexts: "production", "deploy-preview", "branch-deploy", "dev") (default: all contexts)
- `filter` (*string*) - For monorepos, specify the name of the application to run the command in
- `force` (*boolean*) - Bypasses prompts & Force the command to run.
- `scope` (*builds | functions | post-processing | runtime*) - Specify a scope (default: all scopes)
- `secret` (*boolean*) - Indicate whether the environment variable value can be read again.
- `debug` (*boolean*) - Print debugging information
Expand Down Expand Up @@ -202,6 +204,7 @@ netlify env:unset

- `context` (*string*) - Specify a deploy context or branch (contexts: "production", "deploy-preview", "branch-deploy", "dev") (default: all contexts)
- `filter` (*string*) - For monorepos, specify the name of the application to run the command in
- `force` (*boolean*) - Bypasses prompts & Force the command to run.
- `debug` (*boolean*) - Print debugging information

**Examples**
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ netlify sites:delete
**Flags**

- `filter` (*string*) - For monorepos, specify the name of the application to run the command in
- `force` (*boolean*) - delete without prompting (useful for CI)
- `force` (*boolean*) - Delete without prompting (useful for CI).
- `debug` (*boolean*) - Print debugging information

**Examples**
Expand Down
2 changes: 1 addition & 1 deletion functions-templates/javascript/sanity-create/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"author": "Sanity.io",
"license": "MIT",
"dependencies": {
"@sanity/client": "^0.147.3"
"@sanity/client": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion functions-templates/javascript/sanity-groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"author": "Sanity.io",
"license": "MIT",
"dependencies": {
"@sanity/client": "^0.147.3"
"@sanity/client": "^6.0.0"
}
}
2 changes: 1 addition & 1 deletion functions-templates/rust/hello-world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
[dependencies]
aws_lambda_events = "0.15.0"
http = "0.2.9"
lambda_runtime = "0.11.0"
lambda_runtime = "0.13.0"
log = "0.4.17"
simple_logger = "1.16.0"
tokio = "1.27.0"
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 c33968c

Please sign in to comment.