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: googleapis/code-suggester
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4
Choose a base ref
...
head repository: googleapis/code-suggester
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5
Choose a head ref
  • 7 commits
  • 16 files changed
  • 4 contributors

Commits on Feb 26, 2025

  1. feat!: require node 18+ (#510)

    * feat!: require node 18+
    
    * ci: run on node 18+
    chingor13 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    7872278 View commit details
    Browse the repository at this point in the history
  2. fix(deps): update octokit/rest to v20 (#512)

    * deps: update dependencies
    
    * deps: update octokit/rest to v20
    
    * skipLibCheck for action
    
    * deps(action): update octokit rest to v20
    
    * ci: run action tests on node 20
    
    * go back to single octokit declaration
    chingor13 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    64a2445 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump serialize-javascript and mocha (#509)

    Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together.
    
    
    Updates `serialize-javascript` from 6.0.0 to 6.0.2
    - [Release notes](https://github.com/yahoo/serialize-javascript/releases)
    - [Commits](yahoo/serialize-javascript@v6.0.0...v6.0.2)
    
    Updates `mocha` from 9.2.2 to 11.1.0
    - [Release notes](https://github.com/mochajs/mocha/releases)
    - [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
    - [Commits](mochajs/mocha@v9.2.2...v11.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: serialize-javascript
      dependency-type: indirect
    - dependency-name: mocha
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    5e21815 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc25927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fc6903 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4c374ef View commit details
    Browse the repository at this point in the history
  7. chore(main): release 5.0.0 (#511)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Jeff Ching <chingor@google.com>
    release-please[bot] and chingor13 authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    f9fef85 View commit details
    Browse the repository at this point in the history
Loading