Skip to content

Bump the development group with 7 updates#148

Merged
GregoryGost merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/development-48fb183830
Feb 15, 2026
Merged

Bump the development group with 7 updates#148
GregoryGost merged 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/development-48fb183830

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 15, 2026

Bumps the development group with 7 updates:

Package From To
@tsconfig/node20 20.1.8 20.1.9
@types/node 25.1.0 25.2.3
eslint-plugin-jest 29.12.1 29.14.0
eslint-plugin-jsonc 2.21.0 2.21.1
semver 7.7.3 7.7.4
type-fest 5.4.3 5.4.4
typescript-eslint 8.54.0 8.55.0

Updates @tsconfig/node20 from 20.1.8 to 20.1.9

Commits

Updates @types/node from 25.1.0 to 25.2.3

Commits

Updates eslint-plugin-jest from 29.12.1 to 29.14.0

Release notes

Sourced from eslint-plugin-jest's releases.

v29.14.0

29.14.0 (2026-02-12)

Features

  • no-conditional-in-test: ban optional chaining (#1933) (6406493)

v29.13.0

29.13.0 (2026-02-08)

Features

v29.12.2

29.12.2 (2026-02-03)

Bug Fixes

  • add optional peer dependency on TypeScript (#1926) (82e3b04)
Changelog

Sourced from eslint-plugin-jest's changelog.

29.14.0 (2026-02-12)

Features

  • no-conditional-in-test: ban optional chaining (#1933) (6406493)

29.13.0 (2026-02-08)

Features

29.12.2 (2026-02-03)

Bug Fixes

  • add optional peer dependency on TypeScript (#1926) (82e3b04)
Commits

Updates eslint-plugin-jsonc from 2.21.0 to 2.21.1

Release notes

Sourced from eslint-plugin-jsonc's releases.

v2.21.1

Patch Changes

Changelog

Sourced from eslint-plugin-jsonc's changelog.

2.21.1

Patch Changes

Commits
  • 139fd4d chore: release eslint-plugin-jsonc (#452)
  • da44c13 chore(deps): update dependency eslint-plugin-json-schema-validator to v6 (#451)
  • 8a698df chore(deps): update mcr.microsoft.com/devcontainers/typescript-node docker ta...
  • 3d3e5fe chore(deps): update actions/upload-pages-artifact action to v4 (#423)
  • 179edf2 chore(deps): update dependency eslint-plugin-jsdoc to v62 (#450)
  • 2c48c0c chore: update workflow concurrency groups
  • db4fd17 chore(deps): update github artifact actions (major) (#436)
  • 24cede7 chore(deps): update actions/checkout action to v6 (#445)
  • 75978ab chore(deps): update dependency @​types/node to v24 (#437)
  • a8e405a fix: compatibility with ESLint v10 (#447)
  • Additional commits viewable in compare view

Updates semver from 7.7.3 to 7.7.4

Release notes

Sourced from semver's releases.

v7.7.4

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Changelog

Sourced from semver's changelog.

7.7.4 (2026-01-16)

Bug Fixes

Documentation

Dependencies

Chores

Commits
  • 5993c2e chore: release 7.7.4 (#839)
  • 120968b deps: @​npmcli/template-oss@​4.29.0 (#840)
  • a29faa5 fix(cli): pass options to semver.valid() for loose version validation (#835)
  • 1d28d5e docs: fix typos and update -n CLI option documentation (#836)
  • 5816d4c chore: bump @​npmcli/template-oss from 4.28.0 to 4.28.1 (#829)
  • ab9e28a chore: bump @​npmcli/template-oss from 4.27.1 to 4.28.0 (#827)
  • 44d7130 chore: bump @​npmcli/eslint-config from 5.1.0 to 6.0.0 (#824)
  • 7073576 chore: reorder parameters in invalid-versions.js test (#820)
  • 16a35f5 chore: bump @​npmcli/template-oss from 4.26.0 to 4.27.1 (#823)
  • 3a3459d chore: bump @​npmcli/template-oss from 4.25.1 to 4.26.0 (#818)
  • See full diff in compare view

Updates type-fest from 5.4.3 to 5.4.4

Release notes

Sourced from type-fest's releases.

v5.4.4

  • PackageJson: Use LiteralUnion for engines field (#1354) fc9e2bb
  • IsUnion: Fix behavior when the entire union extends all individual members (#1353) b0321a5
  • Paths: Fix leavesOnly behavior with never leaves (#1350) 2c34128
  • Paths: Fix behavior with WeakMaps / WeakSets (#1348) ac3b50e
  • Paths: Fix behavior with tuples containing optional elements with a rest element (#1346) 7c82a21

sindresorhus/type-fest@v5.4.3...v5.4.4

Commits
  • 8e9af4c 5.4.4
  • fc9e2bb PackageJson: Use LiteralUnion for engines field (#1354)
  • 6e08190 Make twoslash (\\=>) type validation agnostic of union order (#1347)
  • b0321a5 IsUnion: Fix behavior when the entire union extends all individual members ...
  • 2c34128 Paths: Fix leavesOnly behavior with never leaves (#1350)
  • ac3b50e Paths: Fix behavior with WeakMaps / WeakSets (#1348)
  • 7c82a21 Paths: Fix behavior with tuples containing optional elements with a rest el...
  • f6cf954 fix: remove duplicate test case
  • See full diff in compare view

Updates typescript-eslint from 8.54.0 to 8.55.0

Release notes

Sourced from typescript-eslint's releases.

v8.55.0

8.55.0 (2026-02-09)

🚀 Features

  • utils: deprecate defaultOptions in favor of meta.defaultOptions (#11992)

🩹 Fixes

  • eslint-plugin: [no-unused-vars] remove trailing newline when removing entire import (#11990)
  • eslint-plugin: [no-useless-default-assignment] require strictNullChecks (#11966, #12000)
  • eslint-plugin: [no-useless-default-assignment] report unnecessary defaults in ternary expressions (#11984)
  • eslint-plugin: [no-useless-default-assignment] reduce param index to ts this handling (#11949)
  • typescript-estree: forbid invalid modifier in object expression (#11931)

❤️ Thank You

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.55.0 (2026-02-09)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

See GitHub Releases for more information.

You can read about our versioning strategy and releases on our website.

Commits

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

Bumps the development group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@tsconfig/node20](https://github.com/tsconfig/bases/tree/HEAD/bases) | `20.1.8` | `20.1.9` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.1.0` | `25.2.3` |
| [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) | `29.12.1` | `29.14.0` |
| [eslint-plugin-jsonc](https://github.com/ota-meshi/eslint-plugin-jsonc) | `2.21.0` | `2.21.1` |
| [semver](https://github.com/npm/node-semver) | `7.7.3` | `7.7.4` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `5.4.3` | `5.4.4` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.54.0` | `8.55.0` |


Updates `@tsconfig/node20` from 20.1.8 to 20.1.9
- [Commits](https://github.com/tsconfig/bases/commits/HEAD/bases)

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

Updates `eslint-plugin-jest` from 29.12.1 to 29.14.0
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases)
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md)
- [Commits](jest-community/eslint-plugin-jest@v29.12.1...v29.14.0)

Updates `eslint-plugin-jsonc` from 2.21.0 to 2.21.1
- [Release notes](https://github.com/ota-meshi/eslint-plugin-jsonc/releases)
- [Changelog](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/CHANGELOG.md)
- [Commits](ota-meshi/eslint-plugin-jsonc@v2.21.0...v2.21.1)

Updates `semver` from 7.7.3 to 7.7.4
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](npm/node-semver@v7.7.3...v7.7.4)

Updates `type-fest` from 5.4.3 to 5.4.4
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v5.4.3...v5.4.4)

Updates `typescript-eslint` from 8.54.0 to 8.55.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.55.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@tsconfig/node20"
  dependency-version: 20.1.9
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: "@types/node"
  dependency-version: 25.2.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: eslint-plugin-jest
  dependency-version: 29.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
- dependency-name: eslint-plugin-jsonc
  dependency-version: 2.21.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: semver
  dependency-version: 7.7.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: type-fest
  dependency-version: 5.4.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development
- dependency-name: typescript-eslint
  dependency-version: 8.55.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pnpm pnpm dependency labels Feb 15, 2026
@GregoryGost GregoryGost merged commit 61419d4 into develop Feb 15, 2026
25 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/development-48fb183830 branch February 15, 2026 12:29
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 pnpm pnpm dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant