Skip to content

chore(deps-dev): bump the dev-deps-major group across 1 directory with 5 updates#987

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-deps-major-bb4abf93ef
Open

chore(deps-dev): bump the dev-deps-major group across 1 directory with 5 updates#987
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/dev-deps-major-bb4abf93ef

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-deps-major group with 5 updates in the / directory:

Package From To
@semantic-release/changelog 6.0.3 7.0.0
@semantic-release/git 10.0.1 11.0.0
c8 11.0.0 12.0.0
@team-internet/semantic-release-plugins 1.0.7 2.0.0
typescript 6.0.3 7.0.2

Updates @semantic-release/changelog from 6.0.3 to 7.0.0

Release notes

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

v7.0.0

7.0.0 (2026-07-21)

Features

BREAKING CHANGES

  • @semantic-release/changelog is now a native ES Module. It has named exports for each plugin hook (verifyConditions, prepare)
  • the minimum required version of semantic-release to use @semantic-release/changelog is now v20.1.0

Other Notable Changes

  • Replaced xo with prettier with default configuration; following newly established convention
  • Replaced nyc with c8 for code coverage
  • Replaced lodash with lodash-es for proper esm support

Related Issue

v7.0.0-beta.1

7.0.0-beta.1 (2026-04-23)

Features

BREAKING CHANGES

  • @semantic-release/changelog is now a native ES Module. It has named exports for each plugin hook (verifyConditions, prepare)
  • the minimum required version of semantic-release to use @semantic-release/changelog is now v20.1.0

Other Notable Changes

... (truncated)

