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: GoogleCloudPlatform/functions-framework-nodejs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: GoogleCloudPlatform/functions-framework-nodejs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 6 commits
  • 5 files changed
  • 4 contributors

Commits on Jan 12, 2022

  1. docs: add instructions for deploying with typescript codebase (#417)

    Update typescript readme as proposed in [issue](#254)
    johannesgiani authored Jan 12, 2022
    Configuration menu
    Copy the full SHA
    0263764 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Configuration menu
    Copy the full SHA
    5393d78 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency sinon to v12 (#415)

    [![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)) | [`^11.0.0` -> `^12.0.0`](https://renovatebot.com/diffs/npm/sinon/11.1.2/12.0.1) | [![age](https://badges.renovateapi.com/packages/npm/sinon/12.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/sinon/12.0.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/sinon/12.0.1/compatibility-slim/11.1.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/sinon/12.0.1/confidence-slim/11.1.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>sinonjs/sinon</summary>
    
    ### [`v12.0.1`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1201)
    
    [Compare Source](https://togithub.com/sinonjs/sinon/compare/v12.0.0...v12.0.1)
    
    -   [`3f598221`](https://togithub.com/sinonjs/sinon/commit/3f598221045904681f2b3b3ba1df617ed5e230e3)
        Fix issue with npm unlink for npm version > 6 (Carl-Erik Kopseng)
    -   [`51417a38`](https://togithub.com/sinonjs/sinon/commit/51417a38111eeeb7cd14338bfb762cc2df487e1b)
        Fix bundling of cjs module ([#&#8203;2412](https://togithub.com/sinonjs/sinon/issues/2412)) (Julian Grinblat)
    
    *Released by [Carl-Erik Kopseng](https://togithub.com/fatso83) on 2021-11-04.*
    
    ### [`v12.0.0`](https://togithub.com/sinonjs/sinon/blob/HEAD/CHANGES.md#&#8203;1200)
    
    [Compare Source](https://togithub.com/sinonjs/sinon/compare/v11.1.2...v12.0.0)
    
    -   [`b20ef9e4`](https://togithub.com/sinonjs/sinon/commit/b20ef9e4940e9384a6d0707b917a38e7bbfcd816)
        Upgrade to fake-timers@8 (Carl-Erik Kopseng). This is potentially breaking, but should not be,
        as the breaking change deals with the Node timer object created by fake timers.
    -   [`eba42cc3`](https://togithub.com/sinonjs/sinon/commit/eba42cc38dbaf5417178a12cec11e35014e335ea)
        Enable esm named exports ([#&#8203;2382](https://togithub.com/sinonjs/sinon/issues/2382)) (Julian Grinblat)
    -   [`b0cf5448`](https://togithub.com/sinonjs/sinon/commit/b0cf5448993c2ace607cdf430b7e389d02c2f296)
        Spelling ([#&#8203;2398](https://togithub.com/sinonjs/sinon/issues/2398)) (Josh Soref)
    -   [`e78a6706`](https://togithub.com/sinonjs/sinon/commit/e78a670611682c7e35cf7d27887b409d6397d27c)
        Make calledWith() assertions idempotent ([#&#8203;2407](https://togithub.com/sinonjs/sinon/issues/2407)) (Joel Bradshaw)
    -   [`2814c0a2`](https://togithub.com/sinonjs/sinon/commit/2814c0a212ab6b79c7251e4b0a1bebc9918257d4)
        Generate CHANGES.md using [@&#8203;studio/changes](https://togithub.com/studio/changes) (Morgan Roderick)
        > This will bring us closer to having the same release process as the
        > other `@sinonjs` packages.
    -   [`2d5d6ad4`](https://togithub.com/sinonjs/sinon/commit/2d5d6ad4cd89c2063834991da5073f7640d0d722)
        Run tests in Node 16 in GitHub Actions (Morgan Roderick)
    
    *Released by [Carl-Erik Kopseng](https://togithub.com/fatso83) on 2021-11-03.*
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: "every 3 months on the first day of the month" (UTC).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **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/GoogleCloudPlatform/functions-framework-nodejs).
    renovate-bot authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    c347f31 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update dependency typescript to v4.5.4 (#413)

    [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`4.4.4` -> `4.5.4`](https://renovatebot.com/diffs/npm/typescript/4.4.4/4.5.4) | [![age](https://badges.renovateapi.com/packages/npm/typescript/4.5.4/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/typescript/4.5.4/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/typescript/4.5.4/compatibility-slim/4.4.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/typescript/4.5.4/confidence-slim/4.4.4)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>Microsoft/TypeScript</summary>
    
    ### [`v4.5.4`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.4)
    
    [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.5.3...v4.5.4)
    
    This patch release includes a fix for [incorrectly offering up JSX attribute snippet completions at the beginning of a tag name](https://togithub.com/microsoft/TypeScript/issues/47090).
    
    For the complete list of fixed issues, check out the
    
    -   [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+).
    -   [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+).
    -   [fixed issues query for Typescript 4.5.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+).
    -   [fixed issues query for Typescript 4.5.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+).
    -   -   [fixed issues query for Typescript 4.5.4 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.4%22+).
    
    Downloads are available on:
    
    -   [npm](https://www.npmjs.com/package/typescript)
    -   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
    
    ### [`v4.5.3`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.3)
    
    [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.5.2...v4.5.3)
    
    For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/).
    
    For the complete list of fixed issues, check out the
    
    -   [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+).
    -   [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+).
    -   [fixed issues query for Typescript 4.5.2 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+).
    -   [fixed issues query for Typescript 4.5.3 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.3%22+).
    
    Downloads are available on:
    
    -   [npm](https://www.npmjs.com/package/typescript)
    -   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
    
    ### [`v4.5.2`](https://togithub.com/Microsoft/TypeScript/releases/v4.5.2)
    
    [Compare Source](https://togithub.com/Microsoft/TypeScript/compare/v4.4.4...v4.5.2)
    
    For release notes, check out the [release announcement](https://devblogs.microsoft.com/typescript/announcing-typescript-4-5/).
    
    For the complete list of fixed issues, check out the
    
    -   [fixed issues query for Typescript 4.5.0 (Beta)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.0%22+).
    -   [fixed issues query for Typescript 4.5.1 (RC)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.1%22+).
    -   [fixed issues query for Typescript 4.5.1 (Stable)](https://togithub.com/microsoft/TypeScript/issues?q=milestone%3A%22TypeScript+4.5.2%22+).
    
    Downloads are available on:
    
    -   [npm](https://www.npmjs.com/package/typescript)
    -   [Visual Studio 2017/2019](https://marketplace.visualstudio.com/items?itemName=TypeScriptTeam.TypeScript-45) ([Select new version in project options](https://togithub.com/Microsoft/TypeScript/wiki/Updating-TypeScript-in-Visual-Studio-2017))
    -   [NuGet package](https://www.nuget.org/packages/Microsoft.TypeScript.MSBuild)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: "every 3 months on the first day of the month" (UTC).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.
    
    🔕 **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/GoogleCloudPlatform/functions-framework-nodejs).
    renovate-bot authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    15cd2be View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. Configuration menu
    Copy the full SHA
    f822f3e View commit details
    Browse the repository at this point in the history
  2. chore(master): release 2.1.1 (#421)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ### [2.1.1](v2.1.0...v2.1.1) (2022-02-01)
    
    
    ### Bug Fixes
    
    * patching debugging docs ([#420](#420)) ([f822f3e](f822f3e))
    
    ---
    This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
    release-please[bot] authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    7034c37 View commit details
    Browse the repository at this point in the history
Loading