[PR #16] Bump json5 and next #16

Open
opened 2026-02-25 20:31:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/andreazllin/windows95keygen/pull/16
Author: @dependabot[bot]
Created: 1/2/2023
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/json5-and-next--removed


📝 Commits (1)

📊 Changes

2 files changed (+123 additions, -2072 deletions)

View changed files

📝 package-lock.json (+122 -2071)
📝 package.json (+1 -1)

📄 Description

Removes json5. It's no longer used after updating ancestor dependency next. These dependencies need to be updated together.

Removes json5

Updates next from 11.1.3 to 13.1.1

Release notes

Sourced from next's releases.

v13.1.1

Core Changes

  • Exclude srcset from svg image: #44308
  • Fix CSS resource path not matched in __entry_css_files__: #44310
  • Fix next/image 404 when basePath and trailingSlash defined: #44312

Documentation Changes

  • Remove experimental for modularizeImports from docs and example: #44311

Example Changes

  • Updated dependencies for with-tailwindcss example: #44289

Misc Changes

  • Use turbo for packing files in test setup: #44074

Credits

Huge thanks to @​JanKaifer, @​Nutlope, @​styfle, and @​chibicode for helping!

v13.1.1-canary.1

Core Changes

  • Fix next/image 404 when basePath and trailingSlash defined: #44312

Documentation Changes

  • Remove experimental for modularizeImports from docs and example: #44311

Credits

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

v13.1.1-canary.0

Core Changes

  • Exclude srcset from svg image: #44308
  • Fix CSS resource path not matched in __entry_css_files__: #44310

Example Changes

  • Updated dependencies for with-tailwindcss example: #44289

Misc Changes

  • Use turbo for packing files in test setup: #44074

... (truncated)

Commits

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/andreazllin/windows95keygen/pull/16 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/2/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/json5-and-next--removed` --- ### 📝 Commits (1) - [`d4ca4d6`](https://github.com/andreazllin/windows95keygen/commit/d4ca4d67e46c1a013a99ba93359c73eb10aef4b5) Bump json5 and next ### 📊 Changes **2 files changed** (+123 additions, -2072 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+122 -2071) 📝 `package.json` (+1 -1) </details> ### 📄 Description Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `json5` Updates `next` from 11.1.3 to 13.1.1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's releases</a>.</em></p> <blockquote> <h2>v13.1.1</h2> <h3>Core Changes</h3> <ul> <li>Exclude <code>srcset</code> from svg image: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44308">#44308</a></li> <li>Fix CSS resource path not matched in <code>__entry_css_files__</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44310">#44310</a></li> <li>Fix <code>next/image</code> 404 when <code>basePath</code> and <code>trailingSlash</code> defined: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44312">#44312</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Remove experimental for modularizeImports from docs and example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44311">#44311</a></li> </ul> <h3>Example Changes</h3> <ul> <li>Updated dependencies for <code>with-tailwindcss</code> example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44289">#44289</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Use turbo for packing files in test setup: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44074">#44074</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/JanKaifer"><code>@​JanKaifer</code></a>, <a href="https://github.com/Nutlope"><code>@​Nutlope</code></a>, <a href="https://github.com/styfle"><code>@​styfle</code></a>, and <a href="https://github.com/chibicode"><code>@​chibicode</code></a> for helping!</p> <h2>v13.1.1-canary.1</h2> <h3>Core Changes</h3> <ul> <li>Fix <code>next/image</code> 404 when <code>basePath</code> and <code>trailingSlash</code> defined: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44312">#44312</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>Remove experimental for modularizeImports from docs and example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44311">#44311</a></li> </ul> <h3>Credits</h3> <p>Huge thanks to <a href="https://github.com/chibicode"><code>@​chibicode</code></a> and <a href="https://github.com/styfle"><code>@​styfle</code></a> for helping!</p> <h2>v13.1.1-canary.0</h2> <h3>Core Changes</h3> <ul> <li>Exclude <code>srcset</code> from svg image: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44308">#44308</a></li> <li>Fix CSS resource path not matched in <code>__entry_css_files__</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44310">#44310</a></li> </ul> <h3>Example Changes</h3> <ul> <li>Updated dependencies for <code>with-tailwindcss</code> example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44289">#44289</a></li> </ul> <h3>Misc Changes</h3> <ul> <li>Use turbo for packing files in test setup: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44074">#44074</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vercel/next.js/commit/4ac737ee6b25a2e1cf44f1f6fafa444b5f9dec6d"><code>4ac737e</code></a> v13.1.1</li> <li><a href="https://github.com/vercel/next.js/commit/f0a8b7ec6edad045dc8f5580c273e06a38addeaa"><code>f0a8b7e</code></a> v13.1.1-canary.1</li> <li><a href="https://github.com/vercel/next.js/commit/b0a1e99606a7a7329f885d4c418943c5612d2a0f"><code>b0a1e99</code></a> Fix <code>next/image</code> 404 when <code>basePath</code> and <code>trailingSlash</code> defined (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44312">#44312</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/f0aa10b2165e661c6ed2494787eab31891115065"><code>f0aa10b</code></a> Remove experimental for modularizeImports from docs and example (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44311">#44311</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/44548dda362d8f679afb50ce0940dfd443f8d0c6"><code>44548dd</code></a> v13.1.1-canary.0</li> <li><a href="https://github.com/vercel/next.js/commit/00b21138411a8f8588cd785747886377cca884f8"><code>00b2113</code></a> Fix CSS resource path not matched in <code>__entry_css_files__</code> (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44310">#44310</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/fd0d0f5a87b47f22c3fd73735ab06c676b91a1f3"><code>fd0d0f5</code></a> Exclude <code>srcset</code> from svg image (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44308">#44308</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/8a9133ddb31e72d1fc986547e7cc639488d6a323"><code>8a9133d</code></a> Updated dependencies for <code>with-tailwindcss</code> example (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44289">#44289</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/fd9ec646acc26e746822cff903981ca7d7d366e1"><code>fd9ec64</code></a> Use turbo for packing files in test setup (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/44074">#44074</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/02489c2f4aae461543925c190183343bb8c2e78a"><code>02489c2</code></a> v13.1.0</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v11.1.3...v13.1.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/andreazllin/windows95keygen/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/windows95keygen#16
No description provided.