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/nodejs-bigquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.9.0
Choose a base ref
...
head repository: googleapis/nodejs-bigquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.9.1
Choose a head ref
  • 10 commits
  • 22 files changed
  • 7 contributors

Commits on Aug 14, 2024

  1. build: only pass secret to the code-suggester step (#1396)

    * build: only pass secret to the code-suggester step
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    chingor13 and gcf-owl-bot[bot] authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    97f8910 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. chore: update types from Discovery (#1398)

    * chore: update types from Discovery
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    yoshi-code-bot and gcf-owl-bot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ebb3bcd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. build: fix path-to-regexp to older version due to node 14 requirement (

    …#1403)
    
    Sinon depends on the [`nise` package](https://www.npmjs.com/package/nise). That package just published `v6.0.1` which updated `path-to-regexp` from `v6.2.1` to `v8.1.0` with https://togithub.com/sinonjs/nise/pull/226. That should have been a major version bump, as this ended up introducing a breaking change that now it depends on `Node >= 16`, which is causing our CI to break. 
    
    This PR fixes `path-to-regexp` to `^6.2.1` like previously to make it work on `Node >= 14`
    
    Similar to https://togithub.com/googleapis/nodejs-bigquery-storage/pull/475
    alvarowolfx authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    7fe4561 View commit details
    Browse the repository at this point in the history
  2. chore: update types from Discovery (#1401)

    * chore: update types from Discovery
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Alvaro Viebrantz <[email protected]>
    3 people authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    df01fa2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. chore(deps): update dependency path-to-regexp to v6.3.0 (#1405)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [path-to-regexp](https://redirect.github.com/pillarjs/path-to-regexp) | [`6.2.2` -> `6.3.0`](https://renovatebot.com/diffs/npm/path-to-regexp/6.2.2/6.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/path-to-regexp/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/path-to-regexp/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/path-to-regexp/6.2.2/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/path-to-regexp/6.2.2/6.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>pillarjs/path-to-regexp (path-to-regexp)</summary>
    
    ### [`v6.3.0`](https://redirect.github.com/pillarjs/path-to-regexp/releases/tag/v6.3.0): Fix backtracking in 6.x
    
    [Compare Source](https://redirect.github.com/pillarjs/path-to-regexp/compare/v6.2.2...v6.3.0)
    
    **Fixed**
    
    -   Add backtrack protection to 6.x ([#&#8203;324](https://redirect.github.com/pillarjs/path-to-regexp/issues/324))  [`f1253b4`](https://redirect.github.com/pillarjs/path-to-regexp/commit/f1253b4)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/googleapis/nodejs-bigquery).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
    renovate-bot authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    5840afb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. chore: update types from Discovery (#1407)

    * chore: update types from Discovery
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    yoshi-code-bot and gcf-owl-bot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4b26c1e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. chore(deps): update actions/setup-node action (#1408)

    * chore(deps): update actions/setup-node action
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    renovate-bot and gcf-owl-bot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    23001a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. chore: update issue templates and codeowners (#1409)

    chore: update issue templates and codeowners
    
    Source-Link: googleapis/synthtool@bf182cd
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:a5af6af827a9fffba373151e1453b0498da288024cdd16477900dd42857a42e0
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    0138928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf962a5 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 7.9.1 (#1410)

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