Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export the LoggerExtras interface #1813

Merged
merged 2 commits into from Sep 28, 2023

Conversation

ethanniser
Copy link
Contributor

I have been using elysia-logger, which uses pino and have had some type issues: bogeychan/elysia-logger#4

the most recent issue is this:
image

which I found was solved by going into node modules and exporting the type in question

so this pr:

  • exports the LoggerExtras interface

Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

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

Could you add a couple of assertions in our types tests using tsd? So we don't regress.

@ethanniser
Copy link
Contributor Author

sorry im a bit confused
what exactly do you want me to test for?

I was gonna add this test:

const log = pino();
expectAssignable<LoggerExtras>(log);

but this test already exists

const log = pino();
expectType<Logger>(log);

The only use of LoggerExtras in the entire codebase is as an intersection in the definition for Logger

So this existing test covers the same thing


I might just be missing something, happy to write some tests if you can explain a bit more what you are looking for
thanks

@mcollina
Copy link
Member

So this existing test covers the same thing

If the behavior you want to change is already tested and said test is passing, then the change is not needed and you need to implement something different. You are adding an export, so I would guess the test would need to import that new exported value.

@ethanniser
Copy link
Contributor Author

Got it, I have added the test I outlined earlier and all is passing.

Let me know if anything else is required, thank you.

@mcollina mcollina merged commit 28819c3 into pinojs:master Sep 28, 2023
17 of 18 checks passed
renovate bot added a commit to fwouts/previewjs that referenced this pull request Oct 2, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pino](https://getpino.io)
([source](https://togithub.com/pinojs/pino)) | [`^8.15.1` ->
`^8.15.3`](https://renovatebot.com/diffs/npm/pino/8.15.1/8.15.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.1/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.1/8.15.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.15.3`](https://togithub.com/pinojs/pino/releases/tag/v8.15.3)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.2...v8.15.3)

#### What's Changed

- Disable FinalizationRegistry if node code coverage is active by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1819

**Full Changelog**:
pinojs/pino@v8.15.2...v8.15.3

### [`v8.15.2`](https://togithub.com/pinojs/pino/releases/tag/v8.15.2)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.1...v8.15.2)

#### What's Changed

- enable named export in browser.js by
[@&#8203;tarunrajput](https://togithub.com/tarunrajput) in
[pinojs/pino#1803
- Fix improperly placed quote by
[@&#8203;Artrix9095](https://togithub.com/Artrix9095) in
[pinojs/pino#1810
- export the LoggerExtras interface by
[@&#8203;ethanniser](https://togithub.com/ethanniser) in
[pinojs/pino#1813

#### New Contributors

- [@&#8203;Artrix9095](https://togithub.com/Artrix9095) made their first
contribution in
[pinojs/pino#1810
- [@&#8203;ethanniser](https://togithub.com/ethanniser) made their first
contribution in
[pinojs/pino#1813

**Full Changelog**:
pinojs/pino@v8.15.1...v8.15.2

</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 these
updates 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/fwouts/previewjs).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
bodinsamuel pushed a commit to specfy/specfy that referenced this pull request Oct 25, 2023
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [pino](https://getpino.io)
([source](https://togithub.com/pinojs/pino)) | [`8.15.1` ->
`8.16.1`](https://renovatebot.com/diffs/npm/pino/8.15.1/8.16.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.1/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.1/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.16.1`](https://togithub.com/pinojs/pino/releases/tag/v8.16.1)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.16.0...v8.16.1)

#### What's Changed

- Support Node.js v21 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1834

**Full Changelog**:
pinojs/pino@v8.16.0...v8.16.1

### [`v8.16.0`](https://togithub.com/pinojs/pino/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.7...v8.16.0)

#### What's Changed

- allow passing callback to flush by
[@&#8203;rluvaton](https://togithub.com/rluvaton) in
[pinojs/pino#1827

**Full Changelog**:
pinojs/pino@v8.15.7...v8.16.0

### [`v8.15.7`](https://togithub.com/pinojs/pino/releases/tag/v8.15.7)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.6...v8.15.7)

#### What's Changed

- update flush function type by
[@&#8203;rluvaton](https://togithub.com/rluvaton) in
[pinojs/pino#1824
- Fix Node.js in CITGM (v18.x) by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1828

**Full Changelog**:
pinojs/pino@v8.15.6...v8.15.7

### [`v8.15.6`](https://togithub.com/pinojs/pino/releases/tag/v8.15.6)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.5...v8.15.6)

#### What's Changed

- Fix flaky test in CITGM by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1826

**Full Changelog**:
pinojs/pino@v8.15.5...v8.15.6

### [`v8.15.5`](https://togithub.com/pinojs/pino/releases/tag/v8.15.5)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.4...v8.15.5)

#### What's Changed

- Fix broken test by [@&#8203;mcollina](https://togithub.com/mcollina)
in
[pinojs/pino#1825

**Full Changelog**:
pinojs/pino@v8.15.4...v8.15.5

### [`v8.15.4`](https://togithub.com/pinojs/pino/releases/tag/v8.15.4)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.3...v8.15.4)

#### What's Changed

- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1822
- feat: auto completion for `level` by
[@&#8203;bogeychan](https://togithub.com/bogeychan) in
[pinojs/pino#1808

#### New Contributors

- [@&#8203;bogeychan](https://togithub.com/bogeychan) made their first
contribution in
[pinojs/pino#1808

**Full Changelog**:
pinojs/pino@v8.15.3...v8.15.4

### [`v8.15.3`](https://togithub.com/pinojs/pino/releases/tag/v8.15.3)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.2...v8.15.3)

#### What's Changed

- Disable FinalizationRegistry if node code coverage is active by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1819

**Full Changelog**:
pinojs/pino@v8.15.2...v8.15.3

### [`v8.15.2`](https://togithub.com/pinojs/pino/releases/tag/v8.15.2)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.1...v8.15.2)

#### What's Changed

- enable named export in browser.js by
[@&#8203;tarunrajput](https://togithub.com/tarunrajput) in
[pinojs/pino#1803
- Fix improperly placed quote by
[@&#8203;Artrix9095](https://togithub.com/Artrix9095) in
[pinojs/pino#1810
- export the LoggerExtras interface by
[@&#8203;ethanniser](https://togithub.com/ethanniser) in
[pinojs/pino#1813

#### New Contributors

- [@&#8203;Artrix9095](https://togithub.com/Artrix9095) made their first
contribution in
[pinojs/pino#1810
- [@&#8203;ethanniser](https://togithub.com/ethanniser) made their first
contribution in
[pinojs/pino#1813

**Full Changelog**:
pinojs/pino@v8.15.1...v8.15.2

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6ImNob3JlL3Jlbm92YXRlQmFzZUJyYW5jaCJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to redwoodjs/redwood that referenced this pull request Nov 15, 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 |
|---|---|---|---|---|---|
| [pino](https://getpino.io)
([source](https://togithub.com/pinojs/pino)) | [`8.15.1` ->
`8.16.1`](https://renovatebot.com/diffs/npm/pino/8.15.1/8.16.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.1/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.1/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.16.1`](https://togithub.com/pinojs/pino/releases/tag/v8.16.1)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.16.0...v8.16.1)

#### What's Changed

- Support Node.js v21 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1834

**Full Changelog**:
pinojs/pino@v8.16.0...v8.16.1

### [`v8.16.0`](https://togithub.com/pinojs/pino/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.7...v8.16.0)

#### What's Changed

- allow passing callback to flush by
[@&#8203;rluvaton](https://togithub.com/rluvaton) in
[pinojs/pino#1827

**Full Changelog**:
pinojs/pino@v8.15.7...v8.16.0

### [`v8.15.7`](https://togithub.com/pinojs/pino/releases/tag/v8.15.7)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.6...v8.15.7)

#### What's Changed

- update flush function type by
[@&#8203;rluvaton](https://togithub.com/rluvaton) in
[pinojs/pino#1824
- Fix Node.js in CITGM (v18.x) by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1828

**Full Changelog**:
pinojs/pino@v8.15.6...v8.15.7

### [`v8.15.6`](https://togithub.com/pinojs/pino/releases/tag/v8.15.6)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.5...v8.15.6)

#### What's Changed

- Fix flaky test in CITGM by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1826

**Full Changelog**:
pinojs/pino@v8.15.5...v8.15.6

### [`v8.15.5`](https://togithub.com/pinojs/pino/releases/tag/v8.15.5)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.4...v8.15.5)

#### What's Changed

- Fix broken test by [@&#8203;mcollina](https://togithub.com/mcollina)
in
[pinojs/pino#1825

**Full Changelog**:
pinojs/pino@v8.15.4...v8.15.5

### [`v8.15.4`](https://togithub.com/pinojs/pino/releases/tag/v8.15.4)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.3...v8.15.4)

#### What's Changed

- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1822
- feat: auto completion for `level` by
[@&#8203;bogeychan](https://togithub.com/bogeychan) in
[pinojs/pino#1808

#### New Contributors

- [@&#8203;bogeychan](https://togithub.com/bogeychan) made their first
contribution in
[pinojs/pino#1808

**Full Changelog**:
pinojs/pino@v8.15.3...v8.15.4

### [`v8.15.3`](https://togithub.com/pinojs/pino/releases/tag/v8.15.3)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.2...v8.15.3)

#### What's Changed

- Disable FinalizationRegistry if node code coverage is active by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1819

**Full Changelog**:
pinojs/pino@v8.15.2...v8.15.3

### [`v8.15.2`](https://togithub.com/pinojs/pino/releases/tag/v8.15.2)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.1...v8.15.2)

#### What's Changed

- enable named export in browser.js by
[@&#8203;tarunrajput](https://togithub.com/tarunrajput) in
[pinojs/pino#1803
- Fix improperly placed quote by
[@&#8203;Artrix9095](https://togithub.com/Artrix9095) in
[pinojs/pino#1810
- export the LoggerExtras interface by
[@&#8203;ethanniser](https://togithub.com/ethanniser) in
[pinojs/pino#1813

#### New Contributors

- [@&#8203;Artrix9095](https://togithub.com/Artrix9095) made their first
contribution in
[pinojs/pino#1810
- [@&#8203;ethanniser](https://togithub.com/ethanniser) made their first
contribution in
[pinojs/pino#1813

**Full Changelog**:
pinojs/pino@v8.15.1...v8.15.2

</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/redwoodjs/redwood).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
jtoar pushed a commit to redwoodjs/redwood that referenced this pull request Nov 16, 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 |
|---|---|---|---|---|---|
| [pino](https://getpino.io)
([source](https://togithub.com/pinojs/pino)) | [`8.15.1` ->
`8.16.1`](https://renovatebot.com/diffs/npm/pino/8.15.1/8.16.1) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.15.1/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.15.1/8.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>pinojs/pino (pino)</summary>

### [`v8.16.1`](https://togithub.com/pinojs/pino/releases/tag/v8.16.1)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.16.0...v8.16.1)

#### What's Changed

- Support Node.js v21 by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1834

**Full Changelog**:
pinojs/pino@v8.16.0...v8.16.1

### [`v8.16.0`](https://togithub.com/pinojs/pino/releases/tag/v8.16.0)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.7...v8.16.0)

#### What's Changed

- allow passing callback to flush by
[@&#8203;rluvaton](https://togithub.com/rluvaton) in
[pinojs/pino#1827

**Full Changelog**:
pinojs/pino@v8.15.7...v8.16.0

### [`v8.15.7`](https://togithub.com/pinojs/pino/releases/tag/v8.15.7)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.6...v8.15.7)

#### What's Changed

- update flush function type by
[@&#8203;rluvaton](https://togithub.com/rluvaton) in
[pinojs/pino#1824
- Fix Node.js in CITGM (v18.x) by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1828

**Full Changelog**:
pinojs/pino@v8.15.6...v8.15.7

### [`v8.15.6`](https://togithub.com/pinojs/pino/releases/tag/v8.15.6)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.5...v8.15.6)

#### What's Changed

- Fix flaky test in CITGM by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1826

**Full Changelog**:
pinojs/pino@v8.15.5...v8.15.6

### [`v8.15.5`](https://togithub.com/pinojs/pino/releases/tag/v8.15.5)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.4...v8.15.5)

#### What's Changed

- Fix broken test by [@&#8203;mcollina](https://togithub.com/mcollina)
in
[pinojs/pino#1825

**Full Changelog**:
pinojs/pino@v8.15.4...v8.15.5

### [`v8.15.4`](https://togithub.com/pinojs/pino/releases/tag/v8.15.4)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.3...v8.15.4)

#### What's Changed

- build(deps): bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[pinojs/pino#1822
- feat: auto completion for `level` by
[@&#8203;bogeychan](https://togithub.com/bogeychan) in
[pinojs/pino#1808

#### New Contributors

- [@&#8203;bogeychan](https://togithub.com/bogeychan) made their first
contribution in
[pinojs/pino#1808

**Full Changelog**:
pinojs/pino@v8.15.3...v8.15.4

### [`v8.15.3`](https://togithub.com/pinojs/pino/releases/tag/v8.15.3)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.2...v8.15.3)

#### What's Changed

- Disable FinalizationRegistry if node code coverage is active by
[@&#8203;mcollina](https://togithub.com/mcollina) in
[pinojs/pino#1819

**Full Changelog**:
pinojs/pino@v8.15.2...v8.15.3

### [`v8.15.2`](https://togithub.com/pinojs/pino/releases/tag/v8.15.2)

[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.15.1...v8.15.2)

#### What's Changed

- enable named export in browser.js by
[@&#8203;tarunrajput](https://togithub.com/tarunrajput) in
[pinojs/pino#1803
- Fix improperly placed quote by
[@&#8203;Artrix9095](https://togithub.com/Artrix9095) in
[pinojs/pino#1810
- export the LoggerExtras interface by
[@&#8203;ethanniser](https://togithub.com/ethanniser) in
[pinojs/pino#1813

#### New Contributors

- [@&#8203;Artrix9095](https://togithub.com/Artrix9095) made their first
contribution in
[pinojs/pino#1810
- [@&#8203;ethanniser](https://togithub.com/ethanniser) made their first
contribution in
[pinojs/pino#1813

**Full Changelog**:
pinojs/pino@v8.15.1...v8.15.2

</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/redwoodjs/redwood).

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

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.

None yet

2 participants