Bump the minor-and-patch group in /auth-service with 2 updates
Closed
Number: #25
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Contributor
Comments: 2
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 2
Created:
June 16, 2025 at 04:39 AM UTC
(4 months ago)
(4 months ago)
Updated:
June 23, 2025 at 04:39 AM UTC
(4 months ago)
(4 months ago)
Closed:
June 23, 2025 at 04:39 AM UTC
(4 months ago)
(4 months ago)
Time to Close:
7 days
Labels:
dependencies
dependencies
Assignees:
randroid88
randroid88
Description:
Bumps the minor-and-patch group in /auth-service with 2 updates: better-auth and tsx.
Updates better-auth
from 1.2.8 to 1.2.9
Release notes
Sourced from better-auth's releases.
v1.2.9
🚀 Features
- Support bun sqlite by default - by
@Bekacru
in better-auth/better-auth#2551 (62ed1)- MCP plugin - by
@Bekacru
in better-auth/better-auth#2666 (9cc2e)- New user delete flow - by
@BlankParticle
in better-auth/better-auth#2704 (bc2bc)- Add account info endpoint - by
@BlankParticle
and@Bekacru
in better-auth/better-auth#2664 (32cda)- Add promise support for custom user info claims - by
@zackify
in better-auth/better-auth#2766 (ccb56)- Add getCookieCache helper and update session handling - by
@Bekacru
(5eb3c)- Support passing error callback url for account linking - by
@Bekacru
in better-auth/better-auth#2966 (69468)- Support stripe seat upgrade - by
@Bekacru
in better-auth/better-auth#2967 (92801)- customPaths: Provide an option to modify and map api paths - by
@CrutchTheClutch
in better-auth/better-auth#2193 (fdee0)- passkey: AAGUID field support - by
@s3f5
in better-auth/better-auth#2189 (8e4cd)🐞 Bug Fixes
- Use dynamic list of social providers to allow generic oauth - by
@BlankParticle
in better-auth/better-auth#2643 (754c3)- Make sure updatedAt is updated on session refresh - by
@Kinfe123
in better-auth/better-auth#2747 (3f349)- Improve the callbackURL parameter for social, oauth, SSO - by
@gee1k
in better-auth/better-auth#2740 (9472a)- Plugin init context should carry modified context from other plugins - by
@Bekacru
in better-auth/better-auth#2754 (a12b7)- Avoid refreshing tokens if the provider doesn't return refresh tokens - by
@stephenjason89
in better-auth/better-auth#2764 (43513)- Init snapshot - by
@ping-maxwell
(24044)- Prisma schema not required on dev/bun - by
@Kinfe123
in better-auth/better-auth#2787 (8bff4)- SSR handling in useAuthQuery to prevent hydration issues - by
@yerzham
in better-auth/better-auth#2776 (640bf)- Encoded callbackURL - by
@Kinfe123
in better-auth/better-auth#2809 (27236)- Allow contains filter for users in admin - by
@Kinfe123
in better-auth/better-auth#2810 (5d1f1)- Microsoft entra token refresh scope - by
@CarbonNeuron
in better-auth/better-auth#2816 (746ee)- Demo build & upgrades - by
@Kinfe123
in better-auth/better-auth#2848 (06ca6)- Docs sidebar height - by
@Kinfe123
in better-auth/better-auth#2882 (77d79)- Default value on generate - by
@Kinfe123
in better-auth/better-auth#2885 (91c5c)- Construct valid URL from VERCEL_URL env - by
@juliusmarminge
(e6924)- Add prompt option on github - by
@Kinfe123
in better-auth/better-auth#2922 (75559)- Remove empty migration with semi colon - by
@Kinfe123
in better-auth/better-auth#2927 (90cd3)- Rename
forgetPassword
APIs torequestPasswordReset
- by@Bekacru
in better-auth/better-auth#2947 (eaf80)- Lookup keys without the priceId - by
@Kinfe123
in better-auth/better-auth#2963 (6c1d0)- Oauth proxy between http and https - by
@juliusmarminge
in better-auth/better-auth#2895 (90db4)- X:
- Used x.com domain for all twitter provider urls - by
@armannaj
in better-auth/better-auth#2727 (83ace)- admin:
- Respect cookie prefix for impersonate admin cookies - by
@Bekacru
in better-auth/better-auth#2553 (56753)- api-key:
- Rate limits not working - by
@ntgussoni
in better-auth/better-auth#2514 (f7355)- apple:
- Correctly map email verification status from profile - by
@gee1k
in better-auth/better-auth#2730 (0dddc)- Response type should be set to idToken code to get full user profile data - by
@Bekacru
(e3aac)- cli:
- Missing dependency
@babel/core
- by@NormalGaussian
and Normal Gaussian in better-auth/better-auth#2909 (26645)- demo:
- Avoid page refresh on session termination - by
@Kinfe123
in better-auth/better-auth#2850 (9e074)- magic-link:
... (truncated)
Commits
a47b952
chore: release v1.2.9cf25458
fix(prisma): "eq" invalid argument OR clause (#2874)90db4c3
fix: oauth proxy between http and https (#2895)69468d0
feat: support passing error callback url for account linking (#2966)bdffa3a
chore: fallback to empty options on hasPermissionafcbf74
chore: release v1.2.9-beta.109fbea84
refactor: getCookieCache to be async5eb3c03
feat: add getCookieCache helper and update session handlingeaf80cf
fix: renameforgetPassword
APIs torequestPasswordReset
(#2947)e9b8d92
chore: fix jsodc typo (#2942)- Additional commits viewable in compare view
Updates tsx
from 4.19.4 to 4.20.3
Release notes
Sourced from tsx's releases.
v4.20.3
4.20.3 (2025-06-13)
Bug Fixes
- revert v4.20 changes (dadcf27)
This release is also available on:
v4.20.2
4.20.2 (2025-06-12)
Bug Fixes
This release is also available on:
v4.20.1
4.20.1 (2025-06-11)
Bug Fixes
- json: handle keys with special characters (9bd2546)
This release is also available on:
v4.20.0
4.20.0 (2025-06-11)
Bug Fixes
... (truncated)
Commits
dadcf27
fix: revert v4.20 changes2d1aaee
chore: upgrade mantenc188268
fix: support ambiguous package (#79)602f1b1
chore: debug to accept levels (#77)5172c47
test: log node-pty failure stdout1e8f17b
refactor: node-pty test code9bd2546
fix(json): handle keys with special characterse97fe67
test: failed pty tests logs532c50a
tests: fix Windows testsec316d3
feat: support latest Node versions- Additional commits viewable in compare view
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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
Pull Request Statistics
Commits:
0
0
Files Changed:
0
0
Additions:
+0
+0
Deletions:
-0
-0
Package Dependencies
Package:
better-auth
Ecosystem:
npm
npm
Version Change:
1.2.8 → 1.2.9
Update Type:
Patch
Patch
Path:
/auth-service
Technical Details
ID: | 2021609 |
UUID: | 3148513609 |
Node ID: | PR_kwDOOctpPM6ao4zG |
Host: | GitHub |
Repository: | Randroids-Dojo/typescript-and-python-bootstrap |