chore(deps): bump the npm-deps group across 1 directory with 5 updates#31
Conversation
Bumps the npm-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth) | `1.6.11` | `1.6.15` | | [date-fns](https://github.com/date-fns/date-fns) | `4.3.0` | `4.4.0` | | [hono](https://github.com/honojs/hono) | `4.12.23` | `4.12.24` | | [eslint](https://github.com/eslint/eslint) | `10.4.0` | `10.4.1` | | [fallow](https://github.com/fallow-rs/fallow) | `2.83.0` | `2.89.0` | Updates `better-auth` from 1.6.11 to 1.6.15 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Changelog](https://github.com/better-auth/better-auth/blob/main/packages/better-auth/CHANGELOG.md) - [Commits](https://github.com/better-auth/better-auth/commits/better-auth@1.6.15/packages/better-auth) Updates `date-fns` from 4.3.0 to 4.4.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Commits](date-fns/date-fns@v4.3.0...v4.4.0) Updates `hono` from 4.12.23 to 4.12.24 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](honojs/hono@v4.12.23...v4.12.24) Updates `eslint` from 10.4.0 to 10.4.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.4.0...v10.4.1) Updates `fallow` from 2.83.0 to 2.89.0 - [Release notes](https://github.com/fallow-rs/fallow/releases) - [Changelog](https://github.com/fallow-rs/fallow/blob/main/CHANGELOG.md) - [Commits](fallow-rs/fallow@v2.83.0...v2.89.0) --- updated-dependencies: - dependency-name: better-auth dependency-version: 1.6.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: date-fns dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: eslint dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: npm-deps - dependency-name: fallow dependency-version: 2.89.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: npm-deps - dependency-name: hono dependency-version: 4.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm-deps ... Signed-off-by: dependabot[bot] <support@github.com>
7f6de3b to
de66b21
Compare
Dependency Upgrade Review: Group PR (5 updates)
Also adds Changes by Dependencybetter-auth 1.6.11 → 1.6.15 — 4 bug-fix releases. Session cookie refresh, redirect URI validation, Kysely 0.29 compatibility, Google One Tap fix, admin user management error handling. Used via date-fns 4.3.0 → 4.4.0 — CDN scripts deprecated in favour of hono 4.12.23 → 4.12.24 — Patch bump. IPv6 address parsing fix, bearer auth error message, config cleanup. Used extensively as the web framework. Compatible eslint 10.4.0 → 10.4.1 — Patch bump. Bug fixes only. Dev dependency. Compatible fallow 2.83.0 → 2.89.0 — Feature release across 6 versions: editor intelligence, health breakdowns, security candidates. Dev dependency. Compatible Transitive: kysely 0.28.17 → 0.29.2 — better-auth 1.6.15 explicitly supports engines field — Compatibility AssessmentCompatible — all upgrades are safe. Production deps are minor/patch bumps with bug fixes or internal changes only. Dev deps have zero runtime impact. Test Coverage99 tests pass on current deps. The code paths using these deps (hono routes, better-auth config, date-fns formatting) are exercised by the test suite. Confidence RatingHigh — no breaking or behavioural changes affecting how the codebase uses any of these packages. |
mroderick
left a comment
There was a problem hiding this comment.
Approved. See analysis comment above.
Bumps the npm-deps group with 5 updates in the / directory:
1.6.111.6.154.3.04.4.04.12.234.12.2410.4.010.4.12.83.02.89.0Updates
better-authfrom 1.6.11 to 1.6.15Release notes
Sourced from better-auth's releases.
... (truncated)
Changelog
Sourced from better-auth's changelog.
... (truncated)
Commits
03e0e36chore: release v1.6.15 (#9886)b0ddfd3fix(oauth-provider): run configured hooks when authorize resumes (#9919)1012b69fix(admin): return USER_NOT_FOUND for missing users before update (#9875)ad60333fix: list-session fresh age session check (#9865)e111d63refactor(cookies): clarify cookie regex ranges (#9879)5038d41chore: release v1.6.14 (#9846)2d9781afix(organization): split invitation verification gates (#9877)5a2d642fix: accept null for optional fields in generated schema (#9841)9d3450afix(cookies): prefer__Secure-cookie in getSessionCookie (#9806)a6f38c7chore: release v1.6.13 (#9804)Updates
date-fnsfrom 4.3.0 to 4.4.0Release notes
Sourced from date-fns's releases.
Commits
cd53d25Promote to v4.4.0d948ec1Preserve but deprecate CDN versions for v4, set up v5 with polyfillsee65753Add rootmise :formattask9f5bdf5Add positional argument totest/smoke.shscript651ead6Split CDN bundles into separate@date-fns/cdnpackage224c1a2Deprecate type tests as attw hangs on date-fns package7bb2842SwitchPACKAGE_OUTPUT_PATHto--distflag in the package build scriptb6ad5acAdd flags to control package build script424a783Fix docs release after moving to monorepo setupUpdates
honofrom 4.12.23 to 4.12.24Release notes
Sourced from hono's releases.
Commits
5fdde5a4.12.24c78932dfix(utils/ipaddr): render the unspecified address binary as "::" (#4998)5ef800erefactor(timing): Test/add test for middleware timing (#4991)d743bb7fix: clean up config files trailing comma, stale excludes, typesVersions gaps...d22ff9cfix(utils/ipaddr): expand "::" to eight zero groups (#4973)8e2ccccrefactor(language): Test/improve tests on languages middleware (#4980)413d3cbfix(bearer-auth): mention verifyToken in missing-options error message (#4987)2cbeaddchore: remove@types/glob(#4978)9051d3edocs(contribution): simplifyAI Usage Policy (#4972)Updates
eslintfrom 10.4.0 to 10.4.1Release notes
Sourced from eslint's releases.
Commits
4a3d15a10.4.143e7e2bBuild: changelog update for 10.4.1e557467fix: update@eslint/plugin-kitversion to 0.7.2 (#20930)b0e466btest: adddataproperty to invalid tests cases for rules (#20924)d4ce898fix: propagate failures from delegated commands (#20917)f4f3507fix: prefer-arrow-callback invalid autofix with newline afterasync(#20916)f78838btest: add CodePath type coverage (#20904)61b0adddocs: remove deprecated rule from related rules ofmax-params(#20921)1daa4bdchore: updateeslint-plugin-eslint-commentstest data to latest commit (#20...002942cci: declare contents:read on update-readme workflow (#20919)Updates
fallowfrom 2.83.0 to 2.89.0Release notes
Sourced from fallow's releases.
... (truncated)
Changelog
Sourced from fallow's changelog.