deps(npm): bump the npm-deps group across 1 directory with 7 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(about 1 month ago)
(about 1 month ago)
dependencies javascript
Jekwwer
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
Commits
ed90698fix(deps): switch to tinyglobby (#1041)785c30achore(deps): update dependency semantic-release to v24.2.8 (#1089)59e4ad4chore(deps): lock file maintenance (#1088)04d2768ci(action): update actions/setup-node action to v5 (#1087)95ea166fix: remove github search api consumption (#1086)2e5a61cdocs: correct workflow test.yml Build Status badge (#1084)622973achore(deps): lock file maintenance (#1081)432879dchore(deps): update dependency cpy to v12.0.1 (#1080)b09ee18chore(deps): lock file maintenance (#1079)1dbdc4fchore(deps): update dependency cpy to v12 (#1078)- Additional commits viewable in compare view
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
Commits
485bc0afeat(preset): support ignoreCommits option (#836)fc8464bdocs(conventionalcommits): update link to options for the conventionalcommits...45d87a1chore(deps): lock file maintenance (#837)236f298chore(deps): lock file maintenance (#835)7f5bb7fci(action): update actions/checkout action to v5 (#834)c31c651ci(action): update actions/checkout action to v4.3.0 (#833)5453abachore(deps): lock file maintenance (#832)a2e1560chore(deps): update dependency fs-extra to v11.3.1 (#831)b65a3fdchore(deps): lock file maintenance (#830)f40710bchore(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
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
3a165c2v9.2.1c1c0febchore: Prepare Release v9.2.1 (auto-deploy) (#7647)4fd0a9bfix: Workflow Bot -- Update Dictionaries (main) (#7795)ef2fdeefix: Workflow Bot -- Update Dictionaries (main) (#7791)cb40687ci: Workflow Bot -- Update ALL Dependencies (main) (#7746)b5b0dbfci: Workflow Bot -- Update ALL Dependencies (main) (#7703)0a7350bchore: reduce test failures due to cache collisions (#7673)180b9fachore: Update README.md (#7659)6004e6av9.2.0eac8511chore: Prepare Release v9.2.0 (auto-deploy) (#7612)- Additional commits viewable in compare view
Updates prettier from 3.6.0 to 3.6.2
Release notes
Sourced from prettier's releases.
3.6.2
What's Changed
- Add missing blank line around code block by
@fiskerin prettier/prettier#176753.6.1
- Fix "Warning: File descriptor 39 closed but not opened in unmanaged mode" error when running
--experimental-cli
Changelog
Sourced from prettier's changelog.
3.6.2
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
- Another
- List
<!-- Prettier 3.6.1 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
<!-- Prettier 3.6.2 -->
Some text, and code block below, with newline after code block
--- foo: bar
- Another
- List
3.6.1
TypeScript: Allow const without initializer (#17650, #17654 by
@fisker)// Input </tr></table>
... (truncated)
Commits
7a8b05fRelease 3.6.246526b4Add missing blank line around code block (#17675)a04ec11chore(deps): update babel to v7.27.7 (#17684)32be5b6chore(deps): update dependency flow-parser to v0.274.1 (#17676)b55e777Update docs about "TypeScript Configuration Files" (#17677)b197c99chore(deps): update dependency@vitejs/plugin-reactto v4.6.0 (#17674)1185f83chore(deps): update dependency@angular/compilerto v20.0.5 (#17680)aa1316fchore(deps): update dependency browserslist to v4.25.1 (#17671)c468d33chore(deps): update dependency oxc-parser to v0.75.0 (#17672)3f46d91chore(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
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
Commits
a834948fix(deps): update dependency semver-diff to v5 (#3867)14a5becchore(deps): update dependency publint to v0.3.13 (#3871)c1a63dcchore(deps): update dependency@types/nodeto v22.18.6 (#3870)83409e2chore(deps): update dependency got to v14.4.9 (#3869)4197efechore(deps): update dependency@types/nodeto v22.18.5 (#3868)7415b95chore(deps): update dependency fs-extra to v11.3.2 (#3866)d0c8d19chore(deps): update dependency@types/nodeto v22.18.4 (#3865)e660d3cchore(deps): lock file maintenance (#3864)33ce27bchore(deps): update dependency@types/nodeto v22.18.3 (#3862)e55e1f9ci(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
1
2
+654
-895
Package Dependencies
npm
14.0.3 → 14.1.0
Minor
npm
9.0.0 → 9.1.0
Minor
Technical Details
| ID: | 8910126 |
| UUID: | 2876627975 |
| Node ID: | PR_kwDOOpylys6rddwH |
| Host: | GitHub |
| Repository: | Jekwwer/python-workspace |
| Merge State: | Unknown |