Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

Bumps the dev group with 8 updates:

Package From To
@cdcabrera/eslint-config-toolkit 0.2.0 0.3.0
@typescript-eslint/eslint-plugin 8.46.1 8.47.0
@typescript-eslint/parser 8.46.1 8.47.0
changelog-light 3.0.3 3.0.4
eslint 9.37.0 9.39.1
pkgroll 2.18.0 2.21.1
ts-jest 29.4.4 29.4.5
typescript-eslint 8.46.1 8.47.0

Updates @cdcabrera/eslint-config-toolkit from 0.2.0 to 0.3.0

Release notes

Sourced from @​cdcabrera/eslint-config-toolkit's releases.

v0.3.0

CHANGELOG

Changelog

Sourced from @​cdcabrera/eslint-config-toolkit's changelog.

0.3.0 (2025-11-10)

⚠ eslint-plugin-jsdoc may contain breaking changes, see #31

Builds

  • deps bump actions/setup-node from 5 to 6 (#47) (dea4039)
  • deps-dev npm-check-updates from 18.1.1 to 19.0.0 (#43) (f62c213)
  • deps-dev bump dev group with 3 updates (#39) (4989b0f)
  • add nodejs 24 check (#41) (4327b3b)
  • dependabot, package cooldown (#40) (aa90d71)
  • deps bump actions/setup-node from 4 to 5 (#38) (b35b8c2)
  • deps bump actions/github-script from 7 to 8 (#37) (69cdfe0)
  • deps eslint-plugin-jsdoc from 54.1.1 to 57.0.8 (#31) (ff45763)
  • deps eslint-plugin-unicorn from 60.0.0 to 61.0.2 (#27) (43908c8)
  • deps bump the prod group with 2 updates (#32) (9dd05f9)
  • deps-dev npm-check-updates from 18.1.0 to 18.1.1 (#30) (b1fbf93)
  • deps-dev bump the dev group with 4 updates (#28) (eba5769)
  • deps bump the prod group with 2 updates (#26) (4c8c34c)
  • deps bump actions/checkout from 4 to 5 (#25) (9233696)
Commits
  • 3e6067d chore(release): 0.3.0 (#49)
  • dea4039 build(deps): bump actions/setup-node from 5 to 6 (#47)
  • f62c213 build(deps-dev): npm-check-updates from 18.1.1 to 19.0.0 (#43)
  • 4989b0f build(deps-dev): bump dev group with 3 updates (#39)
  • 4327b3b build: add nodejs 24 check (#41)
  • aa90d71 build: dependabot, package cooldown (#40)
  • b35b8c2 build(deps): bump actions/setup-node from 4 to 5 (#38)
  • 69cdfe0 build(deps): bump actions/github-script from 7 to 8 (#37)
  • ff45763 build(deps): eslint-plugin-jsdoc from 54.1.1 to 57.0.8 (#31)
  • 43908c8 build(deps): eslint-plugin-unicorn from 60.0.0 to 61.0.2 (#27)
  • Additional commits viewable in compare view

Updates @typescript-eslint/eslint-plugin from 8.46.1 to 8.47.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

8.46.4 (2025-11-10)

🩹 Fixes

  • parser: error when both projectService and project are set (#11333)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)

❤️ Thank You

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

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)
  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)

❤️ Thank You

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

8.46.2 (2025-10-20)

🩹 Fixes

  • eslint-plugin: [prefer-optional-chain] skip optional chaining when it could change the result (#11702)

❤️ Thank You

... (truncated)

Commits
  • 28cf803 chore(release): publish 8.47.0
  • 6c6db24 feat(eslint-plugin): [no-unused-private-class-members] new extension rule (#1...
  • 843f144 chore(release): publish 8.46.4
  • 997e0c0 fix(parser): error when both projectService and project are set (#11333)
  • 7c6944e chore: fix typos (#11744)
  • 189a7f7 fix(eslint-plugin): handle override modifier in promise-function-async fixer ...
  • c779f3c fix(eslint-plugin): [no-deprecated] fix double-report on computed literal ide...
  • ea2ee6b chore(eslint-plugin): use correct type for return type of createValidator (...
  • d9f3497 chore(release): publish 8.46.3
  • 26a9f94 fix(eslint-plugin): [no-duplicate-enum-values] support signed numbers (#11722...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.46.1 to 8.47.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

... (truncated)

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.47.0 (2025-11-17)

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

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

8.46.4 (2025-11-10)

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

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

8.46.3 (2025-11-03)

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

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

8.46.2 (2025-10-20)

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

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

Commits

Updates changelog-light from 3.0.3 to 3.0.4

Release notes

Sourced from changelog-light's releases.

v3.0.4

CHANGELOG

Changelog

Sourced from changelog-light's changelog.

3.0.4 (2025-11-10)

Builds

  • deps-dev npm-check-updates from 18.1.1 to 19.0.0 (#259) (3158e24)
  • deps-dev bump dev group with 3 updates (#261) (91cf9dc)
  • deps bump actions/setup-node from 5 to 6 (#260) (a905322)
  • deps-dev bump dev group with 2 updates (#255) (994f2bb)
  • add nodejs 24 check (#256) (deb05ba)
  • dependabot, package cooldown (#254) (def669c)
  • deps bump actions/setup-node from 4 to 5 (#250) (4f4aa41)
  • deps bump actions/github-script from 7 to 8 (#251) (b3735d2)
  • deps-dev npm-check-updates from 18.1.0 to 18.1.1 (#247) (458ca7b)
  • deps-dev bump the dev group with 4 updates (#246) (901cf04)
  • deps bump actions/upload-pages-artifact from 3 to 4 (#244) (f7a1ddc)
  • deps bump actions/checkout from 4 to 5 (#245) (8435419)
Commits
  • 3c13246 chore(release): 3.0.4 (#262)
  • 3158e24 build(deps-dev): npm-check-updates from 18.1.1 to 19.0.0 (#259)
  • 91cf9dc build(deps-dev): bump dev group with 3 updates (#261)
  • a905322 build(deps): bump actions/setup-node from 5 to 6 (#260)
  • 994f2bb build(deps-dev): bump dev group with 2 updates (#255)
  • deb05ba build: add nodejs 24 check (#256)
  • def669c build: dependabot, package cooldown (#254)
  • 4f4aa41 build(deps): bump actions/setup-node from 4 to 5 (#250)
  • b3735d2 build(deps): bump actions/github-script from 7 to 8 (#251)
  • 458ca7b build(deps-dev): npm-check-updates from 18.1.0 to 18.1.1 (#247)
  • Additional commits viewable in compare view

Updates eslint from 9.37.0 to 9.39.1

Release notes

Sourced from eslint's releases.

v9.39.1

Bug Fixes

  • 650753e fix: Only pass node to JS lang visitor methods (#20283) (Nicholas C. Zakas)

Documentation

  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268) (Tanuj Kanti)
  • b44d426 docs: Update README (GitHub Actions Bot)

Chores

  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284) (Francesco Trotta)
  • c7ebefc chore: package.json update for @​eslint/js release (Jenkins)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275) (renovate[bot])
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266) (唯然)
  • 009e507 test: fix version tests for ESLint v10 (#20274) (Milos Djermanovic)

v9.39.0

Features

  • cc57d87 feat: update error loc to key in no-dupe-class-members (#20259) (Tanuj Kanti)
  • 126552f feat: update error location in for-direction and no-dupe-args (#20258) (Tanuj Kanti)
  • 167d097 feat: update complexity rule to highlight only static block header (#20245) (jaymarvelz)

Bug Fixes

  • 15f5c7c fix: forward traversal step.args to visitors (#20253) (jaymarvelz)
  • 5a1a534 fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)
  • e86b813 fix: Use more types from @​eslint/core (#20257) (Nicholas C. Zakas)
  • 927272d fix: correct Scope typings (#20198) (jaymarvelz)
  • 37f76d9 fix: use AST.Program type for Program node (#20244) (Francesco Trotta)
  • ae07f0b fix: unify timing report for concurrent linting (#20188) (jaymarvelz)
  • b165d47 fix: correct Rule typings (#20199) (jaymarvelz)
  • fb97cda fix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)

Documentation

  • d3e81e3 docs: Always recommend to include a files property (#20158) (Percy Ma)
  • 0f0385f docs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)
  • a3b1456 docs: Update README (GitHub Actions Bot)
  • cf5f2dd docs: fix correct tag of no-useless-constructor (#20255) (Tanuj Kanti)
  • 10b995c docs: add TS options and examples for nofunc in no-use-before-define (#20249) (Tanuj Kanti)
  • 2584187 docs: remove repetitive word in comment (#20242) (reddaisyy)
  • 637216b docs: update CLI flags migration instructions (#20238) (jaymarvelz)
  • e7cda3b docs: Update README (GitHub Actions Bot)
  • 7b9446f docs: handle empty flags sections on the feature flags page (#20222) (sethamus)

Chores

  • dfe3c1b chore: update @eslint/js version to 9.39.0 (#20270) (Francesco Trotta)
  • 2375a6d chore: package.json update for @​eslint/js release (Jenkins)
  • a1f4e52 chore: update @eslint dependencies (#20265) (Francesco Trotta)
  • c7d3229 chore: update dependency @​eslint/core to ^0.17.0 (#20256) (renovate[bot])
  • 27549bc chore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)
  • a1370ee ci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])
  • 9e7fad4 chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)

... (truncated)

Commits
  • e277281 9.39.1
  • 4cdf397 Build: changelog update for 9.39.1
  • 92db329 chore: update @eslint/js version to 9.39.1 (#20284)
  • c7ebefc chore: package.json update for @​eslint/js release
  • 650753e fix: Only pass node to JS lang visitor methods (#20283)
  • 51b51f4 docs: add a section on when to use extends vs cascading (#20268)
  • 61778f6 chore: update eslint-config-eslint dependency @​eslint/js to ^9.39.0 (#20275)
  • d9ca2fc ci: Add rangeStrategy to eslint group in renovate config (#20266)
  • 009e507 test: fix version tests for ESLint v10 (#20274)
  • b44d426 docs: Update README
  • Additional commits viewable in compare view

Updates pkgroll from 2.18.0 to 2.21.1

Release notes

Sourced from pkgroll's releases.

v2.21.1

2.21.1 (2025-11-20)

Bug Fixes

  • resolver: prefer .js over .ts in node_modules (46d4202)

v2.21.0

2.21.0 (2025-11-20)

Bug Fixes

  • deps: update all non-major dependencies (#25) (f18fe0f)

Features

  • enhance dependency externalization with improved warnings (f7b3876), closes #32 #49

v2.20.1

2.20.1 (2025-10-20)

Bug Fixes

  • wildcard pattern matching for root-level and filename patterns (7385506)

v2.20.0

2.20.0 (2025-10-17)

Features

  • support imports map in package.json (c37a382)

v2.19.0

2.19.0 (2025-10-15)

Features

v2.18.1

2.18.1 (2025-10-12)

Bug Fixes

... (truncated)

Commits
  • 46d4202 fix(resolver): prefer .js over .ts in node_modules
  • a26950c chore(deps): lock file maintenance (#26)
  • d6eba4e test: upgrade manten
  • d4ef552 test: fix correct node version usage
  • 15b0981 chore(deps): update node.js to v24
  • d728ea1 chore(deps): update dependency cleye to v2 (#28)
  • f7b3876 feat: enhance dependency externalization with improved warnings
  • 76eb7de refactor: convert external dependencies logic to rollup plugin
  • f18fe0f fix(deps): update all non-major dependencies (#25)
  • 0380d64 test: add devDependencies to fixtures for accurate bundling test setup
  • Additional commits viewable in compare view

Updates ts-jest from 29.4.4 to 29.4.5

Release notes

Sourced from ts-jest's releases.

v29.4.5

Please refer to CHANGELOG.md for details.

Changelog

Sourced from ts-jest's changelog.

29.4.5 (2025-10-10)

Bug Fixes

  • allow filtering modern module warning message with diagnostic code (c290d4d), , closes #5013
Commits
  • 9d5248a chore(release): 29.4.5
  • ca8b623 refactor: improve message about using Node16/18/Next
  • c290d4d fix: allow filtering modern module warning message with diagnostic code
  • 1ff2dda build: replace conventional-changelog-cli dep
  • 1c08db3 ci: run npm ci --ignore-scripts for workflows
  • 9f60d2c ci: enhance security for Renovate PRs
  • 1c1077f build(deps): Update dependency @​formatjs/ts-transformer to ^3.14.2
  • 9037f2f build(deps): Update dependency @​types/node to v20.19.20
  • 6ed0e1c build(deps): Update dependency semver to ^7.7.3
  • 4a06f8c build(deps): Update github/codeql-action digest to a8d1ac4
  • Additional commits viewable in compare view

Updates typescript-eslint from 8.46.1 to 8.47.0

Release notes

Sourced from typescript-eslint's releases.

v8.47.0

8.47.0 (2025-11-17)

🚀 Features

  • eslint-plugin: [no-unused-private-class-members] new extension rule (#10913)

❤️ Thank You

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

v8.46.4

8.46.4 (2025-11-10)

🩹 Fixes

  • eslint-plugin: [no-deprecated] fix double-report on computed literal identifiers (#11006, #10958)
  • eslint-plugin: handle override modifier in promise-function-async fixer (#11730)
  • parser: error when both projectService and project are set (#11333)

❤️ Thank You

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

v8.46.3

8.46.3 (2025-11-03)

🩹 Fixes

  • eslint-plugin: [no-misused-promises] expand union type to retrieve target property (#11706)
  • eslint-plugin: [no-duplicate-enum-values] support signed numbers (#11722, #11723)

❤️ Thank You

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

v8.46.2

8.46.2 (2025-10-20)

🩹 Fixes

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.47.0 (2025-11-17)

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

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

8.46.4 (2025-11-10)

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

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

8.46.3 (2025-11-03)

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

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

8.46.2 (2025-10-20)

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

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

@dependabot dependabot bot added the build label Dec 5, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dev-b5ad906d7c branch from 9763fab to 8dcfbfc Compare December 5, 2025 04:13
@cdcabrera
Copy link
Member

@dependabot ignore pkgroll minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

OK, I won't notify you about version 2.21.x of pkgroll again, unless you unignore it.

@cdcabrera
Copy link
Member

@dependabot ignore ts-jest minor version

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

OK, I won't notify you about version 29.4.x of ts-jest again, unless you unignore it.

@cdcabrera
Copy link
Member

@dependabot recreate

Bumps the dev group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [@cdcabrera/eslint-config-toolkit](https://github.com/cdcabrera/eslint-config-toolkit) | `0.2.0` | `0.3.0` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.46.1` | `8.47.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.46.1` | `8.47.0` |
| [changelog-light](https://github.com/cdcabrera/changelog-light) | `3.0.3` | `3.0.4` |
| [eslint](https://github.com/eslint/eslint) | `9.37.0` | `9.39.1` |
| [pkgroll](https://github.com/privatenumber/pkgroll) | `2.18.0` | `2.21.1` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.4` | `29.4.5` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.46.1` | `8.47.0` |


Updates `@cdcabrera/eslint-config-toolkit` from 0.2.0 to 0.3.0
- [Release notes](https://github.com/cdcabrera/eslint-config-toolkit/releases)
- [Changelog](https://github.com/cdcabrera/eslint-config-toolkit/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/eslint-config-toolkit@v0.2.0...v0.3.0)

Updates `@typescript-eslint/eslint-plugin` from 8.46.1 to 8.47.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.46.1 to 8.47.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.47.0/packages/parser)

Updates `changelog-light` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/cdcabrera/changelog-light/releases)
- [Changelog](https://github.com/cdcabrera/changelog-light/blob/main/CHANGELOG.md)
- [Commits](cdcabrera/changelog-light@v3.0.3...v3.0.4)

Updates `eslint` from 9.37.0 to 9.39.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Commits](eslint/eslint@v9.37.0...v9.39.1)

Updates `pkgroll` from 2.18.0 to 2.21.1
- [Release notes](https://github.com/privatenumber/pkgroll/releases)
- [Commits](privatenumber/pkgroll@v2.18.0...v2.21.1)

Updates `ts-jest` from 29.4.4 to 29.4.5
- [Release notes](https://github.com/kulshekhar/ts-jest/releases)
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md)
- [Commits](kulshekhar/ts-jest@v29.4.4...v29.4.5)

Updates `typescript-eslint` from 8.46.1 to 8.47.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.47.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@cdcabrera/eslint-config-toolkit"
  dependency-version: 0.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: "@typescript-eslint/parser"
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: changelog-light
  dependency-version: 3.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: eslint
  dependency-version: 9.39.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: pkgroll
  dependency-version: 2.21.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: ts-jest
  dependency-version: 29.4.5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: typescript-eslint
  dependency-version: 8.47.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/dev-b5ad906d7c branch from 8dcfbfc to 3ee0c4e Compare December 5, 2025 04:33
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/dev-b5ad906d7c branch December 5, 2025 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants