Skip to content

chore(deps-dev): bump prettier and prettier-plugin-go-template #856

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

Merged
Show file tree
Hide file tree
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 .github/workflows/blog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
name: blog
path: |
./content/blog
./static/blog
./static/blog
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
base: main
title: Release ${{ steps.version.outputs.next_tag }}
labels: chore
# reviewers:
# reviewers:
assignees: melange396
body: |
Releasing ${{ steps.version.outputs.next_tag }}.
6 changes: 3 additions & 3 deletions .github/workflows/dependabot-assignments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ permissions:
jobs:
dependabot:
runs-on: ubuntu-latest
env:
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
env:
GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Assign team to PR
run: gh pr edit "$PR_URL" --add-reviewer "cmu-delphi/code-reviewers"
env:
PR_URL: ${{github.event.pull_request.html_url}}
PR_URL: ${{github.event.pull_request.html_url}}
2 changes: 1 addition & 1 deletion .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
printWidth: 120,
semi: true,
trailingComma: "es5",

plugins: ["prettier-plugin-go-template"],
overrides: [
{
files: ["*.html"],
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"hugo-bin": "^0.115.0",
"husky": "^8.0.3",
"lint-staged": "^15.0.2",
"prettier": "^2.8.8",
"prettier-plugin-go-template": "^0.0.13",
"prettier": "^3.0.3",
"prettier-plugin-go-template": "^0.0.15",
"rimraf": "^5.0.5",
"shx": "^0.3.4"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/delphi/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<!-- Default base template. Other templates define the "main" portion in this template -->
<html lang="{{ $.Site.LanguageCode | default "en" }}">
<head>
Expand Down