Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps elysia from 1.1.21 to 1.2.13.

Release notes

Sourced from elysia's releases.

1.2.13

What's new

Improvement:

  • #977 use Registry instead of TypeSystem
  • remove redundant switch-case for path mapping when strictPath is disabled and path is overlapped
  • remove redundant allocation for nativeStaticHanlder when strictPath path is overlapped

Bug fix:

  • #1062 correctly set t.Date() defaults
  • #1050 app.onRequest(ctx => {ctx.server}): Can't find variable: getServer
  • #1040 undefined route context on aot=false
  • #1017 replace t.Number() for Type.Integer()
  • #976 error responses with aot: false
  • #975 await nested async plugins
  • #971 wrap import("fs/promises") in try-catch to avoid error
  • discord file format doesn't check for '*' format

New Contributors

Full Changelog: elysiajs/elysia@1.2.12...1.2.13

IMG_0319

1.2.12

What's new

Bug fix:

  • warn when non-existing macro is used
  • parser doesn't generate optimize instruction

Full Changelog: elysiajs/elysia@1.2.11...1.2.12

1.2.11

What's new

  • Reduce memory usage:
    • Compressed lifecycle event
    • Avoid unnecessary declaration in compose.ts
    • Lazily build radix tree for dynamic router

Change:

  • Update TypeBox to 0.34.15

Bug fix:

  • #1039 Elysia fails to start with an error inside its own code when using decorate twice with Object.create(null)
  • #1005 Parsing malformed body with NODE_ENV 'production' results in UNKNOWN error
  • #1037 Validation errors in production throw undefined is not an object (evaluating 'error2.schema')

... (truncated)

Changelog

Sourced from elysia's changelog.

1.2.13 - 16 Feb 2025

Improvement:

  • #977 use Registry instead of TypeSystem
  • remove redundant switch-case for path mapping when strictPath is disabled and path is overlapped
  • remove redundant allocation for nativeStaticHanlder when strictPath path is overlapped

Bug fix:

  • #1062 correctly set t.Date() defaults
  • #1050 app.onRequest(ctx => {ctx.server}): Can't find variable: getServer
  • #1040 undefined route context on aot=false
  • #1017 replace t.Number() for Type.Integer()
  • #976 error responses with aot: false
  • #975 await nested async plugins
  • #971 wrap import("fs/promises") in try-catch to avoid error
  • discord file format doesn't check for '*' format

1.2.12 - 4 Feb 2025

Bug fix:

  • warn when non-existing macro is used
  • parser doesn't generate optimize instruction

1.2.11 - 1 Feb 2025

Feature:

  • Reduce memory usage:
    • Compressed lifecycle event
    • Avoid unnecessary declaration in compose.ts
    • Lazily build radix tree for dynamic router

Change:

  • Update TypeBox to 0.34.15

Bug fix:

  • #1039 Elysia fails to start with an error inside its own code when using decorate twice with Object.create(null)
  • #1005 Parsing malformed body with NODE_ENV 'production' results in UNKNOWN error
  • #1037 Validation errors in production throw undefined is not an object (evaluating 'error2.schema')
  • #1036 Support Bun HTML import

1.2.10 - 5 Jan 2025

Feature:

  • add shorthand property for macro function

Improvement:

  • use deuri instead of fast-decode-uri-component
  • #985 MaybeEmpty and Nullable should have options args

Bug fix:

  • Macro function doesn't inherits local/scoped derive and resolve in type-level

1.2.9 - 28 Dec 2024

Bug fix:

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [elysia](https://github.com/elysiajs/elysia) from 1.1.21 to 1.2.13.
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.1.21...1.2.13)

---
updated-dependencies:
- dependency-name: elysia
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 17, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #520.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/apps/web/elysia-1.2.13 branch February 24, 2025 05:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant