An open index of dependabot pull requests across open source projects.

build(dev-dependencies): bump the dev-dependencies-minor-and-patch group across 1 directory with 19 updates

Open
Number: #124
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 01, 2025 at 01:54 AM UTC
(about 1 month ago)
Updated: August 01, 2025 at 01:55 AM UTC
(about 1 month ago)
Labels:
dependencies javascript
Description:

Bumps the dev-dependencies-minor-and-patch group with 19 updates in the / directory:

Package From To
@nestjs/cli 11.0.7 11.0.10
@nestjs/schematics 11.0.5 11.0.7
@nestjs/testing 11.1.2 11.1.5
@stylistic/eslint-plugin-ts 4.4.0 4.4.1
@types/express 5.0.2 5.0.3
@types/ramda 0.30.2 0.31.0
@typescript-eslint/eslint-plugin 8.33.0 8.38.0
@typescript-eslint/parser 8.33.0 8.38.0
conventional-changelog-conventionalcommits 9.0.0 9.1.0
eslint-config-prettier 10.1.5 10.1.8
eslint-plugin-functional 9.0.1 9.0.2
eslint-plugin-import 2.31.0 2.32.0
eslint-plugin-prettier 5.4.1 5.5.3
prettier 3.5.3 3.6.2
supertest 7.1.1 7.1.4
ts-jest 29.3.4 29.4.0
typescript 5.8.3 5.9.2
typescript-eslint 8.33.0 8.38.0
wait-on 8.0.3 8.0.4

Updates @nestjs/cli from 11.0.7 to 11.0.10

Release notes

Sourced from @​nestjs/cli's releases.

Release 11.0.10

What's Changed

Full Changelog: https://github.com/nestjs/nest-cli/compare/11.0.9...11.0.10

Release 11.0.9

  • fix(deps): update angular-cli monorepo to v20 (5bbd8f83)
  • chore: disable shell by default (c31554d6)
  • fix(deps): update dependency @​inquirer/prompts to v7.8.0 (4897ce2c)

Release 11.0.8

What's Changed

Full Changelog: https://github.com/nestjs/nest-cli/compare/11.0.7...11.0.8

Commits
  • e47541d chore(): release v11.0.10
  • 3186552 Merge pull request #3115 from nestjs/revert-3047-renovate/major-angular-cli-m...
  • ce6acd3 Revert "fix(deps): update angular-cli monorepo to v20 (major)"
  • 79ac1e2 Merge pull request #3114 from nestjs/revert-3109-chore/disable-shell-by-default
  • d43b91c Revert "chore: disable shell by default"
  • fe3aca7 chore(): release v11.0.9
  • 0594cb1 Merge pull request #3047 from nestjs/renovate/major-angular-cli-monorepo
  • 5bbd8f8 fix(deps): update angular-cli monorepo to v20
  • 4434eb5 Merge pull request #3109 from nestjs/chore/disable-shell-by-default
  • aa6f234 Merge pull request #3105 from nestjs/renovate/inquirer-prompts-7.x
  • Additional commits viewable in compare view

Updates @nestjs/schematics from 11.0.5 to 11.0.7

Release notes

Sourced from @​nestjs/schematics's releases.

Release 11.0.7

What's Changed

Full Changelog: https://github.com/nestjs/schematics/compare/11.0.6...11.0.7

11.0.6

What's Changed

New Contributors

Full Changelog: https://github.com/nestjs/schematics/compare/11.0.5...11.0.6

Commits
  • 8077e13 chore(): release v11.0.7
  • 50abba4 Merge pull request #2153 from nestjs/revert-2094-renovate/major-angular-cli-m...
  • dc4c36a Revert "fix(deps): update angular-cli monorepo to v20 (major)"
  • f2682ad chore(): release v11.0.6
  • 762df03 Merge pull request #2151 from nestjs/renovate/node-22.x
  • 0d52b0a Merge pull request #2094 from nestjs/renovate/major-angular-cli-monorepo
  • 15d32db chore(deps): update dependency @​types/node to v22.17.0
  • 7ae68bf fix(deps): update angular-cli monorepo to v20
  • 89f0dcd Merge pull request #2058 from nestjs/renovate/cimg-node-22.x
  • 1c60622 Merge pull request #2142 from codiophile/patch-2
  • Additional commits viewable in compare view

Updates @nestjs/testing from 11.1.2 to 11.1.5

Release notes

Sourced from @​nestjs/testing's releases.

v11.1.5 (2025-07-18)

Dependencies

v11.1.4 (2025-07-16)

Bug fixes

  • platform-fastify
    • #15385 fix(testing): auto-init fastify adapter for middleware registration (@​mag123c)
  • core, testing
  • core
  • microservices

Enhancements

Dependencies

Committers: 11

v11.1.3 (2025-06-06)

Bug fixes

... (truncated)

Commits

Updates @stylistic/eslint-plugin-ts from 4.4.0 to 4.4.1

Release notes

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

v4.4.1

4.4.1 (2025-06-02)

Bug Fixes

  • keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c)

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)
Changelog

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

4.4.1 (2025-06-02)

Bug Fixes

  • keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c)

Chores

  • indent-binary-ops: use unified testing tool (#806) (3a8fc53)
  • type-generic-spacing: unify spacing checks (#800) (6f8b01c)
Commits

Updates @types/express from 5.0.2 to 5.0.3

Commits

Updates @types/ramda from 0.30.2 to 0.31.0

Commits

Updates @typescript-eslint/eslint-plugin from 8.33.0 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

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

8.38.0 (2025-07-21)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)

❤️ Thank You

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

8.37.0 (2025-07-14)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)

❤️ Thank You

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

8.36.0 (2025-07-07)

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

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

8.35.1 (2025-06-30)

