Skip to content

build(deps-dev): bump the dev-dependencies group with 5 updates - #1610

Merged
kkopanidis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-b8b5731955
Sep 14, 2026
Merged

build(deps-dev): bump the dev-dependencies group with 5 updates#1610
kkopanidis merged 1 commit into
mainfrom
dependabot/npm_and_yarn/dev-dependencies-b8b5731955

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 5 updates:

Package From To
lint-staged 17.5.0 17.5.1
typescript-eslint 8.69.0 8.70.0
@types/node 24.13.3 24.13.4
ts-proto 2.12.1 2.12.3
smtp-server 3.19.7 3.19.10

Updates lint-staged from 17.5.0 to 17.5.1

Release notes

Sourced from lint-staged's releases.

v17.5.1

Patch Changes

  • #1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

Changelog

Sourced from lint-staged's changelog.

17.5.1

Patch Changes

  • #1852 bfcca94 - Fix TypeScript issue TS1254 from defineConfig() by changing the signature from const to a function:

    A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.

Commits
  • f8b1ab1 Merge pull request #1853 from lint-staged/changeset-release/main
  • 3b54961 chore(changeset): release
  • 09317ff Merge pull request #1852 from lint-staged/fix-ambient-declaration
  • bfcca94 fix: change defineConfig signature from const to a function
  • See full diff in compare view

Updates typescript-eslint from 8.69.0 to 8.70.0

Release notes

Sourced from typescript-eslint's releases.

v8.70.0

8.70.0 (2026-09-07)

🚀 Features

  • eslint-plugin: [no-generated-empty-object-type] add rule (#12730)
  • website: generate per-page social preview cards (#12734)

🩹 Fixes

  • use stable release of pnpm 12 (#12808)
  • update pnpm to 12.3.4 and dedupe Docusaurus packages (#12829)
  • eslint-plugin: [member-ordering] don't report fields that read fields declared before them (#12729)
  • eslint-plugin: [no-unnecessary-condition] no false positive on RHS of a nested logical expression (#12728)
  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)
  • project-service: avoid discarded tsserver logs (#12748)
  • typescript-estree: clarify the parserOptions.project error message (#12817)

❤️ 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.70.0 (2026-09-07)

🩹 Fixes

  • eslint-plugin: [no-deprecated] report deprecated imported values used in object shorthand properties (#12780)

❤️ Thank You

See GitHub Releases for more information.

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

Commits
  • 7ee7608 chore(release): publish 8.70.0
  • 4586535 fix(eslint-plugin): [no-deprecated] report deprecated imported values used in...
  • See full diff in compare view

Updates @types/node from 24.13.3 to 24.13.4

Commits

Updates ts-proto from 2.12.1 to 2.12.3

Release notes

Sourced from ts-proto's releases.

v2.12.3

2.12.3 (2026-09-08)

Bug Fixes

  • apply decorated descriptors in generated NestJS ControllerMethods (fa4919f)

v2.12.2

2.12.2 (2026-09-06)

Bug Fixes

Changelog

Sourced from ts-proto's changelog.

2.12.3 (2026-09-08)

Bug Fixes

  • apply decorated descriptors in generated NestJS ControllerMethods (fa4919f)

2.12.2 (2026-09-06)

Bug Fixes

Commits
  • c44a75c chore(release): 2.12.3 [skip ci]
  • 78d8caf ci: base the protoc image on node:26-trixie-slim
  • c2cfcf4 chore: use Node 26.8.1 locally
  • e8d43d2 chore: upgrade chokidar to 5
  • b727913 chore: upgrade mongodb to 7
  • 585061b chore: upgrade @nestjs/* to v11
  • ff30236 ci: test on Node 22, 24, and 26
  • 34eba50 chore: upgrade @​semantic-release/changelog to 7, @​semantic-release/git to 11,...
  • cde5c1f chore: upgrade chokidar to 4
  • e73a4ab chore: upgrade mongodb to 6
  • Additional commits viewable in compare view

Updates smtp-server from 3.19.7 to 3.19.10

Changelog

Sourced from smtp-server's changelog.

3.19.10 (2026-09-10)

Bug Fixes

  • deps: update nodemailer to 10.0.3 (10e4be0)

3.19.9 (2026-09-07)

Bug Fixes

  • deps: update nodemailer to 10.0.1 (9fc4b32)

3.19.8 (2026-09-06)

Bug Fixes

  • deps: move to nodemailer 10 and raise the Node floor to 20 (ac667d2)
Commits
  • b7cbb03 chore(master): release 3.19.10 (#272)
  • 10e4be0 fix(deps): update nodemailer to 10.0.3
  • ea6d16e chore(master): release 3.19.9 (#271)
  • 9fc4b32 fix(deps): update nodemailer to 10.0.1
  • f0e5ab1 chore(master): release 3.19.8 (#270)
  • ac667d2 fix(deps): move to nodemailer 10 and raise the Node floor to 20
  • See full diff in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@types/node [>= 26.a, < 27]

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 14, 2026
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [lint-staged](https://github.com/lint-staged/lint-staged) | `17.5.0` | `17.5.1` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.69.0` | `8.70.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.13.3` | `24.13.4` |
| [ts-proto](https://github.com/stephenh/ts-proto) | `2.12.1` | `2.12.3` |
| [smtp-server](https://github.com/nodemailer/smtp-server) | `3.19.7` | `3.19.10` |


Updates `lint-staged` from 17.5.0 to 17.5.1
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v17.5.0...v17.5.1)

Updates `typescript-eslint` from 8.69.0 to 8.70.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.70.0/packages/typescript-eslint)

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

Updates `ts-proto` from 2.12.1 to 2.12.3
- [Release notes](https://github.com/stephenh/ts-proto/releases)
- [Changelog](https://github.com/stephenh/ts-proto/blob/main/CHANGELOG.md)
- [Commits](stephenh/ts-proto@v2.12.1...v2.12.3)

Updates `smtp-server` from 3.19.7 to 3.19.10
- [Release notes](https://github.com/nodemailer/smtp-server/releases)
- [Changelog](https://github.com/nodemailer/smtp-server/blob/master/CHANGELOG.md)
- [Commits](nodemailer/smtp-server@v3.19.7...v3.19.10)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-version: 17.5.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-version: 8.70.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: "@types/node"
  dependency-version: 24.13.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: ts-proto
  dependency-version: 2.12.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: smtp-server
  dependency-version: 3.19.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@kkopanidis
kkopanidis force-pushed the dependabot/npm_and_yarn/dev-dependencies-b8b5731955 branch from b0e2937 to 918d39e Compare September 14, 2026 07:49
@kkopanidis
kkopanidis merged commit 836a6c4 into main Sep 14, 2026
13 of 14 checks passed
@kkopanidis
kkopanidis deleted the dependabot/npm_and_yarn/dev-dependencies-b8b5731955 branch September 14, 2026 07:49
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.

1 participant