Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.1.0 (#633)
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: Matt Travi <programmer@travi.org>
  • Loading branch information
renovate[bot] and travi authored Nov 15, 2023
1 parent 6cd5d4d commit 8fbd955
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions lib/resolve-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default (
userGitlabUrl && userGitlabApiPathPrefix
? urlJoin(userGitlabUrl, userGitlabApiPathPrefix)
: service === "gitlab" && CI_API_V4_URL
? CI_API_V4_URL
: urlJoin(defaultedGitlabUrl, isNil(userGitlabApiPathPrefix) ? "/api/v4" : userGitlabApiPathPrefix),
? CI_API_V4_URL
: urlJoin(defaultedGitlabUrl, isNil(userGitlabApiPathPrefix) ? "/api/v4" : userGitlabApiPathPrefix),
assets: assets ? castArray(assets) : assets,
milestones: milestones ? castArray(milestones) : milestones,
successComment,
Expand Down
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 @@ -35,7 +35,7 @@
"ava": "5.3.1",
"c8": "8.0.1",
"nock": "13.3.8",
"prettier": "3.0.3",
"prettier": "3.1.0",
"semantic-release": "22.0.7",
"sinon": "17.0.1",
"tempy": "1.0.1"
Expand Down

0 comments on commit 8fbd955

Please sign in to comment.