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: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8.0
Choose a base ref
...
head repository: ruby-syntax-tree/syntax_tree
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.9.0
Choose a head ref
  • 11 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 21, 2022

  1. Bump minitest from 5.16.0 to 5.16.1

    Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.0 to 5.16.1.
    - [Release notes](https://github.com/seattlerb/minitest/releases)
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.16.0...v5.16.1)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    9b1e8e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #101 from ruby-syntax-tree/dependabot/bundler/mini…

    …test-5.16.1
    
    Bump minitest from 5.16.0 to 5.16.1
    github-actions[bot] authored Jun 21, 2022
    Configuration menu
    Copy the full SHA
    cc38cf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Bump rubocop from 1.30.1 to 1.31.0

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.1 to 1.31.0.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.30.1...v1.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    a9ad4b4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #104 from ruby-syntax-tree/dependabot/bundler/rubo…

    …cop-1.31.0
    
    Bump rubocop from 1.30.1 to 1.31.0
    github-actions[bot] authored Jun 27, 2022
    Configuration menu
    Copy the full SHA
    e4f8ee5 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Bump rubocop from 1.31.0 to 1.31.1

    Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.31.0 to 1.31.1.
    - [Release notes](https://github.com/rubocop/rubocop/releases)
    - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
    - [Commits](rubocop/rubocop@v1.31.0...v1.31.1)
    
    ---
    updated-dependencies:
    - dependency-name: rubocop
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    2e85a49 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from ruby-syntax-tree/dependabot/bundler/rubo…

    …cop-1.31.1
    
    Bump rubocop from 1.31.0 to 1.31.1
    github-actions[bot] authored Jun 29, 2022
    Configuration menu
    Copy the full SHA
    cd2e476 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Configuration menu
    Copy the full SHA
    ba2a6e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2022

  1. Bump minitest from 5.16.1 to 5.16.2

    Bumps [minitest](https://github.com/seattlerb/minitest) from 5.16.1 to 5.16.2.
    - [Release notes](https://github.com/seattlerb/minitest/releases)
    - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc)
    - [Commits](minitest/minitest@v5.16.1...v5.16.2)
    
    ---
    updated-dependencies:
    - dependency-name: minitest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    0d59abe View commit details
    Browse the repository at this point in the history
  2. Merge pull request #107 from ruby-syntax-tree/dependabot/bundler/mini…

    …test-5.16.2
    
    Bump minitest from 5.16.1 to 5.16.2
    github-actions[bot] authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3e687d5 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from xeger/inlayHint

    Add inlay hint support per LSP specification.
    kddnewton authored Jul 4, 2022
    Configuration menu
    Copy the full SHA
    398cf3b View commit details
    Browse the repository at this point in the history
  4. Bump to v2.9.0

    kddnewton committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    201d27d View commit details
    Browse the repository at this point in the history
Loading