-
Notifications
You must be signed in to change notification settings - Fork 1.9k
chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates #1359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates #1359
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Greptile Summary
This PR is an automated Dependabot update that bumps two dependencies across the monorepo: Next.js from 15.4.1 to 15.4.7 in the docs application (apps/docs/package.json
) and better-auth from 1.2.9 to 1.2.10 in the sim application (apps/sim/package.json
).
The Next.js update includes multiple bug fixes across versions 15.4.2 through 15.4.7, addressing critical issues such as router handling when setting location response headers, API JSON stripping problems, i18n fallback collisions, font loading with deployment prefixes, and image optimization improvements. These are all backward-compatible bug fixes with no breaking changes.
The better-auth update brings new features and fixes, including support for a Hugging Face authentication provider, account linking with ID tokens, exposed headers override in the JWT plugin, fixes for phone number verification triggers, GitHub refresh token endpoints, and user deletion respecting freshAge configuration.
Both updates fit into the codebase's maintenance strategy of keeping dependencies current with security patches and bug fixes. The docs application uses Next.js for its documentation site built with FumaDocs, while the sim application uses better-auth for authentication services. These updates ensure both applications benefit from the latest stability improvements and security patches.
Confidence score: 2/5
- This PR has a critical issue that could cause dependency conflicts in the monorepo
- Score lowered due to version override configuration in sim app that prevents Next.js updates from taking effect
- Pay close attention to
apps/sim/package.json
overrides section that pins Next.js to 15.4.1 while docs will use 15.4.7
2 files reviewed, 1 comment
…updates Bumps the npm_and_yarn group with 1 update in the /apps/docs directory: [next](https://github.com/vercel/next.js). Bumps the npm_and_yarn group with 1 update in the /apps/sim directory: [better-auth](https://github.com/better-auth/better-auth/tree/HEAD/packages/better-auth). Updates `next` from 15.4.1 to 15.4.7 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.4.1...v15.4.7) Updates `better-auth` from 1.2.9 to 1.2.10 - [Release notes](https://github.com/better-auth/better-auth/releases) - [Changelog](https://github.com/better-auth/better-auth/blob/canary/packages/better-auth/CHANGELOG.md) - [Commits](https://github.com/better-auth/better-auth/commits/v1.2.10/packages/better-auth) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.7 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: better-auth dependency-version: 1.2.10 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <[email protected]>
0961354
to
669bf6b
Compare
Bumps the npm_and_yarn group with 1 update in the /apps/docs directory: next.
Bumps the npm_and_yarn group with 1 update in the /apps/sim directory: better-auth.
Updates
next
from 15.4.1 to 15.4.7Release notes
Sourced from next's releases.
... (truncated)
Commits
f30d815
v15.4.71a026e3
fix router handling when setting a location response header (#82588)be4aafd
v15.4.691e5b6b
Backport "fix: add?dpl
to fonts in/_next/static/media
(#82384)" (#82421)f1629d9
Backport "[Pages] fix:_error
page'sreq.url
can be overwritten t… (#82377)b9aab5d
v15.4.5a8c93c4
Disable test new tests jobsed2a6c7
[backport]: fix(next/image): improve and simplify detect-content-type (#82118...f00fcc9
[backport]: fix(next/image): fix image-optimizer.ts headers (#82114) (#82175)55a7568
Backport: Turbopack: update mimalloc (#81993) (#82166)Updates
better-auth
from 1.2.9 to 1.2.10Commits
08d9295
chore: release v1.2.106304efa
feat: add Hugging Face provider (#3089)38e422e
feat: link account with idToken (#1830)de6b53c
fix: expose headers override in jwt plugin (#3019)88573aa
fix: onLinkAccount trigger on phone number verification (#3007)7eded3d
chore: fix typo in authorize comment (#3106)1b0aef5
fix: use correct refresh token endpoint for github (#3095)9714131
feat: Allow passingid
in DB hookcreate
(#3048)f12e345
chore(org): add comments explaining what shimContext does (#3098)7c72824
fix: delete user should respect freshAge config (#3075)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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.