Commits
  • b1044e1 chore(ci): update Node.js version requirements and test matrix configurations
  • 0563e5d chore(deps): update to the latest semantic-release version (#417)
  • e154214 feat: ES Module (#414)
  • 15e48e4 chore(deps): update dependency sinon to v18.0.1 (#400)
  • 1c48000 test: remove codecov (#399)
  • 3be34e3 ci(action): update actions/setup-node action to v4.0.3 (#395)
  • 854ffb6 ci(action): update actions/checkout action to v4.1.7 (#393)
  • e7c79f8 chore(deps): update dependency nyc to v17 (#392)
  • 171adfb ci(action): update actions/checkout action to v4.1.6 (#390)
  • 13e3bf7 chore(deps): update dependency sinon to v18 (#389)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​semantic-release/changelog since your current version.


Updates @semantic-release/git from 10.0.1 to 11.0.0

Release notes

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

v11.0.0

11.0.0 (2026-07-21)

Features

BREAKING CHANGES

  • @semantic-release/git is now a native ES Module. It has named exports for each plugin hook (verifyConditions, prepare)
  • the minimum required version of semantic-release to use @semantic-release/git is now v20.1.0

Other Notable Changes

  • @semantic-release/error ^3^4 (ESM-only)
  • aggregate-error ^3^5 (ESM-only, uses native AggregateError)
  • execa ^5^9 (ESM-only, named export)
  • p-reduce ^2^3 (ESM-only)
  • Removed CJS-only devDeps: clear-module, file-url, fs-extra, get-stream, nyc
  • Added c8 for coverage; bumped ava, sinon, tempy, semantic-release, prettier
  • Engine: ^22.22.2 || >= 24.15;
  • Scripts: nycc8, added pretest, removed test:ci

Related Issue

v11.0.0-beta.2

11.0.0-beta.2 (2026-07-20)

Bug Fixes

  • update Node.js engine version requirements in package.json and package-lock.json (ddf699e)

v11.0.0-beta.1

11.0.0-beta.1 (2026-07-17)

Features

... (truncated)

Commits
  • 4d704a2 feat: ES Module (#544)
  • bd1876c chore(deps): update dependency micromatch to v4.0.8 [security] (#537)
  • b82a708 docs: fix broken links in README (#535)
  • 28a1751 ci(action): update actions/checkout action to v4.1.3 (#515)
  • 29839bd docs(release-commits): add warning about considering if the plugin is truly n...
  • 8ad065b chore: Fix URL for Adding a new GPG key to your GitHub account (#511)
  • 5e30d7a ci(action): update actions/setup-node action to v4.0.2 (#503)
  • 8b0b8d1 ci(renovate): fixed the reference to our org-level config
  • 0a537fb ci(action): update actions/setup-node action to v4.0.1 (#502)
  • 788ec68 chore(deps): update dependency fs-extra to v11.2.0 (#499)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​semantic-release/git since your current version.


Updates c8 from 11.0.0 to 12.0.0

Release notes

Sourced from c8's releases.

v12.0.0

12.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || >=23

Features

Changelog

Sourced from c8's changelog.

12.0.0 (2026-07-14)

⚠ BREAKING CHANGES

  • yargs enforces a stricter range of Node versions ^20.19.0 || ^22.12.0 || >=23

Features

Commits

Updates @team-internet/semantic-release-plugins from 1.0.7 to 2.0.0

Release notes

Sourced from @​team-internet/semantic-release-plugins's releases.

v2.0.0

2.0.0 (2026-07-22)

Features

  • whmcs-build: add profile builds and lifecycle-only publishing (1c1321c)

BREAKING CHANGES

  • whmcs-build: remove WhmcsBuildPlugin.release() and require semantic-release lifecycle hooks for publishing; use build() for local archives.

v1.5.0

1.5.0 (2026-07-22)

Features

  • whmcs-build: enhance Composer integration and error handling (a55376d)

v1.4.2

1.4.2 (2026-07-21)

Bug Fixes

  • whmcs-build: create output subdirectories in IonCubeEncoder.encryptFiles (5f1fcaf)

v1.4.1

1.4.1 (2026-07-21)

Bug Fixes

  • whmcs-build: skip logo stamp when no release version in context (4a474e5)

v1.4.0

1.4.0 (2026-07-21)

Features

  • whmcs-build: add configFile option to load plugin options from JSON (daf70b1)

v1.3.0

1.3.0 (2026-07-21)

Features

... (truncated)

Commits
  • 1c1321c feat(whmcs-build): add profile builds and lifecycle-only publishing
  • 0353de8 chore(deps-dev): bump the dev-deps-major group across 1 directory with 2 updates
  • a55376d feat(whmcs-build): enhance Composer integration and error handling
  • f297784 refactor(whmcs-build): soften optional composer-script failure log
  • 5f1fcaf fix(whmcs-build): create output subdirectories in IonCubeEncoder.encryptFiles
  • 4a474e5 fix(whmcs-build): skip logo stamp when no release version in context
  • daf70b1 feat(whmcs-build): add configFile option to load plugin options from JSON
  • fc10eda feat(whmcs-build): support per-file rename in distributionRepo.files
  • b3c8ba3 fix(deps): update dependencies to latest versions and add pnpm workspace conf...
  • 2aa10d5 feat(whmcs-build): add build() standalone convenience method
  • Additional commits viewable in compare view
Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates typescript from 6.0.3 to 7.0.2

Commits
Maintainer changes

This version was pushed to npm by microsoft1es, a new releaser for typescript since your current version.


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

…h 5 updates

Bumps the dev-deps-major group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@semantic-release/changelog](https://github.com/semantic-release/changelog) | `6.0.3` | `7.0.0` |
| [@semantic-release/git](https://github.com/semantic-release/git) | `10.0.1` | `11.0.0` |
| [c8](https://github.com/bcoe/c8) | `11.0.0` | `12.0.0` |
| [@team-internet/semantic-release-plugins](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-plugins) | `1.0.7` | `2.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `6.0.3` | `7.0.2` |



Updates `@semantic-release/changelog` from 6.0.3 to 7.0.0
- [Release notes](https://github.com/semantic-release/changelog/releases)
- [Commits](semantic-release/changelog@v6.0.3...v7.0.0)

Updates `@semantic-release/git` from 10.0.1 to 11.0.0
- [Release notes](https://github.com/semantic-release/git/releases)
- [Commits](semantic-release/git@v10.0.1...v11.0.0)

Updates `c8` from 11.0.0 to 12.0.0
- [Release notes](https://github.com/bcoe/c8/releases)
- [Changelog](https://github.com/bcoe/c8/blob/main/CHANGELOG.md)
- [Commits](bcoe/c8@v11.0.0...v12.0.0)

Updates `@team-internet/semantic-release-plugins` from 1.0.7 to 2.0.0
- [Release notes](https://github.com/centralnicgroup-opensource/rtldev-middleware-semantic-release-plugins/releases)
- [Commits](centralnicgroup-opensource/rtldev-middleware-semantic-release-plugins@v1.0.7...v2.0.0)

Updates `typescript` from 6.0.3 to 7.0.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: "@semantic-release/changelog"
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps-major
- dependency-name: "@semantic-release/git"
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps-major
- dependency-name: c8
  dependency-version: 12.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps-major
- dependency-name: "@team-internet/semantic-release-plugins"
  dependency-version: 2.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps-major
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants