Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency @google-cloud/projectify to v2 #673

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Mar 25, 2020

This PR contains the following updates:

Package Type Update Change
@google-cloud/projectify dependencies major ^1.0.0 -> ^2.0.0

Release Notes

googleapis/nodejs-projectify

v2.0.0

Compare Source

⚠ BREAKING CHANGES
  • typescript@3.7 introduced some breaking changes
  • drop Node 8 from engines field (#​172)
Features
Build System
1.0.4 (2019-12-05)
Bug Fixes
1.0.3 (2019-12-05)
Bug Fixes
  • deps: pin TypeScript below 3.7.0 (6c95307)
1.0.2 (2019-11-14)
Bug Fixes
1.0.1 (2019-06-26)
Bug Fixes
  • docs: link to reference docs section on googleapis.dev (#​119) (90a009f)

Renovate 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 25, 2020
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 25, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 25, 2020
@bcoe bcoe added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Mar 26, 2020
@bcoe
Copy link
Contributor

bcoe commented Mar 26, 2020

requires Node 10 in engines field.

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-projectify-2.x branch from 8ab352e to 4fbe0a0 Compare March 30, 2020 18:07
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Mar 30, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-projectify-2.x branch from 4fbe0a0 to 9330d4d Compare April 1, 2020 02:14
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 1, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-projectify-2.x branch from 9330d4d to 8e8f384 Compare April 1, 2020 21:35
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 1, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-projectify-2.x branch from 8e8f384 to 1c8c0ff Compare April 2, 2020 02:26
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@JustinBeckwith JustinBeckwith removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Apr 2, 2020
@renovate-bot renovate-bot force-pushed the renovate/google-cloud-projectify-2.x branch from 1c8c0ff to d614ae7 Compare April 2, 2020 16:38
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@JustinBeckwith JustinBeckwith added the automerge Merge the pull request once unit tests and other checks pass. label Apr 2, 2020
@bcoe bcoe added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 2, 2020
@gcf-merge-on-green gcf-merge-on-green bot merged commit b0a7aa8 into googleapis:master Apr 2, 2020
@renovate-bot renovate-bot deleted the renovate/google-cloud-projectify-2.x branch April 2, 2020 19:54
yoshi-automation added a commit that referenced this pull request Apr 3, 2020
b0a7aa8
commit b0a7aa8
Author: WhiteSource Renovate <bot@renovateapp.com>
Date:   Thu Apr 2 21:54:11 2020 +0200

    fix(deps): update dependency @google-cloud/projectify to v2 (#673)

    This PR contains the following updates:

    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@google-cloud/projectify](https://togithub.com/googleapis/nodejs-projectify) | dependencies | major | [`^1.0.0` -> `^2.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fprojectify/1.0.4/2.0.0) |

    ---

    ### Release Notes

    <details>
    <summary>googleapis/nodejs-projectify</summary>

    ### [`v2.0.0`](https://togithub.com/googleapis/nodejs-projectify/blob/master/CHANGELOG.md#&#8203;200-httpswwwgithubcomgoogleapisnodejs-projectifycomparev104v200-2020-03-24)

    [Compare Source](https://togithub.com/googleapis/nodejs-projectify/compare/v1.0.4...v2.0.0)

    ##### ⚠ BREAKING CHANGES

    -   typescript@3.7 introduced some breaking changes
    -   drop Node 8 from engines field ([#&#8203;172](https://togithub.com/googleapis/nodejs-projectify/issues/172))

    ##### Features

    -   drop Node 8 from engines field ([#&#8203;172](https://www.github.com/googleapis/nodejs-projectify/issues/172)) ([3eac424](https://www.github.com/googleapis/nodejs-projectify/commit/3eac424bfb1ee47144a77888dc68db687988945e))

    ##### Build System

    -   update to latest version of gts/typescript ([#&#8203;171](https://www.github.com/googleapis/nodejs-projectify/issues/171)) ([30f90cc](https://www.github.com/googleapis/nodejs-projectify/commit/30f90cc172da6ed9394da91869556bf5eef42434))

    ##### [1.0.4](https://www.github.com/googleapis/nodejs-projectify/compare/v1.0.3...v1.0.4) (2019-12-05)

    ##### Bug Fixes

    -   **publish:** publication failed to reach npm ([#&#8203;141](https://www.github.com/googleapis/nodejs-projectify/issues/141)) ([5406ba5](https://www.github.com/googleapis/nodejs-projectify/commit/5406ba5e1d43a228a19072023c1baebce34190af))

    ##### [1.0.3](https://www.github.com/googleapis/nodejs-projectify/compare/v1.0.2...v1.0.3) (2019-12-05)

    ##### Bug Fixes

    -   **deps:** pin TypeScript below 3.7.0 ([6c95307](https://www.github.com/googleapis/nodejs-projectify/commit/6c953070139a77d30c4ce5b7dee1443874046906))

    ##### [1.0.2](https://www.github.com/googleapis/nodejs-projectify/compare/v1.0.1...v1.0.2) (2019-11-14)

    ##### Bug Fixes

    -   **docs:** add jsdoc-region-tag plugin ([#&#8203;135](https://www.github.com/googleapis/nodejs-projectify/issues/135)) ([59301e7](https://www.github.com/googleapis/nodejs-projectify/commit/59301e7cfa855add4894dd9c46870e61fffa7413))

    ##### [1.0.1](https://www.github.com/googleapis/nodejs-projectify/compare/v1.0.0...v1.0.1) (2019-06-26)

    ##### Bug Fixes

    -   **docs:** link to reference docs section on googleapis.dev ([#&#8203;119](https://www.github.com/googleapis/nodejs-projectify/issues/119)) ([90a009f](https://www.github.com/googleapis/nodejs-projectify/commit/90a009f))

    </details>

    ---

    ### Renovate 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, check this box

    ---

    This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#googleapis/nodejs-bigtable).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants