fix(deps): update all non-major dependencies#6
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Apply Sweep Rules to your PR?
|
ab3e9fe to
9fb3c27
Compare
9fb3c27 to
e2fe088
Compare
e2fe088 to
16314a6
Compare
16314a6 to
fa0f393
Compare
fa0f393 to
54bb3be
Compare
54bb3be to
f33c2f6
Compare
fbcc066 to
9844bf8
Compare
83f1b13 to
332d808
Compare
e8d14a2 to
aa674ce
Compare
cfad94b to
ea5dca9
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
""" WalkthroughThe updates to the Changes
Possibly related issues
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (15)
package.json (15)
15-15: Approve the update for@hono/node-server.The minor version update from
1.11.1to1.12.0is typically safe. However, review the changelog for any significant changes or new features.
17-17: Approve the update forhono.The minor version update from
4.3.7to4.5.3is typically safe. However, review the changelog for any significant changes or new features.
18-18: Approve the update forreact.The minor version update from
18.3.0-canary-5bcade5fc-20231208to18.3.1is typically safe. However, review the changelog for any significant changes or new features.
19-19: Approve the update forreact-dom.The minor version update from
18.3.0-canary-5bcade5fc-20231208to18.3.1is typically safe. However, review the changelog for any significant changes or new features.
20-20: Approve the update forreact-server-dom-webpack.The update from
18.3.0-canary-5bcade5fc-20231208to18.3.0-next-fecc288b7-20221025indicates a change in the release channel. Review the changelog for any significant changes or new features.
21-21: Approve the update forwaku.The minor version update from
0.18.1to0.20.2is typically safe. However, review the changelog for any significant changes or new features.
24-24: Approve the update for@biomejs/biome.The minor version update from
1.7.3to1.8.3is typically safe. However, review the changelog for any significant changes or new features.
25-25: Approve the update for@swc/core.The minor version update from
1.5.7to1.7.6is typically safe. However, review the changelog for any significant changes or new features.
26-26: Approve the update for@types/react.The minor version update from
18.2.73to18.3.3is typically safe. However, review the changelog for any significant changes or new features.
27-27: Approve the update for@types/react-dom.The minor version update from
18.2.23to18.3.0is typically safe. However, review the changelog for any significant changes or new features.
28-28: Approve the update for@vitejs/plugin-react.The minor version update from
4.2.1to4.3.1is typically safe. However, review the changelog for any significant changes or new features.
29-29: Approve the update forautoprefixer.The patch version update from
10.4.19to10.4.20is typically safe. However, review the changelog for any significant changes or bug fixes.
30-30: Approve the update forpostcss.The patch version update from
8.4.38to8.4.41is typically safe. However, review the changelog for any significant changes or bug fixes.
31-31: Approve the update fortailwindcss.The minor version update from
3.4.3to3.4.7is typically safe. However, review the changelog for any significant changes or new features.
33-33: Approve the update forvite.The minor version update from
5.2.11to5.3.5is typically safe. However, review the changelog for any significant changes or new features.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
package.json (1)
21-21: Breaking Changes Detected inwakuUpdateThe
wakulibrary has undergone several breaking changes in its recent updates. Here are some of the notable changes:
- No index HTML (#289)
- Switch to full SSR from RSC-only SSR (#147)
- Multiple elements in a single response (#124)
srcanddistfolders at the same level (#92)These changes may impact your project, especially if you rely on SSR or specific directory structures. Please review these changes and test your application to ensure compatibility.
Analysis chain
Verify compatibility of
wakuupdate.The update from
0.18.1to0.20.2may introduce new features or changes in functionality. Ensure that the changes are compatible with your existing codebase.Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Verify compatibility of `waku` update. # Test: Check for breaking changes in the changelog or release notes. gh release view waku --repo status-im/js-waku --json body --jq '.body' | grep -i "breaking"Length of output: 107
Script:
#!/bin/bash # Search for the `waku` package repository or related information in the codebase. rg "waku" package.json -A 5Length of output: 621
Script:
#!/bin/bash # Search for mentions of `waku` in README or documentation files to find more information. rg "waku" README.md -A 5Length of output: 1229
Script:
#!/bin/bash # Fetch release notes from the `dai-shi/waku` repository to check for breaking changes. gh release view --repo dai-shi/waku --json body --jq '.body' | grep -i "breaking"Length of output: 97
Script:
#!/bin/bash # Search for a changelog or similar file in the `dai-shi/waku` repository for update information. gh repo clone dai-shi/waku waku-repo cd waku-repo fd -e md -e txt --exec rg -i "breaking" {}Length of output: 922
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (14)
package.json (14)
33-33: Verify compatibility ofviteupdate.The update from
5.2.11to5.4.0may include performance optimizations or new features. Ensure that the changes are compatible with your development environment.
20-20: Verify compatibility ofreact-server-dom-webpackupdate.The update from
18.3.0-canary-5bcade5fc-20231208to18.3.0-next-fecc288b7-20221025reflects a shift in the release channel. Ensure that the update does not introduce breaking changes in your application.
24-24: Verify compatibility of@biomejs/biomeupdate.The update from
1.7.3to1.8.3may include improvements or changes in functionality. Ensure that the changes are compatible with your development environment.
25-25: Verify compatibility of@swc/coreupdate.The update from
1.5.7to1.7.9may include performance optimizations or new features. Ensure that the changes are compatible with your development environment.
30-30: Verify compatibility ofpostcssupdate.The update from
8.4.38to8.4.41likely includes minor fixes or improvements. Ensure that the changes are compatible with your development environment.
19-19: Verify compatibility ofreact-domupdate.The update from
18.3.0-canary-5bcade5fc-20231208to18.3.1likely includes stability improvements. Ensure that the update does not introduce breaking changes in your application.
29-29: Verify compatibility ofautoprefixerupdate.The update from
10.4.19to10.4.20likely includes minor fixes or improvements. Ensure that the changes are compatible with your development environment.
18-18: Verify compatibility ofreactupdate.The update from
18.3.0-canary-5bcade5fc-20231208to18.3.1likely includes stability improvements. Ensure that the update does not introduce breaking changes in your application.
27-27: Verify compatibility of@types/react-domupdate.The update from
18.2.23to18.3.0likely includes improvements or changes in type definitions. Ensure that the changes are compatible with your development environment.
26-26: Verify compatibility of@types/reactupdate.The update from
18.2.73to18.3.3likely includes improvements or changes in type definitions. Ensure that the changes are compatible with your development environment.
17-17: Verify compatibility ofhonoupdate.The update from
4.3.7to4.5.4may include enhancements or bug fixes. Ensure that these changes are compatible with your current project setup.
31-31: Verify compatibility oftailwindcssupdate.The update from
3.4.3to3.4.9may include enhancements or bug fixes. Ensure that the changes are compatible with your development environment.
28-28: Verify compatibility of@vitejs/plugin-reactupdate.The update from
4.2.1to4.3.1may include performance optimizations or new features. Ensure that the changes are compatible with your development environment.
15-15: Verify compatibility of@hono/node-serverupdate.The update from
1.11.1to1.12.0may introduce new features or fixes. Ensure that the changes are compatible with your existing codebase and do not introduce breaking changes.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (15)
package.json (15)
17-17: Verify compatibility withhonov4.5.6.Ensure that the update from
4.3.7to4.5.6does not introduce breaking changes. Check the release notes for any significant updates.
19-19: Verify compatibility withreact-domv18.3.1.Ensure that the update from
18.3.0-canary-5bcade5fc-20231208to18.3.1does not introduce breaking changes. Check the release notes for any significant updates.
18-18: Verify compatibility withreactv18.3.1.Ensure that the update from
18.3.0-canary-5bcade5fc-20231208to18.3.1does not introduce breaking changes. Check the release notes for any significant updates.
31-31: Verify compatibility withtailwindcssv3.4.10.Ensure that the update from
3.4.3to3.4.10does not introduce breaking changes. Check the release notes for any significant updates.
27-27: Verify compatibility with@types/react-domv18.3.0.Ensure that the update from
18.2.23to18.3.0does not introduce breaking changes. Check the release notes for any significant updates.
20-20: Verify compatibility withreact-server-dom-webpackv18.3.0-next-fecc288b7-20221025.Ensure that the update from
18.3.0-canary-5bcade5fc-20231208to18.3.0-next-fecc288b7-20221025does not introduce breaking changes. Check the release notes for any significant updates.
24-24: Verify compatibility with@biomejs/biomev1.8.3.Ensure that the update from
1.7.3to1.8.3does not introduce breaking changes. Check the release notes for any significant updates.
30-30: Verify compatibility withpostcssv8.4.41.Ensure that the update from
8.4.38to8.4.41does not introduce breaking changes. Check the release notes for any significant updates.
26-26: Verify compatibility with@types/reactv18.3.3.Ensure that the update from
18.2.73to18.3.3does not introduce breaking changes. Check the release notes for any significant updates.
21-21: Verify compatibility withwakuv0.20.2.Ensure that the update from
0.18.1to0.20.2does not introduce breaking changes. Check the release notes for any significant updates.
25-25: Verify compatibility with@swc/corev1.7.11.Ensure that the update from
1.5.7to1.7.11does not introduce breaking changes. Check the release notes for any significant updates.
29-29: Verify compatibility withautoprefixerv10.4.20.Ensure that the update from
10.4.19to10.4.20does not introduce breaking changes. Check the release notes for any significant updates.
15-15: Verify compatibility with@hono/node-serverv1.12.1.Ensure that the update from
1.11.1to1.12.1does not introduce breaking changes. Check the release notes for any significant updates.
33-33: Verify compatibility withvitev5.4.1.Ensure that the update from
5.2.11to5.4.1does not introduce breaking changes. Check the release notes for any significant updates.
28-28: Verify compatibility with@vitejs/plugin-reactv4.3.1.Ensure that the update from
4.2.1to4.3.1does not introduce breaking changes. Check the release notes for any significant updates.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (15)
package.json (15)
15-15: Verify compatibility for@hono/node-server.The update from
1.11.1to1.12.1is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
@hono/node-serverto confirm compatibility.
17-17: Verify compatibility forhono.The update from
4.3.7to4.5.7is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
honoto confirm compatibility.
18-18: Verify compatibility forreact.The update from a canary version to a stable release (
18.3.1) should improve stability. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
reactto confirm compatibility.
19-19: Verify compatibility forreact-dom.The update from a canary version to a stable release (
18.3.1) should improve stability. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
react-domto confirm compatibility.
20-20: Verify compatibility forreact-server-dom-webpack.The update changes the release channel, which might introduce new features or changes. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.
Review the release notes for
react-server-dom-webpackto confirm compatibility.
21-21: Verify compatibility forwaku.The update from
0.18.1to0.21.0is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
wakuto confirm compatibility.
24-24: Verify compatibility for@biomejs/biome.The update from
1.7.3to1.8.3is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
@biomejs/biometo confirm compatibility.
25-25: Verify compatibility for@swc/core.The update from
1.5.7to1.7.14is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
@swc/coreto confirm compatibility.
26-26: Verify compatibility for@types/react.The update from
18.2.73to18.3.4is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
@types/reactto confirm compatibility.
27-27: Verify compatibility for@types/react-dom.The update from
18.2.23to18.3.0is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
@types/react-domto confirm compatibility.
28-28: Verify compatibility for@vitejs/plugin-react.The update from
4.2.1to4.3.1is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
@vitejs/plugin-reactto confirm compatibility.
29-29: Verify compatibility forautoprefixer.The update from
10.4.19to10.4.20is a patch version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
autoprefixerto confirm compatibility.
30-30: Verify compatibility forpostcss.The update from
8.4.38to8.4.41is a patch version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
postcssto confirm compatibility.
31-31: Verify compatibility fortailwindcss.The update from
3.4.3to3.4.10is a patch version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
tailwindcssto confirm compatibility.
33-33: Verify compatibility forvite.The update from
5.2.11to5.4.2is a minor version change. Ensure that there are no breaking changes and that the new features are compatible with the existing codebase.Review the release notes for
viteto confirm compatibility.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (15)
package.json (15)
15-15: Verify compatibility for@hono/node-serverupdate.The version has been updated from
1.11.1to1.12.1. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
17-17: Verify compatibility forhonoupdate.The version has been updated from
4.3.7to4.5.8. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
18-18: Verify compatibility forreactupdate.The version has been updated from
18.3.0-canary-5bcade5fc-20231208to18.3.1. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
19-19: Verify compatibility forreact-domupdate.The version has been updated from
18.3.0-canary-5bcade5fc-20231208to18.3.1. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
20-20: Verify compatibility forreact-server-dom-webpackupdate.The version has been updated from
18.3.0-canary-5bcade5fc-20231208to18.3.0-next-fecc288b7-20221025. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
21-21: Verify compatibility forwakuupdate.The version has been updated from
0.18.1to0.21.0. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
24-24: Verify compatibility for@biomejs/biomeupdate.The version has been updated from
1.7.3to1.8.3. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
25-25: Verify compatibility for@swc/coreupdate.The version has been updated from
1.5.7to1.7.14. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
26-26: Verify compatibility for@types/reactupdate.The version has been updated from
18.2.73to18.3.4. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
27-27: Verify compatibility for@types/react-domupdate.The version has been updated from
18.2.23to18.3.0. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
28-28: Verify compatibility for@vitejs/plugin-reactupdate.The version has been updated from
4.2.1to4.3.1. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
29-29: Verify compatibility forautoprefixerupdate.The version has been updated from
10.4.19to10.4.20. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
30-30: Verify compatibility forpostcssupdate.The version has been updated from
8.4.38to8.4.41. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
31-31: Verify compatibility fortailwindcssupdate.The version has been updated from
3.4.3to3.4.10. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
33-33: Verify compatibility forviteupdate.The version has been updated from
5.2.11to5.4.2. Ensure that the updated package is compatible with the rest of the codebase and does not introduce breaking changes.
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
There was a problem hiding this comment.
Actionable comments posted: 0
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
Files selected for processing (1)
- package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
- package.json
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Hey @renovate[bot], here are examples of how you can ask me to improve this pull request: @Sweep Fix the CI errors. @Sweep Add unit tests for the updated dependencies to ensure compatibility and correct functionality, particularly for: 📖 For more information on how to use Sweep, please read our documentation. |
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
package.json (1)
15-21: Dependency Version Upgrades – Verify Compatibility.
The dependency versions for@hono/node-server,consola,hono,react,react-dom,react-server-dom-webpack, andwakuhave been updated to non-major, newer versions. Please review the release notes for each package to ensure that these upgrades do not introduce any subtle breaking changes or integration issues in your project.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
bun.lockbis excluded by!**/bun.lockb
📒 Files selected for processing (1)
package.json(1 hunks)
🔇 Additional comments (1)
package.json (1)
24-31: DevDependency Version Upgrades – Confirm Build & Tooling Stability.
The devDependencies including@biomejs/biome,@swc/core,@types/react,@types/react-dom,@vitejs/plugin-react,autoprefixer,postcss,tailwindcss, andvitehave been updated. Ensure that your build process, editor integrations, and any tooling configured around these packages remain stable and compatible with the new versions.Also applies to: 33-33
|
🚨 gitStream Monthly Automation Limit Reached 🚨 Your organization has exceeded the number of pull requests allowed for automation with gitStream. To continue automating your PR workflows and unlock additional features, please contact LinearB. |
This PR contains the following updates:
1.7.3→1.9.41.11.1→1.19.111.5.7→1.15.1818.2.73→18.3.2818.2.23→18.3.74.2.1→4.7.010.4.19→10.4.273.2.3→3.4.24.3.7→4.12.58.4.38→8.5.818.3.0-canary-5bcade5fc-20231208→18.3.118.3.0-canary-5bcade5fc-20231208→18.3.118.3.0-canary-5bcade5fc-20231208→18.3.0-next-fecc288b7-202210253.4.3→3.4.195.2.11→5.4.210.18.1→0.27.5Release Notes
biomejs/biome (@biomejs/biome)
v1.9.4Compare Source
v1.9.3Compare Source
v1.9.2Compare Source
v1.9.1Compare Source
v1.9.0Compare Source
v1.8.3Compare Source
v1.8.2Compare Source
v1.8.1Compare Source
v1.8.0Compare Source
honojs/node-server (@hono/node-server)
v1.19.11Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.10...v1.19.11
v1.19.10Compare Source
Security Fix
Fixed an authorization bypass in Serve Static Middleware caused by inconsistent URL decoding (
%2Fhandling) between the router and static file resolution. Users of Serve Static Middleware are encouraged to upgrade to this version.See GHSA-wc8c-qw6v-h7f6 for details.
v1.19.9Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.8...v1.19.9
v1.19.8Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.7...v1.19.8
v1.19.7Compare Source
What's Changed
configVersionto bun.lock by @yusukebe in #291New Contributors
Full Changelog: honojs/node-server@v1.19.6...v1.19.7
v1.19.6Compare Source
v1.19.5Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.19.4...v1.19.5
v1.19.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.3...v1.19.4
v1.19.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.2...v1.19.3
v1.19.2Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.19.1...v1.19.2
v1.19.1Compare Source
What's Changed
packageManagerfield inpackage.jsonby @yusukebe in #275Full Changelog: honojs/node-server@v1.19.0...v1.19.1
v1.19.0Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.18.2...v1.19.0
v1.18.2Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.18.1...v1.18.2
v1.18.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.18.0...v1.18.1
v1.18.0Compare Source
What's Changed
res.bodyby @usualoma in #262v24for CI by @yusukebe in #263Full Changelog: honojs/node-server@v1.17.1...v1.18.0
v1.17.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.17.0...v1.17.1
v1.17.0Compare Source
What's Changed
server_socket.test.tstoserver-socket.test.tsby @yusukebe in #256Full Changelog: honojs/node-server@v1.16.0...v1.17.0
v1.16.0Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.15.0...v1.16.0
v1.15.0Compare Source
What's Changed
rewriteRequestPathby @yusukebe in #247Full Changelog: honojs/node-server@v1.14.4...v1.15.0
v1.14.4Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.14.3...v1.14.4
v1.14.3Compare Source
What's Changed
RequestErrorname properly by @yusukebe in #243Full Changelog: honojs/node-server@v1.14.2...v1.14.3
v1.14.2Compare Source
What's Changed
headers,status, andok, and then drop thegetInternalBodyfunction. by @usualoma in #242Full Changelog: honojs/node-server@v1.14.1...v1.14.2
v1.14.1Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.14.0...v1.14.1
v1.14.0Compare Source
What's Changed
responseViaCacheby @yusukebe in #234New Contributors
Full Changelog: honojs/node-server@v1.13.8...v1.14.0
v1.13.8Compare Source
What's Changed
incoming.rawBodyif available by @usualoma in #223New Contributors
Full Changelog: honojs/node-server@v1.13.7...v1.13.8
v1.13.7Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.6...v1.13.7
v1.13.6Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.5...v1.13.6
v1.13.5Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.4...v1.13.5
v1.13.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.3...v1.13.4
v1.13.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.2...v1.13.3
v1.13.2Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.13.1...v1.13.2
v1.13.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.13.0...v1.13.1
v1.13.0Compare Source
What's Changed
onFoundoption by @yusukebe in #198precompressedoption by @yusukebe in #199Full Changelog: honojs/node-server@v1.12.2...v1.13.0
v1.12.2Compare Source
What's Changed
honoas peer dependency by @marvinruder in #192New Contributors
Full Changelog: honojs/node-server@v1.12.1...v1.12.2
v1.12.1Compare Source
What's Changed
Full Changelog: honojs/node-server@v1.12.0...v1.12.1
v1.12.0Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.5...v1.12.0
v1.11.5Compare Source
What's Changed
honoas external to build by @yusukebe in #182Full Changelog: honojs/node-server@v1.11.4...v1.11.5
v1.11.4Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.3...v1.11.4
v1.11.3Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.2...v1.11.3
v1.11.2Compare Source
What's Changed
New Contributors
Full Changelog: honojs/node-server@v1.11.1...v1.11.2
swc-project/swc (@swc/core)
v1.15.18Compare Source
Bug Fixes
Documentation
Add AGENTS note about next-gen ast (#11592) (80b4be8)
Add typescript-eslint AST compatibility note (#11598) (c7bfebe)
Features
(es/ast) Add runtime arena crate and bootstrap swc_es_ast (#11588) (7a06d96)
(es/parser) Add
swc_es_parser(#11593) (f11fd70)Ci
v1.15.17Compare Source
Documentation
Features
(bindings) Add html wasm binding and publish wiring (#11587) (b3869c3)
(sourcemap) Support safe scopes round-trip metadata (#11581) (de2a348)
Emit ECMA-426 source map scopes behind experimental flag (#11582) (2385a22)
v1.15.13Compare Source
Bug Fixes
(errors) Avoid panic on invalid diagnostic spans (#11561) (b24b8e0)
(es/helpers) Fix
_object_without_propertiescrash on primitive values (#11571) (4f35904)(es/jsx) Preserve whitespace before HTML entities (#11521) (64be077)
(es/minifier) Do not merge if statements with different local variable values (#11518) (3e63627)
(es/minifier) Prevent convert_tpl_to_str when there's emoji under es5 (#11529) (ff6cf88)
(es/minifier) Inline before merge if (#11526) (aa5a9ac)
(es/minifier) Preserve array join("") nullish semantics (#11558) (d477f61)
(es/minifier) Inline side-effect-free default params (#11564) (1babda7)
(es/parser) Fix generic arrow function in TSX mode (#11549) (366a16b)
(es/react) Preserve first-line leading whitespace with entities (#11568) (fc62617)
(es/regexp) Transpile unicode property escapes in RegExp constructor (#11554) (476d544)
Documentation
Features
(es/minifier) Add
unsafe_hoist_static_method_aliasoption (#11493) (6e7dbe2)(es/minifier) Remove unused args for IIFE (#11536) (3cc286b)
Refactor
(es/parser) Compare token kind rather than strings (#11531) (5872ffa)
(es/typescript) Run typescript transform in two passes (#11532) (b069558)
(es/typescript) Precompute namespace import-equals usage in semantic pass (#11534) (b7e87c7)
Testing
(es/minifier) Add execution tests for issue #11517 (#11530) (01b3b64)
Disable
cvaecosystem ci temporariliy (55bc966)Ci
Reset closed issue and PR milestone to Planned (#11559) (d5c4ebe)
Add permission (431c576)
v1.15.11Compare Source
Bug Fixes
(es/codegen) Emit leading comments for JSX elements, fragments, and empty expressions (#11488) (1520633)
(es/decorators) Invoke addInitializer callbacks for decorated fields (#11495) (11cfe4d)
(es/es3) Visit export decl body even if name is not reserved (#11473) (9113fff)
(es/es3) Remove duplicate code (#11499) (fbee775)
(es/minifier) Treat new expression with empty class as side-effect free (#11455) (a33a45e)
(es/minifier) Escape control characters when converting strings to template literals (#11464) (028551f)
(es/minifier) Handle unused parameters with default values (#11494) (6ed1ee9)
(es/module) Preserve ./ prefix for hidden directory imports (#11489) (a005391)
(es/parser) Validate dynamic import argument count (#11462) (2f67591)
(es/parser) Allow compilation with --no-default-features (#11460) (b70c5f8)
(es/parser) Skip emitting TS1102 in TypeScript mode (#11463) (e6f5b06)
(es/parser) Reject ambiguous generic arrow functions in TSX mode (#11491) (ac00915)
(es/parser) Disallow NumericLiteralSeparator with BigInts (#11510) (6b3644b)
(es/react) Preserve HTML entity-encoded whitespace in JSX (#11474) (7d433a9)
(es/renamer) Prevent duplicate parameter names with destructuring patterns (#11456) (e25a2c8)
(es/testing) Skip update when expected output has invalid code (#11469) (2be6b8a)
(es/typescript) Don't mark enums with opaque members as pure (#11452) (b713fae)
(preset-env) Distinguish unknown browser vs empty config (#11457) (1310957)
Documentation
Features
(cli) Add --root-mode argument for .swcrc resolution (#11501) (b53a0e2)
(es/module) Make module transforms optional via
modulefeature (#11509) (b94a178)(es/regexp) Implement unicode property escape transpilation (#11472) (a2e0ba0)
(es/transformer) Merge ES3 hooks into swc_ecma_transformer (#11503) (5efcac9)
Miscellaneous Tasks
Performance
(bindings) Optimize string handling by avoiding unnecessary clones (#11490) (81daaaa)
(es/codegen) Make
commit_pending_semiexplicit inwrite_punct(#11492) (5a27fc0)(es/es2015) Port ES2015 transforms to hook-based visitors (#11484) (a54eb0e)
(es/es3) Use hooks pattern for single AST traversal (#11483) (a139fba)
(es/minifier) Use combined AST traversal (#11471) (c611663)
(es/transformer) Add inline hint (#11508) (d72c9df)
Refactor
Testing
(es/minifier) Add test case for
merge_importsorder preservation (#11458) (b874a05)(es/parser) Add error tests for import.source and import.defer with too many args (#11466) (7313462)
(es/parser) Check
handler.has_errors()in test error parsing (#11487) (fade647)Replace deprecated
cargo_binfunction withcargo_bin!macro (#11461) (73f77b6)v1.15.10Compare Source
Bug Fixes
(ci) Handle merged PRs separately in milestone manager (#11409) (3554268)
(es/compat) Preserve this context in nested arrow functions (#11423) (f2bdaf2)
(es/es2017) Replace
thisin arrow functions during async-to-generator (#11450) (a993da6)Features
(bindings/wasm) Enable ecma_lints feature to support semantic error detection (#11414) (1faa4a5)
(es/hooks) Implement VisitMutHook for Either type (#11428) (395c85e)
(es/hooks) Implement VisitMutHook for Option (#11429) (0bf1954)
(es/hooks) Add VisitHook trait for immutable AST visitors (#11437) (3efb41d)
(es/minifier) Improve nested template literal evaluation (#11411) (147df2f)
(es/minifier) Remove inlined IIFE arg and param (#11436) (2bc5d40)
(es/minifier) Remove inlined IIFE arg and param (#11446) (baa1ae3)
Miscellaneous Tasks
(deps) Update
rkyv(#11419) (432197b)(deps) Update lru to 0.16.3 (#11438) (67c2d75)
(deps) Update browserslist-data to v0.1.5 (#11454) (e9f78f0)
(helpers) Replace MagicString with ast-grep's built-in edit API (#11410) (a3f0d33)
(hstr/wtf8) Address legacy FIXME comments by switching to derives (#11416) (f03bfd8)
Performance
(es/codegen, es/utils) Migrate to dragonbox_ecma for faster Number::toString (#11412) (b7978cc)
(es/react) Optimize JSX transforms to reduce allocations (#11425) (2a20cb6)
Refactor
(es) Improve TypeScript transform configuration structure (#11434) (f33a975)
(es/minifier) Migrate MinifierPass to Pass trait (#11442) ([a41e631](https://redirect.github.com/swc-project/swc/commit/a41e63193c86290f20fec6529d7a