Skip to content

Merge v14.0.4 (+ readme updates) #3

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
merged 28 commits into from
May 24, 2024
Merged

Merge v14.0.4 (+ readme updates) #3

merged 28 commits into from
May 24, 2024

Conversation

mdmower-csnw
Copy link

  • Merge the latest upstream, see procedure below.
  • This v14.0.4 with two additional commits because they are only readme updates.
git checkout csnw
git checkout -b csnw-dev
git fetch upstream
git merge upstream/master
# Merge conflict, choose upstream test snapshots
git checkout upstream/master test/__snapshots__/test/test.ts.snap
npm ci
npm run test
git add .
git merge --continue

bcherny and others added 28 commits January 14, 2024 11:46
* feat: support `customName` options

* feat: support nullish name for `customName`
Doing this to avoid warnings when running `npm i`, since @typescript-eslint still requires 8.56.
* feat: [577] Add yml support

* Update README.md

Co-authored-by: Boris Cherny <[email protected]>

* feat: [577] Add yml support

* feat: [577] Rebase - master

---------

Co-authored-by: Boris Cherny <[email protected]>
It is now deprecated as the types are now part of the prettier lib.

Fixes bcherny#593

Co-authored-by: Pascal Corpet <[email protected]>
Copy link

@speck14 speck14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdmower-csnw Review + (used BeyondCompare to diff these changes against the upstream)

@mdmower-csnw mdmower-csnw merged commit fede3b4 into csnw May 24, 2024
54 checks passed
@mdmower-csnw mdmower-csnw deleted the csnw-dev branch May 24, 2024 15:57
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.

6 participants