Skip to content
New issue

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

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

Already on GitHub? # to your account

chore: replace readable-stream with built-in stream #542

Merged
merged 2 commits into from
Nov 10, 2024

Conversation

benmccann
Copy link
Contributor

closes #541

@@ -40,7 +40,7 @@ jobs:
contents: read
strategy:
matrix:
node-version: [18.17, 20, 22]
node-version: [18.19, 20, 22]
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't that technically a semver major? I'd rather use the opportunity to drop node 18 from the list altogether

@mcollina
Copy link
Member

mcollina commented Nov 9, 2024

@kibertoad we just bumped the major, I don't think we need another bump.

@mcollina
Copy link
Member

mcollina commented Nov 9, 2024

cc @jsumners

@jsumners
Copy link
Member

jsumners commented Nov 9, 2024

We probably should have done it then, but I'm really not opposed to version churn on this module. I consider this module non-essential, and as such don't think it matters too much how often it is released.

@mcollina mcollina merged commit f4b3ca7 into pinojs:master Nov 10, 2024
4 checks passed
@benmccann benmccann deleted the readable-stream branch November 11, 2024 23:47
alexandresoro pushed a commit to alexandresoro/ouca that referenced this pull request Nov 26, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [pino-pretty](https://github.com/pinojs/pino-pretty) | dependencies | major | [`11.3.0` -> `13.0.0`](https://renovatebot.com/diffs/npm/pino-pretty/11.3.0/13.0.0) |

---

### Release Notes

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

### [`v13.0.0`](https://github.com/pinojs/pino-pretty/releases/tag/v13.0.0)

[Compare Source](pinojs/pino-pretty@v12.1.0...v13.0.0)

#### What's Changed

-   chore: replace readable-stream with built-in stream by [@&#8203;benmccann](https://github.com/benmccann) in pinojs/pino-pretty#542

#### New Contributors

-   [@&#8203;benmccann](https://github.com/benmccann) made their first contribution in pinojs/pino-pretty#542

**Full Changelog**: pinojs/pino-pretty@v12.1.0...v13.0.0

### [`v12.1.0`](https://github.com/pinojs/pino-pretty/releases/tag/v12.1.0)

[Compare Source](pinojs/pino-pretty@v12.0.0...v12.1.0)

#### What's Changed

-   fix: unescape \ for levelKey by [@&#8203;eliw00d](https://github.com/eliw00d) in pinojs/pino-pretty#538

**Full Changelog**: pinojs/pino-pretty@v12.0.0...v12.1.0

### [`v12.0.0`](https://github.com/pinojs/pino-pretty/releases/tag/v12.0.0)

[Compare Source](pinojs/pino-pretty@v11.3.0...v12.0.0)

#### What's Changed

-   build(deps-dev): lock typescript minor version by [@&#8203;Fdawgs](https://github.com/Fdawgs) in pinojs/pino-pretty#534
-   Bump typescript from 5.0.4 to 5.6.3 by [@&#8203;dependabot](https://github.com/dependabot) in pinojs/pino-pretty#535
-   Drop support for Node.js 14 & 16 by [@&#8203;eliw00d](https://github.com/eliw00d) in pinojs/pino-pretty#540

#### New Contributors

-   [@&#8203;eliw00d](https://github.com/eliw00d) made their first contribution in pinojs/pino-pretty#540

**Full Changelog**: pinojs/pino-pretty@v11.3.0...v12.0.0

</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.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Reviewed-on: https://git.tristess.app/alexandresoro/ouca/pulls/308
Reviewed-by: Alexandre Soro <code@soro.dev>
Co-authored-by: renovate <renovate@git.tristess.app>
Co-committed-by: renovate <renovate@git.tristess.app>
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dropping readable-stream polyfill
4 participants