GoogleCloudPlatform / opentelemetry-demo

Apache License 2.0
11 stars 6 forks source link

Update paymentservice #89

Open renovate-bot opened 1 month ago

renovate-bot commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@grpc/proto-loader (source) 0.7.10 -> 0.7.13 age adoption passing confidence
@opentelemetry/api (source) 1.7.0 -> 1.9.0 age adoption passing confidence
@opentelemetry/auto-instrumentations-node (source) 0.40.2 -> 0.47.1 age adoption passing confidence
@opentelemetry/core (source) 1.18.1 -> 1.25.1 age adoption passing confidence
@opentelemetry/exporter-metrics-otlp-grpc (source) 0.45.1 -> 0.52.1 age adoption passing confidence
@opentelemetry/exporter-trace-otlp-grpc (source) 0.45.1 -> 0.52.1 age adoption passing confidence
@opentelemetry/resource-detector-alibaba-cloud (source) 0.28.4 -> 0.28.10 age adoption passing confidence
@opentelemetry/resource-detector-aws (source) 1.3.4 -> 1.5.1 age adoption passing confidence
@opentelemetry/resource-detector-container (source) 0.3.4 -> 0.3.11 age adoption passing confidence
@opentelemetry/resource-detector-gcp (source) 0.29.4 -> 0.29.10 age adoption passing confidence
@opentelemetry/resources (source) 1.18.1 -> 1.25.1 age adoption passing confidence
@opentelemetry/sdk-metrics (source) 1.18.1 -> 1.25.1 age adoption passing confidence
@opentelemetry/sdk-node (source) 0.45.1 -> 0.52.1 age adoption passing confidence
grpc-js-health-check 1.1.0 -> 1.2.2 age adoption passing confidence
pino (source) 8.16.1 -> 8.21.0 age adoption passing confidence

Release Notes

