Skip to content

Commit b0bc870

Browse files
TEMPLATE-UPDATE: Bump the minor-and-patch group across 1 directory with 9 updates
Bumps the minor-and-patch group with 9 updates in the /packages/nx-cdk/src/generators/helpers/configs/base-package directory: | Package | From | To | | --- | --- | --- | | [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.1.3` | `22.7.1` | | [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `22.1.3` | `22.7.1` | | [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.1.3` | `22.7.1` | | [@nx/vitest](https://github.com/nrwl/nx/tree/HEAD/packages/vitest) | `22.1.3` | `22.7.1` | | [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `22.1.3` | `22.7.1` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.44.0` | `8.59.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.44.0` | `8.59.1` | | [jiti](https://github.com/unjs/jiti) | `2.5.1` | `2.6.1` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.1.3` | `22.7.1` | Updates `@nx/eslint` from 22.1.3 to 22.7.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/eslint) Updates `@nx/eslint-plugin` from 22.1.3 to 22.7.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/eslint-plugin) Updates `@nx/js` from 22.1.3 to 22.7.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/js) Updates `@nx/vitest` from 22.1.3 to 22.7.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/vitest) Updates `@nx/workspace` from 22.1.3 to 22.7.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/workspace) Updates `@typescript-eslint/eslint-plugin` from 8.44.0 to 8.59.1 - [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.59.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.44.0 to 8.59.1 - [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.59.1/packages/parser) Updates `jiti` from 2.5.1 to 2.6.1 - [Release notes](https://github.com/unjs/jiti/releases) - [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) - [Commits](unjs/jiti@v2.5.1...v2.6.1) Updates `nx` from 22.1.3 to 22.7.1 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.7.1/packages/nx) --- updated-dependencies: - dependency-name: "@nx/eslint" dependency-version: 22.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@nx/eslint-plugin" dependency-version: 22.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@nx/js" dependency-version: 22.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@nx/vitest" dependency-version: 22.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@nx/workspace" dependency-version: 22.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: jiti dependency-version: 2.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: nx dependency-version: 22.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51282cc commit b0bc870

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

  • packages/nx-cdk/src/generators/helpers/configs/base-package

packages/nx-cdk/src/generators/helpers/configs/base-package/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"@aligent/cdk-step-function-from-file": "^0.5.1",
2727
"@aligent/nx-openapi": "^2.2.1",
2828
"@aligent/ts-code-standards": "^4.2.1",
29-
"@nx/eslint": "22.1.3",
30-
"@nx/eslint-plugin": "22.1.3",
31-
"@nx/js": "22.1.3",
32-
"@nx/vitest": "22.1.3",
33-
"@nx/workspace": "22.1.3",
29+
"@nx/eslint": "22.7.1",
30+
"@nx/eslint-plugin": "22.7.1",
31+
"@nx/js": "22.7.1",
32+
"@nx/vitest": "22.7.1",
33+
"@nx/workspace": "22.7.1",
3434
"@swc-node/register": "^1.10.10",
3535
"@swc/core": "^1.13.3",
3636
"@swc/helpers": "^0.5.17",
3737
"@types/aws-lambda": "^8.10.152",
3838
"@types/node": "^22.17.0",
39-
"@typescript-eslint/eslint-plugin": "8.44.0",
40-
"@typescript-eslint/parser": "8.44.0",
39+
"@typescript-eslint/eslint-plugin": "8.59.1",
40+
"@typescript-eslint/parser": "8.59.1",
4141
"@vitest/coverage-v8": "^3.2.4",
4242
"@vitest/ui": "^3.2.4",
4343
"aws-cdk": "^2.1120.0",
@@ -48,9 +48,9 @@
4848
"eslint-config-prettier": "^10.1.8",
4949
"eslint-plugin-import": "^2.32.0",
5050
"fast-glob": "^3.3.3",
51-
"jiti": "2.5.1",
51+
"jiti": "2.6.1",
5252
"jsonc-eslint-parser": "^2.4.0",
53-
"nx": "22.1.3",
53+
"nx": "22.7.1",
5454
"prettier": "^3.6.2",
5555
"rolldown": "1.0.0-rc.1",
5656
"tslib": "^2.8.1",

0 commit comments

Comments
 (0)