Skip to content
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

prettierx: Merge Prettier 2.3.0 updates - draft 1 #549

Conversation

adalinesimonian
Copy link
Contributor

@adalinesimonian adalinesimonian commented May 23, 2021

Closes #548
Closes #414

Many, many hours of work later, this is starting to look good! Still needs work, though.

Merge conflicts have been resolved, moving the appropriate changes in prettierx into their corresponding new locations with the multiple refactors made upstream. However, about 374 out of 1189 test suites are failing - one, for example, because parentheses are not correctly being printed around multi-line conditionals.

These failing tests shouldn't be that hard to resolve; it seems that in most of the cases, at least from a cursory glance, multiple tests are failing due to the same sets of bugs created from the merge. It will take a bit of effort and time to resolve but then again, so does merging a massive amount of changes into a fork and, well, at least that's mostly done now!

Tests now pass (at least locally)! Actually, it turns out there are 4 test suites that still fail - I hadn't run them because I was unaware of the FULL_TEST flag. Test failures resolved.

I've enabled edits by maintainers so if y'all would like to have a crack at anything, please, be my guest. In the meantime, I'll keep trying to iron this stuff out.

  • Make test suites pass
    • 374 failing → 0 failing
  • Write any new tests, if necessary
  • Make sure that dependency changes in prettierx, such as flow being optional, are still in effect if possible to keep
  • Ensure CI/workflows are valid
  • Conform changes to lint rules
  • Document changes
  • Clean-up

renovate bot and others added 30 commits March 22, 2021 21:32
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
do not enable code coverage in .github/workflows/dev-test.yml
Co-authored-by: Renovate Bot <bot@renovateapp.com>
(should avoid some security warnings reported by GitHub)
…rodybits#374)

Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.1.2 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](node-fetch/node-fetch@v2.1.2...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
(seems to remove an extra semver entry from yarn.lock as well)

to avoid an extra dependency warning

effectively reverts 44343c4
(PR brodybits#515)
* remove jest-watch-typeahead from devDependencies
* remove snapshot-diff from devDependencies
* remove jest from devDependencies
* remove babel-loader from devDependencies
* remove terser-webpack-plugin from devDependencies
* remove webpack from devDependencies
* add jest (version 26.6.3) to devDependencies
* add jest-watch-typeahead (version 0.6.2) to devDependencies
* add snapshot-diff (version 0.8.1) to devDependencies
* add webpack@4.46.0 to devDependencies
* add babel-loader (version 8.2.2) to devDependencies
* add terser-webpack-plugin@4.2.3 to devDependencies
Co-authored-by: Renovate Bot <bot@renovateapp.com>
@adalinesimonian
Copy link
Contributor Author

Didn't realise renaming the branch would close this PR. Superceded by #569

brodybits added a commit that referenced this pull request Jun 15, 2021
(with limited updates needed in src/language-js/needs-parens.js)

based on some updates from:

- #549
- #569

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 15, 2021
(with limited updates needed in src/language-js/needs-parens.js)

based on some updates from:

- #549
- #569

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 15, 2021
(with limited updates needed in src/language-js/needs-parens.js)

based on some updates from:

- #549
- #569

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 15, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 15, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 16, 2021
with some help from updates proposed in:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 17, 2021
(in prettierx-update-branch-001)

based on some updates from:

- #549
- #569

(with very limited update needed in src/language-js/needs-parens.js)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 17, 2021
(in prettierx-update-branch-001)

based on some updates from:

- #549
- #569

(with very limited update needed in src/language-js/needs-parens.js)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 17, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 17, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 17, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 22, 2021
(in prettierx-update-branch-0010)

based on some updates from:

- #549
- #569

(with very limited update needed in src/language-js/needs-parens.js)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 22, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
@brodybits brodybits changed the title prettierx: Merge Prettier 2.3.0 updates prettierx: Merge Prettier 2.3.0 updates - draft 1 Jun 22, 2021
brodybits added a commit that referenced this pull request Jun 22, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 22, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 28, 2021
into prettierx-rebase-branch-001

based on some updates from:

- #549
- #569
- #603

(with very limited update needed in src/language-js/needs-parens.js)

**tested** with prettierX-specific test cases from prettierX 0.18.x

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
into prettierx-rebase-branch-001

based on some updates from:

- #549
- #569
- #603

(with a very limited update needed in src/language-js/needs-parens.js)

**tested** with prettierX-specific test cases from prettierX 0.18.x

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569
- #603

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569
- #603

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
into prettierx-rebase-branch-001

based on some updates from:

- #549
- #569
- #603

(with a very limited update needed in src/language-js/needs-parens.js)

**tested** with prettierX-specific formatting test cases from
prettierX 0.18.x

(discovered a very limited number of changes from prettierX 0.18.x)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
into prettierx-rebase-branch-001

based on some updates from:

- #549
- #569
- #603

(with a very limited update needed in src/language-js/needs-parens.js)

**tested** with prettierX-specific formatting test cases from
prettierX 0.18.x

(discovered a very limited number of changes from prettierX 0.18.x)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
to be more consistent with prettierX 0.18.x

including some updates from:

- #549
- #569
- #603

Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
brodybits added a commit that referenced this pull request Jun 29, 2021
into prettierx-rebase-branch-001

based on some updates from:

- #549
- #569
- #603

with a very limited update needed in src/language-js/needs-parens.js

and with comments where the updates are NO LONGER NEEDED in
src/language-js/needs-parens.js

tested with prettierX-specific formatting test cases from prettierX
0.18.x (discovered a very limited number of deviations)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 30, 2021
into prettierx-rebase-branch-001

based on some updates from:

- #549
- #569
- #603

with a very limited update needed in src/language-js/needs-parens.js

and with comments where the updates are NO LONGER NEEDED in
src/language-js/needs-parens.js

tested with prettierX-specific formatting test cases from prettierX
0.18.x (discovered a very limited number of deviations)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jun 30, 2021
into prettierx 0.19.0-01-update-branch

based on some updates from:

- #549
- #569
- #603

with a very limited update needed in src/language-js/needs-parens.js

and with comments where updates from 0.18.x are NO LONGER NEEDED in
src/language-js/needs-parens.js

tested with prettierX-specific formatting test cases from prettierX
0.18.x (discovered a very limited number of deviations)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
brodybits added a commit that referenced this pull request Jul 1, 2021
into prettierx 0.19.0-01-update-branch

based on some updates from:

- #549
- #569
- #603

with a very limited update needed in src/language-js/needs-parens.js

and with comments where updates from 0.18.x are NO LONGER NEEDED in
src/language-js/needs-parens.js

tested with prettierX-specific formatting test cases from prettierX
0.18.x (discovered a very limited number of deviations)

TODO items:

- include test updates from prettierX dev branch
- update documentation

Co-authored-by: Adaline Valentina Simonian <adalinesimonian@gmail.com>
Co-authored-by: Christopher J. Brody <chris.brody+brodybits@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error: unknown type: "TSNamedTupleMember" Merge with updates from Prettier 2.3.0