Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 0 additions & 50 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,23 +468,6 @@ const cxApi = overrideEslint(

//////////////////////////////////////////////////////////////////////

const yarnCling = configureProject(
new yarn.TypeScriptWorkspace({
...genericCdkProps({
private: true,
}),
parent: repo,
name: '@aws-cdk/yarn-cling',
description: 'Tool for generating npm-shrinkwrap from yarn.lock',
srcdir: 'lib',
deps: ['@yarnpkg/lockfile', 'semver'],
devDeps: ['@types/semver', '@types/yarnpkg__lockfile'],
}),
);
yarnCling.testTask.prependExec('ln -sf ../../cdk test/test-fixture/jsii/node_modules/');

//////////////////////////////////////////////////////////////////////

const yargsGen = configureProject(
new yarn.TypeScriptWorkspace({
...genericCdkProps({
Expand Down Expand Up @@ -526,35 +509,6 @@ nodeBundle.eslint?.addRules({ 'no-console': ['off'] });

//////////////////////////////////////////////////////////////////////

// This should be deprecated, but only after the move
const cdkBuildTools = configureProject(
new yarn.TypeScriptWorkspace({
...genericCdkProps({
private: true,
}),
parent: repo,
name: '@aws-cdk/cdk-build-tools',
description: 'Build tools for CDK packages',
srcdir: 'lib',
deps: [
yarnCling,
nodeBundle,
'fs-extra@^9',
'chalk@^4',
],
devDeps: [
'@types/fs-extra@^9',
],
tsconfig: {
compilerOptions: {
esModuleInterop: false,
},
},
}),
);

//////////////////////////////////////////////////////////////////////

// This should be deprecated, but only after the move
const cliPluginContract = configureProject(
new yarn.TypeScriptWorkspace({
Expand Down Expand Up @@ -696,7 +650,6 @@ const tmpToolkitHelpers = configureProject(
name: '@aws-cdk/tmp-toolkit-helpers',
description: 'A temporary package to hold code shared between aws-cdk and @aws-cdk/toolkit-lib',
devDeps: [
cdkBuildTools,
'@types/archiver',
'@types/semver',
'fast-check',
Expand Down Expand Up @@ -743,9 +696,7 @@ const cli = configureProject(
description: 'AWS CDK CLI, the command line tool for CDK apps',
srcdir: 'lib',
devDeps: [
yarnCling,
nodeBundle,
cdkBuildTools,
yargsGen,
cliPluginContract,
tmpToolkitHelpers,
Expand Down Expand Up @@ -1163,7 +1114,6 @@ const toolkitLib = configureProject(
'yargs@^15',
],
devDeps: [
cdkBuildTools,
'@smithy/types',
'@types/fs-extra',
'@types/split2',
Expand Down
6 changes: 0 additions & 6 deletions aws-cdk-cli.code-workspace

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions packages/@aws-cdk/tmp-toolkit-helpers/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/@aws-cdk/tmp-toolkit-helpers/.projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/@aws-cdk/tmp-toolkit-helpers/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions packages/@aws-cdk/tmp-toolkit-helpers/tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions packages/@aws-cdk/tmp-toolkit-helpers/tsconfig.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions packages/@aws-cdk/toolkit-lib/.projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/@aws-cdk/toolkit-lib/.projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion packages/@aws-cdk/toolkit-lib/package.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions packages/@aws-cdk/toolkit-lib/tsconfig.dev.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions packages/@aws-cdk/toolkit-lib/tsconfig.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions packages/@aws-cdk/yarn-cling/.eslintrc.js

This file was deleted.

Loading