Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 11, 2023

This PR contains the following updates:

Package Change Age Confidence Type Update
@bogeychan/elysia-logger ^0.0.4 -> ^0.1.10 age confidence dependencies minor
@swc/cli ^0.1.62 -> ^0.7.8 age confidence devDependencies minor
@swc/core (source) ^1.3.76 -> ^1.13.5 age confidence devDependencies minor
@types/node (source) ^18.17.4 -> ^18.19.130 age confidence devDependencies minor
bun-types (source) ^0.7.3 -> ^0.8.1 age confidence devDependencies minor
elysia ^0.6.3 -> ^0.8.17 age confidence dependencies minor
ghcr.io/hazmi35/node 18-dev-alpine -> 18.20.8-dev-alpine age confidence stage minor
pino (source) ^8.15.0 -> ^8.21.0 age confidence dependencies minor
pino-pretty ^10.2.0 -> ^10.3.1 age confidence dependencies minor
redis ^4.6.7 -> ^4.7.1 age confidence dependencies minor
redis-om ^0.4.2 -> ^0.4.7 age confidence dependencies patch
rimraf ^5.0.1 -> ^5.0.10 age confidence devDependencies patch

Release Notes

bogeychan/elysia-logger (@​bogeychan/elysia-logger)

v0.1.10

Compare Source

Bug fix:

v0.1.9

Compare Source

Bug fix:

  • export type BaseLoggerOptions

Improvement:

  • add pino to peerDependencies

v0.1.8

Compare Source

Feature:

  • new wrap function to wrap existing pino logger #​27

Bug fix:

  • bump elysia to 1.2.10

v0.1.7

Compare Source

Bug fix:

  • bump elysia to 1.2.2

Improvement:

  • bump pino to 9.6.0

v0.1.6

Compare Source

Bug fix:

  • Node.js module resolution (implicit index.js imports)

v0.1.5

Compare Source

Feature:

Improvement:

  • bump pino to 9.5.0

v0.1.4

Compare Source

Improvement:

  • fix types entry in package.json #​22

v0.1.3

Compare Source

v0.1.2

Compare Source

Bug fix:

  • pass boolean to autoLogging #​21

v0.1.1

Compare Source

Bug fix:

v0.1.0

Compare Source

Improvement:

  • formatters.ts now logs code and message if Context is an error
  • infer type in util functions of formatters.ts
  • bump pino to 8.18.0
  • bump elysia to 1.0.27

Breaking Change:

  • automatic onError logging by default; #​18

    For more details checkout the migration guide

  • InferContext now contains either Context or ErrorContext

    For more details checkout the migration guide

v0.0.23

Compare Source

v0.0.22

Compare Source

Improvement:

  • bump pino to 9.1.0

v0.0.21

Compare Source

Bug fix:

  • undefined log during ParseError #​16

v0.0.20

Compare Source

Bug fix:

  • bump elysia to 1.0.9 and fixed InferContext #​14

v0.0.19

Compare Source

Bug fix:

v0.0.18

Compare Source

Bug fix:

v0.0.17

Compare Source

Improvement:

  • bump pino to 8.18.0
  • bump elysia to 0.8.16

v0.0.16

Compare Source

Bug fix:

  • createPinoLogger omitting file & stream options
  • remove Bun's PathLike type #​11

v0.0.15

Compare Source

Bug fix:

  • replace default elysia import with named import #​12

v0.0.14

Compare Source

Bug fix:

  • update elysia and pino

v0.0.13

Compare Source

Feature:

  • export pino

Bug fix:

  • allow using fileLogger() and logger() at the same time #​10

v0.0.12

Compare Source

Breaking Change:

v0.0.11

Compare Source

Feature:

  • injecting logger as dependency #​7

v0.0.10

Compare Source

Improvement:

Bug fix:

  • update to elysia 0.7.6 #​5

Breaking Change:

  • removed the contextKeyName option

  • updated typing to infer the elysia context

    For more details checkout the migration guide

v0.0.9

Compare Source

Improvement:

  • using the new ElysiaJS plugin syntax
  • exposing LoggerOptions and Logger types #​4

v0.0.8

Compare Source

Improvement:

  • auto completion for level option

v0.0.7

Compare Source

Bug fix:

  • createPinoLogger options

v0.0.6

Compare Source

Feature:

  • type safety with contextKeyName #​2

v0.0.5

Compare Source

Feature:

  • update to elysia 0.6.19
swc-project/pkgs (@​swc/cli)

v0.1.65

Compare Source

swc-project/swc (@​swc/core)

v1.13.5

Compare Source

Bug Fixes
Features
Refactor

v1.13.4

Compare Source

Bug Fixes
  • (es/lexer) Use error when handling '\0' (#​10964) (53c22d1)

  • (es/minifier) Skip serde of pure_funcs in options (#​10969) (862e70d)

  • (es/minifier) Fix compile error with debug feature (#​10999) (831eed5)

  • (es/minifier) Don't eliminate class expr if some side effects contain this (#​11003) (18aeac6)

  • (es/module) Support optional chaining in import.meta (#​10985) (758d8ec)

  • (es/parser) Allow TS type args to start with LSHIFT (<<) to parse T<<S>() => void> (#​10996) (4911ec7)

  • (ts/isolated-dts) Correct optional marker for class fields generated from constructor parameter (#​10992) (0d680fd)

  • Expose GlobalPassOption.build (#​10968) (c8a2668)

Features
Miscellaneous Tasks
Performance
Refactor

v1.13.3

Compare Source

Bug Fixes
Performance

v1.13.2

Compare Source

Bug Fixes
  • (es/minifier) Preserve __proto__ shorthand property behavior (#​11123) (63dbd1d)

  • (es/parser) Parse (void) correctly as arrow function return type (#​11125) (d3e5dd3)

Performance

v1.13.1

Compare Source

Bug Fixes
Features
Testing

v1.13.0

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.12.14

Compare Source

Bug Fixes
Features
  • (es/parser) Enable support for dynamic import with defer phase (#​10845) (097d29d)

  • (plugin) Remove bytecheck to make Wasm plugins backward compatible (#​10842) (30ad808)

Miscellaneous Tasks
Performance
Refactor
Testing

v1.12.11

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Performance
Refactor
Testing
Pref

v1.12.9

Compare Source

Bug Fixes
Features
Performance
Refactor
Testing

v1.12.7

Compare Source

Bug Fixes

Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update dependency elysia to ^0.6.9 chore(deps): update all non-major dependencies Aug 11, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from f2b143f to d30561a Compare August 18, 2023 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 2560ed7 to 1b45dd7 Compare August 28, 2023 18:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 695cffa to d2241aa Compare September 4, 2023 10:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 039bc56 to 18910a6 Compare September 8, 2023 22:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Sep 8, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from a427400 to c2aae87 Compare July 15, 2025 09:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 08d6f91 to bf0b85c Compare July 23, 2025 04:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 243a788 to 4cd7995 Compare August 15, 2025 10:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7b4b3ca to b41e844 Compare August 24, 2025 14:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 127295b to 0e6115c Compare September 4, 2025 10:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 8eb801b to eadf229 Compare September 18, 2025 03:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from a077b70 to 30cfa5b Compare October 1, 2025 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30cfa5b to fd2f9ee Compare October 9, 2025 20:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fd2f9ee to d5e8e6f Compare October 24, 2025 09:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5e8e6f to 784ea08 Compare October 25, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant