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

chore(deps): bump elysia from 1.3.5 to 1.4.5 - #163

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/elysia-1.4.5
Closed

chore(deps): bump elysia from 1.3.5 to 1.4.5#163
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/elysia-1.4.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2025

Copy link
Copy Markdown

Bumps elysia from 1.3.5 to 1.4.5.

Release notes

Sourced from elysia's releases.

1.4.5

What's Changed

Improvement:

  • soundness for guard, group
  • overwrite primitive value if collide (intersectIfObject)

Bug fix:

  • standard schema incorrectly validate cookie and coercion
  • merge nested guard, group standalone schema properly

Breaking Change:

  • no longer coerce type for .model with t.Ref by default

Full Changelog: elysiajs/elysia@1.4.4...1.4.5

1.4.4

What's changed

Bug fix:

  • merge schema in GET method
  • remove accidental console.log

Full Changelog: elysiajs/elysia@1.4.3...1.4.4

1.4.3

What's changed

Bug fix:

  • mapValueError should return all possible value both in dev environment and production environment
  • inline lifecycle get method doesn't inherit Singleton

Full Changelog: elysiajs/elysia@1.4.2...1.4.3

1.4.2

What's changed

Bug fix:

  • remove debug q from inline handler

Full Changelog: elysiajs/elysia@1.4.1...1.4.2

1.4.1

What's Changed

Bug fix:

  • type error for inline Elysia.file

Full Changelog: elysiajs/elysia@1.4.0...1.4.1

1.4.0

... (truncated)

Changelog

Sourced from elysia's changelog.

1.4.5 - 15 Sep 2025

Improvement:

  • soundness for guard, group
  • overwrite primitive value if collide (intersectIfObject)

Bug fix:

  • standard schema incorrectly validate cookie and coercion
  • merge nested guard, group standalone schema properly

Breaking Change:

  • no longer coerce type for .model with t.Ref by default

1.4.4 - 13 Sep 2025

Bug fix:

  • merge schema in GET method
  • remove accidental console.log

1.4.3 - 13 Sep 2025

Bug fix:

  • mapValueError should return all possible value both in dev environment and production environment
  • inline lifecycle get method doesn't inherit Singleton

1.4.2 - 13 Sep 2025

Bug fix:

  • remove debug q from inline handler

1.4.1 - 13 Sep 2025

Bug fix:

  • type error for inline Elysia.file

1.4.0 - 13 Sep 2025

Feature:

  • standard validator
  • macro schema, macro extension, macro detail
  • lifecycle type soundness
  • type inference reduced by ~11%
  • #861 missing HEAD method when register route with GET

Improvement

  • #861 automatically add HEAD method when defining GET route

Change

  • ObjectString/ArrayString no longer produce default value by default due to security reasons
  • Cookie now dynamically parse when format is likely JSON
  • export fileType for external file type validation for accurate response

Breaking Change

  • remove macro v1 due to non type soundness
  • remove error function, use status instead
  • deprecation notice for response in mapResponse, afterResponse, use responseValue instead

... (truncated)

Commits
  • a27b433 Merge pull request #1403 from elysiajs/next
  • a964826 🔧 fix: soundness for guard, group
  • d6f84eb 🔧 fix: merge multiple nested guard with schema
  • ee201e4 🔧 fix: merge multiple nested guard with schema
  • d3424c1 🔧 fix: merge multiple nested guard with schema
  • f9000e3 🔧 fix: merge multiple nested guard with schema
  • 631d292 🔧 fix: merge multiple nested guard with schema
  • 55ce809 🔧 fix: use cookie.value to coerce value
  • f620038 🔧 fix: elysia no longer coerce type for .model with t.Ref by default
  • dee78dc 🔧 fix: cookie
  • Additional commits viewable in compare view

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.3.5 to 1.4.5.
- [Release notes](https://github.com/elysiajs/elysia/releases)
- [Changelog](https://github.com/elysiajs/elysia/blob/main/CHANGELOG.md)
- [Commits](elysiajs/elysia@1.3.5...1.4.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 15, 2025
@dependabot @github

dependabot Bot commented on behalf of github Sep 19, 2025

Copy link
Copy Markdown
Author

Superseded by #165.

@dependabot dependabot Bot closed this Sep 19, 2025
@dependabot
dependabot Bot deleted the dependabot/bun/elysia-1.4.5 branch September 19, 2025 12:17
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants