[PR #103] [MERGED] chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 in /web #161

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

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/103
Author: @dependabot[bot]
Created: 2/13/2023
Status: Merged
Merged: 2/14/2023
Merged by: @AchoArnold

Base: mainHead: dependabot/npm_and_yarn/web/eslint-8.34.0


📝 Commits (1)

  • b1212b9 chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 in /web

📊 Changes

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

View changed files

📝 web/package.json (+1 -1)
📝 web/yarn.lock (+4 -4)

📄 Description

Bumps eslint from 8.33.0 to 8.34.0.

Release notes

Sourced from eslint's releases.

v8.34.0

Features

  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)

Bug Fixes

  • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)

Documentation

  • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
  • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
  • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
  • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
  • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
  • ad38d77 docs: Update README (GitHub Actions Bot)

Chores

  • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
  • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)
Changelog

Sourced from eslint's changelog.

v8.34.0 - February 10, 2023

  • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
  • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)
  • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
  • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)
  • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
  • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
  • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)
  • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
  • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
  • ad38d77 docs: Update README (GitHub Actions Bot)
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/NdoleStudio/httpsms/pull/103 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/13/2023 **Status:** ✅ Merged **Merged:** 2/14/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/eslint-8.34.0` --- ### 📝 Commits (1) - [`b1212b9`](https://github.com/NdoleStudio/httpsms/commit/b1212b9ab1a28951fb0406bddca26a3ef72e8961) chore(deps-dev): bump eslint from 8.33.0 to 8.34.0 in /web ### 📊 Changes **2 files changed** (+5 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+4 -4) </details> ### 📄 Description Bumps [eslint](https://github.com/eslint/eslint) from 8.33.0 to 8.34.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.34.0</h2> <h2>Features</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9b2fcf7e928fc92ac6d43617bdee1bda250b7491"><code>9b2fcf7</code></a> feat: <code>array-callback-return</code> supports <code>Array.prototype.toSorted</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16845">#16845</a>) (SUZUKI Sosuke)</li> </ul> <h2>Bug Fixes</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/923f61d8fc82d83b912c6ba95abb5a509c4d7b52"><code>923f61d</code></a> fix: false positive with assignment in <code>no-extra-parens</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16872">#16872</a>) (Francesco Trotta)</li> </ul> <h2>Documentation</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/f0a988384ea1a262150e70d83abd8a5e50c46fa7"><code>f0a9883</code></a> docs: split rules documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16797">#16797</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/67aa37b583f059226b9c959672400f04ed6a56b5"><code>67aa37b</code></a> docs: fix typo in command-line-interface.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16871">#16871</a>) (Kevin Rouchut)</li> <li><a href="https://github.com/eslint/eslint/commit/337f7ed96131d873be7ae6b010739476d0ad15e9"><code>337f7ed</code></a> docs: fix width of language input (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16849">#16849</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/71349a1f709baa361bd656a7ce4a7d35d857a9a8"><code>71349a1</code></a> docs: Configure a Parser page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16803">#16803</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/de7e925d03764f3681269b30bb60b92ee463c10f"><code>de7e925</code></a> docs: remove extra line numbers in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16848">#16848</a>) (jonz94)</li> <li><a href="https://github.com/eslint/eslint/commit/ad38d77102d6fe30cfa92c831174f178bb35c88b"><code>ad38d77</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> <h2>Chores</h2> <ul> <li><a href="https://github.com/eslint/eslint/commit/9dbe06d0ad875e6d5964497e2975e8d789e763d0"><code>9dbe06d</code></a> chore: add <code>type</code> property to array-element-newline schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16877">#16877</a>) (MHO)</li> <li><a href="https://github.com/eslint/eslint/commit/a061527a0332f0edf559acfc2902a327cae098d9"><code>a061527</code></a> chore: Remove unused functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16868">#16868</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.34.0 - February 10, 2023</p> <ul> <li><a href="https://github.com/eslint/eslint/commit/f0a988384ea1a262150e70d83abd8a5e50c46fa7"><code>f0a9883</code></a> docs: split rules documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16797">#16797</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/923f61d8fc82d83b912c6ba95abb5a509c4d7b52"><code>923f61d</code></a> fix: false positive with assignment in <code>no-extra-parens</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16872">#16872</a>) (Francesco Trotta)</li> <li><a href="https://github.com/eslint/eslint/commit/9dbe06d0ad875e6d5964497e2975e8d789e763d0"><code>9dbe06d</code></a> chore: add <code>type</code> property to array-element-newline schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16877">#16877</a>) (MHO)</li> <li><a href="https://github.com/eslint/eslint/commit/a061527a0332f0edf559acfc2902a327cae098d9"><code>a061527</code></a> chore: Remove unused functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16868">#16868</a>) (Nicholas C. Zakas)</li> <li><a href="https://github.com/eslint/eslint/commit/67aa37b583f059226b9c959672400f04ed6a56b5"><code>67aa37b</code></a> docs: fix typo in command-line-interface.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16871">#16871</a>) (Kevin Rouchut)</li> <li><a href="https://github.com/eslint/eslint/commit/337f7ed96131d873be7ae6b010739476d0ad15e9"><code>337f7ed</code></a> docs: fix width of language input (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16849">#16849</a>) (Tanuj Kanti)</li> <li><a href="https://github.com/eslint/eslint/commit/9b2fcf7e928fc92ac6d43617bdee1bda250b7491"><code>9b2fcf7</code></a> feat: <code>array-callback-return</code> supports <code>Array.prototype.toSorted</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16845">#16845</a>) (SUZUKI Sosuke)</li> <li><a href="https://github.com/eslint/eslint/commit/71349a1f709baa361bd656a7ce4a7d35d857a9a8"><code>71349a1</code></a> docs: Configure a Parser page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16803">#16803</a>) (Ben Perlmutter)</li> <li><a href="https://github.com/eslint/eslint/commit/de7e925d03764f3681269b30bb60b92ee463c10f"><code>de7e925</code></a> docs: remove extra line numbers in example (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16848">#16848</a>) (jonz94)</li> <li><a href="https://github.com/eslint/eslint/commit/ad38d77102d6fe30cfa92c831174f178bb35c88b"><code>ad38d77</code></a> docs: Update README (GitHub Actions Bot)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eslint/eslint/commit/5c2a1986bfc8a01952ed3db617973769fa060494"><code>5c2a198</code></a> 8.34.0</li> <li><a href="https://github.com/eslint/eslint/commit/18212bb1e2c17d51078545510822e8ffca540e98"><code>18212bb</code></a> Build: changelog update for 8.34.0</li> <li><a href="https://github.com/eslint/eslint/commit/f0a988384ea1a262150e70d83abd8a5e50c46fa7"><code>f0a9883</code></a> docs: split rules documentation (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16797">#16797</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/923f61d8fc82d83b912c6ba95abb5a509c4d7b52"><code>923f61d</code></a> fix: false positive with assignment in <code>no-extra-parens</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16872">#16872</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9dbe06d0ad875e6d5964497e2975e8d789e763d0"><code>9dbe06d</code></a> chore: add <code>type</code> property to array-element-newline schema (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16877">#16877</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/a061527a0332f0edf559acfc2902a327cae098d9"><code>a061527</code></a> chore: Remove unused functions (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16868">#16868</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/67aa37b583f059226b9c959672400f04ed6a56b5"><code>67aa37b</code></a> docs: fix typo in command-line-interface.md (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16871">#16871</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/337f7ed96131d873be7ae6b010739476d0ad15e9"><code>337f7ed</code></a> docs: fix width of language input (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16849">#16849</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/9b2fcf7e928fc92ac6d43617bdee1bda250b7491"><code>9b2fcf7</code></a> feat: <code>array-callback-return</code> supports <code>Array.prototype.toSorted</code> (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16845">#16845</a>)</li> <li><a href="https://github.com/eslint/eslint/commit/71349a1f709baa361bd656a7ce4a7d35d857a9a8"><code>71349a1</code></a> docs: Configure a Parser page (<a href="https://github-redirect.dependabot.com/eslint/eslint/issues/16803">#16803</a>)</li> <li>Additional commits viewable in <a href="https://github.com/eslint/eslint/compare/v8.33.0...v8.34.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.33.0&new-version=8.34.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>
kerem 2026-03-03 16:37:02 +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/httpsms#161
No description provided.