Skip to content

perf: use node: prefix to bypass require.cache call for builtins#210

Merged
Uzlopak merged 1 commit intomasterfrom
perf/builtins
Sep 10, 2023
Merged

perf: use node: prefix to bypass require.cache call for builtins#210
Uzlopak merged 1 commit intomasterfrom
perf/builtins

Conversation

@Fdawgs
Copy link
Copy Markdown
Member

@Fdawgs Fdawgs commented Sep 10, 2023

See fastify/fastify-static#407

Checklist

@Uzlopak Uzlopak merged commit 7502cb3 into master Sep 10, 2023
@Uzlopak Uzlopak deleted the perf/builtins branch September 10, 2023 08:36
bodinsamuel referenced this pull request in specfy/specfy Nov 30, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@fastify/session](https://togithub.com/fastify/session) | [`10.5.0`
->
`10.6.1`](https://renovatebot.com/diffs/npm/@fastify%2fsession/10.5.0/10.6.1)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@fastify%2fsession/10.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@fastify%2fsession/10.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@fastify%2fsession/10.5.0/10.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@fastify%2fsession/10.5.0/10.6.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>fastify/session (@&#8203;fastify/session)</summary>

###
[`v10.6.1`](https://togithub.com/fastify/session/releases/tag/v10.6.1)

[Compare
Source](https://togithub.com/fastify/session/compare/v10.6.0...v10.6.1)

#### What's Changed

- export the correct cookie options interface by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/session/pull/223](https://togithub.com/fastify/session/pull/223)

**Full Changelog**:
fastify/session@v10.6.0...v10.6.1

###
[`v10.6.0`](https://togithub.com/fastify/session/releases/tag/v10.6.0)

[Compare
Source](https://togithub.com/fastify/session/compare/v10.5.0...v10.6.0)

#### What's Changed

- perf: use `node:` prefix to bypass require.cache call for builtins by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/session/pull/210](https://togithub.com/fastify/session/pull/210)
- chore: add `.gitattributes` file by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/session/pull/212](https://togithub.com/fastify/session/pull/212)
- perf(lib/fastifysession): optimize split param by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/session/pull/214](https://togithub.com/fastify/session/pull/214)
- chore(package): explicitly declare js module type by
[@&#8203;Fdawgs](https://togithub.com/Fdawgs) in
[https://github.com/fastify/session/pull/217](https://togithub.com/fastify/session/pull/217)
- Added documentation for import of modules w/ declaration merging by
[@&#8203;VIEWVIEWVIEW](https://togithub.com/VIEWVIEWVIEW) in
[https://github.com/fastify/session/pull/220](https://togithub.com/fastify/session/pull/220)
- Updated import as per redis-connect docs by
[@&#8203;maxt41](https://togithub.com/maxt41) in
[https://github.com/fastify/session/pull/219](https://togithub.com/fastify/session/pull/219)
- export cookie types by
[@&#8203;gurgunday](https://togithub.com/gurgunday) in
[https://github.com/fastify/session/pull/221](https://togithub.com/fastify/session/pull/221)

#### New Contributors

- [@&#8203;VIEWVIEWVIEW](https://togithub.com/VIEWVIEWVIEW) made their
first contribution in
[https://github.com/fastify/session/pull/220](https://togithub.com/fastify/session/pull/220)
- [@&#8203;maxt41](https://togithub.com/maxt41) made their first
contribution in
[https://github.com/fastify/session/pull/219](https://togithub.com/fastify/session/pull/219)
- [@&#8203;gurgunday](https://togithub.com/gurgunday) made their first
contribution in
[https://github.com/fastify/session/pull/221](https://togithub.com/fastify/session/pull/221)

**Full Changelog**:
fastify/session@v10.5.0...v10.6.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 4pm every weekday" in timezone
Europe/Paris, 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/specfy/specfy).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants