Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @oclif/core from 3.26.6 to 4.2.9 #2610

Closed
wants to merge 1 commit into from
Closed
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
264 changes: 67 additions & 197 deletions package-lock.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@oclif/core": "3.26.6",
"@oclif/core": "4.2.9",
"aws-sdk": "^2.1692.0",
"chalk": "^4.1.2",
"codemaker": "^1.108.0",

Unchanged files with check annotations Beta

console.log(tree);
const docsUrl = "https://github.com/guardian/cdk/tree/main/docs";
ux.url(chalk.green(`Please see the docs (${docsUrl}) for next steps.`), docsUrl);

Check failure on line 175 in src/bin/commands/new-project/index.ts

GitHub Actions / CI

Property 'url' does not exist on type '{ action: SimpleAction | SpinnerAction; colorize: (color: string | undefined, text: string) => string; colorizeJson: (json: unknown, options?: Options | undefined) => string; ... 4 more ...; warn: (input: string | Error) => void; }'.

Check failure on line 175 in src/bin/commands/new-project/index.ts

GitHub Actions / ProjectGeneration

Property 'url' does not exist on type '{ action: SimpleAction | SpinnerAction; colorize: (color: string | undefined, text: string) => string; colorizeJson: (json: unknown, options?: Options | undefined) => string; ... 4 more ...; warn: (input: string | Error) => void; }'.
return Promise.resolve(0);
};