Skip to content

Commit

Permalink
Merge branch 'main' into next
Browse files Browse the repository at this point in the history
# Conflicts:
#	docs/browser.md
#	package.json
#	scripts/release/yarn.lock
#	scripts/vendors/vendor-meta.json
#	scripts/vendors/vendors.mjs
#	src/cli/expand-patterns.js
#	src/cli/format.js
#	src/cli/utils.js
#	src/language-js/index.js
#	src/language-js/parse/postprocess/index.js
#	src/language-js/parse/postprocess/typescript.js
#	tests/format/misc/errors/invalid/jsfmt.spec.js
#	tests/integration/__tests__/__snapshots__/support-info.js.snap
#	website/playground/sidebar/SidebarOptions.js
#	yarn.lock
  • Loading branch information
fisker committed Jun 19, 2022
2 parents 5f8885d + fde0b49 commit 0e0f879
Show file tree
Hide file tree
Showing 68 changed files with 2,787 additions and 1,284 deletions.
4 changes: 4 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
# See https://git-scm.com/docs/git-blame#Documentation/git-blame.txt---ignore-revs-fileltfilegt

# Prettier bump after release
# 2.7.1
1f9baef429df2516ff8eb835fd8c020b5e854a5f
# 2.7.0
59ec4f2ef4aef37c10a265aa7fc568c596fb4427
# 2.6.2
e2d9e9139d34043c8e6c45cda2777de013340e2e
# 2.6.1
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/formatting.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Don't fill the form below manually! Let a program create a report for you:
-->

**Prettier 2.6.2**
**Prettier 2.7.1**
[Playground link](https://prettier.io/playground/#.....)

```sh
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ BEFORE SUBMITTING AN ISSUE:

**Environments:**

- Prettier Version: 2.6.2
- Prettier Version: 2.7.1
- Running Prettier via: <!-- CLI, Node.js API, Browser API, etc. -->
- Runtime: <!-- Node.js v14, Chrome v83, etc. -->
- Operating System: <!-- Windows, Linux, macOS, etc. -->
Expand Down
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# 2.7.1

[diff](https://github.com/prettier/prettier/compare/2.7.0...2.7.1)

#### Keep useful empty lines in description ([#13013](https://github.com/prettier/prettier/pull/13013) by [@chimurai](https://github.com/chimurai))

<!-- prettier-ignore -->
```graphql
# Input
"""
First line
Second Line
"""
type Person {
name: String
}

# Prettier 2.7.0
"""
First line
Second Line
"""
type Person {
name: String
}


# Prettier 2.7.1
"""
First line
Second Line
"""
type Person {
name: String
}
```

# 2.7.0

[diff](https://github.com/prettier/prettier/compare/2.6.2...2.7.0)

🔗 [Release Notes](https://prettier.io/blog/2022/06/14/2.7.0.html)

# 2.6.2

[diff](https://github.com/prettier/prettier/compare/2.6.1...2.6.2)
Expand Down
21 changes: 0 additions & 21 deletions changelog_unreleased/cli/12561.md

This file was deleted.

3 changes: 0 additions & 3 deletions changelog_unreleased/cli/12603.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog_unreleased/cli/12682.md

This file was deleted.

17 changes: 0 additions & 17 deletions changelog_unreleased/graphql/12519.md

This file was deleted.

59 changes: 0 additions & 59 deletions changelog_unreleased/graphql/12608.md

This file was deleted.

32 changes: 0 additions & 32 deletions changelog_unreleased/html/12882.md

This file was deleted.

33 changes: 0 additions & 33 deletions changelog_unreleased/javascript/12746.md

This file was deleted.

77 changes: 0 additions & 77 deletions changelog_unreleased/javascript/12779.md

This file was deleted.

49 changes: 0 additions & 49 deletions changelog_unreleased/javascript/12860.md

This file was deleted.

13 changes: 0 additions & 13 deletions changelog_unreleased/typescript/12706.md

This file was deleted.

0 comments on commit 0e0f879

Please sign in to comment.