Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/functions to v2 (#212)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@netlify/functions](https://togithub.com/netlify/functions) |
[`^1.0.0` ->
`^2.0.0`](https://renovatebot.com/diffs/npm/@netlify%2ffunctions/1.4.0/2.0.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2ffunctions/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2ffunctions/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2ffunctions/1.4.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2ffunctions/1.4.0/2.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>netlify/functions (@&#8203;netlify/functions)</summary>

###
[`v2.0.1`](https://togithub.com/netlify/functions/blob/HEAD/CHANGELOG.md#201-2023-08-22)

[Compare
Source](https://togithub.com/netlify/functions/compare/v2.0.0...v2.0.1)

##### Bug Fixes

- **deps:** update dependency
[@&#8203;netlify/serverless-functions-api](https://togithub.com/netlify/serverless-functions-api)
to v1.7.1
([#&#8203;416](https://togithub.com/netlify/functions/issues/416))
([86b82d2](https://togithub.com/netlify/functions/commit/86b82d29e9e344b0b0cb7dfea2683e3da17df350))

###
[`v2.0.0`](https://togithub.com/netlify/functions/blob/HEAD/CHANGELOG.md#200-2023-08-22)

[Compare
Source](https://togithub.com/netlify/functions/compare/v1.6.0...v2.0.0)

##### ⚠ BREAKING CHANGES

- export v2 api
([#&#8203;408](https://togithub.com/netlify/functions/issues/408))

##### Features

- export v2 api
([#&#8203;408](https://togithub.com/netlify/functions/issues/408))
([894fb91](https://togithub.com/netlify/functions/commit/894fb914107f76305bdb9930a2bce6ccaf01f21a))

##### Bug Fixes

- **deps:** update dependency
[@&#8203;netlify/serverless-functions-api](https://togithub.com/netlify/serverless-functions-api)
to v1.7.0
([#&#8203;414](https://togithub.com/netlify/functions/issues/414))
([6fba3af](https://togithub.com/netlify/functions/commit/6fba3afce7350dac0fa6c1ea4db223d5a59bd8af))

###
[`v1.6.0`](https://togithub.com/netlify/functions/blob/HEAD/CHANGELOG.md#160-2023-05-12)

[Compare
Source](https://togithub.com/netlify/functions/compare/v1.5.0...v1.6.0)

##### Features

- add `stream` helper
([#&#8203;395](https://togithub.com/netlify/functions/issues/395))
([7b305cf](https://togithub.com/netlify/functions/commit/7b305cfb529d4fe3cdfa25b3eb176c5038f28b6e))

###
[`v1.5.0`](https://togithub.com/netlify/functions/blob/HEAD/CHANGELOG.md#150-2023-05-09)

[Compare
Source](https://togithub.com/netlify/functions/compare/v1.4.0...v1.5.0)

##### Features

- add npm provenance
([#&#8203;398](https://togithub.com/netlify/functions/issues/398))
([ba70428](https://togithub.com/netlify/functions/commit/ba7042822dce1f94d1419bb6e1a39c91e2b9cb8a))
- remove netlify graph code
([#&#8203;400](https://togithub.com/netlify/functions/issues/400))
([49f893e](https://togithub.com/netlify/functions/commit/49f893e7e5050013c1d87ac8744edb48016f1719))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/creatorsgarten/contentsgarten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi40My4yIiwidXBkYXRlZEluVmVyIjoiMzYuNTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent 43fa4fd commit 67a6237
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion contentsgarten.netlify.app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@contentsgarten/html": "workspace:*",
"@contentsgarten/server-utils": "workspace:*",
"@netlify/functions": "^1.0.0",
"@netlify/functions": "^2.0.0",
"@radix-ui/react-dialog": "^1.0.3",
"@remix-run/netlify": "^1.14.3",
"@remix-run/node": "^1.14.3",
Expand Down
28 changes: 20 additions & 8 deletions pnpm-lock.yaml

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

1 comment on commit 67a6237

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 67a6237 Aug 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
wonderwiki ✅ Deployed View Logs 2023-08-22T17:51:46.702Z

Please sign in to comment.