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: onsi/gomega
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.36.2
Choose a base ref
...
head repository: onsi/gomega
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.36.3
Choose a head ref
  • 12 commits
  • 128 files changed
  • 5 contributors

Commits on Jan 2, 2025

  1. Fix typos (#813)

    deining authored Jan 2, 2025
    1 Configuration menu
    Copy the full SHA
    a1d518b View commit details
    Browse the repository at this point in the history
  2. Bump webrick from 1.8.1 to 1.9.1 in /docs (#800)

    Bumps [webrick](https://github.com/ruby/webrick) from 1.8.1 to 1.9.1.
    - [Release notes](https://github.com/ruby/webrick/releases)
    - [Commits](ruby/webrick@v1.8.1...v1.9.1)
    
    ---
    updated-dependencies:
    - dependency-name: webrick
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    b55a92d View commit details
    Browse the repository at this point in the history
  3. Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#812)

    Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.22.1 to 2.22.2.
    - [Release notes](https://github.com/onsi/ginkgo/releases)
    - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
    - [Commits](onsi/ginkgo@v2.22.1...v2.22.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/onsi/ginkgo/v2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    06431b9 View commit details
    Browse the repository at this point in the history
  4. Bump rexml from 3.2.6 to 3.3.9 in /docs (#788)

    Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.9.
    - [Release notes](https://github.com/ruby/rexml/releases)
    - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
    - [Commits](ruby/rexml@v3.2.6...v3.3.9)
    
    ---
    updated-dependencies:
    - dependency-name: rexml
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    c8b4a07 View commit details
    Browse the repository at this point in the history
  5. Bump github-pages from 231 to 232 in /docs (#778)

    Bumps [github-pages](https://github.com/github/pages-gem) from 231 to 232.
    - [Release notes](https://github.com/github/pages-gem/releases)
    - [Commits](github/pages-gem@v231...v232)
    
    ---
    updated-dependencies:
    - dependency-name: github-pages
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    ced70d7 View commit details
    Browse the repository at this point in the history
  6. Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#772)

    Bumps [activesupport](https://github.com/rails/rails) from 6.0.6.1 to 6.1.7.5.
    - [Release notes](https://github.com/rails/rails/releases)
    - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/activesupport/CHANGELOG.md)
    - [Commits](rails/rails@v6.0.6.1...v6.1.7.5)
    
    ---
    updated-dependencies:
    - dependency-name: activesupport
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 2, 2025
    Configuration menu
    Copy the full SHA
    36fbc84 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. Bump golang.org/x/net from 0.33.0 to 0.35.0 (#823)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.35.0.
    - [Commits](golang/net@v0.33.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    604a8b1 View commit details
    Browse the repository at this point in the history
  2. remove spurious "toolchain" from go.mod (#819)

    Having go.mod specific a exact toolchain is not required and breaks
    some build systems.  The preference is to remove this allow Go to use
    the appropriate installed tooling.
    cwedgwood authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    a0e85b9 View commit details
    Browse the repository at this point in the history
  3. Bump google.golang.org/protobuf from 1.36.1 to 1.36.5 (#822)

    Bumps google.golang.org/protobuf from 1.36.1 to 1.36.5.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 11, 2025
    Configuration menu
    Copy the full SHA
    9fe5259 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

  1. chore: replace interface{} with any

    - See discussion in: onsi/ginkgo#1203
    - Updating Gomega for consistency with Ginkgo
    blgm authored and onsi committed Feb 12, 2025
    Configuration menu
    Copy the full SHA
    7613216 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. bump all the things

    onsi committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    adb8b49 View commit details
    Browse the repository at this point in the history
  2. v1.36.3

    onsi committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    2251143 View commit details
    Browse the repository at this point in the history
Loading