An open index of dependabot pull requests across open source projects.

Bump the npm group with 5 updates

Merged
Number: #7619
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: June 27, 2025 at 09:58 AM UTC
(3 months ago)
Updated: June 27, 2025 at 09:58 AM UTC
(3 months ago)
Merged: June 27, 2025 at 09:58 AM UTC
(3 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies javascript
Assignees:
poad
Description:

Bumps the npm group with 5 updates:

Package From To
pnpm 10.12.3 10.12.4
@babel/parser 7.27.5 7.27.7
@babel/types 7.27.6 7.27.7
electron-to-chromium 1.5.176 1.5.177
prettier 3.6.1 3.6.2

Updates pnpm from 10.12.3 to 10.12.4

Release notes

Sourced from pnpm's releases.

pnpm 10.12.4

Patch Changes

  • Fix pnpm licenses command for local dependencies #9583.
  • Fix a bug in which pnpm ls --filter=not-exist --json prints nothing instead of an empty array #9672.
  • Fix a deadlock that sometimes happens during peer dependency resolution #9673.
  • Running pnpm install after pnpm fetch should hoist all dependencies that need to be hoisted. Fixes a regression introduced in v10.12.2 by #9648; resolves #9689.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

10.12.4

Patch Changes

Commits

Updates @babel/parser from 7.27.5 to 7.27.7

Release notes

Sourced from @​babel/parser's releases.

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

:bug: Bug Fix

:house: Internal

  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
    • #17389 Use NodePath#splitExportDeclaration in destructuring transforms (@​JLHwung)

Committers: 6

v7.27.6 (2025-06-05)

:bug: Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types

Committers: 3

Changelog

Sourced from @​babel/parser's changelog.

v7.27.7 (2025-06-26)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

:bug: Bug Fix

:house: Internal

  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
    • #17389 Use NodePath#splitExportDeclaration in destructuring transforms (@​JLHwung)

v7.27.6 (2025-06-05)

:bug: Bug Fix

  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-regenerator, babel-preset-env, babel-runtime-corejs3
  • babel-generator, babel-parser, babel-types
Commits

Updates @babel/types from 7.27.6 to 7.27.7

Release notes

Sourced from @​babel/types's releases.

v7.27.7 (2025-06-26)

Thanks @​arthur-mountain and @​evankanderson for your first PRs!

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

:bug: Bug Fix

:house: Internal

  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
    • #17389 Use NodePath#splitExportDeclaration in destructuring transforms (@​JLHwung)

Committers: 6

Changelog

Sourced from @​babel/types's changelog.

v7.27.7 (2025-06-26)

:eyeglasses: Spec Compliance

  • babel-parser, babel-plugin-transform-classes
  • babel-parser

:bug: Bug Fix

:house: Internal

  • babel-plugin-transform-destructuring, babel-plugin-transform-object-rest-spread
    • #17389 Use NodePath#splitExportDeclaration in destructuring transforms (@​JLHwung)
Commits

Updates electron-to-chromium from 1.5.176 to 1.5.177

Commits

Updates prettier from 3.6.1 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.6.2

diff

Markdown: Add missing blank line around code block (#17675 by @​fisker)

<!-- Input -->
1. Some text, and code block below, with newline after code block
---
foo: bar
  1. Another
  2. List

<!-- Prettier 3.6.1 -->

  1. Some text, and code block below, with newline after code block

    ---
    foo: bar
    
    1. Another
    2. List

<!-- Prettier 3.6.2 -->

  1. Some text, and code block below, with newline after code block

    ---
    foo: bar
    
    1. Another
    2. List
Commits
  • 7a8b05f Release 3.6.2
  • 46526b4 Add missing blank line around code block (#17675)
  • a04ec11 chore(deps): update babel to v7.27.7 (#17684)
  • 32be5b6 chore(deps): update dependency flow-parser to v0.274.1 (#17676)
  • b55e777 Update docs about "TypeScript Configuration Files" (#17677)
  • b197c99 chore(deps): update dependency @​vitejs/plugin-react to v4.6.0 (#17674)
  • 1185f83 chore(deps): update dependency @​angular/compiler to v20.0.5 (#17680)
  • aa1316f chore(deps): update dependency browserslist to v4.25.1 (#17671)
  • c468d33 chore(deps): update dependency oxc-parser to v0.75.0 (#17672)
  • 3f46d91 chore(deps): update dependency vite to v7 (#17673)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
Commits:
1
Files Changed:
2
Additions:
+26
Deletions:
-26
Package Dependencies
Ecosystem:
npm
Version Change:
7.27.6 → 7.27.7
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.6.1 → 3.6.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.176 → 1.5.177
Update Type:
Patch
Package:
pnpm
Ecosystem:
npm
Version Change:
10.12.3 → 10.12.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.27.5 → 7.27.7
Update Type:
Patch
Technical Details
ID: 2372692
UUID: 2623849850
Node ID: PR_kwDOFp-lcs6cZMV6
Host: GitHub
Repository: poad/github-pull-request-auto-merge-enable-action
Merge State: Unknown