Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): update dependencies #606

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@elysiajs/static 1.1.2 -> 1.2.0 age adoption passing confidence
@tanstack/react-query (source) 5.62.8 -> 5.62.11 age adoption passing confidence
elysia 1.1.26 -> 1.2.9 age adoption passing confidence
eslint-plugin-react 7.37.2 -> 7.37.3 age adoption passing confidence
react-router-dom (source) 7.1.0 -> 7.1.1 age adoption passing confidence
typescript-eslint (source) 8.18.1 -> 8.18.2 age adoption passing confidence
vite (source) 6.0.5 -> 6.0.6 age adoption passing confidence

Release Notes

elysiajs/elysia-static (@​elysiajs/static)

v1.2.0

Compare Source

Change:

  • Add support for Elysia 1.2
TanStack/query (@​tanstack/react-query)

v5.62.11

Compare Source

Version 5.62.11 - 12/27/24, 1:15 PM

Changes

Fix

Packages

v5.62.10

Compare Source

Version 5.62.10 - 12/24/24, 12:05 PM

Changes

Fix
  • solid-query: solid query options default error type (#​8472) (287848b) by Muhammad Ilham Mubarak
Chore
Docs
  • contributing: update pnpm version (#​8473) (3bc3147) by Muhammad Ilham Mubarak

Packages

v5.62.9

Compare Source

Version 5.62.9 - 12/23/24, 4:51 PM

Changes

Fix
Chore
Docs

Packages

elysiajs/elysia (elysia)

v1.2.9

Compare Source

Bug fix:

  • Resolve macro unintentionally return instead of assign new context

v1.2.8

Compare Source

Bug fix:

  • #​966 generic error somehow return 200

v1.2.7

Compare Source

Bug fix:

  • macro doesn't work with guard
  • #​981 unable to deference schema, create default, and coerce value
  • #​966 error's value return as-if when thrown
  • #​964 InvalidCookieSignature errors are not caught by onError
  • #​952 onAfterResponse does not provide mapped response value unless aot is disabled
  • mapResponse.response is {} if no response schema is provided
  • Response doesn't reconcile when handler return Response is used with mapResponse
  • onError now accepts error as number when Elysia.error is thrown (but not returned)

v1.2.6

Compare Source

Bug fix:

  • mapResponse with onError caused compilation error

v1.2.5

Compare Source

Bug fix:

  • define universal/file in package export

v1.2.4

Compare Source

Bug fix:

  • performance regression from eager access abortSignal

v1.2.3

Compare Source

Bug fix:

  • #​973 Parsing malformed body results in UNKNOWN-Error instead of ParseError
  • #​971 remove top level import, use dynamic import instead
  • #​969 Invalid context on .onStart, .onStop
  • #​965 [Composer] failed to generate optimized handler. Unexpected identifier 'mapCompactResponse'
  • #​962 fix schema default value when AOT is of
  • decorator name with space is not working

v1.2.2

Compare Source

Bug fix:

  • conditional import and require

v1.2.1

Compare Source

Bug fix:

  • conditional import for fs
  • object macro parameter maybe array
  • optional return for macro

v1.2.0

Compare Source

Feature:

  • Commitment to Universal Runtime Support
    • Node Adapter
    • Web Standard Adapter
    • Bun Adapter
    • Universal Utilities
  • Name parser
  • Add resolve support to Macro
  • Improve WebSocket
    • Support ping, pong and latest Bun feature
    • Match type declaration with Bun
    • Support for return, yield
    • Match Context type
    • Performance Improvement
      • Entire rewrite
      • bind over getter return
  • Infer 422 validation
  • Compilation minification
  • Validation Stuff
    • t.MaybeArray
  • Typebox Module & Nested model
    • Inline module

Improvement:

  • Memory Usage
    • [Internal] Register loosePath in compilation process to reduce memory usage and reduce registration time from O(2n) to O(n)
  • Try to accept and coerce different version of Elysia plugin
  • Event Listener now infers path parameter automatically based on scope
  • Add ‘scoped’ to bulk as for casting type to ‘scoped’ similar to ‘plugin’

Change:

  • Update cookie to 1.0.1
  • Update TypeBox to 0.33
  • content-length now accept number

Breaking Change:

  • [Internal] Remove router internal property static.http.staticHandlers
  • [Internal] Router history compile now link with history composed

v1.1.27

Compare Source

Bug fix:

  • #​963 array parser on query string when AOT is off
  • #​961 literal handler when AOT is off
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.3

Compare Source

Fixed
  • [no-danger][no-danger]: avoid a crash on a nested component name ([#​3833][] @​ljharb)
  • [Fix] types: correct generated type declaration ([#​3840][] @​ocavue)
  • [no-unknown-property][no-unknown-property]: support precedence prop in react 19 ([#​3829][] @​acusti)
  • [prop-types][prop-types]: props missing in validation when using generic types from a namespace import ([#​3859][] @​rbondoc96)
Changed
  • [Tests] [jsx-no-script-url][jsx-no-script-url]: Improve tests ([#​3849][] @​radu2147)
  • [Docs] fix broken links: [default-props-match-prop-types][default-props-match-prop-types], [jsx-boolean-value][jsx-boolean-value], [jsx-curly-brace-presence][jsx-curly-brace-presence], [jsx-no-bind][jsx-no-bind], [no-array-index-key][no-array-index-key], [no-is-mounted][no-is-mounted], [no-render-return-value][no-render-return-value], [require-default-props][require-default-props] ([#​3841][] @​bastiendmt)

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), 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

@renovate renovate bot added dependencies Pull requests that update a dependency file minor-version patch-version renovate labels Dec 30, 2024
Copy link
Contributor Author

renovate bot commented Dec 30, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file minor-version patch-version renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants