Conversation
… with 6 updates Bumps the production-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@hono/node-server](https://github.com/honojs/node-server) | `1.17.0` | `1.19.11` | | [@hono/node-ws](https://github.com/honojs/middleware/tree/HEAD/packages/node-ws) | `1.2.0` | `1.3.0` | | [@hono/oauth-providers](https://github.com/honojs/middleware/tree/HEAD/packages/oauth-providers) | `0.8.2` | `0.8.5` | | [dotenv](https://github.com/motdotla/dotenv) | `17.2.0` | `17.3.1` | | [hono-sessions](https://github.com/jcs224/hono_sessions) | `0.8.0` | `0.8.1` | | [ws](https://github.com/websockets/ws) | `8.18.3` | `8.19.0` | Updates `@hono/node-server` from 1.17.0 to 1.19.11 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.17.0...v1.19.11) Updates `@hono/node-ws` from 1.2.0 to 1.3.0 - [Release notes](https://github.com/honojs/middleware/releases) - [Changelog](https://github.com/honojs/middleware/blob/main/packages/node-ws/CHANGELOG.md) - [Commits](https://github.com/honojs/middleware/commits/@hono/node-ws@1.3.0/packages/node-ws) Updates `@hono/oauth-providers` from 0.8.2 to 0.8.5 - [Release notes](https://github.com/honojs/middleware/releases) - [Changelog](https://github.com/honojs/middleware/blob/main/packages/oauth-providers/CHANGELOG.md) - [Commits](https://github.com/honojs/middleware/commits/@hono/oauth-providers@0.8.5/packages/oauth-providers) Updates `dotenv` from 17.2.0 to 17.3.1 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](motdotla/dotenv@v17.2.0...v17.3.1) Updates `hono-sessions` from 0.8.0 to 0.8.1 - [Release notes](https://github.com/jcs224/hono_sessions/releases) - [Commits](jcs224/hono_sessions@v0.8.0...v0.8.1) Updates `ws` from 8.18.3 to 8.19.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.18.3...8.19.0) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.11 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@hono/node-ws" dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: "@hono/oauth-providers" dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: dotenv dependency-version: 17.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: hono-sessions dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: ws dependency-version: 8.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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 production-dependencies group with 6 updates in the / directory:
1.17.01.19.111.2.01.3.00.8.20.8.517.2.017.3.10.8.00.8.18.18.38.19.0Updates
@hono/node-serverfrom 1.17.0 to 1.19.11Release notes
Sourced from
@hono/node-server's releases.... (truncated)
Commits
ecd4d6b1.19.11c944899fix: do not overwrite Content-Length in the fast path pattern if Content-Leng...2f8ca361.19.10455015bMerge commit from forkcc05c48chore: add benchmark for comparing with npm and local (dev) (#305)58c4412chore: Adding LICENSE file with MIT license referenced in README.md (#297)b1daa4cdocs(readme): add@usualomaas an author (#300)26f5e891.19.92d729e7fix(globals): Stop overwriting global.fetch (#295)9b72ddf1.19.8Updates
@hono/node-wsfrom 1.2.0 to 1.3.0Release notes
Sourced from
@hono/node-ws's releases.Changelog
Sourced from
@hono/node-ws's changelog.Commits
2c026b9Version Packages (#1686)56f2f5afeat(node-ws): allow custom http exception status code for node-ws (#1583)1f8372echore(typescript): add@tsconfig/strictest(#1679)49db969chore(eslint): update suppressions (#1678)63d40ecchore(eslint): suppress existing violations (#1666)8cf4327chore: upgrade hono to 4.11.3 (#1668)3773043chore: upgrade vitest to v4 (#1651)04875b3chore(deps-dev): bump hono from 4.10.3 to 4.10.7 (#1594)2444422fix(publish): set access public with cli args (#1611)dc468a0refactor: replace tsup with tsdown (#1528)Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for
@hono/node-wssince your current version.Updates
@hono/oauth-providersfrom 0.8.2 to 0.8.5Release notes
Sourced from
@hono/oauth-providers's releases.Changelog
Sourced from
@hono/oauth-providers's changelog.Commits
81307aaVersion Packages (#1407)fce74aefix(oauth-providers): pass missing state param to MSEntra AuthFlow (#1404)a521233chore(deps-dev): bump msw from 2.7.3 to 2.10.5 (#1402)b319d97Version Packages (#1383)1980a66fix(oauth-providers): github oauth (#1372)d5edb90Version Packages (#1369)ba19e66fix(oauth-providers): Fix/1340 (#1364)6e53f6etest: vitest include (#1297)08981e9Version Packages (#1286)a370c73refactor(release): version jsr without sponge (#1284)Updates
dotenvfrom 17.2.0 to 17.3.1Changelog
Sourced from dotenv's changelog.
Commits
7bc16a417.3.127303fdupdate README-es6379eb2update READMEb6d7339fix spelling5febe3517.3.0f61f383changelog 🪵dec94adupdate README4856950update README6351887update README23bd017update READMEUpdates
hono-sessionsfrom 0.8.0 to 0.8.1Release notes
Sourced from hono-sessions's releases.
Commits
9d0ab3aversion 0.8.15d115cbMerge pull request #38 from fjorgemota/fix/type-mismatch5535926allow prefix in cookie to work, fixes #35c72aedaRemove section about TypeScript errorsff3a09dRegister hono as a peer dependency in built NPM package2480e7cAdd constant DIST_DIR to determine where to save the package for NPMUpdates
wsfrom 8.18.3 to 8.19.0Release notes
Sourced from ws's releases.
Commits
61349ec[dist] 8.19.03f9ffc6[feature] Introduce thecloseTimeoutoption (#2308)1998485[fix] Ensure all remaining data is read as a single chunk726c373[doc] Sort options alphabeticallyb151f1e[ci] Update actions/checkout action to v6dabdd5b[ci] Update actions/setup-node action to v686eac5b[ci] Test on node 251891e14[ci] Update actions/setup-node action to v5aa28c77[ci] Update actions/checkout action to v5Dependabot 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 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 conditions