From 67a6237bec31348aa1f21a9099bb9b63c6a54495 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 17:44:46 +0000 Subject: [PATCH] fix(deps): update dependency @netlify/functions to v2 (#212) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
netlify/functions (@​netlify/functions) ### [`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 [@​netlify/serverless-functions-api](https://togithub.com/netlify/serverless-functions-api) to v1.7.1 ([#​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 ([#​408](https://togithub.com/netlify/functions/issues/408)) ##### Features - export v2 api ([#​408](https://togithub.com/netlify/functions/issues/408)) ([894fb91](https://togithub.com/netlify/functions/commit/894fb914107f76305bdb9930a2bce6ccaf01f21a)) ##### Bug Fixes - **deps:** update dependency [@​netlify/serverless-functions-api](https://togithub.com/netlify/serverless-functions-api) to v1.7.0 ([#​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 ([#​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 ([#​398](https://togithub.com/netlify/functions/issues/398)) ([ba70428](https://togithub.com/netlify/functions/commit/ba7042822dce1f94d1419bb6e1a39c91e2b9cb8a)) - remove netlify graph code ([#​400](https://togithub.com/netlify/functions/issues/400)) ([49f893e](https://togithub.com/netlify/functions/commit/49f893e7e5050013c1d87ac8744edb48016f1719))
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- contentsgarten.netlify.app/package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++++++------- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/contentsgarten.netlify.app/package.json b/contentsgarten.netlify.app/package.json index 94895e55..b4289d16 100644 --- a/contentsgarten.netlify.app/package.json +++ b/contentsgarten.netlify.app/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 3b8b7683..41d2f826 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,14 +24,14 @@ importers: specifier: workspace:* version: link:../packages/server-utils '@netlify/functions': - specifier: ^1.0.0 - version: 1.4.0 + specifier: ^2.0.0 + version: 2.0.0 '@radix-ui/react-dialog': specifier: ^1.0.3 version: 1.0.3(@types/react@18.0.35)(react-dom@18.2.0)(react@18.2.0) '@remix-run/netlify': specifier: ^1.14.3 - version: 1.15.0(@netlify/functions@1.4.0) + version: 1.15.0(@netlify/functions@2.0.0) '@remix-run/node': specifier: ^1.14.3 version: 1.15.0 @@ -3942,13 +3942,21 @@ packages: react-is: 18.2.0 dev: false - /@netlify/functions@1.4.0: - resolution: {integrity: sha512-gy7ULTIRroc2/jyFVGx1djCmmBMVisIwrvkqggq5B6iDcInRSy2Tpkm+V5C63hKJVkNRskKWtLQKm9ecCaQTjA==} - engines: {node: '>=8.3.0'} + /@netlify/functions@2.0.0: + resolution: {integrity: sha512-YJc8LikRByxcQ731cZo75TS7nu82baG02sy632AMNmtDLBP6QsRHN4R1rDjjpge24R0cMchLqbifnVNggs4FWQ==} + engines: {node: '>=14.0.0'} dependencies: + '@netlify/serverless-functions-api': 1.7.0 is-promise: 4.0.0 dev: false + /@netlify/serverless-functions-api@1.7.0: + resolution: {integrity: sha512-wqkraNSlom2uHYVSjdzl5XiUnlgSjElQ2jamjNhoidXW2n2jKPgefzn47DT4tfLe6qewHOctz66I+pjVbLz9Ow==} + engines: {node: ^14.18.0 || >=16.0.0} + dependencies: + urlpattern-polyfill: 8.0.2 + dev: false + /@next/env@13.4.5: resolution: {integrity: sha512-SG/gKH6eij4vwQy87b/3mbpQ1X3x2vUdnpwq6/qL2IQWjtq58EY/UuNAp9CoEZoC9sI4L9AD1r+73Z9r4d3uug==} dev: false @@ -4890,13 +4898,13 @@ packages: '@remix-run/node': 1.15.0 express: 4.18.2 - /@remix-run/netlify@1.15.0(@netlify/functions@1.4.0): + /@remix-run/netlify@1.15.0(@netlify/functions@2.0.0): resolution: {integrity: sha512-UOlszJRWMW8vdePDwU5+W2yk2x2+aCT9UtOt8AxX2FlFeKWrRb7nnfJgg6ARvr8VHOzq+JVWX40BnB9ipad8ww==} engines: {node: '>=14'} peerDependencies: '@netlify/functions': ^0.10.0 || ^0.11.0 || ^1.0.0 dependencies: - '@netlify/functions': 1.4.0 + '@netlify/functions': 2.0.0 '@remix-run/node': 1.15.0 dev: false @@ -15152,6 +15160,10 @@ packages: resolution: {integrity: sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==} deprecated: Please see https://github.com/lydell/urix#deprecated + /urlpattern-polyfill@8.0.2: + resolution: {integrity: sha512-Qp95D4TPJl1kC9SKigDcqgyM2VDVO4RiJc2d4qe5GrYm+zbIQCWWKAFaJNQ4BhdFeDGwBmAxqJBwWSJDb9T3BQ==} + dev: false + /use-callback-ref@1.3.0(@types/react@18.0.35)(react@18.2.0): resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} engines: {node: '>=10'}