Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasholzer committed Mar 18, 2024
2 parents cdabd23 + b321487 commit f7fec0c
Show file tree
Hide file tree
Showing 41 changed files with 2,670 additions and 904 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.cjs
Expand Up @@ -42,6 +42,9 @@ module.exports = {
'unicorn/consistent-destructuring': 0,
// TODO: harmonize with filename snake_case in other Netlify Dev projects
'unicorn/filename-case': [2, { case: 'kebabCase' }],
'max-params': 'off',
'no-empty-function': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
overrides: [
...overrides,
Expand Down Expand Up @@ -136,6 +139,7 @@ module.exports = {
rules: {
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-empty-function': 'off',
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
node-version: ['18.14.0', '*']
shard: ['1/3', '2/3', '3/3']
shard: ['1/4', '2/4', '3/4', '4/4']

exclude:
- os: macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
outputs:
release_created: ${{ steps.release.outputs.release_created }}
steps:
- uses: navikt/github-app-token-generator@a3831f44404199df32d8f39f7c0ad9bb8fa18b1c
- uses: navikt/github-app-token-generator@a8ae52448279d468cfbca5cd899f2457f0b1f643
id: get-token
with:
private-key: ${{ secrets.TOKENS_PRIVATE_KEY }}
Expand Down
82 changes: 82 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,88 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).



## [17.19.5](https://github.com/netlify/cli/compare/v17.19.4...v17.19.5) (2024-03-18)


### Bug Fixes

* a regression in ntl serve with the package path ([#6450](https://github.com/netlify/cli/issues/6450)) ([f10fb05](https://github.com/netlify/cli/commit/f10fb055ab47bb8e7e2021bdfa955ce6733d5041))

## [17.19.4](https://github.com/netlify/cli/compare/v17.19.3...v17.19.4) (2024-03-15)


### Bug Fixes

* cache edge function dependency tracing ([#6440](https://github.com/netlify/cli/issues/6440)) ([a2917d2](https://github.com/netlify/cli/commit/a2917d2469649b1f62bd9c0ab6685e02301b2b64))
* improve handling of scheduled v2 functions ([#6443](https://github.com/netlify/cli/issues/6443)) ([1bd3e17](https://github.com/netlify/cli/commit/1bd3e175613a6fc6e913397e909c0517dce7fbc7))

## [17.19.3](https://github.com/netlify/cli/compare/v17.19.2...v17.19.3) (2024-03-13)


### Bug Fixes

* broken deploy with --skip-functions-cache ([#6433](https://github.com/netlify/cli/issues/6433)) ([d804a96](https://github.com/netlify/cli/commit/d804a96f78909bdd92a6d4517409692a7deb4534))
* **deps:** replace dependency read-pkg-up with read-package-up ([#6379](https://github.com/netlify/cli/issues/6379)) ([38ae744](https://github.com/netlify/cli/commit/38ae7447d3ebdbb79aed212bb3793a7f0da93c1a))

## [17.19.2](https://github.com/netlify/cli/compare/v17.19.1...v17.19.2) (2024-03-11)


### Bug Fixes

* **deps:** update dependency @netlify/build to v29.36.2 ([#6429](https://github.com/netlify/cli/issues/6429)) ([bd331e6](https://github.com/netlify/cli/commit/bd331e6cb820eab7cf83c58ada18edfab1e3092b))
* **deps:** update dependency @netlify/build to v29.36.3 ([#6431](https://github.com/netlify/cli/issues/6431)) ([ce6e429](https://github.com/netlify/cli/commit/ce6e429bb3578f59d85e6a515961f4b584ee624d))

## [17.19.1](https://github.com/netlify/cli/compare/v17.19.0...v17.19.1) (2024-03-11)


### Bug Fixes

* **deps:** update dependency @netlify/blobs to v7.0.1 ([#6419](https://github.com/netlify/cli/issues/6419)) ([685525f](https://github.com/netlify/cli/commit/685525fda26c2404ba1c0105fc4c9ca5ec1d2809))
* **deps:** update dependency @types/node to v14.18.63 ([#6426](https://github.com/netlify/cli/issues/6426)) ([7fa1801](https://github.com/netlify/cli/commit/7fa1801f3daa48eab3e79b8fdd4b1814f889821a))
* pass api host to @netlify/build ([#6424](https://github.com/netlify/cli/issues/6424)) ([9b8694e](https://github.com/netlify/cli/commit/9b8694ea33728fe9f9f5308b00cd77bac47aa8c6))

## [17.19.0](https://github.com/netlify/cli/compare/v17.18.1...v17.19.0) (2024-03-08)


### Features

* add `blobs-migrate` recipe ([#6418](https://github.com/netlify/cli/issues/6418)) ([1638c69](https://github.com/netlify/cli/commit/1638c6917a11bc8b906d91ae4f96c85746b2c55c))


### Bug Fixes

* **deps:** update dependency @netlify/edge-bundler to v11.3.0 ([#6413](https://github.com/netlify/cli/issues/6413)) ([ead8cf1](https://github.com/netlify/cli/commit/ead8cf15961a5ff98eda15f3d6b0a9ef1506ab41))
* handle empty store on `blobs:list` ([#6420](https://github.com/netlify/cli/issues/6420)) ([726745a](https://github.com/netlify/cli/commit/726745a7dba87dfeba358ce871ac90150b84fb45))

## [17.18.1](https://github.com/netlify/cli/compare/v17.18.0...v17.18.1) (2024-03-06)


### Bug Fixes

* **deps:** update dependency @netlify/zip-it-and-ship-it to v9.30.0 ([#6414](https://github.com/netlify/cli/issues/6414)) ([e3440b8](https://github.com/netlify/cli/commit/e3440b8263c4c3c292b0eaefbf5c23700795ac82))
* use dev server plugin env var to define the plugin package name or path ([#6416](https://github.com/netlify/cli/issues/6416)) ([cee46eb](https://github.com/netlify/cli/commit/cee46eb73701bea7a4b2c6a2a360df7acb1344a3))

## [17.18.0](https://github.com/netlify/cli/compare/v17.17.2...v17.18.0) (2024-03-05)


### Features

* introduce env var to include dev server plugin ([#6410](https://github.com/netlify/cli/issues/6410)) ([31e2abf](https://github.com/netlify/cli/commit/31e2abfa93bf6b374ec08ff8e6b8aba8bef42916))

## [17.17.2](https://github.com/netlify/cli/compare/v17.17.1...v17.17.2) (2024-03-01)


### Bug Fixes

* support remote_images regexes ([#6388](https://github.com/netlify/cli/issues/6388)) ([083c5c1](https://github.com/netlify/cli/commit/083c5c1d9cf2c9886e6b487a31c51bfb9e7b12ed))

## [17.17.1](https://github.com/netlify/cli/compare/v17.17.0...v17.17.1) (2024-02-26)


### Bug Fixes

* an issue where the package path was missing when the cwd was not on the root ([#6404](https://github.com/netlify/cli/issues/6404)) ([19184ce](https://github.com/netlify/cli/commit/19184ce046d4364cc33a8dc16a9e8f94198e313f))

## [17.17.0](https://github.com/netlify/cli/compare/v17.16.4...v17.17.0) (2024-02-22)


Expand Down
18 changes: 9 additions & 9 deletions docs/commands/blobs.md
Expand Up @@ -6,7 +6,7 @@ description: Manage objects in Netlify Blobs
# `blobs`

<!-- AUTO-GENERATED-CONTENT:START (GENERATE_COMMANDS_DOCS) -->
(Beta) Manage objects in Netlify Blobs
Manage objects in Netlify Blobs

**Usage**

Expand All @@ -21,10 +21,10 @@ netlify blobs

| Subcommand | description |
|:--------------------------- |:-----|
| [`blobs:delete`](/commands/blobs#blobsdelete) | (Beta) Deletes an object with a given key, if it exists, from a Netlify Blobs store |
| [`blobs:get`](/commands/blobs#blobsget) | (Beta) Reads an object with a given key from a Netlify Blobs store and, if it exists, prints the content to the terminal or saves it to a file |
| [`blobs:list`](/commands/blobs#blobslist) | (Beta) Lists objects in a Netlify Blobs store |
| [`blobs:set`](/commands/blobs#blobsset) | (Beta) Writes to a Netlify Blobs store an object with the data provided in the command or the contents of a file defined by the 'input' parameter |
| [`blobs:delete`](/commands/blobs#blobsdelete) | Deletes an object with a given key, if it exists, from a Netlify Blobs store |
| [`blobs:get`](/commands/blobs#blobsget) | Reads an object with a given key from a Netlify Blobs store and, if it exists, prints the content to the terminal or saves it to a file |
| [`blobs:list`](/commands/blobs#blobslist) | Lists objects in a Netlify Blobs store |
| [`blobs:set`](/commands/blobs#blobsset) | Writes to a Netlify Blobs store an object with the data provided in the command or the contents of a file defined by the 'input' parameter |


**Examples**
Expand All @@ -41,7 +41,7 @@ netlify blobs:list my-store --json
---
## `blobs:delete`

(Beta) Deletes an object with a given key, if it exists, from a Netlify Blobs store
Deletes an object with a given key, if it exists, from a Netlify Blobs store

**Usage**

Expand All @@ -62,7 +62,7 @@ netlify blobs:delete
---
## `blobs:get`

(Beta) Reads an object with a given key from a Netlify Blobs store and, if it exists, prints the content to the terminal or saves it to a file
Reads an object with a given key from a Netlify Blobs store and, if it exists, prints the content to the terminal or saves it to a file

**Usage**

Expand All @@ -84,7 +84,7 @@ netlify blobs:get
---
## `blobs:list`

(Beta) Lists objects in a Netlify Blobs store
Lists objects in a Netlify Blobs store

**Usage**

Expand All @@ -107,7 +107,7 @@ netlify blobs:list
---
## `blobs:set`

(Beta) Writes to a Netlify Blobs store an object with the data provided in the command or the contents of a file defined by the 'input' parameter
Writes to a Netlify Blobs store an object with the data provided in the command or the contents of a file defined by the 'input' parameter

**Usage**

Expand Down
10 changes: 5 additions & 5 deletions docs/index.md
Expand Up @@ -26,14 +26,14 @@ Run any Netlify API method

### [blobs](/commands/blobs)

(Beta) Manage objects in Netlify Blobs
Manage objects in Netlify Blobs

| Subcommand | description |
|:--------------------------- |:-----|
| [`blobs:delete`](/commands/blobs#blobsdelete) | (Beta) Deletes an object with a given key, if it exists, from a Netlify Blobs store |
| [`blobs:get`](/commands/blobs#blobsget) | (Beta) Reads an object with a given key from a Netlify Blobs store and, if it exists, prints the content to the terminal or saves it to a file |
| [`blobs:list`](/commands/blobs#blobslist) | (Beta) Lists objects in a Netlify Blobs store |
| [`blobs:set`](/commands/blobs#blobsset) | (Beta) Writes to a Netlify Blobs store an object with the data provided in the command or the contents of a file defined by the 'input' parameter |
| [`blobs:delete`](/commands/blobs#blobsdelete) | Deletes an object with a given key, if it exists, from a Netlify Blobs store |
| [`blobs:get`](/commands/blobs#blobsget) | Reads an object with a given key from a Netlify Blobs store and, if it exists, prints the content to the terminal or saves it to a file |
| [`blobs:list`](/commands/blobs#blobslist) | Lists objects in a Netlify Blobs store |
| [`blobs:set`](/commands/blobs#blobsset) | Writes to a Netlify Blobs store an object with the data provided in the command or the contents of a file defined by the 'input' parameter |


### [build](/commands/build)
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.

0 comments on commit f7fec0c

Please sign in to comment.