[PR #433] [MERGED] Bump eslint from 8.13.0 to 8.14.0 #436

Closed
opened 2026-03-29 18:07:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/joelwmale/webhook-action/pull/433
Author: @dependabot[bot]
Created: 4/25/2022
Status: Merged
Merged: 4/25/2022
Merged by: @mergify[bot]

Base: developHead: dependabot/npm_and_yarn/eslint-8.14.0


📝 Commits (1)

  • 7adeac5 Bump eslint from 8.13.0 to 8.14.0

📊 Changes

2 files changed (+10 additions, -10 deletions)

View changed files

📝 package.json (+1 -1)
📝 yarn.lock (+9 -9)

📄 Description

Bumps eslint from 8.13.0 to 8.14.0.

Release notes

Sourced from eslint's releases.

v8.14.0

Features

  • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)

Bug Fixes

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)

Build Related

Chores

  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
  • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
  • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.14.0 - April 22, 2022

  • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
  • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
  • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)
  • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
  • c2407e8 build: add node v18 (#15791) (唯然)
  • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)
  • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)
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)

🔄 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/joelwmale/webhook-action/pull/433 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/25/2022 **Status:** ✅ Merged **Merged:** 4/25/2022 **Merged by:** [@mergify[bot]](https://github.com/apps/mergify) **Base:** `develop` ← **Head:** `dependabot/npm_and_yarn/eslint-8.14.0` --- ### 📝 Commits (1) - [`7adeac5`](https://github.com/joelwmale/webhook-action/commit/7adeac5b093bf9a2dd064a35f031b0ea514f8d6c) Bump eslint from 8.13.0 to 8.14.0 ### 📊 Changes **2 files changed** (+10 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+1 -1) 📝 `yarn.lock` (+9 -9) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 8.13.0 to 8.14.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/releases">eslint's releases</a>.</em></p> <blockquote> <h2>v8.14.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/ab6363dffb9dfd9c6a9abb5292fc712745fe7a64"><code>ab6363d</code></a> feat: Add rule no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15296">#15296</a>) (Jordan Eldredge)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/35fa1dd8932ef3e55c37ec0e4b73b5d88f187e69"><code>35fa1dd</code></a> fix: allow project paths to have URL-encoded characters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15795">#15795</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/413f1d55f0ad05b6fe75bdde6df423253806797d"><code>413f1d5</code></a> fix: update <code>astUtils.isDirectiveComment</code> with <code>globals</code> and <code>exported</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15775">#15775</a>) (Milos Djermanovic)</li> </ul> <h2>Build Related</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/c2407e81caf2d50325d9aa09bae70d38615ddf2c"><code>c2407e8</code></a> build: add node v18 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15791">#15791</a>) (唯然)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/735458cc96d4ecdb4ed97448b63ed4a579890b13"><code>735458c</code></a> chore: add static frontmatter to no-constant-binary-expression docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15798">#15798</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/db28f2c9ea6b654f615daf2f7e6f1a2034b85062"><code>db28f2c</code></a> chore: Add static frontmatter to docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15782">#15782</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/3bca59e30de73fb82d4def262ae1df72089df80d"><code>3bca59e</code></a> chore: markdownlint autofix on commit (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15783">#15783</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/eslint/eslint/blob/main/CHANGELOG.md">eslint's changelog</a>.</em></p> <blockquote> <p>v8.14.0 - April 22, 2022</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/35fa1dd8932ef3e55c37ec0e4b73b5d88f187e69"><code>35fa1dd</code></a> fix: allow project paths to have URL-encoded characters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15795">#15795</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/735458cc96d4ecdb4ed97448b63ed4a579890b13"><code>735458c</code></a> chore: add static frontmatter to no-constant-binary-expression docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15798">#15798</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/ab6363dffb9dfd9c6a9abb5292fc712745fe7a64"><code>ab6363d</code></a> feat: Add rule no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15296">#15296</a>) (Jordan Eldredge)</li> <li><a href="https://github.com/eslint/eslint/commit/db28f2c9ea6b654f615daf2f7e6f1a2034b85062"><code>db28f2c</code></a> chore: Add static frontmatter to docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15782">#15782</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/c2407e81caf2d50325d9aa09bae70d38615ddf2c"><code>c2407e8</code></a> build: add node v18 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15791">#15791</a>) (唯然)</li> <li><a href="https://github.com/eslint/eslint/commit/413f1d55f0ad05b6fe75bdde6df423253806797d"><code>413f1d5</code></a> fix: update <code>astUtils.isDirectiveComment</code> with <code>globals</code> and <code>exported</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15775">#15775</a>) (Milos Djermanovic)</li> <li><a href="https://github.com/eslint/eslint/commit/3bca59e30de73fb82d4def262ae1df72089df80d"><code>3bca59e</code></a> chore: markdownlint autofix on commit (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15783">#15783</a>) (Nicholas C. Zakas)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/e34c94be7c18934d365f72b560b96549358a7867"><code>e34c94b</code></a> 8.14.0</li> <li><a href="https://github.com/eslint/eslint/commit/2de9c7e31615c414d0af730664eb7d7a2137f47e"><code>2de9c7e</code></a> Build: changelog update for 8.14.0</li> <li><a href="https://github.com/eslint/eslint/commit/35fa1dd8932ef3e55c37ec0e4b73b5d88f187e69"><code>35fa1dd</code></a> fix: allow project paths to have URL-encoded characters (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15795">#15795</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/735458cc96d4ecdb4ed97448b63ed4a579890b13"><code>735458c</code></a> chore: add static frontmatter to no-constant-binary-expression docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15798">#15798</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/ab6363dffb9dfd9c6a9abb5292fc712745fe7a64"><code>ab6363d</code></a> feat: Add rule no-constant-binary-expression (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15296">#15296</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/db28f2c9ea6b654f615daf2f7e6f1a2034b85062"><code>db28f2c</code></a> chore: Add static frontmatter to docs (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15782">#15782</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/c2407e81caf2d50325d9aa09bae70d38615ddf2c"><code>c2407e8</code></a> build: add node v18 (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15791">#15791</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/413f1d55f0ad05b6fe75bdde6df423253806797d"><code>413f1d5</code></a> fix: update <code>astUtils.isDirectiveComment</code> with <code>globals</code> and <code>exported</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15775">#15775</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/3bca59e30de73fb82d4def262ae1df72089df80d"><code>3bca59e</code></a> chore: markdownlint autofix on commit (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/15783">#15783</a>)</li> <li>See full diff in <a href="https://github.com/eslint/eslint/compare/v8.13.0...v8.14.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=eslint&package-manager=npm_and_yarn&previous-version=8.13.0&new-version=8.14.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 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>
GiteaMirror added the pull-request label 2026-03-29 18:07:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/webhook-action#436