Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: graphql/graphiql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: [email protected]
Choose a base ref
...
head repository: graphql/graphiql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: [email protected]
Choose a head ref
  • 18 commits
  • 110 files changed
  • 6 contributors

Commits on Jun 9, 2022

  1. Configuration menu
    Copy the full SHA
    d080ed6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abb5517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80bf1d9 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. Configuration menu
    Copy the full SHA
    513e67c View commit details
    Browse the repository at this point in the history
  2. apply fixes for ESLint no-unused-vars rule (#2489)

    * apply fixes for ESLint `no-unused-vars` rule
    
    * fix tests
    
    * remove unused declaration in cm6 parcel example
    
    Co-authored-by: Dimitri POSTOLOV <[email protected]>
    
    Co-authored-by: Rikki Schulte <[email protected]>
    dimaMachina and acao authored Jun 10, 2022
    Configuration menu
    Copy the full SHA
    f17ccb7 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    731b3b7 View commit details
    Browse the repository at this point in the history
  2. simplify doc explorer components (#2477)

    * simplify type link
    
    * refactor class components to function components
    
    * remove props and consume contexts
    
    * simplify field link
    
    * use type assertion functions from graphql-js
    
    * add back schema prop to DocExplorer
    thomasheyenbrock authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5268c9a View commit details
    Browse the repository at this point in the history
  3. Bump moment from 2.29.1 to 2.29.3 (#2487)

    Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.3.
    - [Release notes](https://github.com/moment/moment/releases)
    - [Changelog](https://github.com/moment/moment/blob/2.29.3/CHANGELOG.md)
    - [Commits](moment/moment@2.29.1...2.29.3)
    
    ---
    updated-dependencies:
    - dependency-name: moment
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9b7a24f View commit details
    Browse the repository at this point in the history
  4. Bump semver-regex from 3.1.2 to 3.1.4 (#2473)

    Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4.
    - [Release notes](https://github.com/sindresorhus/semver-regex/releases)
    - [Commits](sindresorhus/semver-regex@v3.1.2...v3.1.4)
    
    ---
    updated-dependencies:
    - dependency-name: semver-regex
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5e7de9d View commit details
    Browse the repository at this point in the history
  5. Bump eventsource from 1.1.0 to 1.1.1 (#2465)

    Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1.
    - [Release notes](https://github.com/EventSource/eventsource/releases)
    - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md)
    - [Commits](EventSource/eventsource@v1.1.0...v1.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: eventsource
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    72fda75 View commit details
    Browse the repository at this point in the history
  6. Version Packages (#2500)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    acao and github-actions[bot] authored Jun 14, 2022
    Configuration menu
    Copy the full SHA
    f13ceb2 View commit details
    Browse the repository at this point in the history
  7. chore: use the same TypeScript version

    n1ru4l authored and acao committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    b6102a1 View commit details
    Browse the repository at this point in the history
  8. fix: resolve TypeScript errors

    n1ru4l authored and acao committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    df5a1f7 View commit details
    Browse the repository at this point in the history
  9. feat: add prettier!

    acao committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    713c41c View commit details
    Browse the repository at this point in the history
  10. Revert "feat: add prettier!"

    This reverts commit 713c41c.
    acao committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    746ee73 View commit details
    Browse the repository at this point in the history
  11. add keymap option

    acao committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    5437ee6 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Remove redundant check (#2506)

    * Remove redundant check
    
    * Create sixty-poems-punch.md
    acao authored Jun 15, 2022
    Configuration menu
    Copy the full SHA
    cccefa7 View commit details
    Browse the repository at this point in the history
  2. Version Packages

    github-actions[bot] authored and acao committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    915b4ff View commit details
    Browse the repository at this point in the history
Loading