jellydn / elysia-demo-app

A Real-World Example Using Bun, Docker, and Fly.io 🚀
https://elysia-demo-app.fly.dev/swagger
66 stars 3 forks source link

fix(deps): update dependency @elysiajs/eden to v1 #75

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@elysiajs/eden 0.7.7 -> 1.1.0 age adoption passing confidence

Release Notes

elysiajs/eden (@​elysiajs/eden) ### [`v1.1.0`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#110---16-Jul-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/40aa85670b6fc8131095818ca048bfa08551c9be...cd15511e8df2fed9a572e5a09729ba453c9d48d6) Feature: - support Elysia 1.1 - support response streaming with type inference ### [`v1.0.14`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#1014---23-May-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/ead02aa927b806d6caf6f92a663f7ac2512845d9...40aa85670b6fc8131095818ca048bfa08551c9be) Feature: - treaty2: add support for multipart/form-data - fetch: add support for multipart/form-data ### [`v1.0.13`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#1013---8-May-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/9df0b6c1c06cd4372d595c4e53735e28ee11a271...ead02aa927b806d6caf6f92a663f7ac2512845d9) Bug fix: - [#​87](https://togithub.com/elysiajs/eden/pull/87) serialization/deserialization problems with null, arrays and Date on websocket messages [#​87](https://togithub.com/elysiajs/eden/issues/87) - [#​90](https://togithub.com/elysiajs/eden/pull/90) Auto convert request body to FormData when needed ### [`v1.0.12`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#1012---23-Apr-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/dab2e53ac44539611b4545d3ee5ff937fa9f6b63...9df0b6c1c06cd4372d595c4e53735e28ee11a271) Improvement: - [#​80](https://togithub.com/elysiajs/eden/pull/80) add package.json to export field Bug fix: - [#​84](https://togithub.com/elysiajs/eden/pull/84) treaty2: adjusts the creation of the query string - [#​76](https://togithub.com/elysiajs/eden/pull/76) treaty2: keep requestInit for redirect - [#​73](https://togithub.com/elysiajs/eden/pull/73) treaty2: file get sent as json ### [`v1.0.11`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#1011---3-Apr-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/9fba0d5e5779a0f9989315c93f0c90f758bb9fa9...dab2e53ac44539611b4545d3ee5ff937fa9f6b63) Improvement: - treaty2: add dedicated `processHeaders` function - treaty2: simplify some headers workflow Change: - treaty2: using case-insensitive headers ### [`v1.0.10`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#1010---3-Apr-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/57d3001487a60ea1e26c60908826151672e6191f...9fba0d5e5779a0f9989315c93f0c90f758bb9fa9) Bug fix: - treaty2: skip content-type detection if provided ### [`v1.0.9`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#109---3-Apr-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/8aadf5c7b07a3a97eda0df2b47e92360022e10e1...57d3001487a60ea1e26c60908826151672e6191f) Change: - treaty2: `onRequest` execute before body serialization ### [`v1.0.8`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#108---28-Mar-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/992ee9d6a05b2fe7ee4fa1242296674c08e0b2ce...8aadf5c7b07a3a97eda0df2b47e92360022e10e1) Bug fix: - [#​72](https://togithub.com/elysiajs/eden/pulls/72) treaty2: not mutate original paths array ### [`v1.0.7`](https://togithub.com/elysiajs/eden/compare/8509fb2b8edb75ee9ac5d8fa2ec6c2b65ab5f195...992ee9d6a05b2fe7ee4fa1242296674c08e0b2ce) [Compare Source](https://togithub.com/elysiajs/eden/compare/8509fb2b8edb75ee9ac5d8fa2ec6c2b65ab5f195...992ee9d6a05b2fe7ee4fa1242296674c08e0b2ce) ### [`v1.0.6`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#106---21-Mar-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/b10c17bbf18a30c7991adff80d05aeec30dae582...8509fb2b8edb75ee9ac5d8fa2ec6c2b65ab5f195) Bug fix: - treaty2: default onResponse to null and mutate when need ### [`v1.0.5`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#105---20-Mar-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/1d95b1b19ca16541560beb4d639e571c95f79095...b10c17bbf18a30c7991adff80d05aeec30dae582) Feature: treaty2: add `keepDomain` option Change: - treaty2: use null as default data value instead of undefined Fix: - treaty2: aligned schema with elysia/ws - treaty: use uppercase http verbs ### [`v1.0.4`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#104---18-Mar-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/59480e567ab76054e80c8bf6d191f071956b9c51...1d95b1b19ca16541560beb4d639e571c95f79095) Bug fix: - Using regex for date pattern matching ### [`v1.0.3`](https://togithub.com/elysiajs/eden/compare/adbc2a4556710e3a62eb4da42cba9323feb15dc1...59480e567ab76054e80c8bf6d191f071956b9c51) [Compare Source](https://togithub.com/elysiajs/eden/compare/adbc2a4556710e3a62eb4da42cba9323feb15dc1...59480e567ab76054e80c8bf6d191f071956b9c51) ### [`v1.0.2`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#102---18-Mar-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/d6ef39b4b6aeab7e1b6ba0502098c0bf588805ef...adbc2a4556710e3a62eb4da42cba9323feb15dc1) Feature: - support for elysia 1.0.2 ### [`v1.0.0`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#100---16-Mar-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/f936e007f51a4ff51e62d03bbfc410b9e784799e...d6ef39b4b6aeab7e1b6ba0502098c0bf588805ef) Feature: - treaty2 Bug fix: - treaty1: fix \[object Object] when body is empty ### [`v0.8.1`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#081---8-Jan-2024) [Compare Source](https://togithub.com/elysiajs/eden/compare/60b6e3be0fe13461def0b78fc7151ea3c8c4a4cd...f936e007f51a4ff51e62d03bbfc410b9e784799e) Bug fix: - [#​41](https://togithub.com/elysiajs/eden/pull/41) params now optional for paramless routes in edenFetch - [#​39](https://togithub.com/elysiajs/eden/pull/39) transform entire object returned by execute ### [`v0.8.0`](https://togithub.com/elysiajs/eden/blob/HEAD/CHANGELOG.md#080---23-Dec-2023) [Compare Source](https://togithub.com/elysiajs/eden/compare/b20daa8e69a616b78215aec793e9414cad95763b...60b6e3be0fe13461def0b78fc7151ea3c8c4a4cd) Feature: - Support Elysia 0.8

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

changeset-bot[bot] commented 6 months ago

⚠️ No Changeset found

Latest commit: 781e0f0a234965a964b3fd44baddcfe4ffa5bd9c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

sweep-ai[bot] commented 6 months ago

Apply Sweep Rules to your PR?

This is an automated message generated by Sweep AI.

socket-security[bot] commented 6 months ago

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/@elysiajs/eden@1.1.0 network 0 112 kB aomkirby123

🚮 Removed packages: npm/@elysiajs/eden@0.7.7

View full report↗︎

coderabbitai[bot] commented 4 months ago

[!IMPORTANT]

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code)
Tips ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit .` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai generate interesting stats about this repository and render them as a table.` - `@coderabbitai show all the console.log statements in this repository.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. Additionally, you can add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Configuration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - Please see the [configuration documentation](https://docs.coderabbit.ai/guides/configure-coderabbit) for more information. - If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: `# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json` ### Documentation and Community - Visit our [Documentation](https://coderabbit.ai/docs) for detailed information on how to use CodeRabbit. - Join our [Discord Community](https://discord.com/invite/GsXnASn26c) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements.
renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.