Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.5 (#205)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.2.5

* chore: linting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: evan-boone <ebo@capraconsulting.no>
  • Loading branch information
renovate[bot] and evan-boone authored Apr 8, 2024
1 parent dfd2cde commit 4a72515
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"eslint-plugin-prettier": "5.1.3",
"husky": "8.0.3",
"jest": "^29.6.1",
"prettier": "3.1.0",
"prettier": "3.2.5",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.36.0",
"semantic-release": "22.0.12",
Expand Down
4 changes: 2 additions & 2 deletions src/cli/commands/github/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ async function getReposInOrg(
.filter(
(it) =>
cals.resourcesDefinition.tags === undefined ||
(it.project.tags || []).some(
(tag) => cals.resourcesDefinition.tags?.includes(tag),
(it.project.tags || []).some((tag) =>
cals.resourcesDefinition.tags?.includes(tag),
) ||
// Always include if already checked out to avoid stale state.
fs.existsSync(path.join(rootdir, it.project.name, it.repo.name)),
Expand Down

0 comments on commit 4a72515

Please sign in to comment.