react/scripts/release/shared-commands
Jan Kassens 6b30832666
Upgrade prettier (#26081)
The old version of prettier we were using didn't support the Flow syntax
to access properties in a type using `SomeType['prop']`. This updates
`prettier` and `rollup-plugin-prettier` to the latest versions.

I added the prettier config `arrowParens: "avoid"` to reduce the diff
size as the default has changed in Prettier 2.0. The largest amount of
changes comes from function expressions now having a space. This doesn't
have an option to preserve the old behavior, so we have to update this.
2023-01-31 08:25:05 -05:00
..
download-build-artifacts.js Remove dependency on build artifacts mirror (#24575) 2022-05-18 11:13:19 -04:00
get-build-id-for-commit.js Fix download-build script (#25493) 2022-10-16 19:17:07 -04:00
parse-params.js Allow aritfacts download even if CI is broken (#24666) 2022-06-02 21:55:35 -04:00
print-prerelease-summary.js Updated release script documentation and command names (#17929) 2020-02-05 08:52:31 -08:00
test-packaging-fixture.js Upgrade prettier (#26081) 2023-01-31 08:25:05 -05:00