chore(deps): bump the npm-deps group with 8 updates - #58
Conversation
Bumps the npm-deps group with 8 updates: | Package | From | To | | --- | --- | --- | | [@better-auth/oauth-provider](https://github.com/better-auth/better-auth/tree/HEAD/packages/oauth-provider) | `1.6.24` | `1.6.25` | | [@hono/node-server](https://github.com/honojs/node-server) | `2.0.11` | `2.0.12` | | [hono](https://github.com/honojs/hono) | `4.12.31` | `4.12.32` | | [@playwright/test](https://github.com/microsoft/playwright) | `1.61.1` | `1.62.0` | | [eslint](https://github.com/eslint/eslint) | `10.7.0` | `10.8.0` | | [fallow](https://github.com/fallow-rs/fallow) | `3.8.0` | `3.10.0` | | [globals](https://github.com/sindresorhus/globals) | `17.7.0` | `17.8.0` | | [tap](https://github.com/tapjs/tapjs) | `21.7.4` | `21.7.5` | Updates `@better-auth/oauth-provider` from 1.6.24 to 1.6.25 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/oauth-provider/CHANGELOG.md) - [Commits](https://github.com/better-auth/better-auth/commits/v1.6.25/packages/oauth-provider) Updates `@hono/node-server` from 2.0.11 to 2.0.12 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v2.0.11...v2.0.12) Updates `hono` from 4.12.31 to 4.12.32 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.31...v4.12.32) Updates `@playwright/test` from 1.61.1 to 1.62.0 - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](microsoft/playwright@v1.61.1...v1.62.0) Updates `eslint` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.7.0...v10.8.0) Updates `fallow` from 3.8.0 to 3.10.0 - [Release notes](https://github.com/fallow-rs/fallow/releases) - [Changelog](https://github.com/fallow-rs/fallow/blob/v3.10.0/CHANGELOG.md) - [Commits](fallow-rs/fallow@v3.8.0...v3.10.0) Updates `globals` from 17.7.0 to 17.8.0 - [Release notes](https://github.com/sindresorhus/globals/releases) - [Commits](sindresorhus/globals@v17.7.0...v17.8.0) Updates `tap` from 21.7.4 to 21.7.5 - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/tap@21.7.4...tap@21.7.5) --- updated-dependencies: - dependency-name: "@better-auth/oauth-provider" dependency-version: 1.6.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@hono/node-server" dependency-version: 2.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: hono dependency-version: 4.12.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: "@playwright/test" dependency-version: 1.62.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: eslint dependency-version: 10.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: fallow dependency-version: 3.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: globals dependency-version: 17.8.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: tap dependency-version: 21.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <support@github.com>
fallow 3.10 hoists typescript 7.0.2 via optional dep fallow-type-aware, which breaks tap's ts-node loader (ts.sys is undefined) and fails all tests. A direct typescript devDependency keeps 6.0.3 at top level and nests 7.0.2.
|
TypeScript, sigh |
Dependency Upgrade Review: npm-deps group (8 updates) — High confidenceScope: Dependency-only — touches only
Compatibility: The three runtime deps are patch-level bug fixes on paths this repo uses — hono 4.12.32 makes query/header/param parsing prototype-clean, @hono/node-server copies headers for foreign Note on the new Test coverage: CI runs the full suite, lint, smoke, and Playwright e2e — all green on this branch. A regression in any runtime dep would be caught by the integration/feature tests. Verdict: Approve. Runtime changes are low-risk patch fixes on used paths with strong test coverage. |
Bumps the npm-deps group with 8 updates:
1.6.241.6.252.0.112.0.124.12.314.12.321.61.11.62.010.7.010.8.03.8.03.10.017.7.017.8.021.7.421.7.5Updates
@better-auth/oauth-providerfrom 1.6.24 to 1.6.25Release notes
Sourced from @better-auth/oauth-provider's releases.
Changelog
Sourced from @better-auth/oauth-provider's changelog.
Commits
07a646echore: release v1.6.25 (#10491)Updates
@hono/node-serverfrom 2.0.11 to 2.0.12Release notes
Sourced from @hono/node-server's releases.
Commits
a813b6c2.0.12caf48bafix(response): copy headers when init is a foreign Response (#382)3b1dd68test: replace supertest (#379)Updates
honofrom 4.12.31 to 4.12.32Release notes
Sourced from hono's releases.
Commits
26d8e424.12.32402eb3afix(secure-headers): keep CSP callbacks scoped to their header (#5147)c85aeadfix: useObject.create(null)when parsing query, headers, and params (#5161)a88c89dtest(cloudflare-workers): add coverage for onClose, onError, send, and close ...44f8843fix(sse): emit empty id field to reset Last-Event-ID (#5138)e36f57dfix(aws-lambda): add jwt and lambda authorizer types for API Gateway v2 (#5142)bf8608cci: enable reports for type & bundle size check (#5148)Updates
@playwright/testfrom 1.61.1 to 1.62.0Release notes
Sourced from @playwright/test's releases.
... (truncated)
Commits
e3950d9chore: mark v1.62.0 (#41981)f07e0f7cherry-pick(#41940): docs: release notes for v1.62 (#41967)05a306ccherry-pick(#41964): Revert "feat(routeFromHar): add interceptAPIRequests opt...2934858fix: correct pending navigation log spacing (#41949)4b0cc99fix(test): unflake screencast backpressure test on slow macOS runner (#41951)bbbae6dtest: fixme WebSocket locale test in Chromium 150 (#41944)15c4f55fix(mcp): identify downloads explicitly (#41933)f5fa967fix(network): request.postData() returns null for empty string body override ...0edafe4fix(mcp): launch the Chrome profile that has the extension installed (#41939)244a1fffeat(firefox): roll to r1538 (#41938)Updates
eslintfrom 10.7.0 to 10.8.0Release notes
Sourced from eslint's releases.
Commits
749dfed10.8.04bd0d75Build: changelog update for 10.8.04fbf46dtest: pinwebpackversion to 5.108.4 (#21137)6ddf858docs: fix broken Specify Parser Options anchor link (#21106)784dfbedocs: Clarifyno-eq-nulldescription (#21120)6b8d2f7fix: escape reserved characters in rule id inhtmlformatter (#21129)2d063e2chore: update HTTP URLs to HTTPS in JSDoc and comments (#21101)eccbe7btest: add error locations tono-class-assign(#21123)2fee9bbfeat: exportConfigObjectfromeslint/config(#21082)e7d1e43ci: bump actions/setup-go from 6 to 7 (#21118)Updates
fallowfrom 3.8.0 to 3.10.0Release notes
Sourced from fallow's releases.
... (truncated)
Changelog
Sourced from fallow's changelog.
... (truncated)
Commits
2881013test: scope process lint expectation to Unix55d72c0feat(config): add ignoreFindings to hide findings without removing files from...d3b7350fix(deps): credit dependencies referenced by config callbacks and CLI flagscca693btest: avoid global sidecar environment mutationd73cee9fix(graph): preserve TypeScript path aliases excluded by ignorePatterns7667b6atest: share type-aware sidecar launcher11bf96cfix: increase standalone icon safe area7f3aee3fix: normalize type-aware Windows paths1142d22test: expose type-aware CLI failure outputc151c4efix: make type-aware release validation portableUpdates
globalsfrom 17.7.0 to 17.8.0Release notes
Sourced from globals's releases.
Commits
36c765917.8.07394811Update globals (2026-07-01) (#347)Updates
tapfrom 21.7.4 to 21.7.5Commits
88f4b97update versions3ec7a3fmock: handle cases where an import happens after unmock()a186e3cc8@12, update the sync hooks node version reqce77a9arun: test list unsorting properlyDependabot 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