Skip to content

Commit

Permalink
fix(deps): update dependency @netlify/serverless-functions-api to v1.…
Browse files Browse the repository at this point in the history
…9.0 (#431)

[![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/serverless-functions-api](https://togithub.com/netlify/serverless-functions-api)
| [`1.8.0` ->
`1.9.0`](https://renovatebot.com/diffs/npm/@netlify%2fserverless-functions-api/1.8.0/1.9.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@netlify%2fserverless-functions-api/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@netlify%2fserverless-functions-api/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@netlify%2fserverless-functions-api/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@netlify%2fserverless-functions-api/1.8.0/1.9.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

###
[`v1.9.0`](https://togithub.com/netlify/serverless-functions-api/blob/HEAD/CHANGELOG.md#190-2023-10-11)

[Compare
Source](https://togithub.com/netlify/serverless-functions-api/compare/v1.8.1...v1.9.0)

##### Features

- inject cache-purge token in environment
([#&#8203;161](https://togithub.com/netlify/serverless-functions-api/issues/161))
([d3028e2](https://togithub.com/netlify/serverless-functions-api/commit/d3028e26a2b33ccc65e8c1c8abf5becaf9a3432d))

###
[`v1.8.1`](https://togithub.com/netlify/serverless-functions-api/blob/HEAD/CHANGELOG.md#181-2023-10-11)

[Compare
Source](https://togithub.com/netlify/serverless-functions-api/compare/v1.8.0...v1.8.1)

##### Bug Fixes

- fixes an issue where the url pattern matching was not working with a
trailing slash
([#&#8203;160](https://togithub.com/netlify/serverless-functions-api/issues/160))
([cea7656](https://togithub.com/netlify/serverless-functions-api/commit/cea765602b62d463aa7cc33d51148052e7ae17b4))

</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/netlify/functions).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 11, 2023
1 parent 1832d27 commit 82f6c12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test": "test"
},
"dependencies": {
"@netlify/serverless-functions-api": "1.8.0",
"@netlify/serverless-functions-api": "1.9.0",
"is-promise": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 82f6c12

Please sign in to comment.