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: google/gts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.1
Choose a base ref
...
head repository: google/gts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.2
Choose a head ref
  • 18 commits
  • 17 files changed
  • 6 contributors

Commits on Oct 10, 2024

  1. feat!: Support Node 18+ (#896)

    * feat!: Support Node 18+
    
    Drop Support for older versions of Node.js
    
    * chore: skip windows kitchen sink until #897
    danielbankhead authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f011fa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b37243 View commit details
    Browse the repository at this point in the history
  3. feat!: Set composite: true in tsconfig-google.json (#899)

    * feat!: Set `composite: true` in `tsconfig-google.json`
    
    * chore: include `.eslintrc.json`
    
    ---------
    
    Co-authored-by: Tony Coconate <coconate@google.com>
    danielbankhead and tonycoco authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    71972dc View commit details
    Browse the repository at this point in the history
  4. feat!: Set no-floating-promises to error (#901)

    Co-authored-by: Tony Coconate <coconate@google.com>
    danielbankhead and tonycoco authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1d28f92 View commit details
    Browse the repository at this point in the history
  5. feat!: Update typescript and other dependencies (#902)

    * feat!: Update `typescript` and other dependencies
    
    * chore: `npm` types cleanup
    
    ---------
    
    Co-authored-by: Tony Coconate <coconate@google.com>
    danielbankhead and tonycoco authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    1c18b3a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a6d5e6a View commit details
    Browse the repository at this point in the history
  7. feat!: Update '.prettierrc.json' to include trailingComma: "all" to…

    … match internal Google config (#822)
    
    * feat: Update .prettierrc.json's trailingComma
    
    Use value 'all' to match internal Google config
    
    * chore: bump semver
    
    * style: lint
    
    * refactor: Update package.json
    
    No need to manually bump the version, a bot will create the release PR and handle versioning
    
    ---------
    
    Co-authored-by: Daniel Bankhead <dan@danielbankhead.com>
    Co-authored-by: Daniel Bankhead <danielbankhead@google.com>
    3 people authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    27d0d93 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    23da8ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    52dca7c View commit details
    Browse the repository at this point in the history
  10. chore(main): release 6.0.0 (#898)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    0fa757e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

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

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    3543ad8 View commit details
    Browse the repository at this point in the history
  2. fix: Allow typescript v5+ as a peer dependency (#909)

    This isn't breaking as it is improving backwards compatibilty.
    danielbankhead authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    996aaec View commit details
    Browse the repository at this point in the history
  3. chore(main): release 6.0.1 (#910)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    a7215d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    c39c279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d740b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: TS lib Support for Node 18+ (#913)

    * fix: Lib Support for Node 18+
    
    - Background: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
    
    * chore: OCD
    danielbankhead authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    82aa8e3 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 6.0.2 (#914)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2ccecda View commit details
    Browse the repository at this point in the history
Loading