Skip to content

Commit

Permalink
chore(tasks): Update prettier_conformance task (#7500)
Browse files Browse the repository at this point in the history
- Update Prettier version: `3.3.3` > `3.4.1`
- Add more ignored tests
- Add `jsx` tests
- Remove unused `runner.rs`
- Refactoring
  • Loading branch information
leaysgur committed Nov 27, 2024
1 parent bd0693b commit 32c7db0
Show file tree
Hide file tree
Showing 9 changed files with 1,423 additions and 1,550 deletions.
2 changes: 1 addition & 1 deletion .github/actions/clone-submodules/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ runs:
show-progress: false
repository: prettier/prettier
path: tasks/prettier_conformance/prettier
ref: 52829385bcc4d785e58ae2602c0b098a643523c9 # v3.3.3
ref: 37fd1774d13ef68abcc03775ceef0a91f87a57d7 # v3.4.1
3 changes: 2 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ ready:
git status

# Clone or update submodules
# Make sure to update `.github/actions/clone-submodules/action.yml` too
submodules:
just clone-submodule tasks/coverage/test262 https://github.com/tc39/test262.git fd979d85d4e4b74ef1ed097d25c71263417d5aad
just clone-submodule tasks/coverage/babel https://github.com/babel/babel.git 54a8389fa31ce4fd18b0335b05832dc1ad3cc21f
just clone-submodule tasks/coverage/typescript https://github.com/microsoft/TypeScript.git d85767abfd83880cea17cea70f9913e9c4496dcc
just clone-submodule tasks/prettier_conformance/prettier https://github.com/prettier/prettier.git 52829385bcc4d785e58ae2602c0b098a643523c9
just clone-submodule tasks/prettier_conformance/prettier https://github.com/prettier/prettier.git 37fd1774d13ef68abcc03775ceef0a91f87a57d7
node tasks/transform_conformance/update_fixtures.js

# Install git pre-commit to format files
Expand Down
Loading

0 comments on commit 32c7db0

Please sign in to comment.