Skip to content

chore(deps-dev): bump the development-dependencies group across 1 directory with 7 updates - #200

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-3beb52dde8
Open

chore(deps-dev): bump the development-dependencies group across 1 directory with 7 updates#200
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/development-dependencies-3beb52dde8

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 7 updates in the / directory:

Package From To
@openally/config.eslint 2.2.0 2.4.3
@openally/config.typescript 1.2.1 1.3.0
@types/node 24.10.1 26.2.0
c8 10.1.3 12.0.0
glob 12.0.0 13.0.6
tsx 4.20.6 4.23.11
typescript 5.9.3 7.0.2

Updates @openally/config.eslint from 2.2.0 to 2.4.3

Release notes

Sourced from @​openally/config.eslint's releases.

@​openally/config.eslint@2.4.3

Patch Changes

@​openally/config.eslint@2.4.2

Patch Changes

@​openally/config.eslint@2.4.1

Patch Changes

@​openally/config.eslint@2.4.0

Minor Changes

Patch Changes

@​openally/config.eslint@2.3.0

Minor Changes

Changelog

Sourced from @​openally/config.eslint's changelog.

2.4.3

Patch Changes

2.4.2

Patch Changes

2.4.1

Patch Changes

2.4.0

Minor Changes

Patch Changes

2.3.0

Minor Changes

