nx-aws-cdk-v2 icon indicating copy to clipboard operation
nx-aws-cdk-v2 copied to clipboard

Results 12 nx-aws-cdk-v2 issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`5.62.0` -> `8.8.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/5.62.0/8.8.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@typescript-eslint%2feslint-plugin/8.8.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nx/devkit](https://nx.dev) ([source](https://redirect.github.com/nrwl/nx/tree/HEAD/packages/devkit)) | [`16.7.4` -> `20.0.0`](https://renovatebot.com/diffs/npm/@nx%2fdevkit/16.7.4/20.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fdevkit/20.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-prettier](https://togithub.com/prettier/eslint-config-prettier) | [`8.10.0` -> `9.1.0`](https://renovatebot.com/diffs/npm/eslint-config-prettier/8.10.0/9.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-config-prettier/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-config-prettier/9.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.1` -> `9.12.0`](https://renovatebot.com/diffs/npm/eslint/8.57.1/9.12.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.12.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nx/devkit](https://nx.dev) ([source](https://togithub.com/nrwl/nx/tree/HEAD/packages/devkit)) | [`16.7.4` -> `16.10.0`](https://renovatebot.com/diffs/npm/@nx%2fdevkit/16.7.4/16.10.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@nx%2fdevkit/16.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This plugin doesn't have an Nx version listed in the [Nx Plugin Registry](https://nx.dev/extending-nx/registry) because the plugin doesn't include `@nx/devkit` as a dependency. Could you please release a version that fixes...

Who is actively developing this? I see there's a PR #1062 for NX 18 support. Can this get merged or at least pushed to a beta version?

When running `nx deploy myApp` the cdk.context.json is being ignored. And I believe this is because it doesn't exist in the `cwd` that the command was run in (currently defaulting...

I want to run `cdk synth` as stated here https://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli-synth But when run this ``` yarn cdk synth ``` I get this error: ``` $ /e/node_modules/.bin/cdk synthesize --app is required...