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: rmuir/tree-sitter-javadoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.2
Choose a base ref
...
head repository: rmuir/tree-sitter-javadoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.3
Choose a head ref
  • 9 commits
  • 14 files changed
  • 2 contributors

Commits on Mar 22, 2025

  1. add ci (#3)

    * fix rust bindings test
    * disable swift as this requires mac-only and I use linux.
    * enable dependabot
    rmuir authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    934b4bd View commit details
    Browse the repository at this point in the history
  2. ci: bump tree-sitter/setup-action from 1 to 2 in the actions group

    Bumps the actions group with 1 update: [tree-sitter/setup-action](https://github.com/tree-sitter/setup-action).
    
    
    Updates `tree-sitter/setup-action` from 1 to 2
    - [Release notes](https://github.com/tree-sitter/setup-action/releases)
    - [Commits](tree-sitter/setup-action@v1...v2)
    
    ---
    updated-dependencies:
    - dependency-name: tree-sitter/setup-action
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    62f54c6 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/tree-sitter/go-tree-sitter in the go group

    Bumps the go group with 1 update: [github.com/tree-sitter/go-tree-sitter](https://github.com/tree-sitter/go-tree-sitter).
    
    
    Updates `github.com/tree-sitter/go-tree-sitter` from 0.24.0 to 0.25.0
    - [Commits](https://github.com/tree-sitter/go-tree-sitter/commits)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/tree-sitter/go-tree-sitter
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    9042b09 View commit details
    Browse the repository at this point in the history
  4. build(deps): bump tree-sitter-cli from 0.25.2 to 0.25.3 in the npm group

    Bumps the npm group with 1 update: [tree-sitter-cli](https://github.com/tree-sitter/tree-sitter).
    
    
    Updates `tree-sitter-cli` from 0.25.2 to 0.25.3
    - [Release notes](https://github.com/tree-sitter/tree-sitter/releases)
    - [Commits](tree-sitter/tree-sitter@v0.25.2...v0.25.3)
    
    ---
    updated-dependencies:
    - dependency-name: tree-sitter-cli
      dependency-type: direct:development
      update-type: version-update:semver-patch
      dependency-group: npm
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    169b184 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from rmuir/dependabot/github_actions/actions-7f…

    …23f7d957
    
    ci: bump tree-sitter/setup-action from 1 to 2 in the actions group
    rmuir authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    9d9dee0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #5 from rmuir/dependabot/go_modules/go-fe18591071

    build(deps): bump github.com/tree-sitter/go-tree-sitter from 0.24.0 to 0.25.0 in the go group
    rmuir authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    51f06fc View commit details
    Browse the repository at this point in the history
  7. Merge pull request #6 from rmuir/dependabot/npm_and_yarn/npm-854dd31f25

    build(deps): bump tree-sitter-cli from 0.25.2 to 0.25.3 in the npm group
    rmuir authored Mar 22, 2025
    Configuration menu
    Copy the full SHA
    f741f4b View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. fix npm publish

    rmuir committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    a2129ad View commit details
    Browse the repository at this point in the history
  2. Release 0.0.3

    rmuir committed Mar 24, 2025
    Configuration menu
    Copy the full SHA
    db9589e View commit details
    Browse the repository at this point in the history
Loading