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

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

Open
Number: #14
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 0
Created: October 01, 2025 at 02:23 AM UTC
(about 1 month ago)
Updated: October 01, 2025 at 02:23 AM UTC
(about 1 month ago)
Labels:
dependencies javascript
Assignees:
Jekwwer
Description:

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

Package From To
@semantic-release/github 11.0.3 11.0.6
@semantic-release/release-notes-generator 14.0.3 14.1.0
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.9

Updates @semantic-release/github from 11.0.3 to 11.0.6

Release notes

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

v11.0.6

11.0.6 (2025-09-11)

Bug Fixes

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 @semantic-release/release-notes-generator from 14.0.3 to 14.1.0

Release notes

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

v14.1.0

14.1.0 (2025-09-05)

Features

  • preset: support ignoreCommits option (#836) (485bc0a)
Commits
  • 485bc0a feat(preset): support ignoreCommits option (#836)
  • fc8464b docs(conventionalcommits): update link to options for the conventionalcommits...
  • 45d87a1 chore(deps): lock file maintenance (#837)
  • 236f298 chore(deps): lock file maintenance (#835)
  • 7f5bb7f ci(action): update actions/checkout action to v5 (#834)
  • c31c651 ci(action): update actions/checkout action to v4.3.0 (#833)
  • 5453aba chore(deps): lock file maintenance (#832)
  • a2e1560 chore(deps): update dependency fs-extra to v11.3.1 (#831)
  • b65a3fd chore(deps): lock file maintenance (#830)
  • f40710b chore(deps): update npm to v11 (#828)
  • Additional commits viewable in compare view

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.9

Release notes

Sourced from semantic-release's releases.

v24.2.9

24.2.9 (2025-09-19)

Bug Fixes

  • deps: update dependency semver-diff to v5 (#3867) (a834948)

v24.2.8

24.2.8 (2025-09-10)

Bug Fixes

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
  • a834948 fix(deps): update dependency semver-diff to v5 (#3867)
  • 14a5bec chore(deps): update dependency publint to v0.3.13 (#3871)
  • c1a63dc chore(deps): update dependency @​types/node to v22.18.6 (#3870)
  • 83409e2 chore(deps): update dependency got to v14.4.9 (#3869)
  • 4197efe chore(deps): update dependency @​types/node to v22.18.5 (#3868)
  • 7415b95 chore(deps): update dependency fs-extra to v11.3.2 (#3866)
  • d0c8d19 chore(deps): update dependency @​types/node to v22.18.4 (#3865)
  • e660d3c chore(deps): lock file maintenance (#3864)
  • 33ce27b chore(deps): update dependency @​types/node to v22.18.3 (#3862)
  • e55e1f9 ci(action): update github/codeql-action action to v3.30.3 (#3860)
  • 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:
+654
Deletions:
-895
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.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
11.0.3 → 11.0.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
14.0.3 → 14.1.0
Update Type:
Minor
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: 8910126
UUID: 2876627975
Node ID: PR_kwDOOpylys6rddwH
Host: GitHub
Repository: Jekwwer/python-workspace
Merge State: Unknown