Commits
  • f7d0668 chore: update versions (#171)
  • 79ecbc8 fix(eslint/imports): classify # as internal dependency because of Node subimp...
  • 3230eff chore: update typescript and @​types/node manually
  • df87072 chore(deps): bump the dependencies group across 1 directory with 3 updates (#...
  • 6740fe2 fix(eslint/imports): allow sub-comments between group comment and import (#170)
  • c98dc5f chore: update versions (#167)
  • 2de2332 fix(eslint): restore space before arrow in type-annotation-spacing rule (#166)
  • 6b069c7 chore: update versions (#165)
  • 0f30745 fix(eslint): remove deprecated overrides.arrow option from type-annotation-sp...
  • b305bf6 chore: update versions (#163)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​openally/config.eslint since your current version.


Updates @openally/config.typescript from 1.2.1 to 1.3.0

Release notes

Sourced from @​openally/config.typescript's releases.

@​openally/config.typescript@1.3.0

Minor Changes

Changelog

Sourced from @​openally/config.typescript's changelog.

1.3.0

Minor Changes

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​openally/config.typescript since your current version.


Updates @types/node from 24.10.1 to 26.2.0

Commits

Updates c8 from 10.1.3 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

v11.0.0

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

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

11.0.0 (2026-02-22)

⚠ BREAKING CHANGES

  • deps: transitive deps require 20 || >=22

Bug Fixes

Commits

Updates glob from 12.0.0 to 13.0.6

Changelog

Sourced from glob's changelog.

changeglob

13

  • Move the CLI program out to a separate package, glob-bin. Install that if you'd like to continue using glob from the command line.

12

  • Remove the unsafe --shell option. The --shell option is now ONLY supported on known shells where the behavior can be implemented safely.

11.1

GHSA-5j98-mcp5-4vw2

  • Add the --shell option for the command line, with a warning that this is unsafe. (It will be removed in v12.)
  • Add the --cmd-arg/-g as a way to safely add positional arguments to the command provided to the CLI tool.
  • Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding shell:true execution.

11.0

  • Drop support for node before v20

10.4

  • Add includeChildMatches: false option
  • Export the Ignore class

10.3

  • Add --default -p flag to provide a default pattern
  • exclude symbolic links to directories when follow and nodir are both set

10.2

  • Add glob cli

10.1

  • Return '.' instead of the empty string '' when the current working directory is returned as a match.
  • Add posix: true option to return / delimited paths, even on

... (truncated)

Commits
Install script changes

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


Updates tsx from 4.20.6 to 4.23.11

Release notes

Sourced from tsx's releases.

v4.23.11

4.23.11 (2026-08-07)

Bug Fixes

  • preserve async ESM require fallback (55cbece)

This release is also available on:

v4.23.10

4.23.10 (2026-08-07)

Bug Fixes


This release is also available on:

v4.23.9

4.23.9 (2026-08-06)

Bug Fixes

  • map Node test locations (2f55884)
  • support data URLs in tsImport (b94f46f)

This release is also available on:

v4.23.8

4.23.8 (2026-08-05)

Bug Fixes

  • preserve package subpath resolution (be1315e)
  • preserve typeless ESM dependency exports (70dfc5e)

This release is also available on:

... (truncated)

Commits
  • bd3bc64 test: cover CommonJS loader source fallback
  • 55cbece fix: preserve async ESM require fallback
  • 6c5ba85 docs: document CommonJS default interop
  • ec1bcd5 fix: support nyc coverage discovery (#710)
  • b6e5b48 docs: clarify CommonJS default imports
  • 2f55884 fix: map Node test locations
  • de935d5 docs: document Node source-map stack formatting
  • b94f46f fix: support data URLs in tsImport
  • be1315e fix: preserve package subpath resolution
  • 5efba41 docs: organize transform backend research
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for tsx since your current version.


Updates typescript from 5.9.3 to 7.0.2

Release notes

Sourced from typescript's releases.

TypeScript 6.0.3

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0.1 RC

For release notes, check out the release announcement blog post.

Downloads are available on:

TypeScript 6.0 Beta

For release notes, check out the release announcement.

Downloads are available on:

Commits
Maintainer changes

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


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 23, 2026
@socket-security

socket-security Bot commented Mar 23, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​openally/​config.typescript@​1.2.1 ⏵ 1.3.074 +11008389100
Updated@​openally/​config.eslint@​2.2.0 ⏵ 2.4.378 +210093 +290 +5100
Updated@​types/​node@​24.10.1 ⏵ 26.2.01001008196 +1100
Updatedtsx@​4.20.6 ⏵ 4.23.11100 +110081 +195100
Updatedglob@​10.5.0 ⏵ 13.0.696 -31009985 +35100
Updatedtypescript@​5.9.3 ⏵ 7.0.29910089 -1100100 +10
Updatedc8@​10.1.3 ⏵ 12.0.09810010089 +7100

View full report

@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch 2 times, most recently from 42b927b to 8f6b95b Compare April 6, 2026 21:39
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from 8f6b95b to 0ff8a34 Compare April 16, 2026 01:09
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from 0ff8a34 to 4a63e34 Compare May 5, 2026 01:09
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch 2 times, most recently from 5df979c to ea7fb24 Compare June 8, 2026 21:34
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from ea7fb24 to 9c6f359 Compare June 22, 2026 21:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from 9c6f359 to 1161701 Compare July 6, 2026 21:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from 1161701 to 89ef57e Compare July 27, 2026 21:33
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from 89ef57e to 87b19c2 Compare August 3, 2026 21:33
…ectory with 7 updates

Bumps the development-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@openally/config.eslint](https://github.com/OpenAlly/configs/tree/HEAD/src/eslint) | `2.2.0` | `2.4.3` |
| [@openally/config.typescript](https://github.com/OpenAlly/configs/tree/HEAD/src/typescript) | `1.2.1` | `1.3.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.10.1` | `26.2.0` |
| [c8](https://github.com/bcoe/c8) | `10.1.3` | `12.0.0` |
| [glob](https://github.com/isaacs/node-glob) | `12.0.0` | `13.0.6` |
| [tsx](https://github.com/privatenumber/tsx) | `4.20.6` | `4.23.11` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `7.0.2` |



Updates `@openally/config.eslint` from 2.2.0 to 2.4.3
- [Release notes](https://github.com/OpenAlly/configs/releases)
- [Changelog](https://github.com/OpenAlly/configs/blob/main/src/eslint/CHANGELOG.md)
- [Commits](https://github.com/OpenAlly/configs/commits/@openally/config.eslint@2.4.3/src/eslint)

Updates `@openally/config.typescript` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/OpenAlly/configs/releases)
- [Changelog](https://github.com/OpenAlly/configs/blob/main/src/typescript/CHANGELOG.md)
- [Commits](https://github.com/OpenAlly/configs/commits/@openally/config.typescript@1.3.0/src/typescript)

Updates `@types/node` from 24.10.1 to 26.2.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `c8` from 10.1.3 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@v10.1.3...v12.0.0)

Updates `glob` from 12.0.0 to 13.0.6
- [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md)
- [Commits](isaacs/node-glob@v12.0.0...v13.0.6)

Updates `tsx` from 4.20.6 to 4.23.11
- [Release notes](https://github.com/privatenumber/tsx/releases)
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs)
- [Commits](privatenumber/tsx@v4.20.6...v4.23.11)

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

---
updated-dependencies:
- dependency-name: "@openally/config.eslint"
  dependency-version: 2.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@openally/config.typescript"
  dependency-version: 1.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-version: 25.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: c8
  dependency-version: 11.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: glob
  dependency-version: 13.0.6
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
- dependency-name: tsx
  dependency-version: 4.21.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: typescript
  dependency-version: 6.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/development-dependencies-3beb52dde8 branch from 87b19c2 to 3c804f5 Compare August 10, 2026 21:33
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