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: thoughtworks/talisman
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.34.0
Choose a base ref
...
head repository: thoughtworks/talisman
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.35.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Apr 14, 2025

  1. Bump golang.org/x/crypto from 0.31.0 to 0.35.0 (#475)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0.
    - [Commits](golang/crypto@v0.31.0...v0.35.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-version: 0.35.0
      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 Apr 14, 2025
    Configuration menu
    Copy the full SHA
    0f76171 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Don't ignore node_modules from node scope

    node_modules should not be checked into git. If you do this and would
    like to continue to ignore it, create a fileignoreconfig in .talismanrc
    for 'node_modules'
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    a2301ba View commit details
    Browse the repository at this point in the history
  2. Ignore scoped files anywhere in a repo

    When checking if an Addition belongs to any scopes, we should compare
    just the basename of the Addition instead of using the standard
    filename/path matching logic.
    
    Authored-by: Owen Nelson <owen.nelson@thoughtworks.com>
    tw-owen-nelson committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    9c8988e View commit details
    Browse the repository at this point in the history
Loading