Skip to content

Bump @types/node from 22.13.14 to 22.14.1 #87

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

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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.24.0",
"@types/jest": "^29.5.14",
"@types/node": "22.13.14",
"@types/node": "22.14.1",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"aws-cdk": "^2.1006.0",
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -1165,7 +1165,7 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*, @types/node@npm:22.13.14":
"@types/node@npm:*":
version: 22.13.14
resolution: "@types/node@npm:22.13.14"
dependencies:
@@ -1174,6 +1174,15 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:22.14.1":
version: 22.14.1
resolution: "@types/node@npm:22.14.1"
dependencies:
undici-types: "npm:~6.21.0"
checksum: 10c0/d49c4d00403b1c2348cf0701b505fd636d80aabe18102105998dc62fdd36dcaf911e73c7a868c48c21c1022b825c67b475b65b1222d84b704d8244d152bb7f86
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.3
resolution: "@types/stack-utils@npm:2.0.3"
@@ -1518,7 +1527,7 @@ __metadata:
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:^9.24.0"
"@types/jest": "npm:^29.5.14"
"@types/node": "npm:22.13.14"
"@types/node": "npm:22.14.1"
"@typescript-eslint/eslint-plugin": "npm:^8.18.0"
"@typescript-eslint/parser": "npm:^8.18.0"
aws-cdk: "npm:^2.1006.0"
@@ -4659,6 +4668,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.21.0":
version: 6.21.0
resolution: "undici-types@npm:6.21.0"
checksum: 10c0/c01ed51829b10aa72fc3ce64b747f8e74ae9b60eafa19a7b46ef624403508a54c526ffab06a14a26b3120d055e1104d7abe7c9017e83ced038ea5cf52f8d5e04
languageName: node
linkType: hard

"unique-filename@npm:^4.0.0":
version: 4.0.0
resolution: "unique-filename@npm:4.0.0"

Unchanged files with check annotations Beta

export interface PipelineResourcesProps extends cdk.StackProps {
/** The resource prefix*/
readonly resource_prefix: string;
/** The ecr repository name - if not provided then the name will be '{prefix}-{account}-{region}-repo'*/

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 15 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"
readonly ecrRepositoryName?: string;
/** The artifact bucket name - if not provided then the name will be '{prefix}-{account}-{region}-artifact'*/

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-escape-right-brace: The "}" character should be escaped using a backslash to avoid confusion with a TSDoc inline tag

Check warning on line 17 in lib/codepipeline-resources.ts

GitHub Actions / Run-CDK-Tests (22.x)

tsdoc-malformed-inline-tag: Expecting a TSDoc tag starting with "{@"
readonly pipelineArtifactBucketName?: string;
/** The source bucket name - if not provided then the name will be '{prefix}-{account}-{region}-source'*/
readonly pipelineSourceBucketName?: string;