🩹 Fixes

  • remove prettier from eslint-plugin (#11339)

❤️ Thank You

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

8.35.0 (2025-06-23)

🚀 Features

  • eslint-plugin: [no-base-to-string] add checkUnknown Option (#11128)

... (truncated)

Commits
  • d11e79e chore(release): publish 8.38.0
  • 5ec8c58 fix: disallow extra properties in rule options (#11397)
  • 0e884c7 fix(eslint-plugin): [consistent-generic-constructors] resolve conflict with `...
  • 816be17 chore(release): publish 8.37.0
  • e1b310c fix(eslint-plugin): [unified-signatures] fix false positives for ignoreOverlo...
  • 16c344e docs(website): remove stale list of checked expressions (#11384)
  • 84b7a2e chore(release): publish 8.36.0
  • d1388fc fix(eslint-plugin): [no-deprecated] should allow ignoring of deprecated value...
  • 4a60d3e docs(eslint-plugin): [only-throw-error] document options (#11348)
  • 1ca81c1 chore(eslint-plugin): switch auto-generated test cases to hand-written in no-...
  • Additional commits viewable in compare view

Updates @typescript-eslint/parser from 8.33.0 to 8.38.0

Release notes

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

v8.38.0

8.38.0 (2025-07-21)

🚀 Features

  • typescript-estree: forbid optional chain in TemplateTaggedLiteral (#11391)

🩹 Fixes

  • disallow extra properties in rule options (#11397)
  • eslint-plugin: [consistent-generic-constructors] resolve conflict with isolatedDeclarations if enabled in constructor option (#11351)
  • typescript-eslint: infer tsconfigRootDir with v8 API (#11412)
  • typescript-eslint: error on nested extends in tseslint.config() (#11361)
  • typescript-estree: ensure the token type of the property name is Identifier (#11329)

❤️ Thank You

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

v8.37.0

8.37.0 (2025-07-14)

🚀 Features

  • typescript-estree: infer tsconfigRootDir from call stack (#11370)

🩹 Fixes

  • eslint-plugin: [unified-signatures] fix false positives for ignoreOverloadsWithDifferentJSDoc option (#11381)
  • type-utils: add missing 'types' dependency to 'type-utils' (#11383)
  • type-utils: handle namespaced exports in specifier matching (#11380)

❤️ Thank You

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

v8.36.0

8.36.0 (2025-07-07)

... (truncated)

Changelog

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

8.38.0 (2025-07-21)

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.37.0 (2025-07-14)

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.36.0 (2025-07-07)

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.35.1 (2025-06-30)

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.35.0 (2025-06-23)

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.34.1 (2025-06-16)

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.34.0 (2025-06-09)

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.33.1 (2025-06-02)

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
  • d11e79e chore(release): publish 8.38.0
  • 816be17 chore(release): publish 8.37.0
  • 84b7a2e chore(release): publish 8.36.0
  • e2ecca6 chore: fix issues introduced by updated nx configuration (#11230)
  • f9bd7d8 chore(release): publish 8.35.1
  • d19c9f3 chore(release): publish 8.35.0
  • ccd0791 chore(release): publish 8.34.1
  • 8915a47 chore(release): publish 8.34.0
  • 936f350 chore(release): publish 8.33.1
  • See full diff in compare view

Updates conventional-changelog-conventionalcommits from 9.0.0 to 9.1.0

Release notes

Sourced from conventional-changelog-conventionalcommits's releases.

conventional-changelog-conventionalcommits: v9.1.0

Features

Changelog

Sourced from conventional-changelog-conventionalcommits's changelog.

9.1.0 (2025-07-10)

Features

Commits

Updates eslint-config-prettier from 10.1.5 to 10.1.8

Release notes

Sourced from eslint-config-prettier's releases.

v10.1.8

republish latest version

Full Changelog: https://github.com/prettier/eslint-config-prettier/compare/v10.1.5...v10.1.8

Changelog

Sourced from eslint-config-prettier's changelog.

eslint-config-prettier

Commits

Updates eslint-plugin-functional from 9.0.1 to 9.0.2

Release notes

Sourced from eslint-plugin-functional's releases.

v9.0.2

9.0.2 (2025-06-02)

Bug Fixes

  • mark no-throw-statements rule as requiring type checking (#963) (b06c25c)
  • prevent to report prefer-tacit in direct child of getter (#965) (afe34c2)
Changelog

Sourced from eslint-plugin-functional's changelog.

9.0.2 (2025-06-02)

Bug Fixes

  • mark no-throw-statements rule as requiring type checking (#963) (b06c25c)
  • prevent to report prefer-tacit in direct child of getter (#965) (afe34c2)
Commits
  • 5e6f36c chore(release): 9.0.2 [skip ci]
  • 48dc9e6 Merge pull request #972 from eslint-functional/update
  • 24f8ee0 Merge branch 'main' into update
  • a54fed1 style: remove unused eslint-disable
  • d25156e docs: update auto gen docs
  • de2085d chore(dev-deps): update semantic-release monorepo (#968)
  • b06c25c fix: mark no-throw-statements rule as requiring type checking (#963)
  • afe34c2 fix: prevent to report prefer-tacit in direct child of getter (#965)
  • c5cf855 build: lock update
  • 148b4c7 chore(dev-deps): update dependency cspell to v8.19.4 (#967)
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.31.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates eslint-plugin-prettier from 5.4.1 to 5.5.3

Release notes

Sourced from eslint-plugin-prettier's releases.

v5.5.3

republish the latest version

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3

v5.5.2

republish the latest version

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2

v5.5.1

Patch Changes

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.0...v5.5.1

v5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json

New Contributors

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0

Changelog

Sourced from eslint-plugin-prettier's changelog.

Changelog

5.5.1

Patch Changes

5.5.0

Minor Changes

  • #743 92f2c9c Thanks @​dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json
Commits
Package Dependencies
Ecosystem:
npm
Version Change:
10.1.5 → 10.1.8
Update Type:
Patch
Ecosystem:
npm
Version Change:
2.31.0 → 2.32.0
Update Type:
Minor
Package:
supertest
Ecosystem:
npm
Version Change:
7.1.1 → 7.1.4
Update Type:
Patch
Package:
prettier
Ecosystem:
npm
Version Change:
3.5.3 → 3.6.2
Update Type:
Minor
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.0 → 8.38.0
Update Type:
Minor
Package:
@nestjs/cli
Ecosystem:
npm
Version Change:
11.0.7 → 11.0.10
Update Type:
Patch
Package:
ts-jest
Ecosystem:
npm
Version Change:
29.3.4 → 29.4.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.33.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.0.2 → 5.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
8.33.0 → 8.38.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.4.1 → 5.5.3
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.0.0 → 9.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
4.4.0 → 4.4.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
11.1.2 → 11.1.5
Update Type:
Patch
Package:
wait-on
Ecosystem:
npm
Version Change:
8.0.3 → 8.0.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
11.0.5 → 11.0.7
Update Type:
Patch
Ecosystem:
npm
Version Change:
9.0.1 → 9.0.2
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.30.2 → 0.31.0
Update Type:
Minor
Technical Details
ID: 4386775
UUID: 3282232004
Node ID: PR_kwDOLtyvls6hoV8D
Host: GitHub
Repository: adax10/nestjs-template-with-sql-and-i18n