[PR #518] [MERGED] Bump eslint-loader from 3.0.4 to 4.0.2 #1611

Closed
opened 2026-02-25 23:30:16 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/518
Author: @dependabot-preview[bot]
Created: 5/4/2020
Status: Merged
Merged: 10/5/2020
Merged by: @marcelklehr

Base: developHead: dependabot/npm_and_yarn/eslint-loader-4.0.2


📝 Commits (1)

  • 186f43d Bump eslint-loader from 3.0.4 to 4.0.2

📊 Changes

2 files changed (+85 additions, -60 deletions)

View changed files

📝 package-lock.json (+84 -59)
📝 package.json (+1 -1)

📄 Description

Bumps eslint-loader from 3.0.4 to 4.0.2.

Release notes

Sourced from eslint-loader's releases.

v4.0.2

Bug Fixes

v4.0.1

Refactor

  • new cache implementation (#320) (6bb1fa6)

v4.0.0

Breaking Changes

  • drop support for Node < 10.13.0
  • minimum supported eslint version is 6
Changelog

Sourced from eslint-loader's changelog.

4.0.2 (2020-04-24)

Bug Fixes

4.0.1 (2020-04-24)

Refactor

4.0.0 (2020-04-03)

Breaking Changes

  • drop support for Node < 10.13.0
  • minimum supported eslint version is 6
Commits

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 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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

🔄 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/floccusaddon/floccus/pull/518 **Author:** [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) **Created:** 5/4/2020 **Status:** ✅ Merged **Merged:** 10/5/2020 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-loader-4.0.2` --- ### 📝 Commits (1) - [`186f43d`](https://github.com/floccusaddon/floccus/commit/186f43d35b57c253c438c86354193b17984a5026) Bump eslint-loader from 3.0.4 to 4.0.2 ### 📊 Changes **2 files changed** (+85 additions, -60 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+84 -59) 📝 `package.json` (+1 -1) </details> ### 📄 Description Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 3.0.4 to 4.0.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/eslint-loader/releases">eslint-loader's releases</a>.</em></p> <blockquote> <h2>v4.0.2</h2> <h3>Bug Fixes</h3> <ul> <li>use fs-extra ^8.1.0 (<a href="https://github.com/webpack-contrib/eslint-loader/commit/7febae056ac6271c4cf76b8e387f8fae5800a879">7febae0</a>)</li> </ul> <h2>v4.0.1</h2> <h3>Refactor</h3> <ul> <li>new cache implementation (<a href="https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/320">#320</a>) (6bb1fa6)</li> </ul> <h2>v4.0.0</h2> <h3>Breaking Changes</h3> <ul> <li>drop support for Node &lt; 10.13.0</li> <li>minimum supported eslint version is 6</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md">eslint-loader's changelog</a>.</em></p> <blockquote> <h3><a href="https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.2">4.0.2</a> (2020-04-24)</h3> <h3>Bug Fixes</h3> <ul> <li>use fs-extra ^8.1.0 (<a href="https://github.com/webpack-contrib/eslint-loader/commit/7febae056ac6271c4cf76b8e387f8fae5800a879">7febae0</a>)</li> </ul> <h3><a href="https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.1">4.0.1</a> (2020-04-24)</h3> <h3>Refactor</h3> <ul> <li>new cache implementation (<a href="https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/pull/320">#320</a>) (<a href="https://github.com/webpack-contrib/eslint-loader/commit/acae2be88678228e6589b40122a93f88437b8e47">6bb1fa6</a>)</li> </ul> <h2><a href="https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.0">4.0.0</a> (2020-04-03)</h2> <h3>Breaking Changes</h3> <ul> <li>drop support for Node &lt; 10.13.0</li> <li>minimum supported eslint version is 6</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/webpack-contrib/eslint-loader/commit/e732cb578afaf9cd72e44ab21fe0211dd0cf8780"><code>e732cb5</code></a> chore(release): 4.0.2</li> <li><a href="https://github.com/webpack-contrib/eslint-loader/commit/7febae056ac6271c4cf76b8e387f8fae5800a879"><code>7febae0</code></a> fix: use fs-extra ^8.1.0</li> <li><a href="https://github.com/webpack-contrib/eslint-loader/commit/ba37e2981f504ee472eb77395c8456fbe3426b83"><code>ba37e29</code></a> chore(release): 4.0.1</li> <li><a href="https://github.com/webpack-contrib/eslint-loader/commit/acae2be88678228e6589b40122a93f88437b8e47"><code>acae2be</code></a> refactor: new cache implementation (<a href="https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/320">#320</a>)</li> <li><a href="https://github.com/webpack-contrib/eslint-loader/commit/c086892dfaa0ca10cab0344e84acb4ee76fcdd02"><code>c086892</code></a> chore(release): 4.0.0</li> <li><a href="https://github.com/webpack-contrib/eslint-loader/commit/1a120527ea74c9607eb83ebfa52d31b92f61bd67"><code>1a12052</code></a> chore: v4.0.0 (<a href="https://github-redirect.dependabot.com/webpack-contrib/eslint-loader/issues/319">#319</a>)</li> <li>See full diff in <a href="https://github.com/webpack-contrib/eslint-loader/compare/v3.0.4...v4.0.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=eslint-loader&package-manager=npm_and_yarn&previous-version=3.0.4&new-version=4.0.2)](https://dependabot.com/compatibility-score/?dependency-name=eslint-loader&package-manager=npm_and_yarn&previous-version=3.0.4&new-version=4.0.2) 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:30:16 +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/floccus#1611
No description provided.