forked from graphql/graphql-playground
-
Notifications
You must be signed in to change notification settings - Fork 1
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
joaohaas
wants to merge
117
commits into
master
Choose a base branch
from
onsign-playground-changes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [aws-lambda](https://github.com/awspilot/cli-lambda-deploy) from 0.1.2 to 1.0.5. - [Release notes](https://github.com/awspilot/cli-lambda-deploy/releases) - [Changelog](https://github.com/awspilot/cli-lambda-deploy/blob/master/ChangeLog) - [Commits](https://github.com/awspilot/cli-lambda-deploy/commits) Signed-off-by: dependabot[bot] <support@github.com>
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.2. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.2) Signed-off-by: dependabot[bot] <support@github.com>
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 [aws-lambda](https://github.com/awspilot/cli-lambda-deploy) from 0.1.2 to 1.0.5. - [Release notes](https://github.com/awspilot/cli-lambda-deploy/releases) - [Changelog](https://github.com/awspilot/cli-lambda-deploy/blob/master/ChangeLog) - [Commits](https://github.com/awspilot/cli-lambda-deploy/commits) 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
Makes it easier to read stack traces.
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>
- 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.
…1322) use a `Partial` for `settings` key
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add changes needed for our playground frontend on the developer page