build(deps): Bump the npm_and_yarn group across 3 directories with 5 updates - #5
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): Bump the npm_and_yarn group across 3 directories with 5 updates#5dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
…updates Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Bumps the npm_and_yarn group with 3 updates in the /frontend directory: [esbuild](https://github.com/evanw/esbuild), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Bumps the npm_and_yarn group with 1 update in the /frontend/clinician-portal directory: [next](https://github.com/vercel/next.js). Updates `hono` from 3.12.12 to 4.6.5 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v3.12.12...v4.6.5) Updates `esbuild` from 0.17.19 to 0.25.5 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2023.md) - [Commits](evanw/esbuild@v0.17.19...v0.25.5) Updates `vite` from 5.4.19 to 6.3.5 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.3.5/packages/vite) Updates `wrangler` from 3.114.9 to 4.18.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.18.0/packages/wrangler) Updates `next` from 13.5.11 to 15.3.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v13.5.11...v15.3.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.6.5 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: esbuild dependency-version: 0.25.5 dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-version: 6.3.5 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: wrangler dependency-version: 4.18.0 dependency-type: direct:development dependency-group: npm_and_yarn - dependency-name: next dependency-version: 15.3.3 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
14 tasks
There was a problem hiding this comment.
Pull Request Overview
This PR updates npm dependencies across three directories, with 5 package updates including major version bumps for several core tools. The updates bring security fixes, performance improvements, and new features to the project's build tools and runtime dependencies.
Key changes include:
- Major version upgrade of Hono framework from v3 to v4, including a security fix for CSRF protection
- Significant upgrades to build tools: Vite v5→v6, Next.js v13→v15, esbuild v0.17→v0.25
- Updated Wrangler for Cloudflare Workers development
Reviewed Changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| package.json | Updates Hono framework to v4.6.5 for security fixes and new features |
| frontend/package.json | Updates Vite to v6.3.5 and Wrangler to v4.18.0 for enhanced development experience |
| frontend/clinician-portal/package.json | Updates Next.js to v15.3.3 for improved performance and stability |
Files not reviewed (1)
- frontend/package-lock.json: Language not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm_and_yarn group with 1 update in the / directory: hono.
Bumps the npm_and_yarn group with 3 updates in the /frontend directory: esbuild, vite and wrangler.
Bumps the npm_and_yarn group with 1 update in the /frontend/clinician-portal directory: next.
Updates
honofrom 3.12.12 to 4.6.5Release notes
Sourced from hono's releases.
... (truncated)
Commits
89a0ac1v4.6.5c4d19ecchore: update the lockfile6cf01e5fix(build): remove private fields (#3514)aa50e0aMerge commit from forkf9e6ea7fix(factory): revert PR #3498 (#3515)fc9cc6dfeat(powered-by): optional server name (#3492)cebf4e8fix(cors): avoid settingAccess-Control-Allow-Originif there is no matchin...3311664fix(types): rm ExcludeEmptyObject to fix massively increased type instantiati...bd9effeci: use Deno v2 for a test running for deno (#3509)9986b47ci: use Denov2(#3506)Updates
esbuildfrom 0.17.19 to 0.25.5Release notes
Sourced from esbuild's releases.
... (truncated)
Changelog
Sourced from esbuild's changelog.
... (truncated)
Commits
ea453bfpublish 0.25.5 to npm223ddc6fix #4187: browserpackage.jsonregressionb2c8251fix #4192: typescript tuple label parser edge case28cf2f3fix #4184: css prefixes forstretchbee1b09fix comment indents9ddfe5frunmake update-compat-tablec339f34fix a misplaced comment218d29epublish 0.25.4 to npme66cd0bdev server: simple support for CORS requests (#4171)8bf3368js api: validate some options as arrays of stringsUpdates
vitefrom 5.4.19 to 6.3.5Release notes
Sourced from vite's releases.
... (truncated)
Changelog
Sourced from vite's changelog.
... (truncated)
Commits
84e4647release: v6.3.5fd38d07fix(ssr): handle uninitialized export access as undefined (#19959)b040d54release: v6.3.4c22c43dfix: check static serve file inside sirv (#19965)efc5eabfix(optimizer): return plain object when usingrequireto import externals ...d6d01c2refactor: remove duplicate plugin context type (#19935)db9eb97release: v6.3.3e4d5201fix: ignore malformed uris in tranform middleware (#19853)55cfd04perf: skip sourcemap generation for renderChunk hook of import-analysis-build...ffab442fix(css): resolve relative imports in sass properly on Windows (#19920)Updates
wranglerfrom 3.114.9 to 4.18.0Release notes
Sourced from wrangler's releases.
... (truncated)
Changelog
Sourced from wrangler's changelog.
... (truncated)
Commits
ce7cb9aVersion Packages (#9382)bd763c3Move minimal mode to session config (#9400)d3a6eb3add mixed-mode support to vite-plugin (#9308)34b6174Hard fail Wrangler on Node.js < 20 (#9393)b8f058cImprove wrapped bindings UI (#9347)781924btest: fix broken e2e tests after fixture renaming PR (#9391)fec45edcloudchamber: migrate to typed API fields (#9155)1f76f30Ensure consistent fixture package naming (#9378)d9d937aBump the workerd-and-workers-types group with 2 updates (#9366)fea7128Add Wrangler E2E tests for mixed mode (#9327)Updates
nextfrom 13.5.11 to 15.3.3Release notes
Sourced from next's releases.
... (truncated)
Commits
3ab8db7v15.3.318c8113[backport] Reinstatevary(#79939)e18212fre-enable vary header deploy test (#79753)ec202ecRevert "[next-server] skip setting vary header for basic routes" (#79426)e2f264ffix(next-swc): Fix interestingness detection for React Compiler (15.3) (#79558)562fac7fix(next-swc): Fix react compiler usefulness detector (15.3) (#79480)06097fdfix(dev-overlay): Better handle edge-case file paths in launchEditor (#79526)bda731fClient router should discard stale prefetch entries for static pages (#79362)d9ec4a4v15.3.23def5ffbackport: fix(turbopack): Store persistence of wrapped task on RawVc::LocalOu...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.