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

migrate code from googleapis/nodejs-asset #2856

Merged
merged 115 commits into from
Nov 18, 2022
Merged

Commits on Nov 17, 2022

  1. initialize repo

    jkwlui authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2ffddaa View commit details
    Browse the repository at this point in the history
  2. add a samples/package.json

    jkwlui authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e0ceb0a View commit details
    Browse the repository at this point in the history
  3. chore: do a little lint cleanup (#53)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    49a6b8e View commit details
    Browse the repository at this point in the history
  4. docs(samples): add quickstart code for ExportAssets (#50)

    peter-zheng-g authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    05612ff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f26e142 View commit details
    Browse the repository at this point in the history
  6. fix: fix the lint rules (#58)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    dd0c739 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2836bd2 View commit details
    Browse the repository at this point in the history
  8. Release v0.1.1 (#67)

    jkwlui authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    5d36e18 View commit details
    Browse the repository at this point in the history
  9. fix: fix sample tests (#79)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    532d97b View commit details
    Browse the repository at this point in the history
  10. Release v0.2.0 (#95)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    cc970c2 View commit details
    Browse the repository at this point in the history
  11. fix(deps): update dependency yargs to v13 (#105)

    renovate[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3e661de View commit details
    Browse the repository at this point in the history
  12. chore(deps): update dependency mocha to v6

    chore(deps): update dependency mocha to v6
    
    This PR contains the following updates:
    
    | Package | Type | Update | Change | References |
    |---|---|---|---|---|
    | mocha | devDependencies | major | `^5.2.0` -> `^6.0.0` | [homepage](https://mochajs.org/), [source](https://github.com/mochajs/mocha) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v6.0.0`](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;600--2019-02-18)
    
    [Compare Source](https://github.com/mochajs/mocha/compare/v5.2.0...v6.0.0)
    
    #### 🎉 Enhancements
    
    -   [#&#8203;3726](https://github.com/mochajs/mocha/issues/3726): Add ability to unload files from `require` cache ([**@&#8203;plroebuck**](https://github.com/plroebuck))
    
    #### 🐛 Fixes
    
    -   [#&#8203;3737](https://github.com/mochajs/mocha/issues/3737): Fix falsy values from options globals ([**@&#8203;plroebuck**](https://github.com/plroebuck))
    -   [#&#8203;3707](https://github.com/mochajs/mocha/issues/3707): Fix encapsulation issues for `Suite#_onlyTests` and `Suite#_onlySuites` ([**@&#8203;vkarpov15**](https://github.com/vkarpov15))
    -   [#&#8203;3711](https://github.com/mochajs/mocha/issues/3711): Fix diagnostic messages dealing with plurality and markup of output ([**@&#8203;plroebuck**](https://github.com/plroebuck))
    -   [#&#8203;3723](https://github.com/mochajs/mocha/issues/3723): Fix "reporter-option" to allow comma-separated options ([**@&#8203;boneskull**](https://github.com/boneskull))
    -   [#&#8203;3722](https://github.com/mochajs/mocha/issues/3722): Fix code quality and performance of `lookupFiles` and `files` ([**@&#8203;plroebuck**](https://github.com/plroebuck))
    -   [#&#8203;3650](https://github.com/mochajs/mocha/issues/3650), [#&#8203;3654](https://github.com/mochajs/mocha/issues/3654): Fix noisy error message when no files found ([**@&#8203;craigtaub**](https://github.com/craigtaub))
    -   [#&#8203;3632](https://github.com/mochajs/mocha/issues/3632): Tests having an empty title are no longer confused with the "root" suite ([**@&#8203;juergba**](https://github.com/juergba))
    -   [#&#8203;3666](https://github.com/mochajs/mocha/issues/3666): Fix missing error codes ([**@&#8203;vkarpov15**](https://github.com/vkarpov15))
    -   [#&#8203;3684](https://github.com/mochajs/mocha/issues/3684): Fix exiting problem in Node.js v11.7.0+ ([**@&#8203;addaleax**](https://github.com/addaleax))
    -   [#&#8203;3691](https://github.com/mochajs/mocha/issues/3691): Fix `--delay` (and other boolean options) not working in all cases ([**@&#8203;boneskull**](https://github.com/boneskull))
    -   [#&#8203;3692](https://github.com/mochajs/mocha/issues/3692): Fix invalid command-line argument usage not causing actual errors ([**@&#8203;boneskull**](https://github.com/boneskull))
    -   [#&#8203;3698](https://github.com/mochajs/mocha/issues/3698), [#&#8203;3699](https://github.com/mochajs/mocha/issues/3699): Fix debug-related Node.js options not working in all cases ([**@&#8203;boneskull**](https://github.com/boneskull))
    -   [#&#8203;3700](https://github.com/mochajs/mocha/issues/3700): Growl notifications now show the correct number of tests run ([**@&#8203;outsideris**](https://github.com/outsideris))
    -   [#&#8203;3686](https://github.com/mochajs/mocha/issues/3686): Avoid potential ReDoS when diffing large objects ([**@&#8203;cyjake**](https://github.com/cyjake))
    -   [#&#8203;3715](https://github.com/mochajs/mocha/issues/3715): Fix incorrect order of emitted events when used programmatically ([**@&#8203;boneskull**](https://github.com/boneskull))
    -   [#&#8203;3706](https://github.com/mochajs/mocha/issues/3706): Fix regression wherein `--reporter-option`/`--reporter-options` did not support comma-separated key/value pairs ([**@&#8203;boneskull**](https://github.com/boneskull))
    
    #### 📖 Documentation
    
    -   [#&#8203;3652](https://github.com/mochajs/mocha/issues/3652): Switch from Jekyll to Eleventy ([**@&#8203;Munter**](https://github.com/Munter))
    
    #### 🔩 Other
    
    -   [#&#8203;3677](https://github.com/mochajs/mocha/issues/3677): Add error objects for createUnsupportedError and createInvalidExceptionError ([**@&#8203;boneskull**](https://github.com/boneskull))
    -   [#&#8203;3733](https://github.com/mochajs/mocha/issues/3733): Removed unnecessary processing in post-processing hook ([**@&#8203;wanseob**](https://github.com/wanseob))
    -   [#&#8203;3730](https://github.com/mochajs/mocha/issues/3730): Update nyc to latest version ([**@&#8203;coreyfarrell**](https://github.com/coreyfarrell))
    -   [#&#8203;3648](https://github.com/mochajs/mocha/issues/3648), [#&#8203;3680](https://github.com/mochajs/mocha/issues/3680): Fixes to support latest versions of [unexpected](https://npm.im/unexpected) and [unexpected-sinon](https://npm.im/unexpected-sinon) ([**@&#8203;sunesimonsen**](https://github.com/sunesimonsen))
    -   [#&#8203;3638](https://github.com/mochajs/mocha/issues/3638): Add meta tag to site ([**@&#8203;MartijnCuppens**](https://github.com/MartijnCuppens))
    -   [#&#8203;3653](https://github.com/mochajs/mocha/issues/3653): Fix parts of test suite failing to run on Windows ([**@&#8203;boneskull**](https://github.com/boneskull))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is stale, or if you modify the PR title to begin with "`rebase!`".
    
    :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- renovate-rebase -->If you want to rebase/retry this PR, check this box
    
    ---
    
    This PR has been generated by [Renovate Bot](https://github.com/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#googleapis/nodejs-asset).
    
    #109 automerged by dpebot
    renovate[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d500d5c View commit details
    Browse the repository at this point in the history
  13. Release v0.2.1 (#117)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6397357 View commit details
    Browse the repository at this point in the history
  14. Release @google-cloud/asset v0.3.0 (#121)

    * Release v0.3.0
    
    * Update CHANGELOG.md
    jkwlui authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    fe0a166 View commit details
    Browse the repository at this point in the history
  15. refactor: use execSync for tests (#127)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    03b3d4d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b76124d View commit details
    Browse the repository at this point in the history
  17. docs: use repo-meta to generate README (#130)

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7514b4e View commit details
    Browse the repository at this point in the history
  18. chore: release 1.0.0 (#146)

    github-actions[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e0ba3bc View commit details
    Browse the repository at this point in the history
  19. chore: release 1.1.0 (#158)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    fe497f6 View commit details
    Browse the repository at this point in the history
  20. chore: release 1.1.1 (#161)

    * updated CHANGELOG.md
    
    * updated package.json
    
    * updated samples/package.json
    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    833ff54 View commit details
    Browse the repository at this point in the history
  21. chore: release 1.1.2 (#164)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bcad0fb View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eeb829a View commit details
    Browse the repository at this point in the history
  23. chore: release 1.1.3 (#169)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    371485d View commit details
    Browse the repository at this point in the history
  24. chore: release 1.1.4 (#176)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    748fa39 View commit details
    Browse the repository at this point in the history
  25. fix(deps): update dependency yargs to v14

    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7fdfb53 View commit details
    Browse the repository at this point in the history
  26. feat: introduce v1p2beta1 client (#181)

    bcoe authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4baa8b6 View commit details
    Browse the repository at this point in the history
  27. chore: release 1.2.0 (#182)

    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0a5d105 View commit details
    Browse the repository at this point in the history
  28. docs: add real time feed api sample code (#184)

    cwxie-google authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b29c82d View commit details
    Browse the repository at this point in the history
  29. chore: release 1.2.1 (#186)

    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1ae1402 View commit details
    Browse the repository at this point in the history
  30. chore: release 1.3.0 (#191)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    12fb055 View commit details
    Browse the repository at this point in the history
  31. chore: release 1.4.1 (#209)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    55efae4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    0f83444 View commit details
    Browse the repository at this point in the history
  33. chore: release 1.4.2 (#215)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8454ad5 View commit details
    Browse the repository at this point in the history
  34. fix(deps): update dependency yargs to v15 (#222)

    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    68f6336 View commit details
    Browse the repository at this point in the history
  35. chore: update license headers

    JustinBeckwith authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8cf70cc View commit details
    Browse the repository at this point in the history
  36. chore: release 1.5.0 (#225)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3ae75de View commit details
    Browse the repository at this point in the history
  37. feat(samples): update real time feed api sample code to use v1 API su…

    …rface
    cwxie-google authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6ba74a4 View commit details
    Browse the repository at this point in the history
  38. chore(deps): update dependency mocha to v7 (#241)

    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    94ab045 View commit details
    Browse the repository at this point in the history
  39. chore: release 1.6.0

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json [ci skip]
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a81fb9f View commit details
    Browse the repository at this point in the history
  40. chore: release 1.6.1 (#252)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6ef7b9c View commit details
    Browse the repository at this point in the history
  41. feat!: converts library to TypeScript adding v1p1beta1 surface (#250)

    BREAKING CHANGE: removes projectPath helper, instead use "projects/${project}".
    bcoe authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2ee2b8e View commit details
    Browse the repository at this point in the history
  42. chore: release 2.0.0 (#254)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    54868be View commit details
    Browse the repository at this point in the history
  43. chore: release 2.0.1 (#262)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    43ba1e9 View commit details
    Browse the repository at this point in the history
  44. chore: release 2.1.0 (#265)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    60f03e1 View commit details
    Browse the repository at this point in the history
  45. fix(deps): update dependency uuid to v7

    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    aeb270e View commit details
    Browse the repository at this point in the history
  46. chore: release 2.2.0 (#271)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [2.2.0](https://www.github.com/googleapis/nodejs-asset/compare/v2.1.0...v2.2.0) (2020-02-27)
    
    
    ### Features
    
    * export protos in src/index.ts ([8f5e942](https://www.github.com/googleapis/nodejs-asset/commit/8f5e942bbe170dd2835c40c1d4354e822e2cbbce))
    
    
    ### Bug Fixes
    
    * **deps:** update dependency uuid to v7 ([d83c322](https://www.github.com/googleapis/nodejs-asset/commit/d83c322d75e0b607cf019a837a040137a8925356))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4f96f43 View commit details
    Browse the repository at this point in the history
  47. fix: in rare cases test can take longer than 180,000 timeout (#307)

    bcoe authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1f0c895 View commit details
    Browse the repository at this point in the history
  48. chore: linting (#309)

    yoshi-automation authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6f88517 View commit details
    Browse the repository at this point in the history
  49. chore: release 3.0.0 (#280)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2a5aec2 View commit details
    Browse the repository at this point in the history
  50. fix(deps): update dependency uuid to v8 (#325)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [uuid](https://github.com/uuidjs/uuid) | dependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/uuid/7.0.3/8.0.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>uuidjs/uuid</summary>
    
    ### [`v8.0.0`](https://github.com/uuidjs/uuid/blob/master/CHANGELOG.md#&#8203;800-httpsgithubcomuuidjsuuidcomparev703v800-2020-04-29)
    
    [Compare Source](https://github.com/uuidjs/uuid/compare/v7.0.3...v8.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   For native ECMAScript Module (ESM) usage in Node.js only named exports are exposed, there is no more default export.
    
        ```diff
        -import uuid from 'uuid';
        -console.log(uuid.v4()); // -> 'cd6c3b08-0adc-4f4b-a6ef-36087a1c9869'
        +import { v4 as uuidv4 } from 'uuid';
        +uuidv4(); // ⇨ '9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d'
        ```
    
    -   Deep requiring specific algorithms of this library like `require('uuid/v4')`, which has been deprecated in `uuid@7`, is no longer supported.
    
        Instead use the named exports that this module exports.
    
        For ECMAScript Modules (ESM):
    
        ```diff
        -import uuidv4 from 'uuid/v4';
        +import { v4 as uuidv4 } from 'uuid';
        uuidv4();
        ```
    
        For CommonJS:
    
        ```diff
        -const uuidv4 = require('uuid/v4');
        +const { v4: uuidv4 } = require('uuid');
        uuidv4();
        ```
    
    ##### Features
    
    -   native Node.js ES Modules (wrapper approach) ([#&#8203;423](https://github.com/uuidjs/uuid/issues/423)) ([2d9f590](https://github.com/uuidjs/uuid/commit/2d9f590ad9701d692625c07ed62f0a0f91227991)), closes [#&#8203;245](https://github.com/uuidjs/uuid/issues/245) [#&#8203;419](https://github.com/uuidjs/uuid/issues/419) [#&#8203;342](https://github.com/uuidjs/uuid/issues/342)
    -   remove deep requires ([#&#8203;426](https://github.com/uuidjs/uuid/issues/426)) ([daf72b8](https://github.com/uuidjs/uuid/commit/daf72b84ceb20272a81bb5fbddb05dd95922cbba))
    
    ##### Bug Fixes
    
    -   add CommonJS syntax example to README quickstart section ([#&#8203;417](https://github.com/uuidjs/uuid/issues/417)) ([e0ec840](https://github.com/uuidjs/uuid/commit/e0ec8402c7ad44b7ef0453036c612f5db513fda0))
    
    ##### [7.0.3](https://github.com/uuidjs/uuid/compare/v7.0.2...v7.0.3) (2020-03-31)
    
    ##### Bug Fixes
    
    -   make deep require deprecation warning work in browsers ([#&#8203;409](https://github.com/uuidjs/uuid/issues/409)) ([4b71107](https://github.com/uuidjs/uuid/commit/4b71107d8c0d2ef56861ede6403fc9dc35a1e6bf)), closes [#&#8203;408](https://github.com/uuidjs/uuid/issues/408)
    
    ##### [7.0.2](https://github.com/uuidjs/uuid/compare/v7.0.1...v7.0.2) (2020-03-04)
    
    ##### Bug Fixes
    
    -   make access to msCrypto consistent ([#&#8203;393](https://github.com/uuidjs/uuid/issues/393)) ([8bf2a20](https://github.com/uuidjs/uuid/commit/8bf2a20f3565df743da7215eebdbada9d2df118c))
    -   simplify link in deprecation warning ([#&#8203;391](https://github.com/uuidjs/uuid/issues/391)) ([bb2c8e4](https://github.com/uuidjs/uuid/commit/bb2c8e4e9f4c5f9c1eaaf3ea59710c633cd90cb7))
    -   update links to match content in readme ([#&#8203;386](https://github.com/uuidjs/uuid/issues/386)) ([44f2f86](https://github.com/uuidjs/uuid/commit/44f2f86e9d2bbf14ee5f0f00f72a3db1292666d4))
    
    ##### [7.0.1](https://github.com/uuidjs/uuid/compare/v7.0.0...v7.0.1) (2020-02-25)
    
    ##### Bug Fixes
    
    -   clean up esm builds for node and browser ([#&#8203;383](https://github.com/uuidjs/uuid/issues/383)) ([59e6a49](https://github.com/uuidjs/uuid/commit/59e6a49e7ce7b3e8fb0f3ee52b9daae72af467dc))
    -   provide browser versions independent from module system ([#&#8203;380](https://github.com/uuidjs/uuid/issues/380)) ([4344a22](https://github.com/uuidjs/uuid/commit/4344a22e7aed33be8627eeaaf05360f256a21753)), closes [#&#8203;378](https://github.com/uuidjs/uuid/issues/378)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **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-asset).
    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9d42a5a View commit details
    Browse the repository at this point in the history
  51. fix(deps): update dependency @google-cloud/storage to v5 (#330)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@google-cloud/storage](https://github.com/googleapis/nodejs-storage) | dependencies | major | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/@google-cloud%2fstorage/4.7.0/5.0.0) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>googleapis/nodejs-storage</summary>
    
    ### [`v5.0.0`](https://github.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md#&#8203;500-httpswwwgithubcomgoogleapisnodejs-storagecomparev470v500-2020-05-13)
    
    [Compare Source](https://github.com/googleapis/nodejs-storage/compare/v4.7.0...v5.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   automatically detect contentType if not provided ([#&#8203;1190](https://github.com/googleapis/nodejs-storage/issues/1190))
    -   drop keepAcl parameter in file copy ([#&#8203;1166](https://github.com/googleapis/nodejs-storage/issues/1166))
    -   drop support for node.js 8.x
    
    ##### Features
    
    -   automatically detect contentType if not provided ([#&#8203;1190](https://www.github.com/googleapis/nodejs-storage/issues/1190)) ([b31ba4a](https://www.github.com/googleapis/nodejs-storage/commit/b31ba4a11399b57538ddf0d6ca2e10b2aa3fbc3a))
    -   enable bytes read tracking ([#&#8203;1074](https://www.github.com/googleapis/nodejs-storage/issues/1074)) ([0776a04](https://www.github.com/googleapis/nodejs-storage/commit/0776a044f3b2149b485e114369e952688df75645))
    
    ##### Bug Fixes
    
    -   **bucket:** Only disable resumable uploads for bucket.upload (fixes [#&#8203;1133](https://www.github.com/googleapis/nodejs-storage/issues/1133)) ([#&#8203;1135](https://www.github.com/googleapis/nodejs-storage/issues/1135)) ([2c20148](https://www.github.com/googleapis/nodejs-storage/commit/2c201486b7b2d3146846ac96c877a904c4a674b0)), closes [/github.com/googleapis/nodejs-storage/pull/1135#issuecomment-620070038](https://www.github.com/googleapis//github.com/googleapis/nodejs-storage/pull/1135/issues/issuecomment-620070038)
    -   add whitespace to generateV4SignedPolicy ([#&#8203;1136](https://www.github.com/googleapis/nodejs-storage/issues/1136)) ([dcee78b](https://www.github.com/googleapis/nodejs-storage/commit/dcee78b98da23b02fe7d2f13a9270546bc07bba8))
    -   apache license URL ([#&#8203;468](https://www.github.com/googleapis/nodejs-storage/issues/468)) ([#&#8203;1151](https://www.github.com/googleapis/nodejs-storage/issues/1151)) ([e8116d3](https://www.github.com/googleapis/nodejs-storage/commit/e8116d3c6fa7412858692e67745b514eef78850e))
    -   Point to team in correct org ([#&#8203;1185](https://www.github.com/googleapis/nodejs-storage/issues/1185)) ([0bb1909](https://www.github.com/googleapis/nodejs-storage/commit/0bb19098013acf71cc3842f78ff333a8e356331a))
    -   **deps:** update dependency [@&#8203;google-cloud/common](https://github.com/google-cloud/common) to v3 ([#&#8203;1134](https://www.github.com/googleapis/nodejs-storage/issues/1134)) ([774ac5c](https://www.github.com/googleapis/nodejs-storage/commit/774ac5c75f02238418cc8ed7242297ea573ca9cb))
    -   **deps:** update dependency [@&#8203;google-cloud/paginator](https://github.com/google-cloud/paginator) to v3 ([#&#8203;1131](https://www.github.com/googleapis/nodejs-storage/issues/1131)) ([c1614d9](https://www.github.com/googleapis/nodejs-storage/commit/c1614d98e3047db379e09299b1014e80d73ed52f))
    -   **deps:** update dependency [@&#8203;google-cloud/promisify](https://github.com/google-cloud/promisify) to v2 ([#&#8203;1127](https://www.github.com/googleapis/nodejs-storage/issues/1127)) ([06624a5](https://www.github.com/googleapis/nodejs-storage/commit/06624a534cd1fdbc38455eee8d89f9f60ba75758))
    -   **deps:** update dependency uuid to v8 ([#&#8203;1170](https://www.github.com/googleapis/nodejs-storage/issues/1170)) ([6a98d64](https://www.github.com/googleapis/nodejs-storage/commit/6a98d64831baf1ca1ec2f03ecc4914745cba1c86))
    -   **deps:** update gcs-resumable-upload, remove gitnpm usage ([#&#8203;1186](https://www.github.com/googleapis/nodejs-storage/issues/1186)) ([c78c9cd](https://www.github.com/googleapis/nodejs-storage/commit/c78c9cde49dccb2fcd4ce10e4e9f8299d65f6838))
    -   **v4-policy:** encode special characters ([#&#8203;1169](https://www.github.com/googleapis/nodejs-storage/issues/1169)) ([6e48539](https://www.github.com/googleapis/nodejs-storage/commit/6e48539d76ca27e6f4c6cf2ac0872970f7391fed))
    -   sync to [googleapis/conformance-tests@`fa559a1`](https://github.com/googleapis/conformance-tests/commit/fa559a1) ([#&#8203;1167](https://www.github.com/googleapis/nodejs-storage/issues/1167)) ([5500446](https://www.github.com/googleapis/nodejs-storage/commit/550044619d2f17a1977c83bce5df915c6dc9578c)), closes [#&#8203;1168](https://www.github.com/googleapis/nodejs-storage/issues/1168)
    
    ##### Miscellaneous Chores
    
    -   drop keepAcl parameter in file copy ([#&#8203;1166](https://www.github.com/googleapis/nodejs-storage/issues/1166)) ([5a4044a](https://www.github.com/googleapis/nodejs-storage/commit/5a4044a8ba13f248fc4f791248f797eb0f1f3c16))
    
    ##### Build System
    
    -   drop support for node.js 8.x ([b80c025](https://www.github.com/googleapis/nodejs-storage/commit/b80c025f106052fd25554c64314b3b3520e829b5))
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **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-asset).
    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    cec9c24 View commit details
    Browse the repository at this point in the history
  52. chore: release 3.1.0 (#324)

    * updated CHANGELOG.md [ci skip]
    
    * updated package.json [ci skip]
    
    * updated samples/package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7f778dd View commit details
    Browse the repository at this point in the history
  53. chore(deps): update dependency mocha to v8 (#341)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [mocha](https://mochajs.org/) ([source](https://github.com/mochajs/mocha)) | devDependencies | major | [`^7.0.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/mocha/7.2.0/8.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v8.0.1`](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;801--2020-06-10)
    
    [Compare Source](https://github.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
    
    The obligatory patch after a major.
    
    #### 🐛 Fixes
    
    -   [#&#8203;4328](https://github.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@&#8203;boneskull**](https://github.com/boneskull))
    
    ### [`v8.0.0`](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;800--2020-06-10)
    
    [Compare Source](https://github.com/mochajs/mocha/compare/v7.2.0...v8.0.0)
    
    In this major release, Mocha adds the ability to _run tests in parallel_. Better late than never! Please note the **breaking changes** detailed below.
    
    Let's welcome [**@&#8203;giltayar**](https://github.com/giltayar) and [**@&#8203;nicojs**](https://github.com/nicojs) to the maintenance team!
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;4164](https://github.com/mochajs/mocha/issues/4164): **Mocha v8.0.0 now requires Node.js v10.0.0 or newer.** Mocha no longer supports the Node.js v8.x line ("Carbon"), which entered End-of-Life at the end of 2019 ([**@&#8203;UlisesGascon**](https://github.com/UlisesGascon))
    
    -   [#&#8203;4175](https://github.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@&#8203;juergba**](https://github.com/juergba))
    
        ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
    
    -   [#&#8203;4260](https://github.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@&#8203;craigtaub**](https://github.com/craigtaub))
    
        ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
    
    -   [#&#8203;4315](https://github.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@&#8203;juergba**](https://github.com/juergba))
    
        ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
    
    -   [#&#8203;4309](https://github.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@&#8203;juergba**](https://github.com/juergba))
    
    -   [#&#8203;4282](https://github.com/mochajs/mocha/issues/4282): `--forbid-only` will throw an error even if exclusive tests are avoided via `--grep` or other means ([**@&#8203;arvidOtt**](https://github.com/arvidOtt))
    
    -   [#&#8203;4223](https://github.com/mochajs/mocha/issues/4223): The context object's `skip()` (`this.skip()`) in a "before all" (`before()`) hook will no longer execute subsequent sibling hooks, in addition to hooks in child suites ([**@&#8203;juergba**](https://github.com/juergba))
    
    -   [#&#8203;4178](https://github.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@&#8203;wnghdcjfe**](https://github.com/wnghdcjfe)):
        -   `Mocha.prototype.ignoreLeaks()`
        -   `Mocha.prototype.useColors()`
        -   `Mocha.prototype.useInlineDiffs()`
        -   `Mocha.prototype.hideDiff()`
    
    #### 🎉 Enhancements
    
    -   [#&#8203;4245](https://github.com/mochajs/mocha/issues/4245): Add ability to run tests in parallel for Node.js (see [docs](https://mochajs.org/#parallel-tests)) ([**@&#8203;boneskull**](https://github.com/boneskull))
    
        ❗ See also [#&#8203;4244](https://github.com/mochajs/mocha/issues/4244); [Root Hook Plugins (docs)](https://mochajs.org/#root-hook-plugins) -- _root hooks must be defined via Root Hook Plugins to work in parallel mode_
    
    -   [#&#8203;4304](https://github.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@&#8203;JacobLey**](https://github.com/JacobLey))
    
    -   [#&#8203;4299](https://github.com/mochajs/mocha/issues/4299): In some circumstances, Mocha can run ES modules under Node.js v10 -- _use at your own risk!_ ([**@&#8203;giltayar**](https://github.com/giltayar))
    
    #### 📖 Documentation
    
    -   [#&#8203;4246](https://github.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@&#8203;boneskull**](https://github.com/boneskull))
    
    #### 🐛 Fixes
    
    (All bug fixes in Mocha v8.0.0 are also breaking changes, and are listed above)
    
    </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-asset).
    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    98ef932 View commit details
    Browse the repository at this point in the history
  54. docs(samples): add sample code for SearchAllResources and SearchAllIa…

    …mPolicies (#343)
    yuyifan-google authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    26fd32e View commit details
    Browse the repository at this point in the history
  55. chore: release 3.2.0 (#338)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    106f597 View commit details
    Browse the repository at this point in the history
  56. chore: release 3.3.0 (#347)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e2d4186 View commit details
    Browse the repository at this point in the history
  57. chore: release 3.4.0 (#350)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9cd370a View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    48e6176 View commit details
    Browse the repository at this point in the history
  59. chore: release 3.5.0 (#356)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [3.5.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.4.0...v3.5.0) (2020-07-08)
    
    
    ### Features
    
    * **samples:** add sample code for ListAssets v1p5beta1 ([#355](https://www.github.com/googleapis/nodejs-asset/issues/355)) ([1f4cef8](https://www.github.com/googleapis/nodejs-asset/commit/1f4cef8af558cc000aec52c4e92afc1774141c53))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    37b2503 View commit details
    Browse the repository at this point in the history
  60. chore: release 3.5.1 (#372)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a6e073a View commit details
    Browse the repository at this point in the history
  61. chore: release 3.6.0 (#382)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a3ea101 View commit details
    Browse the repository at this point in the history
  62. chore: release 3.7.0 (#387)

    * chore: updated samples/package.json [ci skip]
    
    * chore: updated CHANGELOG.md [ci skip]
    
    * chore: updated package.json
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    440892e View commit details
    Browse the repository at this point in the history
  63. fix(deps): update dependency yargs to v16 (#391)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [yargs](https://yargs.js.org/) ([source](https://github.com/yargs/yargs)) | dependencies | major | [`^15.0.0` -> `^16.0.0`](https://renovatebot.com/diffs/npm/yargs/15.4.1/16.0.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>yargs/yargs</summary>
    
    ### [`v16.0.1`](https://github.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1601-httpswwwgithubcomyargsyargscomparev1600v1601-2020-09-09)
    
    [Compare Source](https://github.com/yargs/yargs/compare/v16.0.0...v16.0.1)
    
    ### [`v16.0.0`](https://github.com/yargs/yargs/blob/master/CHANGELOG.md#&#8203;1600-httpswwwgithubcomyargsyargscomparev1542v1600-2020-09-09)
    
    [Compare Source](https://github.com/yargs/yargs/compare/v15.4.1...v16.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   tweaks to ESM/Deno API surface: now exports yargs function by default; getProcessArgvWithoutBin becomes hideBin; types now exported for Deno.
    -   find-up replaced with escalade; export map added (limits importable files in Node >= 12); yarser-parser@19.x.x (new decamelize/camelcase implementation).
    -   **usage:** single character aliases are now shown first in help output
    -   rebase helper is no longer provided on yargs instance.
    -   drop support for EOL Node 8 ([#&#8203;1686](https://github.com/yargs/yargs/issues/1686))
    
    ##### Features
    
    -   adds strictOptions() ([#&#8203;1738](https://www.github.com/yargs/yargs/issues/1738)) ([b215fba](https://www.github.com/yargs/yargs/commit/b215fba0ed6e124e5aad6cf22c8d5875661c63a3))
    -   **helpers:** rebase, Parser, applyExtends now blessed helpers ([#&#8203;1733](https://www.github.com/yargs/yargs/issues/1733)) ([c7debe8](https://www.github.com/yargs/yargs/commit/c7debe8eb1e5bc6ea20b5ed68026c56e5ebec9e1))
    -   adds support for ESM and Deno ([#&#8203;1708](https://www.github.com/yargs/yargs/issues/1708)) ([ac6d5d1](https://www.github.com/yargs/yargs/commit/ac6d5d105a75711fe703f6a39dad5181b383d6c6))
    -   drop support for EOL Node 8 ([#&#8203;1686](https://www.github.com/yargs/yargs/issues/1686)) ([863937f](https://www.github.com/yargs/yargs/commit/863937f23c3102f804cdea78ee3097e28c7c289f))
    -   i18n for ESM and Deno ([#&#8203;1735](https://www.github.com/yargs/yargs/issues/1735)) ([c71783a](https://www.github.com/yargs/yargs/commit/c71783a5a898a0c0e92ac501c939a3ec411ac0c1))
    -   tweaks to API surface based on user feedback ([#&#8203;1726](https://www.github.com/yargs/yargs/issues/1726)) ([4151fee](https://www.github.com/yargs/yargs/commit/4151fee4c33a97d26bc40de7e623e5b0eb87e9bb))
    -   **usage:** single char aliases first in help ([#&#8203;1574](https://www.github.com/yargs/yargs/issues/1574)) ([a552990](https://www.github.com/yargs/yargs/commit/a552990c120646c2d85a5c9b628e1ce92a68e797))
    
    ##### Bug Fixes
    
    -   **yargs:** add missing command(module) signature ([#&#8203;1707](https://www.github.com/yargs/yargs/issues/1707)) ([0f81024](https://www.github.com/yargs/yargs/commit/0f810245494ccf13a35b7786d021b30fc95ecad5)), closes [#&#8203;1704](https://www.github.com/yargs/yargs/issues/1704)
    
    </details>
    
    ---
    
    ### Renovate configuration
    
    :date: **Schedule**: "after 9am and before 3pm" (UTC).
    
    :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    :no_bell: **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#github/googleapis/nodejs-asset).
    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    061cbeb View commit details
    Browse the repository at this point in the history
  64. chore: release 3.7.1 (#396)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    86f9508 View commit details
    Browse the repository at this point in the history
  65. chore: release 3.8.0 (#399)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    bfc1d57 View commit details
    Browse the repository at this point in the history
  66. chore: release 3.9.0 (#413)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    57c3140 View commit details
    Browse the repository at this point in the history
  67. chore: release 3.9.1 (#425)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    aef114f View commit details
    Browse the repository at this point in the history
  68. chore: release 3.10.0 (#437)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [3.10.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.9.1...v3.10.0) (2020-12-02)
    
    
    ### Features
    
    * added support OSInventory in Assets ([#436](https://www.github.com/googleapis/nodejs-asset/issues/436)) ([68298fd](https://www.github.com/googleapis/nodejs-asset/commit/68298fd9ebee3ae119bdb7dc6b848276804e2cda))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    92e3e15 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    5345aaf View commit details
    Browse the repository at this point in the history
  70. feat(samples): add samples for analyzeIamPolicy and analyzeIamPolicyL…

    …ongrunning (#433)
    donghez-google authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a8a19b8 View commit details
    Browse the repository at this point in the history
  71. docs: fix yaml parsing error in comments (#452)

    bcoe authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8306b02 View commit details
    Browse the repository at this point in the history
  72. chore: release 3.12.0 (#450)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ## [3.12.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.11.0...v3.12.0) (2021-02-09)
    
    
    ### Features
    
    * **samples:** add samples for analyzeIamPolicy and analyzeIamPolicyLongrunning ([#433](https://www.github.com/googleapis/nodejs-asset/issues/433)) ([dfbd75c](https://www.github.com/googleapis/nodejs-asset/commit/dfbd75c98f2977d3a9af06e7637c005b82eda973))
    ---
    
    
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c7739a8 View commit details
    Browse the repository at this point in the history
  73. chore: release 3.12.1 (#482)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b5a147c View commit details
    Browse the repository at this point in the history
  74. chore: release 3.12.2 (#493)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8b09333 View commit details
    Browse the repository at this point in the history
  75. chore: release 3.13.0 (#494)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    7bc04b3 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    06b310b View commit details
    Browse the repository at this point in the history
  77. samples: Update asset lib to v1 for ListAssets sample code (#505)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    50f6811 View commit details
    Browse the repository at this point in the history
  78. chore: release 3.14.1 (#508)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    82bd21a View commit details
    Browse the repository at this point in the history
  79. chore: release 3.15.0 (#516)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [3.15.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.14.1...v3.15.0) (2021-06-30)
    
    
    ### Features
    
    * add new searchable fields (memberTypes, roles, project, folders and organization), new request fields (assetTypes and orderBy) and new response fields (assetType, folders and organization) in SearchAllIamPolicies ([#511](https://www.github.com/googleapis/nodejs-asset/issues/511)) ([1dfb0e9](https://www.github.com/googleapis/nodejs-asset/commit/1dfb0e95c58fdfbca2807744ea22c52d3c6e7651))
    ---
    
    
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    6a9edcf View commit details
    Browse the repository at this point in the history
  80. chore: release 3.15.1 (#519)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    602371d View commit details
    Browse the repository at this point in the history
  81. chore: release 3.15.2 (#521)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    fc3b81d View commit details
    Browse the repository at this point in the history
  82. chore: release 3.15.3 (#523)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3b79af4 View commit details
    Browse the repository at this point in the history
  83. chore: release 3.15.4 (#535)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    10f2753 View commit details
    Browse the repository at this point in the history
  84. chore: release 3.15.5 (#536)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f46eab8 View commit details
    Browse the repository at this point in the history
  85. chore: release 3.16.0 (#539)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [3.16.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.15.5...v3.16.0) (2021-08-16)
    
    
    ### Features
    
    * Release of relationships in v1, Add content type Relationship to support relationship export ([#537](https://www.github.com/googleapis/nodejs-asset/issues/537)) ([873aae6](https://www.github.com/googleapis/nodejs-asset/commit/873aae6f9b846a16b5695b692e8ad668d684dc6c))
    ---
    
    
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3cec5b8 View commit details
    Browse the repository at this point in the history
  86. chore: release 3.16.1 (#540)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    9a4465a View commit details
    Browse the repository at this point in the history
  87. chore: release 3.17.0 (#543)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e2a6837 View commit details
    Browse the repository at this point in the history
  88. chore: release 3.18.0 (#549)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [3.18.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.17.0...v3.18.0) (2021-08-30)
    
    
    ### Features
    
    * Update osconfig v1 and v1alpha with WindowsApplication ([#548](https://www.github.com/googleapis/nodejs-asset/issues/548)) ([c096de8](https://www.github.com/googleapis/nodejs-asset/commit/c096de83a906953a08508a799014a37b2806da61))
    ---
    
    
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    4745ac9 View commit details
    Browse the repository at this point in the history
  89. chore: release 3.19.0 (#552)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    271c50e View commit details
    Browse the repository at this point in the history
  90. samples: add relationship support samples (#560)

    lvvvvvf authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    caf64d8 View commit details
    Browse the repository at this point in the history
  91. docs(samples): add auto-generated samples for Node with api short nam…

    …e in region tag (#562)
    
    - [ ] Regenerate this pull request now.
    
    PiperOrigin-RevId: 399287285
    
    Source-Link: googleapis/googleapis@1575986
    
    Source-Link: https://github.com/googleapis/googleapis-gen/commit/b27fff623a5d8d586b703b5e4919856abe7c2eb3
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjI3ZmZmNjIzYTVkOGQ1ODZiNzAzYjVlNDkxOTg1NmFiZTdjMmViMyJ9
    gcf-owl-bot[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    338b0e0 View commit details
    Browse the repository at this point in the history
  92. test: extend timeout for flaky tests (#567)

    bcoe authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    aaff031 View commit details
    Browse the repository at this point in the history
  93. chore: release 3.20.0 (#570)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [3.20.0](https://www.github.com/googleapis/nodejs-asset/compare/v3.19.0...v3.20.0) (2021-10-19)
    
    
    ### Features
    
    * Update osconfig v1 and v1alpha RecurringSchedule.Frequency with DAILY frequency ([#569](https://www.github.com/googleapis/nodejs-asset/issues/569)) ([af03fd5](https://www.github.com/googleapis/nodejs-asset/commit/af03fd5c4fba4a258acf4c0332991bcb619fa10b))
    ---
    
    
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    f0b7f00 View commit details
    Browse the repository at this point in the history
  94. chore: release 3.21.0 (#576)

    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    8b3f91c View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    f99111b View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    d5d79a4 View commit details
    Browse the repository at this point in the history
  97. chore(main): release 3.23.0 (#603)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0176b55 View commit details
    Browse the repository at this point in the history
  98. chore(main): release 3.23.1 (#605)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a692cca View commit details
    Browse the repository at this point in the history
  99. build!: update library to use Node 12 (#625)

    * feat!: Update library to use Node 12
    
    * 🦉 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>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    c5ea9ad View commit details
    Browse the repository at this point in the history
  100. test: increase sample test timeout (#628)

    alexander-fenster authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    ce5a172 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    27ff366 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    76d415f View commit details
    Browse the repository at this point in the history
  103. samples: fix compute test, update dependency to V3 (#634)

    * samples: fix compute test, update dependency to V3
    sofisl authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    130f26b View commit details
    Browse the repository at this point in the history
  104. chore(main): release 4.0.0 (#626)

    * chore(main): release 4.0.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
    3 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e60c13a View commit details
    Browse the repository at this point in the history
  105. chore(main): release 4.1.0 (#636)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.1.0](googleapis/nodejs-asset@v4.0.0...v4.1.0) (2022-06-29)
    
    
    ### Features
    
    * support regapic LRO ([#635](googleapis/nodejs-asset#635)) ([140ce9d](googleapis/nodejs-asset@140ce9d))
    
    ---
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    a861295 View commit details
    Browse the repository at this point in the history
  106. chore(main): release 4.2.0 (#645)

    * chore(main): release 4.2.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    1e20b1a View commit details
    Browse the repository at this point in the history
  107. feat: add batchGetEffectiveIamPolicies sample code. (#654)

    * feat: add batchGetEffectiveIamPolicies sample code.
    
    Add batchGetEffectiveIamPolicies sample code and also lint the protobuf
    imports.
    
    * chore: fix the Copyright year for getBatchEffectiveIamPolicies.js
    
    * chore: refactor logging and remove loop for checking results
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: modify the logging to print nested Object.
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    231b118 View commit details
    Browse the repository at this point in the history
  108. fix(deps): update dependency uuid to v9 (#657)

    renovate-bot authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    3eab51d View commit details
    Browse the repository at this point in the history
  109. chore(main): release 4.3.0 (#652)

    * chore(main): release 4.3.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    03272c7 View commit details
    Browse the repository at this point in the history
  110. chore(main): release 4.4.0 (#659)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [4.4.0](googleapis/nodejs-asset@v4.3.0...v4.4.0) (2022-09-22)
    
    
    ### Features
    
    * Add client library support for AssetService v1 SavedQuery APIs ([#662](googleapis/nodejs-asset#662)) ([68c8ece](googleapis/nodejs-asset@68c8ece))
    
    
    ### Bug Fixes
    
    * Preserve default values in x-goog-request-params header ([#658](googleapis/nodejs-asset#658)) ([e351ed1](googleapis/nodejs-asset@e351ed1))
    
    ---
    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 and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    d41974f View commit details
    Browse the repository at this point in the history
  111. chore(main): release 4.5.0 (#671)

    * chore(main): release 4.5.0
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    2 people authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    dec876b View commit details
    Browse the repository at this point in the history
  112. Adds workflows config for nodejs-asset

    ahrarmonsur authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    2b46d8c View commit details
    Browse the repository at this point in the history
  113. Removes workflow for asset samples to unblock CI failing due to badly…

    … written tests
    ahrarmonsur authored and Ace Nassri committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0fab9fe View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    96531f0 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    430d47d View commit details
    Browse the repository at this point in the history