grpc/grpc-node (@​grpc/proto-loader) ### [`v0.7.13`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/proto-loader%400.7.13): @​grpc/proto-loader 0.7.13 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.12...@grpc/proto-loader@0.7.13) - Include method options in method definition objects ([#​2711](https://togithub.com/grpc/grpc-node/issues/2711) contributed by [@​n0v1](https://togithub.com/n0v1)) - Avoid generating duplicate TypeScript method declarations in some cases ([#​2717](https://togithub.com/grpc/grpc-node/issues/2717)) - Update Protobuf.js dependency to a newer version ([#​2731](https://togithub.com/grpc/grpc-node/issues/2731)) ### [`v0.7.12`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/proto-loader%400.7.12): @​grpc/proto-loader 0.7.12 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.11...@grpc/proto-loader@0.7.12) - Revert "Use a `.ts` extension in import statements in generated TypeScript files" ([#​2699](https://togithub.com/grpc/grpc-node/issues/2699)) ### [`v0.7.11`](https://togithub.com/grpc/grpc-node/releases/tag/%40grpc/proto-loader%400.7.11): @​grpc/proto-loader 0.7.11 [Compare Source](https://togithub.com/grpc/grpc-node/compare/@grpc/proto-loader@0.7.10...@grpc/proto-loader@0.7.11) - Use a `.ts` extension in import statements in generated TypeScript files ([#​2693](https://togithub.com/grpc/grpc-node/issues/2693) contributed by [@​atjn](https://togithub.com/atjn))
open-telemetry/opentelemetry-js (@​opentelemetry/api) ### [`v1.9.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#190) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.8.0...v1.9.0) ##### :rocket: (Enhancement) - feat(instrumentation-grpc): set net.peer.name and net.peer.port on client spans [#​3430](https://togithub.com/open-telemetry/opentelemetry-js/pull/3430) - feat(exporter-trace-otlp-proto): Add protobuf otlp trace exporter support for browser [#​3208](https://togithub.com/open-telemetry/opentelemetry-js/pull/3208) [@​pkanal](https://togithub.com/pkanal) ##### :bug: (Bug Fix) - fix(sdk-metrics): use default Resource to comply with semantic conventions [#​3411](https://togithub.com/open-telemetry/opentelemetry-js/pull/3411) [@​pichlermarc](https://togithub.com/pichlermarc) - Metrics exported by the SDK now contain the following resource attributes by default: - `service.name` - `telemetry.sdk.name` - `telemetry.sdk.language` - `telemetry.sdk.version` - fix(sdk-metrics): use Date.now() for instrument recording timestamps [#​3514](https://togithub.com/open-telemetry/opentelemetry-js/pull/3514) [@​MisterSquishy](https://togithub.com/MisterSquishy) - fix(sdk-trace): make spans resilient to clock drift [#​3434](https://togithub.com/open-telemetry/opentelemetry-js/pull/3434) [@​dyladan](https://togithub.com/dyladan) - fix(selenium-tests): updated webpack version for selenium test issue [#​3456](https://togithub.com/open-telemetry/opentelemetry-js/issues/3456) [@​SaumyaBhushan](https://togithub.com/SaumyaBhushan) - fix(sdk-metrics): collect metrics when periodic exporting metric reader flushes [#​3517](https://togithub.com/open-telemetry/opentelemetry-js/pull/3517) [@​legendecas](https://togithub.com/legendecas) - fix(sdk-metrics): fix duplicated registration of metrics for collectors [#​3488](https://togithub.com/open-telemetry/opentelemetry-js/pull/3488) [@​legendecas](https://togithub.com/legendecas) - fix(core): fix precision loss in numberToHrtime [#​3480](https://togithub.com/open-telemetry/opentelemetry-js/pull/3480) [@​legendecas](https://togithub.com/legendecas) ##### :house: (Internal) - chore: automatically generate tsconfigs [#​3432](https://togithub.com/open-telemetry/opentelemetry-js/pull/3432) [@​legendecas](https://togithub.com/legendecas) - chore: enforce format with prettier [#​3444](https://togithub.com/open-telemetry/opentelemetry-js/pull/3444) [@​legendecas](https://togithub.com/legendecas) ### [`v1.8.0`](https://togithub.com/open-telemetry/opentelemetry-js/blob/HEAD/CHANGELOG.md#180) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js/compare/v1.7.0...v1.8.0) - `@opentelemetry/sdk-metrics` has been promoted to stable - `@opentelemetry/api-metrics` has been merged into `@opentelemetry/api` and deprecated ##### :boom: Breaking Change - feat(api): merge api-metrics into api [#​3374](https://togithub.com/open-telemetry/opentelemetry-js/pull/3374) [@​legendecas](https://togithub.com/legendecas) ##### :rocket: (Enhancement) - feat(sdk-trace): re-export sdk-trace-base in sdk-trace-node and web [#​3319](https://togithub.com/open-telemetry/opentelemetry-js/pull/3319) [@​legendecas](https://togithub.com/legendecas) - feat: enable tree shaking [#​3329](https://togithub.com/open-telemetry/opentelemetry-js/pull/3329) [@​pkanal](https://togithub.com/pkanal) ##### :bug: (Bug Fix) - fix(sdk-trace): enforce consistent span durations [#​3327](https://togithub.com/open-telemetry/opentelemetry-js/pull/3327) [@​dyladan](https://togithub.com/dyladan) - fix(resources): fix EnvDetector throwing errors when attribute values contain spaces [#​3295](https://togithub.com/open-telemetry/opentelemetry-js/issues/3295) - fix(trace): fix an issue which caused negative span durations in web based spans [#​3359](https://togithub.com/open-telemetry/opentelemetry-js/pull/3359) [@​dyladan](https://togithub.com/dyladan) - fix(resources): strict OTEL_RESOURCE_ATTRIBUTES baggage octet decoding [#​3341](https://togithub.com/open-telemetry/opentelemetry-js/pull/3341) [@​legendecas](https://togithub.com/legendecas) ##### :books: (Refine Doc) - doc: Added Metrics documentation [#​3360](https://togithub.com/open-telemetry/opentelemetry-js/pull/3360) [@​weyert](https://togithub.com/weyert) - docs(api): fix counter negative value wording [#​3396](https://togithub.com/open-telemetry/opentelemetry-js/pull/3396) [@​legendecas](https://togithub.com/legendecas) ##### :house: (Internal) - ci: run browser tests without circle [#​3328](https://togithub.com/open-telemetry/opentelemetry-js/pull/3328) [@​dyladan](https://togithub.com/dyladan)
open-telemetry/opentelemetry-js-contrib (@​opentelemetry/auto-instrumentations-node) ### [`v0.47.1`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/0af1b70f7c3c9763c85ac51fa5e334c1e1512020...93e7aab9a38e22c9ef6c0a9053f817e7e52a687c) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/0af1b70f7c3c9763c85ac51fa5e334c1e1512020...93e7aab9a38e22c9ef6c0a9053f817e7e52a687c) ### [`v0.47.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/54365a9aafaca6555e13f1276945d6f869d103da...0af1b70f7c3c9763c85ac51fa5e334c1e1512020) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/54365a9aafaca6555e13f1276945d6f869d103da...0af1b70f7c3c9763c85ac51fa5e334c1e1512020) ### [`v0.46.1`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/a2e2b5a1aa2910b903829d215184c43d2107b9ac...54365a9aafaca6555e13f1276945d6f869d103da) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/a2e2b5a1aa2910b903829d215184c43d2107b9ac...54365a9aafaca6555e13f1276945d6f869d103da) ### [`v0.46.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/96a87b48934f0afcf1fe637eed6704f35bd8e973...a2e2b5a1aa2910b903829d215184c43d2107b9ac) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/96a87b48934f0afcf1fe637eed6704f35bd8e973...a2e2b5a1aa2910b903829d215184c43d2107b9ac) ### [`v0.45.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/17a0bc1da3baa472ba9b867eee3c60730cc130fb...96a87b48934f0afcf1fe637eed6704f35bd8e973) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/17a0bc1da3baa472ba9b867eee3c60730cc130fb...96a87b48934f0afcf1fe637eed6704f35bd8e973) ### [`v0.44.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/9d19ca4103bc72bd42e28979fee19bd08d85b721...17a0bc1da3baa472ba9b867eee3c60730cc130fb) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/9d19ca4103bc72bd42e28979fee19bd08d85b721...17a0bc1da3baa472ba9b867eee3c60730cc130fb) ### [`v0.43.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982...9d19ca4103bc72bd42e28979fee19bd08d85b721) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982...9d19ca4103bc72bd42e28979fee19bd08d85b721) ### [`v0.42.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/96a87b48934f0afcf1fe637eed6704f35bd8e973...0af1b70f7c3c9763c85ac51fa5e334c1e1512020) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/39c34df61f0e60a93fc787dcfceca9782341b837...fcea8ca0c83cb1dcd8ac736e5ea4d22ff20dc982) ### [`v0.41.1`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/32204a362d9dffd4cd69a1300e1f7d245df9df52...39c34df61f0e60a93fc787dcfceca9782341b837) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/32204a362d9dffd4cd69a1300e1f7d245df9df52...39c34df61f0e60a93fc787dcfceca9782341b837) ### [`v0.41.0`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/90928231259bbbdf6980f184bc7420503048b77e...32204a362d9dffd4cd69a1300e1f7d245df9df52) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/90928231259bbbdf6980f184bc7420503048b77e...32204a362d9dffd4cd69a1300e1f7d245df9df52) ### [`v0.40.3`](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/c7e7000b7bf79b0b107c448b403c2613a9b9e2c1...90928231259bbbdf6980f184bc7420503048b77e) [Compare Source](https://togithub.com/open-telemetry/opentelemetry-js-contrib/compare/c7e7000b7bf79b0b107c448b403c2613a9b9e2c1...90928231259bbbdf6980f184bc7420503048b77e)
khacminh/grpc-js-healthcheck (grpc-js-health-check) ### [`v1.2.2`](https://togithub.com/khacminh/grpc-js-healthcheck/compare/a234303ef02192700f7036064e959ba21e8b0601...9fde98027ab50963bc980e1932d16648280d3447) [Compare Source](https://togithub.com/khacminh/grpc-js-healthcheck/compare/a234303ef02192700f7036064e959ba21e8b0601...9fde98027ab50963bc980e1932d16648280d3447) ### [`v1.2.1`](https://togithub.com/khacminh/grpc-js-healthcheck/compare/a234303ef02192700f7036064e959ba21e8b0601...a234303ef02192700f7036064e959ba21e8b0601) [Compare Source](https://togithub.com/khacminh/grpc-js-healthcheck/compare/a234303ef02192700f7036064e959ba21e8b0601...a234303ef02192700f7036064e959ba21e8b0601) ### [`v1.2.0`](https://togithub.com/khacminh/grpc-js-healthcheck/compare/66ec78c3d88ee7bed7d4673475c3ca3074ba08b1...a234303ef02192700f7036064e959ba21e8b0601) [Compare Source](https://togithub.com/khacminh/grpc-js-healthcheck/compare/66ec78c3d88ee7bed7d4673475c3ca3074ba08b1...a234303ef02192700f7036064e959ba21e8b0601)
pinojs/pino (pino) ### [`v8.21.0`](https://togithub.com/pinojs/pino/releases/tag/v8.21.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.20.0...v8.21.0) #### What's Changed - docs: add a section about pino-logfmt [#​1879](https://togithub.com/pinojs/pino/issues/1879) by [@​botflux](https://togithub.com/botflux) in [https://github.com/pinojs/pino/pull/1941](https://togithub.com/pinojs/pino/pull/1941) - Docs: Separate ecosystem lists by [@​EstebanDalelR](https://togithub.com/EstebanDalelR) in [https://github.com/pinojs/pino/pull/1942](https://togithub.com/pinojs/pino/pull/1942) - feat: send config to transports on init by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1930](https://togithub.com/pinojs/pino/pull/1930) #### New Contributors - [@​botflux](https://togithub.com/botflux) made their first contribution in [https://github.com/pinojs/pino/pull/1941](https://togithub.com/pinojs/pino/pull/1941) - [@​EstebanDalelR](https://togithub.com/EstebanDalelR) made their first contribution in [https://github.com/pinojs/pino/pull/1942](https://togithub.com/pinojs/pino/pull/1942) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.20.0...v8.21.0 ### [`v8.20.0`](https://togithub.com/pinojs/pino/compare/v8.19.0...v8.20.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.19.0...v8.20.0) ### [`v8.19.0`](https://togithub.com/pinojs/pino/releases/tag/v8.19.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.18.0...v8.19.0) #### What's Changed - api.md: Fix link declaration by [@​homersimpsons](https://togithub.com/homersimpsons) in [https://github.com/pinojs/pino/pull/1900](https://togithub.com/pinojs/pino/pull/1900) - Update transports.md by [@​huijiewei](https://togithub.com/huijiewei) in [https://github.com/pinojs/pino/pull/1897](https://togithub.com/pinojs/pino/pull/1897) - Add a basic `formatters` option to the browser pino by [@​KatelynKim](https://togithub.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1898](https://togithub.com/pinojs/pino/pull/1898) - `setLevel` should respect level comparison option by [@​obrus-corcentric](https://togithub.com/obrus-corcentric) in [https://github.com/pinojs/pino/pull/1901](https://togithub.com/pinojs/pino/pull/1901) - Add formatters log option by [@​KatelynKim](https://togithub.com/KatelynKim) in [https://github.com/pinojs/pino/pull/1905](https://togithub.com/pinojs/pino/pull/1905) #### New Contributors - [@​homersimpsons](https://togithub.com/homersimpsons) made their first contribution in [https://github.com/pinojs/pino/pull/1900](https://togithub.com/pinojs/pino/pull/1900) - [@​huijiewei](https://togithub.com/huijiewei) made their first contribution in [https://github.com/pinojs/pino/pull/1897](https://togithub.com/pinojs/pino/pull/1897) - [@​KatelynKim](https://togithub.com/KatelynKim) made their first contribution in [https://github.com/pinojs/pino/pull/1898](https://togithub.com/pinojs/pino/pull/1898) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.18.0...v8.19.0 ### [`v8.18.0`](https://togithub.com/pinojs/pino/releases/tag/v8.18.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.17.2...v8.18.0) #### What's Changed - build(deps): bump actions/upload-artifact from 3 to 4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1873](https://togithub.com/pinojs/pino/pull/1873) - chore(license): Update licensing year by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/pinojs/pino/pull/1882](https://togithub.com/pinojs/pino/pull/1882) - fix: destination docs and types by [@​codershiba](https://togithub.com/codershiba) in [https://github.com/pinojs/pino/pull/1881](https://togithub.com/pinojs/pino/pull/1881) - Correct type of `pino`'s `stream` parameter by [@​quisido](https://togithub.com/quisido) in [https://github.com/pinojs/pino/pull/1874](https://togithub.com/pinojs/pino/pull/1874) - Add ability to override custom levels comparison by [@​obrus-corcentric](https://togithub.com/obrus-corcentric) in [https://github.com/pinojs/pino/pull/1883](https://togithub.com/pinojs/pino/pull/1883) - build(deps-dev): bump tsd from 0.29.0 to 0.30.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1888](https://togithub.com/pinojs/pino/pull/1888) #### New Contributors - [@​codershiba](https://togithub.com/codershiba) made their first contribution in [https://github.com/pinojs/pino/pull/1882](https://togithub.com/pinojs/pino/pull/1882) - [@​quisido](https://togithub.com/quisido) made their first contribution in [https://github.com/pinojs/pino/pull/1874](https://togithub.com/pinojs/pino/pull/1874) - [@​obrus-corcentric](https://togithub.com/obrus-corcentric) made their first contribution in [https://github.com/pinojs/pino/pull/1883](https://togithub.com/pinojs/pino/pull/1883) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.2...v8.18.0 ### [`v8.17.2`](https://togithub.com/pinojs/pino/releases/tag/v8.17.2) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.17.1...v8.17.2) #### What's Changed - build(deps): bump process-warning from 2.3.2 to 3.0.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1869](https://togithub.com/pinojs/pino/pull/1869) - fix: type of child logger with custom levels by [@​UndefinedBehaviour](https://togithub.com/UndefinedBehaviour) in [https://github.com/pinojs/pino/pull/1871](https://togithub.com/pinojs/pino/pull/1871) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.1...v8.17.2 ### [`v8.17.1`](https://togithub.com/pinojs/pino/releases/tag/v8.17.1) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.17.0...v8.17.1) #### What's Changed - Support unknown, reverts 1783, add tests by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1866](https://togithub.com/pinojs/pino/pull/1866) - Add Type Example for custom logger by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1867](https://togithub.com/pinojs/pino/pull/1867) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.17.0...v8.17.1 ### [`v8.17.0`](https://togithub.com/pinojs/pino/releases/tag/v8.17.0) [Compare Source](https://togithub.com/pinojs/pino/compare/v8.16.2...v8.17.0) #### What's Changed - build(deps): bump actions/github-script from 6 to 7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1857](https://togithub.com/pinojs/pino/pull/1857) - Make license detectable by GitHub by [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) in [https://github.com/pinojs/pino/pull/1859](https://togithub.com/pinojs/pino/pull/1859) - docs: Clarify how to log both to a custom transport and to stdout by [@​kibertoad](https://togithub.com/kibertoad) in [https://github.com/pinojs/pino/pull/1860](https://togithub.com/pinojs/pino/pull/1860) - Fix/types by [@​UndefinedBehaviour](https://togithub.com/UndefinedBehaviour) in [https://github.com/pinojs/pino/pull/1858](https://togithub.com/pinojs/pino/pull/1858) - Bumped tsd to v0.29.0 by [@​mcollina](https://togithub.com/mcollina) in [https://github.com/pinojs/pino/pull/1863](https://togithub.com/pinojs/pino/pull/1863) - fix: typescript types by [@​Zamiell](https://togithub.com/Zamiell) in [https://github.com/pinojs/pino/pull/1783](https://togithub.com/pinojs/pino/pull/1783) - build(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/pinojs/pino/pull/1766](https://togithub.com/pinojs/pino/pull/1766) #### New Contributors - [@​10xLaCroixDrinker](https://togithub.com/10xLaCroixDrinker) made their first contribution in [https://github.com/pinojs/pino/pull/1859](https://togithub.com/pinojs/pino/pull/1859) - [@​Zamiell](https://togithub.com/Zamiell) made their first contribution in [https://github.com/pinojs/pino/pull/1783](https://togithub.com/pinojs/pino/pull/1783) **Full Changelog**: https://github.com/pinojs/pino/compare/v8.16.2...v8.17.0 ### [`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

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 2 weeks ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.

github-actions[bot] commented 4 days ago

This PR was marked stale due to lack of activity. It will be closed in 7 days.