Skip to content

Commit 502dfda

Browse files
chore(deps): bump the build-tools group across 1 directory with 8 updates
Bumps the build-tools group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@nestjs/cli](https://github.com/nestjs/nest-cli) | `11.0.24` | `12.0.0` | | [@nestjs/schematics](https://github.com/nestjs/schematics) | `11.1.0` | `12.0.0` | | [tsx](https://github.com/privatenumber/tsx) | `4.23.12` | `4.23.13` | | [webpack](https://github.com/webpack/webpack) | `5.109.2` | `5.110.2` | | [webpack-cli](https://github.com/webpack/webpack-cli) | `7.2.2` | `7.2.3` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.67.0` | `8.68.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.67.0` | `8.68.0` | | [eslint](https://github.com/eslint/eslint) | `10.9.0` | `10.9.1` | Updates `@nestjs/cli` from 11.0.24 to 12.0.0 - [Release notes](https://github.com/nestjs/nest-cli/releases) - [Commits](nestjs/nest-cli@11.0.24...12.0.0) Updates `@nestjs/schematics` from 11.1.0 to 12.0.0 - [Release notes](https://github.com/nestjs/schematics/releases) - [Commits](nestjs/schematics@11.1.0...12.0.0) Updates `tsx` from 4.23.12 to 4.23.13 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.23.12...v4.23.13) Updates `webpack` from 5.109.2 to 5.110.2 - [Release notes](https://github.com/webpack/webpack/releases) - [Changelog](https://github.com/webpack/webpack/blob/main/CHANGELOG.md) - [Commits](webpack/webpack@v5.109.2...v5.110.2) Updates `webpack-cli` from 7.2.2 to 7.2.3 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.2.2...webpack-cli@7.2.3) Updates `@typescript-eslint/eslint-plugin` from 8.67.0 to 8.68.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.68.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.67.0 to 8.68.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.68.0/packages/parser) Updates `eslint` from 10.9.0 to 10.9.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.9.0...v10.9.1) --- updated-dependencies: - dependency-name: "@nestjs/cli" dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: build-tools - dependency-name: "@nestjs/schematics" dependency-version: 12.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: build-tools - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: "@typescript-eslint/parser" dependency-version: 8.68.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: eslint dependency-version: 10.9.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: build-tools - dependency-name: tsx dependency-version: 4.23.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-tools - dependency-name: webpack dependency-version: 5.110.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: build-tools - dependency-name: webpack-cli dependency-version: 7.2.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: build-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0da4da3 commit 502dfda

4 files changed

Lines changed: 651 additions & 757 deletions

File tree

automation/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
"@types/pg": "8.23.1",
7474
"glob": "13.0.6",
7575
"ts-loader": "catalog:",
76-
"tsx": "4.23.12",
76+
"tsx": "4.23.13",
7777
"typescript": "catalog:",
78-
"webpack": "5.109.2",
79-
"webpack-cli": "7.2.2"
78+
"webpack": "5.110.2",
79+
"webpack-cli": "7.2.3"
8080
},
8181
"engines": {
8282
"node": ">=24.20.0 <25"

back-end/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
"@eslint/eslintrc": "catalog:",
8585
"@eslint/js": "catalog:",
8686
"@hashgraph/hedera-local": "2.40.2",
87-
"@nestjs/cli": "11.0.24",
88-
"@nestjs/schematics": "11.1.0",
87+
"@nestjs/cli": "12.0.0",
88+
"@nestjs/schematics": "12.0.0",
8989
"@nestjs/testing": "catalog:nestjs-core",
9090
"@testcontainers/postgresql": "catalog:testcontainers",
9191
"@testcontainers/rabbitmq": "catalog:testcontainers",

0 commit comments

Comments
 (0)