Skip to content

Commit

Permalink
Update dependency @edge-runtime/primitives to v4 (#284)
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 |
|---|---|---|---|---|---|
| [@edge-runtime/primitives](https://edge-runtime.vercel.app/packages/primitives) ([source](https://togithub.com/vercel/edge-runtime)) | [`3.1.1` -> `4.0.2`](https://renovatebot.com/diffs/npm/@edge-runtime%2fprimitives/3.1.1/4.0.2) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@edge-runtime%2fprimitives/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@edge-runtime%2fprimitives/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@edge-runtime%2fprimitives/3.1.1/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@edge-runtime%2fprimitives/3.1.1/4.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>vercel/edge-runtime (@&#8203;edge-runtime/primitives)</summary>

### [`v4.0.2`](https://togithub.com/vercel/edge-runtime/blob/HEAD/packages/primitives/CHANGELOG.md#402)

[Compare Source](https://togithub.com/vercel/edge-runtime/compare/@edge-runtime/primitives@4.0.1...@edge-runtime/primitives@4.0.2)

##### Patch Changes

-   Don't return `NodeJS.Timer` from `setTimeout` and `setInterval` ([#&#8203;622](https://togithub.com/vercel/edge-runtime/pull/622))

### [`v4.0.1`](https://togithub.com/vercel/edge-runtime/blob/HEAD/packages/primitives/CHANGELOG.md#401)

[Compare Source](https://togithub.com/vercel/edge-runtime/compare/@edge-runtime/primitives@4.0.0...@edge-runtime/primitives@4.0.1)

##### Patch Changes

-   Reverts the removal of `Headers#getAll` introduced in [#&#8203;586](https://togithub.com/vercel/edge-runtime/issues/586) for compatibility reasons. It is still marked as deprecated, as `Headers.getSetCookie` is the preferred method now. ([#&#8203;597](https://togithub.com/vercel/edge-runtime/pull/597))

### [`v4.0.0`](https://togithub.com/vercel/edge-runtime/blob/HEAD/packages/primitives/CHANGELOG.md#400)

[Compare Source](https://togithub.com/vercel/edge-runtime/compare/@edge-runtime/primitives@3.1.1...@edge-runtime/primitives@4.0.0)

##### Major Changes

-   Simplify `set-cookie` handling ([#&#8203;586](https://togithub.com/vercel/edge-runtime/pull/586))

</details>

---

### Configuration

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

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **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/X-oss-byte/Nextjs).
  • Loading branch information
renovate[bot] committed Oct 7, 2023
1 parent 600df6f commit 4ec9c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -137,7 +137,7 @@
"@capsizecss/metrics": "1.2.0",
"@edge-runtime/cookies": "4.0.0",
"@edge-runtime/ponyfill": "2.4.1",
"@edge-runtime/primitives": "3.1.1",
"@edge-runtime/primitives": "4.0.2",
"@hapi/accept": "5.0.2",
"@jest/transform": "29.7.0",
"@jest/types": "29.6.3",
Expand Down
9 changes: 2 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit 4ec9c1a

Please sign in to comment.