From f3216a6c159fc0965f3d6ce722c0b56b16a419c3 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 19 Nov 2023 01:53:37 +0000
Subject: [PATCH] Update dependencies (patch) (#55)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![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 |
|---|---|---|---|---|---|
|
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node)
([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) |
[`18.18.9` ->
`18.18.10`](https://renovatebot.com/diffs/npm/@types%2fnode/18.18.9/18.18.10)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/18.18.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@types%2fnode/18.18.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@types%2fnode/18.18.9/18.18.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@types%2fnode/18.18.9/18.18.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [pino](https://getpino.io)
([source](https://togithub.com/pinojs/pino)) | [`8.16.1` ->
`8.16.2`](https://renovatebot.com/diffs/npm/pino/8.16.1/8.16.2) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/pino/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/pino/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/pino/8.16.1/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/pino/8.16.1/8.16.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
| [tsx](https://togithub.com/privatenumber/tsx) | [`4.1.0` ->
`4.1.3`](https://renovatebot.com/diffs/npm/tsx/4.1.0/4.1.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/tsx/4.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/tsx/4.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/tsx/4.1.0/4.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/tsx/4.1.0/4.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
pinojs/pino (pino)
### [`v8.16.2`](https://togithub.com/pinojs/pino/releases/tag/v8.16.2)
[Compare
Source](https://togithub.com/pinojs/pino/compare/v8.16.1...v8.16.2)
#### What's Changed
- fix child-child benchmark by
[@bngarren](https://togithub.com/bngarren) in
[https://github.com/pinojs/pino/pull/1849](https://togithub.com/pinojs/pino/pull/1849)
- fix: make transports.options and transports.level optional by
[@krosenk729](https://togithub.com/krosenk729) in
[https://github.com/pinojs/pino/pull/1831](https://togithub.com/pinojs/pino/pull/1831)
- fix: export `redactOptions` type by
[@wolfy1339](https://togithub.com/wolfy1339) in
[https://github.com/pinojs/pino/pull/1847](https://togithub.com/pinojs/pino/pull/1847)
- build(deps): bump actions/setup-node from 3 to 4 by
[@dependabot](https://togithub.com/dependabot) in
[https://github.com/pinojs/pino/pull/1844](https://togithub.com/pinojs/pino/pull/1844)
#### New Contributors
- [@bngarren](https://togithub.com/bngarren) made their first
contribution in
[https://github.com/pinojs/pino/pull/1849](https://togithub.com/pinojs/pino/pull/1849)
- [@krosenk729](https://togithub.com/krosenk729) made their first
contribution in
[https://github.com/pinojs/pino/pull/1831](https://togithub.com/pinojs/pino/pull/1831)
- [@wolfy1339](https://togithub.com/wolfy1339) made their first
contribution in
[https://github.com/pinojs/pino/pull/1847](https://togithub.com/pinojs/pino/pull/1847)
- [@UndefinedBehaviour](https://togithub.com/UndefinedBehaviour)
made their first contribution in
[https://github.com/pinojs/pino/pull/1843](https://togithub.com/pinojs/pino/pull/1843)
**Full Changelog**:
https://github.com/pinojs/pino/compare/v8.16.1...v8.16.2
privatenumber/tsx (tsx)
###
[`v4.1.3`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.3)
[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.1.2...v4.1.3)
##### Bug Fixes
- **cache:** version import transformer
([7676143](https://togithub.com/privatenumber/tsx/commit/7676143c291c84e0477c669c792aa16edc0a55c0))
- **source map:** handle source map in middle of file
([#392](https://togithub.com/privatenumber/tsx/issues/392))
([497f69a](https://togithub.com/privatenumber/tsx/commit/497f69a65bc12b961c1114cd036063721cf6aa94))
##### Performance Improvements
- **dynamic import:** use string check instead of regex
([f1088e6](https://togithub.com/privatenumber/tsx/commit/f1088e67652956be9d629e963f49573c4603d46c))
***
This release is also available on:
- [npm package (@latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.3)
###
[`v4.1.2`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.2)
[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.1.1...v4.1.2)
##### Bug Fixes
- dynamic import to work in eval
([#385](https://togithub.com/privatenumber/tsx/issues/385))
([6eac49b](https://togithub.com/privatenumber/tsx/commit/6eac49bb78e812bb75af73bf96e7c8d7ee1c7269))
- suppress loader warning in v18.0.0
([0e52ad8](https://togithub.com/privatenumber/tsx/commit/0e52ad89c5eab809472ce3a9d2ab517a3ac22853))
***
This release is also available on:
- [npm package (@latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.2)
###
[`v4.1.1`](https://togithub.com/privatenumber/tsx/releases/tag/v4.1.1)
[Compare
Source](https://togithub.com/privatenumber/tsx/compare/v4.1.0...v4.1.1)
##### Bug Fixes
- **dynamic import:** adding interop util at EOF
([#383](https://togithub.com/privatenumber/tsx/issues/383))
([0039b60](https://togithub.com/privatenumber/tsx/commit/0039b605a4c6875f2b3308c99dada684bb16beff))
***
This release is also available on:
- [npm package (@latest
dist-tag)](https://www.npmjs.com/package/tsx/v/4.1.1)
---
### Configuration
📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge -
"every weekend" (UTC).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config help](https://togithub.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] 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/hiroki0525/dandori).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package.json | 2 +-
pnpm-lock.yaml | 26 +++++++++++++-------------
2 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/package.json b/package.json
index 1a88580..ee6d353 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.2",
- "@types/node": "18.18.9",
+ "@types/node": "18.18.10",
"@typescript-eslint/eslint-plugin": "6.11.0",
"@typescript-eslint/parser": "6.11.0",
"eslint": "8.54.0",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 8928650..8c4d050 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -15,8 +15,8 @@ importers:
specifier: ^2.26.2
version: 2.26.2
'@types/node':
- specifier: 18.18.9
- version: 18.18.9
+ specifier: 18.18.10
+ version: 18.18.10
'@typescript-eslint/eslint-plugin':
specifier: 6.11.0
version: 6.11.0(@typescript-eslint/parser@6.11.0)(eslint@8.54.0)(typescript@5.2.2)
@@ -751,7 +751,7 @@ packages:
/@types/node-fetch@2.6.8:
resolution: {integrity: sha512-nnH5lV9QCMPsbEVdTb5Y+F3GQxLSw1xQgIydrb2gSfEavRPs50FnMr+KUaa+LoPSqibm2N+ZZxH7lavZlAT4GA==}
dependencies:
- '@types/node': 18.18.9
+ '@types/node': 18.18.10
form-data: 4.0.0
dev: false
@@ -759,8 +759,8 @@ packages:
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
dev: true
- /@types/node@18.18.9:
- resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==}
+ /@types/node@18.18.10:
+ resolution: {integrity: sha512-luANqZxPmjTll8bduz4ACs/lNTCLuWssCyjqTY9yLdsv1xnViQp3ISKwsEWOIecO13JWUqjVdig/Vjjc09o8uA==}
dependencies:
undici-types: 5.26.5
@@ -3201,7 +3201,7 @@ packages:
resolution: {integrity: sha512-LPNgtG9gxRphH+7AUM5Q/dS/iWuM0UOKf+723e2kvyENNVMjYFrnQjCdcb2nNJY7+ao+J2jP/PfsXBLN8Si7iA==}
hasBin: true
dependencies:
- '@types/node': 18.18.9
+ '@types/node': 18.18.10
'@types/node-fetch': 2.6.8
abort-controller: 3.0.0
agentkeepalive: 4.5.0
@@ -4424,7 +4424,7 @@ packages:
spdx-expression-parse: 3.0.1
dev: true
- /vite-node@0.34.6(@types/node@18.18.9):
+ /vite-node@0.34.6(@types/node@18.18.10):
resolution: {integrity: sha512-nlBMJ9x6n7/Amaz6F3zJ97EBwR2FkzhBRxF5e+jE6LA3yi6Wtc2lyTij1OnDMIr34v5g/tVQtsVAzhT0jc5ygA==}
engines: {node: '>=v14.18.0'}
hasBin: true
@@ -4434,7 +4434,7 @@ packages:
mlly: 1.4.2
pathe: 1.1.1
picocolors: 1.0.0
- vite: 4.5.0(@types/node@18.18.9)
+ vite: 4.5.0(@types/node@18.18.10)
transitivePeerDependencies:
- '@types/node'
- less
@@ -4446,7 +4446,7 @@ packages:
- terser
dev: true
- /vite@4.5.0(@types/node@18.18.9):
+ /vite@4.5.0(@types/node@18.18.10):
resolution: {integrity: sha512-ulr8rNLA6rkyFAlVWw2q5YJ91v098AFQ2R0PRFwPzREXOUJQPtFUG0t+/ZikhaOCDqFoDhN6/v8Sq0o4araFAw==}
engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true
@@ -4474,7 +4474,7 @@ packages:
terser:
optional: true
dependencies:
- '@types/node': 18.18.9
+ '@types/node': 18.18.10
esbuild: 0.18.20
postcss: 8.4.31
rollup: 3.29.4
@@ -4515,7 +4515,7 @@ packages:
dependencies:
'@types/chai': 4.3.9
'@types/chai-subset': 1.3.4
- '@types/node': 18.18.9
+ '@types/node': 18.18.10
'@vitest/expect': 0.34.6
'@vitest/runner': 0.34.6
'@vitest/snapshot': 0.34.6
@@ -4534,8 +4534,8 @@ packages:
strip-literal: 1.3.0
tinybench: 2.5.1
tinypool: 0.7.0
- vite: 4.5.0(@types/node@18.18.9)
- vite-node: 0.34.6(@types/node@18.18.9)
+ vite: 4.5.0(@types/node@18.18.10)
+ vite-node: 0.34.6(@types/node@18.18.10)
why-is-node-running: 2.2.2
transitivePeerDependencies:
- less