Skip to content

Commit

Permalink
fix: tweak to prevent prettier formatting to the changelog file (#3133)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao committed Apr 7, 2023
1 parent 4069090 commit a8f21ad
Show file tree
Hide file tree
Showing 21 changed files with 1,253 additions and 4,056 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-impalas-eat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vscode-graphql-syntax': patch
---

ci: test formatting fix with a changeset
8 changes: 6 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@
"files": ["*.md", "*.mdx"],
"options": {
"printWidth": 80,
"proseWrap": "always"
"proseWrap": "preserve"
}
},
{
"files": ["**/.changeset/*.md"],
"files": [
"**/.changeset/*.md",
"**/CHANGELOG.md",
"working-group/agendas/**/*.md"
],
"options": {
"proseWrap": "never"
}
Expand Down
49 changes: 14 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
> **Archived** For up to date changelogs that are automatically generated by
> [changesets](https://github.com/atlassian/changesets), see CHANGELOG.md files
> in respective workspaces. For example, the `graphiql` changelog is located at
> [packages/graphiql/CHANGELOG.md](./packages/graphiql/CHANGELOG.md), and the
> language server changelog is located at
> [packages/graphql-language-service-server/CHANGELOG.md](./packages/graphql-language-service-server/CHANGELOG.md)
> **Archived** For up to date changelogs that are automatically generated by [changesets](https://github.com/atlassian/changesets), see CHANGELOG.md files in respective workspaces. For example, the `graphiql` changelog is located at [packages/graphiql/CHANGELOG.md](./packages/graphiql/CHANGELOG.md), and the language server changelog is located at [packages/graphql-language-service-server/CHANGELOG.md](./packages/graphql-language-service-server/CHANGELOG.md)
## GraphiQL 0.14.2 - 11 Aug, 2019

Expand All @@ -21,8 +16,7 @@

- Fix formatting of subscription errors - #636, #722 - @benjie
- preserve ctrl-f key for macOS - #759 - @pd4d10
- Fix earlier 'Mode graphql failed to advance stream' on Linux by eating an
exotic whitespace character - #735 closed by #932 - @benjie
- Fix earlier 'Mode graphql failed to advance stream' on Linux by eating an exotic whitespace character - #735 closed by #932 - @benjie
- Fix: check `this.editor` exists before `this.editor.off` in QueryEditor

## Codemirror GraphQL - 0.9 - 11 Aug, 2019
Expand Down Expand Up @@ -53,16 +47,14 @@

### Fixes

- Fix 'mode graphql failed to advance stream' error from shift-alt-space, etc -
#932 - @benjie
- Fix 'mode graphql failed to advance stream' error from shift-alt-space, etc - #932 - @benjie

## GraphQL Language Service Interface 2.1.0 - 11 Aug, 2019

### Features

- add \_\_typename field suggestion against object type - (#903) @yoshiakis
- Update sortText logic, so that field sort is schema driven rather than
alphabetically sorted - (#884) @ganemone
- Update sortText logic, so that field sort is schema driven rather than alphabetically sorted - (#884) @ganemone

### Chores

Expand All @@ -73,8 +65,7 @@
## GraphQL Language Service 2.1.0

- BREAKING: add peer support for graphql 14.x
- BREAKING: remove incompatible dependencies on graphql 0.11 and below (b/c of
gls-utils 2.x)
- BREAKING: remove incompatible dependencies on graphql 0.11 and below (b/c of gls-utils 2.x)

## GraphQL Language Service Utils 2.1.0 - 11 Aug, 2019

Expand All @@ -99,8 +90,7 @@

- Hint/popup/etc DOM nodes use container rather than creating children of
<body> - #791 - @codestryke
- Add readOnly prop and pass to `QueryEditor` and `VariableEditor` - #718 -
@TheSharpieOne
- Add readOnly prop and pass to `QueryEditor` and `VariableEditor` - #718 - @TheSharpieOne
- Add operationName to introspection query - #664 - @jbblanchet
- Image Preview Functionality - #789 - @dunnbobcat @asiandrummer

Expand All @@ -122,8 +112,7 @@

## Codemirror Graphql Mode 0.8.4 - 11 Aug, 2018

You will now be importing async methods from gls-interface 2.0.0, thus your
bundler will require regenerator runtime
You will now be importing async methods from gls-interface 2.0.0, thus your bundler will require regenerator runtime

## Chores

Expand All @@ -134,41 +123,31 @@ bundler will require regenerator runtime

### Chores

- BREAKING: upgrade internal dependencies - gls-parser, gls-types, and gls-utils
to 2.0.0 - @lostplan
- BREAKING: remove incompatible dependencies on graphql 0.11 and below -
@lostplan
- BREAKING: upgrade internal dependencies - gls-parser, gls-types, and gls-utils to 2.0.0 - @lostplan
- BREAKING: remove incompatible dependencies on graphql 0.11 and below - @lostplan

## GraphQL Language Service Utils 2.0.0 - 11 Sep, 2018

### Chores

- BREAKING: deprecate support for graphql-js 0.11.x and below - @lostplan
[graphql/graphql-language-service#256](https://github.com/graphql/graphql-language-service/pull/256)
[new ref](https://github.com/graphql/graphiql/commit/895e68537fd802b8b6ddf2578a1f76f85982c773)
because of
[this change](https://github.com/graphql/graphiql/commit/068c57fdb4a147be3c2fc38167e2def74d217a82#diff-696ceb17e38e4a274d4a149d24513b78)
- BREAKING: deprecate support for graphql-js 0.11.x and below - @lostplan [graphql/graphql-language-service#256](https://github.com/graphql/graphql-language-service/pull/256) [new ref](https://github.com/graphql/graphiql/commit/895e68537fd802b8b6ddf2578a1f76f85982c773) because of [this change](https://github.com/graphql/graphiql/commit/068c57fdb4a147be3c2fc38167e2def74d217a82#diff-696ceb17e38e4a274d4a149d24513b78)
- BREAKING: GraphQL 14.x support, peer dependency resolutions - #244 - @AGS-

## GraphQL Language Service Utils 1.2.2 - 11 Sep, 2018

### Chores

- add graphql-js 0.13 to peer deps of types package
(graphql/graphql-language-service#241)
- add graphql-js 0.13 to peer deps of types package (graphql/graphql-language-service#241)

## GraphQL Language Service Server 2.0.0 - 11 Sep, 2019

### Chores

- add graphql-js 0.13 to peer dependencies
(graphql/graphql-language-service#241)
- BREAKING: upgrade internal dependencies - gls-interface, gls-server and
gls-utils to 2.0.0 @lostplan
- add graphql-js 0.13 to peer dependencies (graphql/graphql-language-service#241)
- BREAKING: upgrade internal dependencies - gls-interface, gls-server and gls-utils to 2.0.0 @lostplan

## GraphQL Language Service 2.0.0 - 11 Sep, 2018

### Chores

- BREAKING: upgrade internal dependencies - gls-interface, gls-server and
gls-utils to 2.0.0 @Sol
- BREAKING: upgrade internal dependencies - gls-interface, gls-server and gls-utils to 2.0.0 @Sol
3 changes: 1 addition & 2 deletions examples/graphiql-cdn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.8](https://github.com/graphql/graphiql/compare/example-graphiql-cdn@0.0.8-alpha.6...example-graphiql-cdn@0.0.8) (2020-06-11)

Expand Down
7 changes: 2 additions & 5 deletions examples/graphiql-parcel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.10-alpha.8](https://github.com/graphql/graphiql/compare/graphiql-parcel-example@1.1.10-alpha.7...graphiql-parcel-example@1.1.10-alpha.8) (2021-01-07)

Expand Down Expand Up @@ -67,6 +66,4 @@ All notable changes to this project will be documented in this file. See

### Features

- Add Parcel Example for GraphiQL
([#1511](https://github.com/graphql/graphiql/issues/1511))
([fe4b811](https://github.com/graphql/graphiql/commit/fe4b811876838cabdf545a6034ad12bc33e044b2))
- Add Parcel Example for GraphiQL ([#1511](https://github.com/graphql/graphiql/issues/1511)) ([fe4b811](https://github.com/graphql/graphiql/commit/fe4b811876838cabdf545a6034ad12bc33e044b2))
35 changes: 9 additions & 26 deletions examples/graphiql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Change Log

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1-alpha.8](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.1.1-alpha.7...example-graphiql-webpack@1.1.1-alpha.8) (2021-01-07)

Expand Down Expand Up @@ -43,9 +42,7 @@ All notable changes to this project will be documented in this file. See

### Features

- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n
([#1523](https://github.com/graphql/graphiql/issues/1523))
([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))
- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))

# [1.0.0](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.0.0-alpha.13...example-graphiql-webpack@1.0.0) (2020-06-11)

Expand All @@ -71,9 +68,7 @@ All notable changes to this project will be documented in this file. See

### Features

- introduce proper vscode completion kinds
([#1488](https://github.com/graphql/graphiql/issues/1488))
([f19aa0d](https://github.com/graphql/graphiql/commit/f19aa0ddde6109526c101c8a487f43bbb8238394))
- introduce proper vscode completion kinds ([#1488](https://github.com/graphql/graphiql/issues/1488)) ([f19aa0d](https://github.com/graphql/graphiql/commit/f19aa0ddde6109526c101c8a487f43bbb8238394))

# [1.0.0-alpha.8](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.0.0-alpha.7...example-graphiql-webpack@1.0.0-alpha.8) (2020-04-10)

Expand All @@ -91,10 +86,7 @@ All notable changes to this project will be documented in this file. See

### Features

- upgrade to graphql@15.0.0 for
[#1191](https://github.com/graphql/graphiql/issues/1191)
([#1204](https://github.com/graphql/graphiql/issues/1204))
([f13c8e9](https://github.com/graphql/graphiql/commit/f13c8e9d0e66df4b051b332c7d02f4bb83e07ffd))
- upgrade to graphql@15.0.0 for [#1191](https://github.com/graphql/graphiql/issues/1191) ([#1204](https://github.com/graphql/graphiql/issues/1204)) ([f13c8e9](https://github.com/graphql/graphiql/commit/f13c8e9d0e66df4b051b332c7d02f4bb83e07ffd))

# [1.0.0-alpha.4](https://github.com/graphql/graphiql/compare/example-graphiql-webpack@1.0.0-alpha.3...example-graphiql-webpack@1.0.0-alpha.4) (2020-04-03)

Expand All @@ -112,14 +104,11 @@ All notable changes to this project will be documented in this file. See

### Features

- deprecate support for 15, support react 16 features
([#1107](https://github.com/graphql/graphiql/issues/1107))
([bc4b6fc](https://github.com/graphql/graphiql/commit/bc4b6fc))
- deprecate support for 15, support react 16 features ([#1107](https://github.com/graphql/graphiql/issues/1107)) ([bc4b6fc](https://github.com/graphql/graphiql/commit/bc4b6fc))

### BREAKING CHANGES

- Deprecate support for React 15. Please use React 16.8 or greater for hooks
support. Co-authored-by: @ryan-m-walker, @acao Reviewed-by: @benjie
- Deprecate support for React 15. Please use React 16.8 or greater for hooks support. Co-authored-by: @ryan-m-walker, @acao Reviewed-by: @benjie

## [0.0.10](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.9...graphiql-example-webpack@0.0.10) (2019-12-09)

Expand All @@ -137,22 +126,16 @@ All notable changes to this project will be documented in this file. See

### Bug Fixes

- ensure css files move with babel dist
([ca95547](https://github.com/graphql/graphiql/commit/ca95547))
- ensure css files move with babel dist ([ca95547](https://github.com/graphql/graphiql/commit/ca95547))

## [0.0.6](https://github.com/graphql/graphiql/compare/graphiql-example-webpack@0.0.5...graphiql-example-webpack@0.0.6) (2019-12-03)

### Bug Fixes

- convert browserify build to webpack, fixes
[#976](https://github.com/graphql/graphiql/issues/976)
([#1001](https://github.com/graphql/graphiql/issues/1001))
([3caf041](https://github.com/graphql/graphiql/commit/3caf041))
- convert browserify build to webpack, fixes [#976](https://github.com/graphql/graphiql/issues/976) ([#1001](https://github.com/graphql/graphiql/issues/1001)) ([3caf041](https://github.com/graphql/graphiql/commit/3caf041))

## 0.0.5 (2019-11-26)

### Bug Fixes

- webpack resolutions for
[#882](https://github.com/graphql/graphiql/issues/882), add webpack example
([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))
- webpack resolutions for [#882](https://github.com/graphql/graphiql/issues/882), add webpack example ([ea9df3e](https://github.com/graphql/graphiql/commit/ea9df3e))
30 changes: 7 additions & 23 deletions examples/monaco-graphql-webpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,11 @@

### Patch Changes

- Updated dependencies
[[`e68cb8bc`](https://github.com/graphql/graphiql/commit/e68cb8bcaf9baddf6fca747abab871ecd1bc7a4c),
[`f788e65a`](https://github.com/graphql/graphiql/commit/f788e65aff267ec873237034831d1fd936222a9b),
[`bdc966cb`](https://github.com/graphql/graphiql/commit/bdc966cba6134a72ff7fe40f76543c77ba15d4a4),
[`db2a0982`](https://github.com/graphql/graphiql/commit/db2a0982a17134f0069483ab283594eb64735b7d),
[`8725d1b6`](https://github.com/graphql/graphiql/commit/8725d1b6b686139286cf05dec6a84d89942128ba)]:
- Updated dependencies [[`e68cb8bc`](https://github.com/graphql/graphiql/commit/e68cb8bcaf9baddf6fca747abab871ecd1bc7a4c), [`f788e65a`](https://github.com/graphql/graphiql/commit/f788e65aff267ec873237034831d1fd936222a9b), [`bdc966cb`](https://github.com/graphql/graphiql/commit/bdc966cba6134a72ff7fe40f76543c77ba15d4a4), [`db2a0982`](https://github.com/graphql/graphiql/commit/db2a0982a17134f0069483ab283594eb64735b7d), [`8725d1b6`](https://github.com/graphql/graphiql/commit/8725d1b6b686139286cf05dec6a84d89942128ba)]:
- graphql-language-service@5.1.2
- monaco-graphql@1.1.8

All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.1-alpha.7](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.1.1-alpha.6...example-monaco-graphql-webpack@1.1.1-alpha.7) (2021-01-07)

Expand All @@ -40,9 +34,7 @@ All notable changes to this project will be documented in this file. See

### Bug Fixes

- improve setSchema & schema loading, allow primitive schema
([#1648](https://github.com/graphql/graphiql/issues/1648))
([975f29e](https://github.com/graphql/graphiql/commit/975f29ed6e21c7354c42ed778dfd1b52287f70c6))
- improve setSchema & schema loading, allow primitive schema ([#1648](https://github.com/graphql/graphiql/issues/1648)) ([975f29e](https://github.com/graphql/graphiql/commit/975f29ed6e21c7354c42ed778dfd1b52287f70c6))

## [1.1.1-alpha.1](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.1.1-alpha.0...example-monaco-graphql-webpack@1.1.1-alpha.1) (2020-08-12)

Expand All @@ -56,17 +48,13 @@ All notable changes to this project will be documented in this file. See

### Features

- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n
([#1523](https://github.com/graphql/graphiql/issues/1523))
([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))
- [RFC] GraphiQL rewrite for monaco editor, react context and redesign, i18n ([#1523](https://github.com/graphql/graphiql/issues/1523)) ([ad730cd](https://github.com/graphql/graphiql/commit/ad730cdc2e3cb7216d821a01725c60475989ee20))

# [1.0.0](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.0.0-alpha.8...example-monaco-graphql-webpack@1.0.0) (2020-06-11)

### Features

- standalone monaco API
([#1575](https://github.com/graphql/graphiql/issues/1575))
([954aa3d](https://github.com/graphql/graphiql/commit/954aa3d7159fd26bba9650824e0f668e417ca64f))
- standalone monaco API ([#1575](https://github.com/graphql/graphiql/issues/1575)) ([954aa3d](https://github.com/graphql/graphiql/commit/954aa3d7159fd26bba9650824e0f668e417ca64f))

# [1.0.0-alpha.8](https://github.com/graphql/graphiql/compare/example-monaco-graphql-webpack@1.0.0-alpha.7...example-monaco-graphql-webpack@1.0.0-alpha.8) (2020-06-04)

Expand All @@ -88,9 +76,5 @@ All notable changes to this project will be documented in this file. See

### Features

- Monaco Mode - Phase 2 - Mode & Worker
([#1459](https://github.com/graphql/graphiql/issues/1459))
([bc95fb4](https://github.com/graphql/graphiql/commit/bc95fb46459a4437ff9471ff43c98e1c5c50f51e))
- monaco-graphql docs, api, improvements
([#1521](https://github.com/graphql/graphiql/issues/1521))
([c79158c](https://github.com/graphql/graphiql/commit/c79158c72e976ab286e7ec3fded7f3e2d24e50d0))
- Monaco Mode - Phase 2 - Mode & Worker ([#1459](https://github.com/graphql/graphiql/issues/1459)) ([bc95fb4](https://github.com/graphql/graphiql/commit/bc95fb46459a4437ff9471ff43c98e1c5c50f51e))
- monaco-graphql docs, api, improvements ([#1521](https://github.com/graphql/graphiql/issues/1521)) ([c79158c](https://github.com/graphql/graphiql/commit/c79158c72e976ab286e7ec3fded7f3e2d24e50d0))
Loading

0 comments on commit a8f21ad

Please sign in to comment.