[PR #1454] [MERGED] Bump webpack-cli from 5.1.4 to 6.0.0 #3330

Closed
opened 2026-03-07 20:13:12 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/DavidAnson/markdownlint/pull/1454
Author: @dependabot[bot]
Created: 12/20/2024
Status: Merged
Merged: 12/20/2024
Merged by: @DavidAnson

Base: nextHead: dependabot/npm_and_yarn/next/webpack-cli-6.0.0


📝 Commits (1)

  • 3ab7d21 Bump webpack-cli from 5.1.4 to 6.0.0

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 package.json (+1 -1)

📄 Description

Bumps webpack-cli from 5.1.4 to 6.0.0.

Release notes

Sourced from webpack-cli's releases.

v6.0.0

6.0.0 (2024-12-19)

BREAKING CHANGES

  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0

Bug Fixes

Features

  • output pnpm version with info/version command (#3906) (38f3c6f)
Changelog

Sourced from webpack-cli's changelog.

6.0.0 (2024-12-19)

BREAKING CHANGES

  • the minimum required Node.js version is 18.12.0
  • removed init, loader and plugin commands in favor create-webpack-app
  • dropped support for webpack-dev-server@v4
  • minimum supported webpack version is 5.82.0

Bug Fixes

Features

  • output pnpm version with info/version command (#3906) (38f3c6f)
Commits
  • f70f8b0 chore(release): publish new version
  • 63d0fa6 chore: fix initial version of create-webpack-app
  • e756a61 chore: remove useWorkspaces
  • 0a72410 refactor: create-webpack-app (#4352)
  • ce1e784 chore(deps-dev): bump sass-loader in the dependencies group (#4351)
  • 6a646aa refactor: minor improvements
  • 98728ee docs: improvement
  • b1c8af5 test: fix
  • d04ffe9 chore(deps): avoid using rimraf
  • 8c4a51a chore(deps): @inquirer/prompts
  • 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 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 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)

🔄 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/DavidAnson/markdownlint/pull/1454 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/20/2024 **Status:** ✅ Merged **Merged:** 12/20/2024 **Merged by:** [@DavidAnson](https://github.com/DavidAnson) **Base:** `next` ← **Head:** `dependabot/npm_and_yarn/next/webpack-cli-6.0.0` --- ### 📝 Commits (1) - [`3ab7d21`](https://github.com/DavidAnson/markdownlint/commit/3ab7d21bb60995c9b0c65c749223e665b6896de5) Bump webpack-cli from 5.1.4 to 6.0.0 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.4 to 6.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/releases">webpack-cli's releases</a>.</em></p> <blockquote> <h2>v6.0.0</h2> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0">6.0.0</a> (2024-12-19)</h1> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum required Node.js version is <code>18.12.0</code></li> <li>removed <code>init</code>, <code>loader</code> and <code>plugin</code> commands in favor <a href="https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app"><code>create-webpack-app</code></a></li> <li>dropped support for <code>webpack-dev-server@v4</code></li> <li>minimum supported webpack version is <code>5.82.0</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>allow to require <code>webpack.config.js</code> in ESM format (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4346">#4346</a>) (<a href="https://github.com/webpack/webpack-cli/commit/51066846326bcae5f9793d3496325213342d3dd2">5106684</a>)</li> <li>correct the minimum help output (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4057">#4057</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c727c4f3c790797cf46a6c0bc83ba77803d3eb05">c727c4f</a>)</li> <li>gracefully shutting down (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4145">#4145</a>) (<a href="https://github.com/webpack/webpack-cli/commit/90720e26ba3b0d115ed066fb8ec3db074751163e">90720e2</a>)</li> <li>improve help output for possible values (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4316">#4316</a>) (<a href="https://github.com/webpack/webpack-cli/commit/4cd5aef3b93e3d73b5175c36cf9e8f9ae4455cb2">4cd5aef</a>)</li> <li>no serve when dev-server is false (<a href="https://redirect.github.com/webpack/webpack-cli/issues/2947">#2947</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a93e8603a4c2639916152a013afed04c0e8f3a35">a93e860</a>)</li> </ul> <h3>Features</h3> <ul> <li>output pnpm version with <code>info</code>/<code>version</code> command (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3906">#3906</a>) (<a href="https://github.com/webpack/webpack-cli/commit/38f3c6f2b99f098d2f4afd60f005e8ff5cd44435">38f3c6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md">webpack-cli's changelog</a>.</em></p> <blockquote> <h1><a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0">6.0.0</a> (2024-12-19)</h1> <h3>BREAKING CHANGES</h3> <ul> <li>the minimum required Node.js version is <code>18.12.0</code></li> <li>removed <code>init</code>, <code>loader</code> and <code>plugin</code> commands in favor <a href="https://github.com/webpack/webpack-cli/tree/master/packages/create-webpack-app"><code>create-webpack-app</code></a></li> <li>dropped support for <code>webpack-dev-server@v4</code></li> <li>minimum supported webpack version is <code>5.82.0</code></li> </ul> <h3>Bug Fixes</h3> <ul> <li>allow to require <code>webpack.config.js</code> in ESM format (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4346">#4346</a>) (<a href="https://github.com/webpack/webpack-cli/commit/51066846326bcae5f9793d3496325213342d3dd2">5106684</a>)</li> <li>correct the minimum help output (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4057">#4057</a>) (<a href="https://github.com/webpack/webpack-cli/commit/c727c4f3c790797cf46a6c0bc83ba77803d3eb05">c727c4f</a>)</li> <li>gracefully shutting down (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4145">#4145</a>) (<a href="https://github.com/webpack/webpack-cli/commit/90720e26ba3b0d115ed066fb8ec3db074751163e">90720e2</a>)</li> <li>improve help output for possible values (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4316">#4316</a>) (<a href="https://github.com/webpack/webpack-cli/commit/4cd5aef3b93e3d73b5175c36cf9e8f9ae4455cb2">4cd5aef</a>)</li> <li>no serve when dev-server is false (<a href="https://redirect.github.com/webpack/webpack-cli/issues/2947">#2947</a>) (<a href="https://github.com/webpack/webpack-cli/commit/a93e8603a4c2639916152a013afed04c0e8f3a35">a93e860</a>)</li> </ul> <h3>Features</h3> <ul> <li>output pnpm version with <code>info</code>/<code>version</code> command (<a href="https://redirect.github.com/webpack/webpack-cli/issues/3906">#3906</a>) (<a href="https://github.com/webpack/webpack-cli/commit/38f3c6f2b99f098d2f4afd60f005e8ff5cd44435">38f3c6f</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack/webpack-cli/commit/f70f8b06d666de9120a432dcff21371f9c8f1f70"><code>f70f8b0</code></a> chore(release): publish new version</li> <li><a href="https://github.com/webpack/webpack-cli/commit/63d0fa655df7af87387032bf0133057d6e0fa066"><code>63d0fa6</code></a> chore: fix initial version of <code>create-webpack-app</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/e756a619309e5708ef953f824750e55daae5e349"><code>e756a61</code></a> chore: remove <code>useWorkspaces</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/0a7241025ad5597156d092009e82b34f807ee202"><code>0a72410</code></a> refactor: create-webpack-app (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4352">#4352</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/ce1e784f3226705c5426070d2af7b4630cdbb22d"><code>ce1e784</code></a> chore(deps-dev): bump sass-loader in the dependencies group (<a href="https://redirect.github.com/webpack/webpack-cli/issues/4351">#4351</a>)</li> <li><a href="https://github.com/webpack/webpack-cli/commit/6a646aa6534a22ccfb46d505c0197442ff43b3d0"><code>6a646aa</code></a> refactor: minor improvements</li> <li><a href="https://github.com/webpack/webpack-cli/commit/98728eecffa5484477040d7c14d1909ce373b117"><code>98728ee</code></a> docs: improvement</li> <li><a href="https://github.com/webpack/webpack-cli/commit/b1c8af5790588509c1a79cafadf74f7e61682adc"><code>b1c8af5</code></a> test: fix</li> <li><a href="https://github.com/webpack/webpack-cli/commit/d04ffe9f18f9f2bcd8d9a0fc9c209bb9ea4536e0"><code>d04ffe9</code></a> chore(deps): avoid using <code>rimraf</code></li> <li><a href="https://github.com/webpack/webpack-cli/commit/8c4a51a5726f926d7e3396fc5a331e017adfb56e"><code>8c4a51a</code></a> chore(deps): <code>@inquirer/prompts</code></li> <li>Additional commits viewable in <a href="https://github.com/webpack/webpack-cli/compare/webpack-cli@5.1.4...webpack-cli@6.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=webpack-cli&package-manager=npm_and_yarn&previous-version=5.1.4&new-version=6.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 20:13:12 +03:00
Sign in to join this conversation.
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/markdownlint#3330
No description provided.