Skip to content

Bump eslint-webpack-plugin from 3.2.0 to 4.0.1#1811

Merged
williamjallen merged 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-webpack-plugin-4.0.1
Nov 16, 2023
Merged

Bump eslint-webpack-plugin from 3.2.0 to 4.0.1#1811
williamjallen merged 1 commit intomasterfrom
dependabot/npm_and_yarn/eslint-webpack-plugin-4.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 16, 2023

Bumps eslint-webpack-plugin from 3.2.0 to 4.0.1.

Release notes

Sourced from eslint-webpack-plugin's releases.

v4.0.1

4.0.1 (2023-04-10)

Performance

  • enable cache by default (#213)

v4.0.0

4.0.0 (2023-02-03)

⚠ BREAKING CHANGES

  • drop node v12 and eslint v7 (#159)

Bug Fixes

  • lint modules that are cached with webpack's filesystem cache (#197) (92f25ec), closes #130

  • drop node v12 and eslint v7 (#159) (1edd3c1)

Changelog

Sourced from eslint-webpack-plugin's changelog.

4.0.1 (2023-04-10)

Performance

  • enable cache by default (#213)

4.0.0 (2023-02-03)

⚠ BREAKING CHANGES

  • drop node v12 and eslint v7 (#159)

Bug Fixes

  • lint modules that are cached with webpack's filesystem cache (#197) (92f25ec), closes #130

  • drop node v12 and eslint v7 (#159) (1edd3c1)

Commits
  • 119b40d chore(release): 4.0.1
  • 4ffb577 chore: update dependencies to the latest version (#216)
  • f6b4b66 perf: enable cache by default (#213)
  • e623766 chore: update dependencies to the latest version (#214)
  • a97af73 chore: update dependencies to the latest version (#211)
  • 0df0835 chore: use LTS node version in lint job (#207)
  • 6713b0e chore(release): 4.0.0
  • 92f25ec fix: lint modules that are cached with webpack's filesystem cache (#197)
  • ebce9be refactor: reduce the readability complexity (#201)
  • ca1ae72 refactor: remove dup of code from linter.js (#202)
  • 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)

@williamjallen williamjallen added this pull request to the merge queue Nov 16, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 16, 2023
@williamjallen williamjallen added this pull request to the merge queue Nov 16, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 16, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-webpack-plugin-4.0.1 branch from 7fa067d to da1f245 Compare November 16, 2023 20:06
Bumps [eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin) from 3.2.0 to 4.0.1.
- [Release notes](https://github.com/webpack-contrib/eslint-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack/eslint-webpack-plugin@v3.2.0...v4.0.1)

---
updated-dependencies:
- dependency-name: eslint-webpack-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/eslint-webpack-plugin-4.0.1 branch from da1f245 to 068beaf Compare November 16, 2023 20:07
@williamjallen williamjallen added this pull request to the merge queue Nov 16, 2023
Merged via the queue into master with commit 25f1d6f Nov 16, 2023
@williamjallen williamjallen deleted the dependabot/npm_and_yarn/eslint-webpack-plugin-4.0.1 branch November 16, 2023 21:37
sbelsk pushed a commit to sbelsk/CDash that referenced this pull request Nov 20, 2023
Bumps
[eslint-webpack-plugin](https://github.com/webpack-contrib/eslint-webpack-plugin)
from 3.2.0 to 4.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/releases">eslint-webpack-plugin's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.1</h2>
<h3><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.0.0...v4.0.1">4.0.1</a>
(2023-04-10)</h3>
<h3>Performance</h3>
<ul>
<li>enable <code>cache</code> by default (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/213">#213</a>)</li>
</ul>
<h2>v4.0.0</h2>
<h2><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.2.0...v4.0.0">4.0.0</a>
(2023-02-03)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>drop node v12 and eslint v7 (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/159">#159</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>lint modules that are cached with webpack's filesystem cache (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/197">#197</a>)
(<a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/92f25ecf5f92d72bab4c80dac363a1c632e3500f">92f25ec</a>),
closes <a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/130">#130</a></p>
</li>
<li>
<p>drop node v12 and eslint v7 (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/159">#159</a>)
(<a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/1edd3c1ab63ba864768d812401ce500318548e2d">1edd3c1</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/blob/master/CHANGELOG.md">eslint-webpack-plugin's
changelog</a>.</em></p>
<blockquote>
<h3><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v4.0.0...v4.0.1">4.0.1</a>
(2023-04-10)</h3>
<h3>Performance</h3>
<ul>
<li>enable <code>cache</code> by default (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/213">#213</a>)</li>
</ul>
<h2><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.2.0...v4.0.0">4.0.0</a>
(2023-02-03)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>drop node v12 and eslint v7 (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/159">#159</a>)</li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>
<p>lint modules that are cached with webpack's filesystem cache (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/197">#197</a>)
(<a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/92f25ecf5f92d72bab4c80dac363a1c632e3500f">92f25ec</a>),
closes <a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/130">#130</a></p>
</li>
<li>
<p>drop node v12 and eslint v7 (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/159">#159</a>)
(<a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/1edd3c1ab63ba864768d812401ce500318548e2d">1edd3c1</a>)</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/119b40d1d13f969ed5dbdf4e939125070fb8b65b"><code>119b40d</code></a>
chore(release): 4.0.1</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/4ffb57706e7acc78dcb6798456271d5d9130980a"><code>4ffb577</code></a>
chore: update dependencies to the latest version (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/216">#216</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/f6b4b66adb7e74f7cfc8334b7256d72ee850a2d4"><code>f6b4b66</code></a>
perf: enable cache by default (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/213">#213</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/e62376683465a7ca8b621b931bd81bb4a77bfcfb"><code>e623766</code></a>
chore: update dependencies to the latest version (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/214">#214</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/a97af73935c032cf61022d06665806433026c246"><code>a97af73</code></a>
chore: update dependencies to the latest version (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/211">#211</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/0df083503f79618893707dbde594a37d31d116c6"><code>0df0835</code></a>
chore: use LTS node version in lint job (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/207">#207</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/6713b0e036ca43a88daf82f3f5c07f6c48e61515"><code>6713b0e</code></a>
chore(release): 4.0.0</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/92f25ecf5f92d72bab4c80dac363a1c632e3500f"><code>92f25ec</code></a>
fix: lint modules that are cached with webpack's filesystem cache (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/197">#197</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/ebce9bedbbc16b9e9037d09bfc8eb7ee58048287"><code>ebce9be</code></a>
refactor: reduce the readability complexity (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/201">#201</a>)</li>
<li><a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/commit/ca1ae72f672605913dfb3c3febc2633ffc158f71"><code>ca1ae72</code></a>
refactor: remove dup of code from linter.js (<a
href="https://redirect.github.com/webpack-contrib/eslint-webpack-plugin/issues/202">#202</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/webpack-contrib/eslint-webpack-plugin/compare/v3.2.0...v4.0.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint-webpack-plugin&package-manager=npm_and_yarn&previous-version=3.2.0&new-version=4.0.1)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments