Skip to content

Commit

Permalink
chore(deps): update linters to v7.4.0 (#28141)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: RahulGautamSingh <rahultesnik@gmail.com>
  • Loading branch information
renovate[bot] and RahulGautamSingh committed Mar 30, 2024
1 parent 0df4ff5 commit 1fbea71
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 56 deletions.
2 changes: 1 addition & 1 deletion lib/modules/manager/azure-pipelines/extract.ts
Expand Up @@ -51,7 +51,7 @@ export function extractRepository(
);

// if the repository from which the pipline is referencing templates does not contain the Azure DevOps project name, get the project name from the repository containing the pipeline file being process
} else if (currentRepository && currentRepository.includes('/')) {
} else if (currentRepository?.includes('/')) {
const projectName = currentRepository.split('/')[0];
depName = `${projectName}/${repository.name}`;
repositoryUrl = joinUrlParts(
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -306,8 +306,8 @@
"@types/url-join": "4.0.3",
"@types/validate-npm-package-name": "4.0.2",
"@types/xmldoc": "1.1.9",
"@typescript-eslint/eslint-plugin": "7.3.1",
"@typescript-eslint/parser": "7.3.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"aws-sdk-client-mock": "3.1.0",
"callsite": "1.0.0",
"common-tags": "1.8.2",
Expand Down
106 changes: 53 additions & 53 deletions pnpm-lock.yaml

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

0 comments on commit 1fbea71

Please sign in to comment.