Skip to content

Bump next from 15.3.8 to 15.5.15#92

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-15.5.15
Open

Bump next from 15.3.8 to 15.5.15#92
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/next-15.5.15

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps next from 15.3.8 to 15.5.15.

Release notes

Sourced from next's releases.

v15.5.15

Please refer the following changelogs for more information about this security release:

https://vercel.com/changelog/summary-of-cve-2026-23869

v15.5.14

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • feat(next/image): add lru disk cache and images.maximumDiskCacheSize (#91660)
  • Fix(pages-router): restore Content-Length and ETag for /_next/data/ JSON responses (#90304)

Credits

Huge thanks to @​styfle and @​lllomh for helping!

v15.5.13

[!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • fix: patch http-proxy to prevent request smuggling in rewrites (See: CVE-2026-29057)

Credits

Huge thanks to @​ztanner for helping!

Commits
  • 412eb90 v15.5.15
  • cb90de9 [15.x] Avoid consuming cyclic models multiple times (#74)
  • fffef9e Fix CI for glibc linux builds
  • d7b012d v15.5.14
  • 2b05251 [backport] feat(next/image): add lru disk cache and `images.maximumDiskCacheS...
  • f88cee9 Backport: Fix(pages-router): restore Content-Length and ETag for /_next/data/...
  • cfd5f53 v15.5.13
  • 15f2891 [backport]: fix: patch http-proxy to prevent request smuggling in rewrites (#...
  • d23f41c v15.5.12
  • 8e75765 fix unlock in publish-native
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [next](https://github.com/vercel/next.js) from 15.3.8 to 15.5.15.
- [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.3.8...v15.5.15)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.5.15
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Apr 26, 2026
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
buddy-sql Ready Ready Preview, Comment Apr 26, 2026 7:20pm

@github-actions
Copy link
Copy Markdown

📊 Package size report   0%↑

File Before After
package.json 653 B 0.2%↑654 B
Total (Includes all files) 419.2 kB 0%↑419.2 kB
Tarball size 171.2 kB -0%↓171.2 kB
Unchanged files
File Size
.github/dependabot.yaml 1.1 kB
.github/workflows/codeql-analysis.yaml 785 B
.github/workflows/package-size-report.yaml 519 B
.github/workflows/pr-validation.yaml 1.0 kB
app/favicon.ico 5.2 kB
app/globals.css 1.5 kB
app/glossary/[slug]/layout.tsx 1.7 kB
app/glossary/[slug]/page.tsx 7.7 kB
app/glossary/layout.tsx 466 B
app/glossary/page.tsx 5.4 kB
app/layout.tsx 710 B
app/lessons/[slug]/layout.tsx 798 B
app/lessons/[slug]/page.tsx 6.6 kB
app/lessons/page.tsx 4.7 kB
app/page.tsx 15.8 kB
app/robots.ts 235 B
app/sandbox/layout.tsx 455 B
app/sandbox/page.tsx 3.3 kB
app/sitemap.ts 1.5 kB
app/sitemapmetadata.ts 1.4 kB
app/visualizer/layout.tsx 459 B
app/visualizer/page.tsx 6.9 kB
components/glossary/AlphabeticalIndex.tsx 1.3 kB
components/glossary/GlossaryFilters.tsx 858 B
components/glossary/GlossaryTermList.tsx 2.4 kB
components/glossary/SearchBar.tsx 2.2 kB
components/layout/Footer.tsx 1.5 kB
components/layout/Header.tsx 6.6 kB
components/lessons/LessonCard.tsx 1.6 kB
components/lessons/LessonContent.tsx 3.0 kB
components/lessons/LessonNavigation.tsx 3.1 kB
components/lessons/QueryFeedback.tsx 4.1 kB
components/lessons/ResultTable.tsx 1.9 kB
components/lessons/SqlEditor.tsx 4.5 kB
components/sandbox/TableSchemaViewer.tsx 5.5 kB
components/ui/card.tsx 1.4 kB
components/ui/loading.tsx 1.0 kB
components/visualizer/GroupByOperation.tsx 16.0 kB
components/visualizer/JoinOperation.tsx 16.4 kB
components/visualizer/SelectOperation.tsx 10.1 kB
components/visualizer/WhereOperation.tsx 15.7 kB
constants/keys.ts 57 B
eslint.config.mjs 393 B
hooks/useLocalStorage.ts 1.8 kB
hooks/useSqlJs.ts 3.2 kB
lib/database.ts 3.5 kB
lib/glossaryData.ts 30.9 kB
lib/lessonGrader.ts 7.7 kB
lib/lessons.ts 34.4 kB
lib/queryGrader.ts 7.1 kB
lib/queryParser.ts 7.0 kB
LICENSE 1.1 kB
next.config.ts 452 B
postcss.config.mjs 81 B
public/images/groupby-icon.svg 565 B
public/images/join-icon.svg 319 B
public/images/select-icon.svg 391 B
public/images/sql-playground-og.png 146.6 kB
public/images/where-icon.svg 264 B
README.md 3.1 kB
tailwind.config.js 219 B
tsconfig.json 598 B
types/database.ts 355 B
types/glossary.ts 386 B
types/lesson.ts 753 B

🤖 This report was automatically generated by pkg-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants