[PR #15] Bump loader-utils and next #15

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/15
Author: @dependabot[bot]
Created: 11/19/2022
Status: 🔄 Open

Base: masterHead: dependabot/npm_and_yarn/loader-utils-and-next--removed


📝 Commits (1)

  • 8ded324 Bump loader-utils and next

📊 Changes

2 files changed (+127 additions, -2070 deletions)

View changed files

📝 package-lock.json (+126 -2069)
📝 package.json (+1 -1)

📄 Description

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

Removes loader-utils

Updates next from 11.1.3 to 13.0.4

Release notes

Sourced from next's releases.

v13.0.4

Core Changes

  • Show link to the docs for route segment config options: #42779
  • fix: Fix regression of swc minifier: #42790
  • Add additional item to RSC payload, preparing for head.tsx on navigation: #42791
  • Use window.location directly instead of parsing into URL: #42888
  • feat(next-swc/relay): Add javascript to language: #42894
  • types(#42003): better typing for next/link: #42117
  • Ensure query is provided correctly with middleware rewrites: #42818
  • feat(next/swc): allow to run custom turbopack binary: #42656
  • fix: Error: NEXT_REDIRECT crashing server in prod: #42793
  • Update caching for swc turbo builds: #42929
  • Handle head.js on client-side navigation: #42904
  • feat(jest): respect transpilePackages in tests: #42987
  • App files ending with page registred as page files: #42996
  • Allow generateStaticParams to be a synchronous function in app directory: #42942
  • chore(eslint-config-next): bump eslint-import-resolver-typescript: #43010
  • Ensure next.config.js function is handled for turbo: #43015
  • Fix app page check on windows: #43022
  • Add middleware prefetching config: #42936
  • Fix middleware prefetch cases: #43056
  • Ensure backslash is correctly handled in find-page-file: #43057
  • Fix app render: escape segment value #42626: #42823

Documentation Changes

  • docs: fix middleware docs cookie example: #42816
  • Update docs/advanced-features/debugging.md: #42842
  • docs(edge-api-routes): fixes example: #42903
  • Update SFCC example to use TypeScript + @next/font: #42865
  • Add more details to invalid-next-config doc: #42917
  • typo: #42968
  • Document regions config for experimental-edge: #43009
  • docs: Add examples of using multiple weights and styles: #43031

Example Changes

  • chore(examples): next/future/image -> next/image: #42794
  • docs(examples): auth0 update callback URL: #42855
  • Updates Apollo Server Examples to use Apollo Server 4 & @​as-integrations/next: #42771
  • Improve with-algolia-react-instantsearch example and convert to TypeScript: #42617
  • Convert blog cover images to next/image: #42908
  • Make cover image full width: #42916
  • Convert with-app-layout example to TypeScript: #42930
  • Tigris example with Next.js: #42662
  • feat(examples): with-grafbase: #42898
  • docs(examples): add postgres.js example: #42962
  • Remove with-atlaskit example: #42973
  • Remove with-carbon-components example: #42976

... (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/15 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/19/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/npm_and_yarn/loader-utils-and-next--removed` --- ### 📝 Commits (1) - [`8ded324`](https://github.com/andreazllin/windows95keygen/commit/8ded324bea9dda654573e4a9032bfc5c69479b67) Bump loader-utils and next ### 📊 Changes **2 files changed** (+127 additions, -2070 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+126 -2069) 📝 `package.json` (+1 -1) </details> ### 📄 Description Removes [loader-utils](https://github.com/webpack/loader-utils). It's no longer used after updating ancestor dependency [next](https://github.com/vercel/next.js). These dependencies need to be updated together. Removes `loader-utils` Updates `next` from 11.1.3 to 13.0.4 <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.0.4</h2> <h3>Core Changes</h3> <ul> <li>Show link to the docs for route segment config options: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42779">#42779</a></li> <li>fix: Fix regression of swc minifier: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42790">#42790</a></li> <li>Add additional item to RSC payload, preparing for head.tsx on navigation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42791">#42791</a></li> <li>Use window.location directly instead of parsing into URL: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42888">#42888</a></li> <li>feat(next-swc/relay): Add <code>javascript</code> to language: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42894">#42894</a></li> <li>types(<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42003">#42003</a>): better typing for <code>next/link</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42117">#42117</a></li> <li>Ensure query is provided correctly with middleware rewrites: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42818">#42818</a></li> <li>feat(next/swc): allow to run custom turbopack binary: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42656">#42656</a></li> <li>fix: Error: NEXT_REDIRECT crashing server in prod: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42793">#42793</a></li> <li>Update caching for swc turbo builds: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42929">#42929</a></li> <li>Handle head.js on client-side navigation: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42904">#42904</a></li> <li>feat(jest): respect <code>transpilePackages</code> in tests: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42987">#42987</a></li> <li>App files ending with page registred as page files: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42996">#42996</a></li> <li>Allow generateStaticParams to be a synchronous function in app directory: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42942">#42942</a></li> <li>chore(eslint-config-next): bump eslint-import-resolver-typescript: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43010">#43010</a></li> <li>Ensure next.config.js function is handled for turbo: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43015">#43015</a></li> <li>Fix app page check on windows: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43022">#43022</a></li> <li>Add middleware prefetching config: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42936">#42936</a></li> <li>Fix middleware prefetch cases: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43056">#43056</a></li> <li>Ensure backslash is correctly handled in find-page-file: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43057">#43057</a></li> <li>Fix app render: escape segment value <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42626">#42626</a>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42823">#42823</a></li> </ul> <h3>Documentation Changes</h3> <ul> <li>docs: fix middleware docs cookie example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42816">#42816</a></li> <li>Update docs/advanced-features/debugging.md: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42842">#42842</a></li> <li>docs(edge-api-routes): fixes example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42903">#42903</a></li> <li>Update SFCC example to use TypeScript + <code>@next/font</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42865">#42865</a></li> <li>Add more details to invalid-next-config doc: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42917">#42917</a></li> <li>typo: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42968">#42968</a></li> <li>Document regions config for experimental-edge: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43009">#43009</a></li> <li>docs: Add examples of using multiple weights and styles: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43031">#43031</a></li> </ul> <h3>Example Changes</h3> <ul> <li>chore(examples): <code>next/future/image</code> -&gt; <code>next/image</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42794">#42794</a></li> <li>docs(examples): auth0 update callback URL: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42855">#42855</a></li> <li>Updates Apollo Server Examples to use Apollo Server 4 &amp; <code>@​as-integrations/next</code>: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42771">#42771</a></li> <li>Improve <code>with-algolia-react-instantsearch</code> example and convert to TypeScript: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42617">#42617</a></li> <li>Convert blog cover images to next/image: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42908">#42908</a></li> <li>Make cover image full width: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42916">#42916</a></li> <li>Convert <code>with-app-layout</code> example to TypeScript: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42930">#42930</a></li> <li>Tigris example with Next.js: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42662">#42662</a></li> <li>feat(examples): with-grafbase: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42898">#42898</a></li> <li>docs(examples): add postgres.js example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42962">#42962</a></li> <li>Remove <code>with-atlaskit</code> example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42973">#42973</a></li> <li>Remove <code>with-carbon-components</code> example: <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42976">#42976</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/58fa90f1bf93f450d9ae195935a990fb4357a584"><code>58fa90f</code></a> v13.0.4</li> <li><a href="https://github.com/vercel/next.js/commit/ef81fc3f8d6464a34ae3c54fa6f65046031483cd"><code>ef81fc3</code></a> v13.0.4-canary.5</li> <li><a href="https://github.com/vercel/next.js/commit/4d2b7e573a4aa4ea3d4ef46c8679f1e730791797"><code>4d2b7e5</code></a> Fix app render: escape segment value <a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42626">#42626</a> (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42823">#42823</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/22b16e1e37f253236c8508bb68280b2ce2c5ca37"><code>22b16e1</code></a> Ensure backslash is correctly handled in find-page-file (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43057">#43057</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/2f744a1ae32a65f1362af0957e3c57f33d102914"><code>2f744a1</code></a> Fix middleware prefetch cases (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43056">#43056</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/cb8eeefcaa7963572dca872272c659d470038d88"><code>cb8eeef</code></a> Update build-wasm to checkout directly (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/43054">#43054</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/ed4a14869c420c9a40073db2cc890ce44dcf0ad2"><code>ed4a148</code></a> v13.0.4-canary.4</li> <li><a href="https://github.com/vercel/next.js/commit/044040489364825f5f20399a5790ccff30b4f948"><code>0440404</code></a> feat(examples): use experimental edge runtime with grafbase (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42992">#42992</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/533c242094a08a41bd8cc89958c438998fbc27f0"><code>533c242</code></a> Add middleware prefetching config (<a href="https://github-redirect.dependabot.com/vercel/next.js/issues/42936">#42936</a>)</li> <li><a href="https://github.com/vercel/next.js/commit/07d3da102dfef65be9c13fd4b754a12eda7eded1"><code>07d3da1</code></a> Convert <code>with-cssed</code>, <code>with-csx</code>, <code>with-styled-jsx</code> examples to TypeScript (#...</li> <li>Additional commits viewable in <a href="https://github.com/vercel/next.js/compare/v11.1.3...v13.0.4">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#15
No description provided.