Skip to content

Commit d76ccd2

Browse files
committed
Added prettier commit to git blame ignore revs.
1 parent 15d9ca8 commit d76ccd2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.git-blame-ignore-revs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# PyUpgrade
2-
d7fdc2e24eec7e5b58585ea2a82509ffd3283ad0
2+
d7fdc2e24eec7e5b58585ea2a82509ffd3283ad0
3+
# Prettier formatting
4+
15d9ca8c5b430e61c11d0a59cf507bba56ccad4d

.github/workflows/javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2121
strategy:
2222
matrix:
23-
node-version: [22]
23+
node-version: ["22.20.0"]
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040
- Ruff now had the UP checks enabled to enforce modern python syntax.
4141
- Unified coverart components in the frontend, we now use common styling for external and internal coverart.
4242
- Moved inbox metadata fetching into the library api routes.
43+
- Prettier style is now enforced in the frontend via an eslint plugin.
4344

4445
### Dependencies
4546

frontend/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)