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

deps(npm): bump the npm-deps group across 1 directory with 6 updates

Open
Number: #10
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 0
Created: September 01, 2025 at 05:37 AM UTC
(8 days ago)
Updated: September 01, 2025 at 05:37 AM UTC
(8 days ago)
Labels:
dependencies javascript
Assignees:
Jekwwer
Description:

Bumps the npm-deps group with 6 updates in the / directory:

Package From To
@semantic-release/github 11.0.3 11.0.5
conventional-changelog 7.1.0 7.1.1
conventional-changelog-conventionalcommits 9.0.0 9.1.0
cspell 9.1.1 9.2.1
prettier 3.6.0 3.6.2
semantic-release 24.2.5 24.2.7

Updates @semantic-release/github from 11.0.3 to 11.0.5

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.5

11.0.5 (2025-08-29)

Bug Fixes

v11.0.4

11.0.4 (2025-08-10)

Bug Fixes

  • Check failCommentCondition in "success" step (#1026) (d77b6f4)
Commits

Updates conventional-changelog from 7.1.0 to 7.1.1

Release notes

Sourced from conventional-changelog's releases.

conventional-changelog: v7.1.1

Bug Fixes

Changelog

Sourced from conventional-changelog's changelog.

7.1.1 (2025-07-10)

Bug Fixes

Commits

Updates conventional-changelog-conventionalcommits from 9.0.0 to 9.1.0

Release notes

Sourced from conventional-changelog-conventionalcommits's releases.

conventional-changelog-conventionalcommits: v9.1.0

Features

Changelog

Sourced from conventional-changelog-conventionalcommits's changelog.

9.1.0 (2025-07-10)

Features

Commits

Updates cspell from 9.1.1 to 9.2.1

Release notes

Sourced from cspell's releases.

v9.2.1

Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#7795)

Update Dictionaries (main)

Summary

 .../snapshots/graphql/graphql-spec/report.yaml     | 108 ++++++++++-----------
 .../snapshots/wireapp/wire-desktop/report.yaml     |   2 +-
 packages/cspell-bundled-dicts/package.json         |   8 +-
 packages/cspell/src/__snapshots__/app.test.ts.snap |  15 +--
 pnpm-lock.yaml                                     |  44 +++++----
 5 files changed, 95 insertions(+), 82 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7791)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json         |  8 ++--
 packages/cspell/src/__snapshots__/app.test.ts.snap | 22 +++++-----
 pnpm-lock.yaml                                     | 47 ++++++++++++----------
 3 files changed, 41 insertions(+), 36 deletions(-)

... (truncated)

Changelog

Sourced from cspell's changelog.

v9.2.1 (2025-08-31)

Dictionary Updates

fix: Workflow Bot -- Update Dictionaries (main) (#7795)

Update Dictionaries (main)

Summary

 .../snapshots/graphql/graphql-spec/report.yaml     | 108 ++++++++++-----------
 .../snapshots/wireapp/wire-desktop/report.yaml     |   2 +-
 packages/cspell-bundled-dicts/package.json         |   8 +-
 packages/cspell/src/__snapshots__/app.test.ts.snap |  15 +--
 pnpm-lock.yaml                                     |  44 +++++----
 5 files changed, 95 insertions(+), 82 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7791)

Update Dictionaries (main)

Summary

 packages/cspell-bundled-dicts/package.json         |  8 ++--
 packages/cspell/src/__snapshots__/app.test.ts.snap | 22 +++++-----
 pnpm-lock.yaml                                     | 47 ++++++++++++----------
 3 files changed, 41 insertions(+), 36 deletions(-)

fix: Workflow Bot -- Update Dictionaries (main) (#7768)

... (truncated)

Commits

Updates prettier from 3.6.0 to 3.6.2

Release notes

Sourced from prettier's releases.

3.6.2

What's Changed

🔗 Changelog

3.6.1

  • Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running --experimental-cli

🔗 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

3.6.1

diff

TypeScript: Allow const without initializer (#17650, #17654 by @​fisker)

// Input
</tr></table> 

... (truncated)

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

Updates semantic-release from 24.2.5 to 24.2.7

Release notes

Sourced from semantic-release's releases.

v24.2.7

24.2.7 (2025-07-11)

Performance Improvements

v24.2.6

24.2.6 (2025-06-29)

Bug Fixes

  • deps: update @​semantic-release/npm to ^12.0.2 (#3791) (93177d0)
Commits
  • 85187e2 perf(get-tags.js): bulk get for tags notes (#3732)
  • 672f951 chore(deps): update dependency @​types/node to v22.16.3 (#3801)
  • de54db9 chore(deps): update dependency @​types/node to v22.16.2 (#3799)
  • c6da348 chore(deps): update dependency @​types/node to v22.16.1 (#3798)
  • fae2a78 chore(deps): lock file maintenance (#3797)
  • fb26b13 docs(plugins): add semantic-release-openapi community plugin (#3787)
  • 985f165 chore(deps): update dependency @​types/node to v22.16.0 (#3794)
  • c8fea35 ci(action): update github/codeql-action action to v3.29.2 (#3793)
  • fab4d88 chore(deps): lock file maintenance (#3792)
  • 93177d0 fix(deps): update @​semantic-release/npm to ^12.0.2 (#3791)
  • 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:
+636
Deletions:
-659
Package Dependencies
Package:
prettier
Ecosystem:
npm
Version Change:
3.6.0 → 3.6.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
24.2.5 → 24.2.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
11.0.3 → 11.0.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.0.0 → 9.1.0
Update Type:
Minor
Package:
cspell
Ecosystem:
npm
Version Change:
9.1.1 → 9.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.1.0 → 7.1.1
Update Type:
Patch
Technical Details
ID: 6128130
UUID: 2788557235
Node ID: PR_kwDOOpylys6mNgGz
Host: GitHub
Repository: Jekwwer/python-workspace
Merge State: Unknown