-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump next from 15.1.5 to 15.2.3 in the npm_and_yarn group across 1 directory #148
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?
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
|
|
Reviewer's Guide by SourceryThis pull request updates the Updated class diagram for Next.jsclassDiagram
class NextJS {
- version: string
+ constructor(version: string)
+ renderPage(page: string): void
+ handleRequest(req: Request, res: Response): void
}
note for NextJS "Updated from 15.1.5 to 15.2.3\nSee release notes for detailed changes"
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
CI Feedback 🧐(Feedback updated until commit b4b99c9)A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
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.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps the npm_and_yarn group with 1 update in the / directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.1.5 to 15.2.3 - [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.1.5...v15.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
66cde91 to
b4b99c9
Compare
Bumps the npm_and_yarn group with 1 update in the / directory: next.
Updates
nextfrom 15.1.5 to 15.2.3Release notes
Sourced from next's releases.
... (truncated)
Commits
535e26dv15.2.32fcae1dUpdate default allowed origins list (#77212)adf5462unify allowed origin detection handling (#77053)5e59da1Add dev warning for cross-origin and stabilize allowedDevOrigins (#77044)8151cb6Ensure deploymentId is used for CSS preloads (#77210)52a078dUpdate middleware request header (#77201)4698ad6[metadata] remove the default segement check for metadata rendering (#77119)1e1ff40[ts-hint] fix vscode type hint plugin enabling (#77099)88deb12[metadata] re-insert icons to head for streamed metadata (#76915)f455282v15.2.2Dependabot 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by Sourcery
Updates the nextjs dependency from version 15.1.5 to 15.2.3.