Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

fix(deps): update dependency node-fetch to v3 #372

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
5 changes: 0 additions & 5 deletions .changeset/silly-days-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silver-radios-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-numbers-occur.md

This file was deleted.

18 changes: 5 additions & 13 deletions .github/workflows/release-or-pr.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Release

on:
workflow_run:
workflows: ["automatic-release"]
branches: [master]
types:
- completed
push:
branches:
- master

jobs:
release:
Expand All @@ -18,16 +16,10 @@ jobs:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup Node.js 12.x
- name: Setup Node.js 18.x
uses: actions/setup-node@v2
with:
node-version: 16.x

- name: Setup GIT
run: |
git config --global user.email "[email protected]"
git config --global user.name "GraphQL Bot"
git remote add origin "https://$GITHUB_ACTOR:[email protected]/$GITHUB_REPOSITORY.git" || true
node-version: "14"

- name: Install Dependencies
run: npm ci
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## 0.3.50

### Patch Changes

- [#448](https://github.com/graphql/vscode-graphql/pull/448) [`f894dad`](https://github.com/graphql/vscode-graphql/commit/f894daddfe7382f7eb8e9c921c54904255a3557c) Thanks [@acao](https://github.com/acao)! - ugprade graphql-language-service-server to the latest patch version for windows path fix

* [#436](https://github.com/graphql/vscode-graphql/pull/436) [`2370607`](https://github.com/graphql/vscode-graphql/commit/23706071c6338c05e951783a3e7dfd5000da6d02) Thanks [@orta](https://github.com/orta)! - Adds support for making clicking on the graphql status item show the output channel

- [#277](https://github.com/graphql/vscode-graphql/pull/277) [`6017872`](https://github.com/graphql/vscode-graphql/commit/6017872b7f19ef5c3fcad404fca9ffd5b8ba5d87) Thanks [@AumyF](https://github.com/AumyF)! - provide 'Execute Query' for `/* GraphQL */` templates

* [#422](https://github.com/graphql/vscode-graphql/pull/422) [`0e2235d`](https://github.com/graphql/vscode-graphql/commit/0e2235d7fa229b78fb330c337d14fabf679884c2) Thanks [@orta](https://github.com/orta)! - Use the vscode theme API to set the right colours for the status bar item

## 0.3.48

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Install the [VSCode GraphQL Extension](https://marketplace.visualstudio.com/item

**This extension requires a graphql-config file**.

As of `[email protected]` we support `graphql-config@3`. You can read more about that [here](https://graphql-config.com/usage). Because it now uses `cosmicconfig` there are plenty of new options for loading config files:
As of `[email protected]` we support `graphql-config@3`. You can read more about that [here](https://www.graphql-config.com/docs/user/user-usage). Because it now uses `cosmicconfig` there are plenty of new options for loading config files:

```
graphql.config.json
Expand Down
Loading