Skip to content

Commit b2d1629

Browse files
authored
Merge pull request #856 from cmu-delphi/dependabot/npm_and_yarn/dev/prettier-and-prettier-plugin-go-template-3.0.3
chore(deps-dev): bump prettier and prettier-plugin-go-template
2 parents 06484c1 + fea3cb8 commit b2d1629

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/workflows/blog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
name: blog
5656
path: |
5757
./content/blog
58-
./static/blog
58+
./static/blog

.github/workflows/create_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
base: main
3333
title: Release ${{ steps.version.outputs.next_tag }}
3434
labels: chore
35-
# reviewers:
35+
# reviewers:
3636
assignees: melange396
3737
body: |
3838
Releasing ${{ steps.version.outputs.next_tag }}.

.github/workflows/dependabot-assignments.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ permissions:
77
jobs:
88
dependabot:
99
runs-on: ubuntu-latest
10-
env:
11-
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
10+
env:
11+
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
1212
if: ${{ github.actor == 'dependabot[bot]' }}
1313
steps:
1414
- name: Assign team to PR
1515
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
1616
env:
17-
PR_URL: ${{github.event.pull_request.html_url}}
17+
PR_URL: ${{github.event.pull_request.html_url}}

.prettierrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
printWidth: 120,
33
semi: true,
44
trailingComma: "es5",
5-
5+
plugins: ["prettier-plugin-go-template"],
66
overrides: [
77
{
88
files: ["*.html"],

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"hugo-bin": "^0.115.0",
1616
"husky": "^8.0.3",
1717
"lint-staged": "^15.0.2",
18-
"prettier": "^2.8.8",
19-
"prettier-plugin-go-template": "^0.0.13",
18+
"prettier": "^3.0.3",
19+
"prettier-plugin-go-template": "^0.0.15",
2020
"rimraf": "^5.0.5",
2121
"shx": "^0.3.4"
2222
},

themes/delphi/layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<!-- Default base template. Other templates define the "main" portion in this template -->
33
<html lang="{{ $.Site.LanguageCode | default "en" }}">
44
<head>

0 commit comments

Comments
 (0)