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

OnSign playground changes #1

Open
wants to merge 117 commits into
base: master
Choose a base branch
from
Open

Conversation

joaohaas
Copy link
Member

@joaohaas joaohaas commented Sep 3, 2019

Add changes needed for our playground frontend on the developer page

@joaohaas joaohaas requested a review from edufelipe September 3, 2019 14:37
@joaohaas joaohaas closed this Sep 3, 2019
@joaohaas joaohaas reopened this Sep 3, 2019
joaohaas and others added 24 commits September 3, 2019 14:58
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.10.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.10.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.4...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](jonschlinkert/mixin-deep@1.3.0...1.3.2)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.4 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.4...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [cryptiles](https://github.com/hapijs/cryptiles) from 4.1.1 to 4.1.3. **This update includes security fixes.**
- [Release notes](https://github.com/hapijs/cryptiles/releases)
- [Commits](hapijs/cryptiles@v4.1.1...v4.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
because yarn workspaces was disabled at some point, dependabot is only monitoring the root yarn.lock. danger!
if you enable workspaces and update the underlying versions, and do yarn audit, you'll see more than dependabot reports (which is just the root it seems?)
github shows all the vulnerabilities in all lockfiles very prominently, however
this also adds conventional commits support so we don't have to rename the PRs for them to pass the CI in place
…ql#984)

`graphql-playground-middleware-express` `package.json` should now point to the latest version
* Limit the height of the result panel to the max size
* Pin scrollbar position in the subscription result pane
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 2.11.1 to 3.1.11. **This update includes a security fix.**
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v2.11.1...v3.1.11)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 16.4.0 to 16.4.2. **This update includes a security fix.**
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.4.2/packages/react-dom)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
etylermoss and others added 30 commits September 15, 2020 10:48
 - graphql-playground-electron@1.8.14
 - graphql-playground-html@1.6.28
 - graphql-playground-middleware-express@1.7.21
 - graphql-playground-middleware-hapi@1.6.18
 - graphql-playground-middleware-koa@1.6.20
 - graphql-playground-middleware-lambda@1.7.22
* ci: disable electron build for now
* remove all ci except netlify for now
* Add Discord invite

* Add Discord link to React package readme

* Trigger Build
 - graphql-playground-electron@1.8.15
 - graphql-playground-html@1.6.29
 - graphql-playground-middleware-express@1.7.22
 - graphql-playground-middleware-hapi@1.6.19
 - graphql-playground-middleware-koa@1.6.21
 - graphql-playground-middleware-lambda@1.7.23
 - graphql-playground-react@1.7.27
* Add EasyCLA instructions

Signed-off-by: Brian Warner <brian@bdwarner.com>

* Improvements to EasyCLA instructions

Signed-off-by: Brian Warner <brian@bdwarner.com>
Warning: Calling brew cask install is deprecated! Use brew install [--cask] instead.
Update install command to solve the issue

> Error: Calling brew cask install is disabled! Use brew install [--cask] instead.

This is new command based on https://brew.sh/
This change fixes an XSS vulnerability that has been present since the first
commit of GraphQL Playground when used with an untrusted GraphQL server. It applies three
strategies to fix via defense-in-depth: HTML escaping a string in a context
that uses innerHTML; validating incoming schemas with graphql-js validateSchema;
and using a single up-to-date Markdown library.

See docs/security/2021-introspection-schema-xss.md for more details.
Prettier is used in the final bundle to lint data in the 'Schema' tab.
However, linting of 'an interface that implements an interface' was only
implemented in version 2.1. This resulted in a JS exception when trying
to access such tab.
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.