[PR #243] [MERGED] chore(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.9 in /web #286

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

📋 Pull Request Information

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

Base: mainHead: dependabot/npm_and_yarn/web/babel/eslint-parser-7.22.9


📝 Commits (1)

  • e0dd735 chore(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.9 in /web

📊 Changes

3 files changed (+12 additions, -12 deletions)

View changed files

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

📄 Description

Bumps @babel/eslint-parser from 7.22.5 to 7.22.9.

Release notes

Sourced from @​babel/eslint-parser's releases.

7.22.9

v7.22.9 (2023-07-12)

🐛 Bug Fix

  • babel-plugin-transform-typescript
  • babel-helper-module-transforms, babel-helper-remap-async-to-generator, babel-helper-replace-supers, babel-helper-wrap-function

💅 Polish

🏠 Internal

Committers: 5

v7.22.8 (2023-07-06)

This release reverts a commit that caused all new angular installations to fail: angular/angular-cli#25496

↩️ Revert

Committers: 1

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

Committers: 4

... (truncated)

Changelog

Sourced from @​babel/eslint-parser's changelog.

v7.22.9 (2023-07-12)

🐛 Bug Fix

💅 Polish

🏠 Internal

v7.22.8 (2023-07-06)

↩️ Revert

v7.22.7 (2023-07-06)

🐛 Bug Fix

🏠 Internal

v7.22.6 (2023-07-04)

🐛 Bug Fix

  • babel-compat-data, babel-helper-compilation-targets, babel-preset-env
  • babel-plugin-transform-optional-chaining
  • babel-helper-split-export-declaration, babel-plugin-transform-modules-commonjs
  • babel-compat-data, babel-preset-env
  • babel-helpers, babel-plugin-proposal-explicit-resource-management, babel-runtime-corejs3, babel-runtime
  • babel-standalone
  • babel-core

🏠 Internal

... (truncated)

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/243 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/14/2023 **Status:** ✅ Merged **Merged:** 7/14/2023 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/web/babel/eslint-parser-7.22.9` --- ### 📝 Commits (1) - [`e0dd735`](https://github.com/NdoleStudio/httpsms/commit/e0dd735f8773d6ca55e45a3e7ac08ad1ef33caac) chore(deps-dev): bump @babel/eslint-parser from 7.22.5 to 7.22.9 in /web ### 📊 Changes **3 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `web/package-lock.json` (+5 -5) 📝 `web/package.json` (+1 -1) 📝 `web/yarn.lock` (+6 -6) </details> ### 📄 Description Bumps [@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser) from 7.22.5 to 7.22.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/releases"><code>@​babel/eslint-parser</code>'s releases</a>.</em></p> <blockquote> <h2>7.22.9</h2> <h2>v7.22.9 (2023-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15774">#15774</a> fix: <code>Infinity</code> in enums (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-helper-module-transforms</code>, <code>babel-helper-remap-async-to-generator</code>, <code>babel-helper-replace-supers</code>, <code>babel-helper-wrap-function</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15771">#15771</a> Simplify helper dependencies (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15757">#15757</a> <code>recordAndTupleSyntaxType</code> defaults to <code>&quot;hash&quot;</code> (<a href="https://github.com/coderaiser"><code>@​coderaiser</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15748">#15748</a> Migrate to <code>eslint.config.js</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/15758">#15758</a> Use Prettier 3 stable (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> <h4>Committers: 5</h4> <ul> <li>Babel Bot (<a href="https://github.com/babel-bot"><code>@​babel-bot</code></a>)</li> <li>Huáng Jùnliàng (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> <li><a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a></li> <li>coderaiser (<a href="https://github.com/coderaiser"><code>@​coderaiser</code></a>)</li> </ul> <h2>v7.22.8 (2023-07-06)</h2> <p>This release reverts a commit that caused all new angular installations to fail: <a href="https://redirect.github.com/angular/angular-cli/issues/25496">angular/angular-cli#25496</a></p> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15754">#15754</a> Revert &quot;Use <code>NodePath#hub</code> as part of the paths cache key&quot; (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h4>Committers: 1</h4> <ul> <li>Nicolò Ribaudo (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.22.7 (2023-07-06)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15719">#15719</a> fix: Avoid internally generating negative source maps columns (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15725">#15725</a> Use <code>NodePath#hub</code> as part of the paths cache key (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15747">#15747</a> fix: export <code>meta</code> from <code>eslint-parser/experimental-worker</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15702">#15702</a> Refactor visitors merging (<a href="https://github.com/nullableVoidPtr"><code>@​nullableVoidPtr</code></a>)</li> </ul> </li> </ul> <h4>Committers: 4</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/babel/babel/blob/main/CHANGELOG.md"><code>@​babel/eslint-parser</code>'s changelog</a>.</em></p> <blockquote> <h2>v7.22.9 (2023-07-12)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-plugin-transform-typescript</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15774">#15774</a> fix: <code>Infinity</code> in enums (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:nail_care: Polish</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15757">#15757</a> <code>recordAndTupleSyntaxType</code> defaults to <code>&quot;hash&quot;</code> (<a href="https://github.com/coderaiser"><code>@​coderaiser</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15748">#15748</a> Migrate to <code>eslint.config.js</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> <li><a href="https://redirect.github.com/babel/babel/pull/15758">#15758</a> Use Prettier 3 stable (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> <h2>v7.22.8 (2023-07-06)</h2> <h4>:leftwards_arrow_with_hook: Revert</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15754">#15754</a> Revert &quot;Use <code>NodePath#hub</code> as part of the paths cache key&quot; (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> </ul> <h2>v7.22.7 (2023-07-06)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-generator</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15719">#15719</a> fix: Avoid internally generating negative source maps columns (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15725">#15725</a> Use <code>NodePath#hub</code> as part of the paths cache key (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li>Other <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15747">#15747</a> fix: export <code>meta</code> from <code>eslint-parser/experimental-worker</code> (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <ul> <li><code>babel-core</code>, <code>babel-traverse</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15702">#15702</a> Refactor visitors merging (<a href="https://github.com/nullableVoidPtr"><code>@​nullableVoidPtr</code></a>)</li> </ul> </li> </ul> <h2>v7.22.6 (2023-07-04)</h2> <h4>:bug: Bug Fix</h4> <ul> <li><code>babel-compat-data</code>, <code>babel-helper-compilation-targets</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15727">#15727</a> Add opera mobile compat data (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-plugin-transform-optional-chaining</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15739">#15739</a> Fix transform of <code>delete a?.b</code> in function params (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-helper-split-export-declaration</code>, <code>babel-plugin-transform-modules-commonjs</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15736">#15736</a> fix: Default export for duplicate names (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-compat-data</code>, <code>babel-preset-env</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15726">#15726</a> update compat-data sources (<a href="https://github.com/JLHwung"><code>@​JLHwung</code></a>)</li> </ul> </li> <li><code>babel-helpers</code>, <code>babel-plugin-proposal-explicit-resource-management</code>, <code>babel-runtime-corejs3</code>, <code>babel-runtime</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15705">#15705</a> Fix handling of sync error in <code>@@asyncDispose</code> (<a href="https://github.com/nicolo-ribaudo"><code>@​nicolo-ribaudo</code></a>)</li> </ul> </li> <li><code>babel-standalone</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15707">#15707</a> fix: Support transforming Explicit Resource Management in <code>stage-2</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> <li><code>babel-core</code> <ul> <li><a href="https://redirect.github.com/babel/babel/pull/15626">#15626</a> fix: Works correctly with <code>--frozen-intrinsics</code> (<a href="https://github.com/liuxingbaoyu"><code>@​liuxingbaoyu</code></a>)</li> </ul> </li> </ul> <h4>:house: Internal</h4> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/babel/babel/commit/24ce62afee8b5100fac83bff510aab8dfdded913"><code>24ce62a</code></a> v7.22.9</li> <li><a href="https://github.com/babel/babel/commit/8d889c41d1918b98480cd552fc5a690364a5c81f"><code>8d889c4</code></a> Bump semver to ^6.3.1 (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/15770">#15770</a>)</li> <li><a href="https://github.com/babel/babel/commit/b16081ed750c1c6e7bcd41fec7daa3f98f1db866"><code>b16081e</code></a> v7.22.7</li> <li><a href="https://github.com/babel/babel/commit/7fec154fc99b700f2c924c175de18f2c451eec95"><code>7fec154</code></a> fix: export <code>meta</code> from <code>eslint-parser/experimental-worker</code> (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/15747">#15747</a>)</li> <li><a href="https://github.com/babel/babel/commit/4e431d1c5f3af034538300c696ba67654e758bf2"><code>4e431d1</code></a> v7.22.6</li> <li><a href="https://github.com/babel/babel/commit/230ea2c630125c68242ccb9086af890aee985030"><code>230ea2c</code></a> Use forked <code>semver@6</code> with backported security fixes (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/15742">#15742</a>)</li> <li><a href="https://github.com/babel/babel/commit/ef1cddbd8c891cfb9c881da2300d451dc708e804"><code>ef1cddb</code></a> Enable Babel and Prettier e2e tests for the esm build (<a href="https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser/issues/15672">#15672</a>)</li> <li>See full diff in <a href="https://github.com/babel/babel/commits/v7.22.9/eslint/babel-eslint-parser">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@babel/eslint-parser&package-manager=npm_and_yarn&previous-version=7.22.5&new-version=7.22.9)](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:39 +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#286
No description provided.