Skip to content

Bump @eslint/compat from 1.2.7 to 1.2.8 #86

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
@@ -23,7 +23,7 @@
"constructs": "^10.4.2"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/compat": "^1.2.8",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.24.0",
"@types/jest": "^29.5.14",
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -442,15 +442,15 @@ __metadata:
languageName: node
linkType: hard

"@eslint/compat@npm:^1.2.4":
version: 1.2.7
resolution: "@eslint/compat@npm:1.2.7"
"@eslint/compat@npm:^1.2.8":
version: 1.2.8
resolution: "@eslint/compat@npm:1.2.8"
peerDependencies:
eslint: ^9.10.0
peerDependenciesMeta:
eslint:
optional: true
checksum: 10c0/df89a0396750748c3748eb5fc582bd6cb89be6599d88ed1c5cc60ae0d13f77d4bf5fb30fabdb6c9ce16dda35745ef2e6417fa82548cde7d2b3fa5a896da02c8e
checksum: 10c0/1e004c6917220ff1731fdc562ada9ddcbcecc6f3ba2e4b0433fb6d8eddf2a443e009f1f9796b78128b78a0a588c723b78021319055ac6e5dda55c0ace346496b
languageName: node
linkType: hard

@@ -1514,7 +1514,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "aws4embeddedlinux-cdk-lib@workspace:."
dependencies:
"@eslint/compat": "npm:^1.2.4"
"@eslint/compat": "npm:^1.2.8"
"@eslint/eslintrc": "npm:^3.2.0"
"@eslint/js": "npm:^9.24.0"
"@types/jest": "npm:^29.5.14"

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;