Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.
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-cloud-shell
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: googleapis/nodejs-cloud-shell
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 12 files changed
  • 7 contributors

Commits on May 5, 2022

  1. build: make ci testing conditional on engines field in package.json, …

    …move configs to Node 12 (#1418) (#81)
    
    * build: make ci testing conditional on engines field in package.json, move configs to Node 12
    
    Co-authored-by: Benjamin E. Coe <[email protected]>
    Source-Link: googleapis/synthtool@2800f5a
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:dc7bfb4c4bf50496abbdd24bd9e4aaa833dc75248c0a9e3a7f807feda5258873
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Benjamin E. Coe <[email protected]>
    Co-authored-by: Patti Shin <[email protected]>
    4 people authored May 5, 2022
    Configuration menu
    Copy the full SHA
    f58cef8 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. build: update auto approve to v2, remove release autoapproving (#1432) (

    #86)
    
    * build: update auto-approve file to v2
    
    Source-Link: googleapis/synthtool@19eb6fc
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:b9e4584a1fe3c749e3c37c92497b13dce653b2e694f0261f0610eb0e15941357
    gcf-owl-bot[bot] authored May 6, 2022
    Configuration menu
    Copy the full SHA
    855984a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. chore(deps): update dependency sinon to v14 (#87)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [sinon](https://sinonjs.org/) ([source](https://togithub.com/sinonjs/sinon)) | [`^13.0.0` -> `^14.0.0`](https://renovatebot.com/diffs/npm/sinon/13.0.0/14.0.0) | [![age](https://badges.renovateapi.com/packages/npm/sinon/14.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sinon/14.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sinon/14.0.0/compatibility-slim/13.0.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sinon/14.0.0/confidence-slim/13.0.0)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sinonjs/sinon</summary>
    
    ### [`v14.0.0`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1400)
    
    [Compare Source](https://togithub.com/sinonjs/sinon/compare/v13.0.2...v14.0.0)
    
    -   [`c2bbd826`](https://togithub.com/sinonjs/sinon/commit/c2bbd82641444eb5b32822489ae40f185afbbf00)
        Drop node 12 (Morgan Roderick)
        > And embrace Node 18
        >
        > See https://nodejs.org/en/about/releases/
    
    *Released by Morgan Roderick on 2022-05-07.*
    
    ### [`v13.0.2`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1302)
    
    [Compare Source](https://togithub.com/sinonjs/sinon/compare/v13.0.1...v13.0.2)
    
    -   [`bddb631a`](https://togithub.com/sinonjs/sinon/commit/bddb631aab6afc3e663a5db847c675ea96c90970)
        Update fake-timers (Carl-Erik Kopseng)
    -   [`eaed0eb2`](https://togithub.com/sinonjs/sinon/commit/eaed0eb24bd8f42b0484b8861a5ff066001da5d5)
        Bump nokogiri from 1.13.3 to 1.13.4 ([#&#8203;2451](https://togithub.com/sinonjs/sinon/issues/2451)) (dependabot\[bot])
    
    *Released by [Carl-Erik Kopseng](https://togithub.com/fatso83) on 2022-04-14.*
    
    ### [`v13.0.1`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1301)
    
    [Compare Source](https://togithub.com/sinonjs/sinon/compare/v13.0.0...v13.0.1)
    
    -   [`ec4223f9`](https://togithub.com/sinonjs/sinon/commit/ec4223f94076d809483e3c6a7536cfc1278dd3c9)
        Bump nise to fix [sinonjs/nise#&#8203;193](https://togithub.com/sinonjs/nise/issues/193) (Carl-Erik Kopseng)
    -   [`f329a010`](https://togithub.com/sinonjs/sinon/commit/f329a01040bfa5a79e039419220b21eda56935d6)
        Add unimported to workflow ([#&#8203;2441](https://togithub.com/sinonjs/sinon/issues/2441)) (Morgan Roderick)
    -   [`7f16cec9`](https://togithub.com/sinonjs/sinon/commit/7f16cec968c3c8d4e580267fb00195916d6f827d)
        Enable updates to same major version (Carl-Erik Kopseng)
    -   [`f784d7ad`](https://togithub.com/sinonjs/sinon/commit/f784d7ad2c86be0fc65477d69f8bdafca846ef2c)
        Re-introduce new version.sh script to version hook (Joel Bradshaw)
        > This was inadvertently removed during merge conflicts, and is required
        > for any of the new release process stuff to work
    -   [`51c508ab`](https://togithub.com/sinonjs/sinon/commit/51c508ab77cf0f9fb8c5305ff626f6a2eada178f)
        Add dry run mode to `npm version` ([#&#8203;2436](https://togithub.com/sinonjs/sinon/issues/2436)) (Joel Bradshaw)
        > -   Add DRY_RUN flag to skip publish/push
        >
        > -   Allow overriding branch names for testing
    -   [`05341dcf`](https://togithub.com/sinonjs/sinon/commit/05341dcf92ddca4a1d4c90966b1fcdc7039cff18)
        Update npm version scripts to manage new releases branch (Joel Bradshaw)
    -   [`fe658261`](https://togithub.com/sinonjs/sinon/commit/fe65826171db69ed2986a1060db77944dbc98a6d)
        Remove release archives from master (Joel Bradshaw)
        > These archives made it difficult to find things in the GitHub interface,
        > and take up a lot of space in a checked-out repo for something that is
        > not useful to most people checking out the repository.
        >
        > The main purpose of these archives is to make old versions and
        > documentation available on the Sinon website that is run out of this
        > repo. This can be supported by using a separate branch for website
        > releases, and to maintain the archives.
        >
        > Following this commit, the `npm version` scripts will be updated to
        > automatically handle archiving the releases in the new releases branch
        > and keeping it up to date with master.
        >
        > Also remove the directories we removed from .prettierignore, since they
        > don't exist any more.
    
    *Released by [Carl-Erik Kopseng](https://togithub.com/fatso83) on 2022-02-01.*
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: "after 9am and before 3pm" (UTC).
    
    🚦 **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, click this checkbox.
    
    ---
    
    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-cloud-shell).
    renovate-bot authored May 9, 2022
    Configuration menu
    Copy the full SHA
    c068a18 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. build!: update library to use Node 12 (#89)

    * build!: Update library to use Node 12
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    sofisl and gcf-owl-bot[bot] authored May 19, 2022
    Configuration menu
    Copy the full SHA
    314345e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. chore(main): release 2.0.0 (#90)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored May 26, 2022
    Configuration menu
    Copy the full SHA
    15978e8 View commit details
    Browse the repository at this point in the history
Loading