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-document-ai #2843

Merged
merged 56 commits into from
Nov 14, 2022

Commits on Nov 12, 2022

  1. chore: initial build of document ai library

    bcoe authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    3b5a19e View commit details
    Browse the repository at this point in the history
  2. feat!: initial generation of beta client (#5)

    bcoe authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4118cbc View commit details
    Browse the repository at this point in the history
  3. feat(samples): adds Document AI parse table, forms samples (#8)

    telpirion authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    770e7db View commit details
    Browse the repository at this point in the history
  4. feat: updated library from protos (#9)

    telpirion authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    cbf4b6f View commit details
    Browse the repository at this point in the history
  5. feat: adds beta samples

    * feat: adds remaining samples (parse form synchronous, parse table synchronous, parse from with NL model, set endpoint)
    
    * fix: adds AutoML NL model to tests
    
    * fix: removes forEach() constructions
    telpirion authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4c9117e View commit details
    Browse the repository at this point in the history
  6. chore: release 1.0.0 (#6)

    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d9bf643 View commit details
    Browse the repository at this point in the history
  7. chore: removes unneeded samples (#25)

    telpirion authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    1181bab View commit details
    Browse the repository at this point in the history
  8. feat!: drop node8 support (#30)

    BREAKING CHANGE: The library now supports Node.js v10+. The last version to support Node.js v8 is tagged legacy-8 on NPM.
    alexander-fenster authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    43d0fdc View commit details
    Browse the repository at this point in the history
  9. chore(deps): update dependency @types/mocha (#18)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@types/mocha](https://togithub.com/DefinitelyTyped/DefinitelyTyped) | devDependencies | major | [`^5.2.7` -> `^7.0.0`](https://renovatebot.com/diffs/npm/@types%2fmocha/5.2.7/7.0.2) |
    | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | devDependencies | major | [`^6.2.0` -> `^7.0.0`](https://renovatebot.com/diffs/npm/mocha/6.2.3/7.1.1) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>mochajs/mocha</summary>
    
    ### [`v7.1.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;711--2020-03-18)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.1.0...v7.1.1)
    
    #### 🔒 Security Fixes
    
    -   [#&#8203;4204](https://togithub.com/mochajs/mocha/issues/4204): Update dependencies mkdirp, yargs-parser and yargs ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 🐛 Fixes
    
    -   [#&#8203;3660](https://togithub.com/mochajs/mocha/issues/3660): Fix `runner` listening to `start` and `end` events ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 📖 Documentation
    
    -   [#&#8203;4190](https://togithub.com/mochajs/mocha/issues/4190): Show Netlify badge on footer ([**@&#8203;outsideris**](https://togithub.com/outsideris))
    
    ### [`v7.1.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;710--2020-02-26)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.0.1...v7.1.0)
    
    #### 🎉 Enhancements
    
    [#&#8203;4038](https://togithub.com/mochajs/mocha/issues/4038): Add Node.js native ESM support ([**@&#8203;giltayar**](https://togithub.com/giltayar))
    
    Mocha supports writing your test files as ES modules:
    
    -   Node.js only v12.11.0 and above
    -   Node.js below v13.2.0, you must set `--experimental-modules` option
    -   current limitations: please check our [documentation](https://mochajs.org/#nodejs-native-esm-support)
    -   for programmatic usage: see [API: loadFilesAsync()](https://mochajs.org/api/mocha#loadFilesAsync)
    
    **Note:** Node.JS native [ECMAScript Modules](https://nodejs.org/api/esm.html) implementation has status: **Stability: 1 - Experimental**
    
    #### 🐛 Fixes
    
    -   [#&#8203;4181](https://togithub.com/mochajs/mocha/issues/4181): Programmatic API cannot access retried test objects ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4174](https://togithub.com/mochajs/mocha/issues/4174): Browser: fix `allowUncaught` option ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 📖 Documentation
    
    -   [#&#8203;4058](https://togithub.com/mochajs/mocha/issues/4058): Manage author list in AUTHORS instead of `package.json` ([**@&#8203;outsideris**](https://togithub.com/outsideris))
    
    #### 🔩 Other
    
    -   [#&#8203;4138](https://togithub.com/mochajs/mocha/issues/4138): Upgrade ESLint v6.8 ([**@&#8203;kaicataldo**](https://togithub.com/kaicataldo))
    
    ### [`v7.0.1`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;701--2020-01-25)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v7.0.0...v7.0.1)
    
    #### 🐛 Fixes
    
    -   [#&#8203;4165](https://togithub.com/mochajs/mocha/issues/4165): Fix exception when skipping tests programmatically ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4153](https://togithub.com/mochajs/mocha/issues/4153): Restore backwards compatibility for `reporterOptions` ([**@&#8203;holm**](https://togithub.com/holm))
    -   [#&#8203;4150](https://togithub.com/mochajs/mocha/issues/4150): Fix recovery of an open test upon uncaught exception ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4147](https://togithub.com/mochajs/mocha/issues/4147): Fix regression of leaking uncaught exception handler ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 📖 Documentation
    
    -   [#&#8203;4146](https://togithub.com/mochajs/mocha/issues/4146): Update copyright & trademark notices per OJSF ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;4140](https://togithub.com/mochajs/mocha/issues/4140): Fix broken links ([**@&#8203;KyoungWan**](https://togithub.com/KyoungWan))
    
    #### 🔩 Other
    
    -   [#&#8203;4133](https://togithub.com/mochajs/mocha/issues/4133): Print more descriptive error message ([**@&#8203;Zirak**](https://togithub.com/Zirak))
    
    ### [`v7.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;700--2020-01-05)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v6.2.3...v7.0.0)
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;3885](https://togithub.com/mochajs/mocha/issues/3885): **Drop Node.js v6.x support** ([**@&#8203;mojosoeun**](https://togithub.com/mojosoeun))
    -   [#&#8203;3890](https://togithub.com/mochajs/mocha/issues/3890): Remove Node.js debug-related flags `--debug`/`--debug-brk` and deprecate `debug` argument ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;3962](https://togithub.com/mochajs/mocha/issues/3962): Changes to command-line options ([**@&#8203;ParkSB**](https://togithub.com/ParkSB)):
        -   `--list-interfaces` replaces `--interfaces`
        -   `--list-reporters` replaces `--reporters`
    -   Hook pattern of `this.skip()` ([**@&#8203;juergba**](https://togithub.com/juergba)):
        -   [#&#8203;3859](https://togithub.com/mochajs/mocha/issues/3859): When conditionally skipping in a `it` test, related `afterEach` hooks are now executed
        -   [#&#8203;3741](https://togithub.com/mochajs/mocha/issues/3741): When conditionally skipping in a `beforeEach` hook, subsequent inner `beforeEach` hooks are now skipped and related `afterEach` hooks are executed
        -   [#&#8203;4136](https://togithub.com/mochajs/mocha/issues/4136): Disallow `this.skip()` within `after` hooks
    -   [#&#8203;3967](https://togithub.com/mochajs/mocha/issues/3967): Remove deprecated `getOptions()` and `lib/cli/options.js` ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4083](https://togithub.com/mochajs/mocha/issues/4083): Uncaught exception in `pending` test: don't swallow, but retrospectively fail the test for correct exit code ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4004](https://togithub.com/mochajs/mocha/issues/4004): Align `Mocha` constructor's option names with command-line options ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 🎉 Enhancements
    
    -   [#&#8203;3980](https://togithub.com/mochajs/mocha/issues/3980): Refactor and improve `--watch` mode with chokidar ([**@&#8203;geigerzaehler**](https://togithub.com/geigerzaehler)):
        -   adds command-line options `--watch-files` and `--watch-ignore`
        -   removes `--watch-extensions`
    -   [#&#8203;3979](https://togithub.com/mochajs/mocha/issues/3979): Type "rs\\n" to restart tests ([**@&#8203;broofa**](https://togithub.com/broofa))
    
    #### 📠 Deprecations
    
    These are _soft_-deprecated, and will emit a warning upon use. Support will be removed in (likely) the next major version of Mocha:
    
    -   [#&#8203;3968](https://togithub.com/mochajs/mocha/issues/3968): Deprecate legacy configuration via `mocha.opts` ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 🐛 Fixes
    
    -   [#&#8203;4125](https://togithub.com/mochajs/mocha/issues/4125): Fix timeout handling with `--inspect-brk`/`--inspect` ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4070](https://togithub.com/mochajs/mocha/issues/4070): `Mocha` constructor: improve browser setup ([**@&#8203;juergba**](https://togithub.com/juergba))
    -   [#&#8203;4068](https://togithub.com/mochajs/mocha/issues/4068): XUnit reporter should handle exceptions during diff generation ([**@&#8203;rgroothuijsen**](https://togithub.com/rgroothuijsen))
    -   [#&#8203;4030](https://togithub.com/mochajs/mocha/issues/4030): Fix `--allow-uncaught` with `this.skip()` ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 🔍 Coverage
    
    -   [#&#8203;4109](https://togithub.com/mochajs/mocha/issues/4109): Add Node.js v13.x to CI test matrix ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    #### 📖 Documentation
    
    -   [#&#8203;4129](https://togithub.com/mochajs/mocha/issues/4129): Fix broken links ([**@&#8203;SaeromB**](https://togithub.com/SaeromB))
    -   [#&#8203;4127](https://togithub.com/mochajs/mocha/issues/4127): Add reporter alias names to docs ([**@&#8203;khg0712**](https://togithub.com/khg0712))
    -   [#&#8203;4101](https://togithub.com/mochajs/mocha/issues/4101): Clarify invalid usage of `done()` ([**@&#8203;jgehrcke**](https://togithub.com/jgehrcke))
    -   [#&#8203;4092](https://togithub.com/mochajs/mocha/issues/4092): Replace `:coffee:` with emoji ☕️ ([**@&#8203;pzrq**](https://togithub.com/pzrq))
    -   [#&#8203;4088](https://togithub.com/mochajs/mocha/issues/4088): Initial draft of project charter ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    -   [#&#8203;4066](https://togithub.com/mochajs/mocha/issues/4066): Change `sh` to `bash` for code block in docs/index.md ([**@&#8203;HyunSangHan**](https://togithub.com/HyunSangHan))
    -   [#&#8203;4045](https://togithub.com/mochajs/mocha/issues/4045): Update README.md concerning GraphicsMagick installation ([**@&#8203;HyunSangHan**](https://togithub.com/HyunSangHan))
    -   [#&#8203;3988](https://togithub.com/mochajs/mocha/issues/3988): Fix sponsors background color for readability ([**@&#8203;outsideris**](https://togithub.com/outsideris))
    
    #### 🔩 Other
    
    -   [#&#8203;4118](https://togithub.com/mochajs/mocha/issues/4118): Update node-environment-flags to 1.0.6 ([**@&#8203;kylef**](https://togithub.com/kylef))
    -   [#&#8203;4097](https://togithub.com/mochajs/mocha/issues/4097): Add GH Funding Metadata ([**@&#8203;SheetJSDev**](https://togithub.com/SheetJSDev))
    -   [#&#8203;4089](https://togithub.com/mochajs/mocha/issues/4089): Add funding information to `package.json` ([**@&#8203;Munter**](https://togithub.com/Munter))
    -   [#&#8203;4077](https://togithub.com/mochajs/mocha/issues/4077): Improve integration tests ([**@&#8203;soobing**](https://togithub.com/soobing))
    
    </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.
    
    :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/config-help/issues) if that's undesired.
    
    ---
    
     - [ ] <!-- 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-document-ai).
    renovate-bot authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    7b98c2b View commit details
    Browse the repository at this point in the history
  10. chore: update region tags (#33)

    telpirion authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    fab60cc View commit details
    Browse the repository at this point in the history
  11. fix(samples): do not pass location (#39)

    alexander-fenster authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ab14bff View commit details
    Browse the repository at this point in the history
  12. chore: fix samples according to service resource change (#35)

    * chore: late breaking service change
    * fix: changes to location
    * fix: removed unnecessary set endpoint
    
    Co-authored-by: Benjamin E. Coe <[email protected]>
    2 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4a02126 View commit details
    Browse the repository at this point in the history
  13. fix(deps): update dependency @google-cloud/storage to v5 (#56)

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [@google-cloud/storage](https://togithub.com/googleapis/nodejs-storage) | dependencies | major | [`^4.2.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://togithub.com/googleapis/nodejs-storage/blob/master/CHANGELOG.md#&#8203;500-httpswwwgithubcomgoogleapisnodejs-storagecomparev470v500-2020-05-13)
    
    [Compare Source](https://togithub.com/googleapis/nodejs-storage/compare/v4.7.0...v5.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   automatically detect contentType if not provided ([#&#8203;1190](https://togithub.com/googleapis/nodejs-storage/issues/1190))
    -   drop keepAcl parameter in file copy ([#&#8203;1166](https://togithub.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://togithub.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://togithub.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://togithub.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://togithub.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-document-ai).
    renovate-bot authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8893922 View commit details
    Browse the repository at this point in the history
  14. chore: release 2.0.0 (#31)

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

    This PR contains the following updates:
    
    | Package | Type | Update | Change |
    |---|---|---|---|
    | [mocha](https://mochajs.org/) ([source](https://togithub.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://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;801--2020-06-10)
    
    [Compare Source](https://togithub.com/mochajs/mocha/compare/v8.0.0...v8.0.1)
    
    The obligatory patch after a major.
    
    #### 🐛 Fixes
    
    -   [#&#8203;4328](https://togithub.com/mochajs/mocha/issues/4328): Fix `--parallel` when combined with `--watch` ([**@&#8203;boneskull**](https://togithub.com/boneskull))
    
    ### [`v8.0.0`](https://togithub.com/mochajs/mocha/blob/master/CHANGELOG.md#&#8203;800--2020-06-10)
    
    [Compare Source](https://togithub.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://togithub.com/giltayar) and [**@&#8203;nicojs**](https://togithub.com/nicojs) to the maintenance team!
    
    #### 💥 Breaking Changes
    
    -   [#&#8203;4164](https://togithub.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://togithub.com/UlisesGascon))
    
    -   [#&#8203;4175](https://togithub.com/mochajs/mocha/issues/4175): Having been deprecated with a warning since v7.0.0, **`mocha.opts` is no longer supported** ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND:** Replace `mocha.opts` with a [configuration file](https://mochajs.org/#configuring-mocha-nodejs).
    
    -   [#&#8203;4260](https://togithub.com/mochajs/mocha/issues/4260): Remove `enableTimeout()` (`this.enableTimeout()`) from the context object ([**@&#8203;craigtaub**](https://togithub.com/craigtaub))
    
        ✨ **WORKAROUND:** Replace usage of `this.enableTimeout(false)` in your tests with `this.timeout(0)`.
    
    -   [#&#8203;4315](https://togithub.com/mochajs/mocha/issues/4315): The `spec` option no longer supports a comma-delimited list of files ([**@&#8203;juergba**](https://togithub.com/juergba))
    
        ✨ **WORKAROUND**: Use an array instead (e.g., `"spec": "foo.js,bar.js"` becomes `"spec": ["foo.js", "bar.js"]`).
    
    -   [#&#8203;4309](https://togithub.com/mochajs/mocha/issues/4309): Drop support for Node.js v13.x line, which is now End-of-Life ([**@&#8203;juergba**](https://togithub.com/juergba))
    
    -   [#&#8203;4282](https://togithub.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://togithub.com/arvidOtt))
    
    -   [#&#8203;4223](https://togithub.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://togithub.com/juergba))
    
    -   [#&#8203;4178](https://togithub.com/mochajs/mocha/issues/4178): Remove previously soft-deprecated APIs ([**@&#8203;wnghdcjfe**](https://togithub.com/wnghdcjfe)):
        -   `Mocha.prototype.ignoreLeaks()`
        -   `Mocha.prototype.useColors()`
        -   `Mocha.prototype.useInlineDiffs()`
        -   `Mocha.prototype.hideDiff()`
    
    #### 🎉 Enhancements
    
    -   [#&#8203;4245](https://togithub.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://togithub.com/boneskull))
    
        ❗ See also [#&#8203;4244](https://togithub.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://togithub.com/mochajs/mocha/issues/4304): `--require` now works with ES modules ([**@&#8203;JacobLey**](https://togithub.com/JacobLey))
    
    -   [#&#8203;4299](https://togithub.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://togithub.com/giltayar))
    
    #### 📖 Documentation
    
    -   [#&#8203;4246](https://togithub.com/mochajs/mocha/issues/4246): Add documentation for parallel mode and Root Hook plugins ([**@&#8203;boneskull**](https://togithub.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-document-ai).
    renovate-bot authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f2a15f6 View commit details
    Browse the repository at this point in the history
  16. chore: release 2.1.0 (#61)

    * 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 12, 2022
    Configuration menu
    Copy the full SHA
    eb1d270 View commit details
    Browse the repository at this point in the history
  17. chore: release 2.1.1 (#75)

    * 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 12, 2022
    Configuration menu
    Copy the full SHA
    4b2bb87 View commit details
    Browse the repository at this point in the history
  18. build(test): recursively find test files; fail on unsupported depende…

    …ncy versions (#100)
    
    * build(test): recursively find test files; fail on unsupported dependency versions
    
    Source-Author: Megan Potter <[email protected]>
    Source-Date: Fri Sep 11 18:47:00 2020 -0700
    Source-Repo: googleapis/synthtool
    Source-Sha: fdd03c161003ab97657cc0218f25c82c89ddf4b6
    Source-Link: googleapis/synthtool@fdd03c1
    
    * build: update test
    
    Co-authored-by: Sofia Leon <[email protected]>
    2 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d747e84 View commit details
    Browse the repository at this point in the history
  19. feat: generation error and set v1beta3 as default (#112)

    * feat: set v1beta3 as default
    sofisl authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    9f821a8 View commit details
    Browse the repository at this point in the history
  20. docs(samples): new Doc AI samples for v1beta3 (#101)

    * docs(samples): new Doc AI samples for v1beta3
    * feat: add a new version to the library
    * fix: adds processor ID as literal in tests
    * fix: removed apiEndpoint from client instantiation
    
    Co-authored-by: Sofia Leon <[email protected]>
    Co-authored-by: sofisl <[email protected]>
    Co-authored-by: Justin Beckwith <[email protected]>
    4 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    867be6e View commit details
    Browse the repository at this point in the history
  21. chore: release 2.2.0 (#106)

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

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    ca28c4e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5d0cd65 View commit details
    Browse the repository at this point in the history
  24. chore: release 2.2.2 (#132)

    🤖 I have created a release \*beep\* \*boop\* 
    ---
    ### [2.2.2](https://www.github.com/googleapis/nodejs-document-ai/compare/v2.2.1...v2.2.2) (2020-12-01)
    
    
    ### Bug Fixes
    
    * **browser:** check for fetch on window ([#131](https://www.github.com/googleapis/nodejs-document-ai/issues/131)) ([b7b016e](https://www.github.com/googleapis/nodejs-document-ai/commit/b7b016ed8c45c4da57cbe3eb652cd6b27f3be0f0))
    ---
    
    
    This PR was generated with [Release Please](https://github.com/googleapis/release-please).
    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    be2c534 View commit details
    Browse the repository at this point in the history
  25. docs: make processor ID variable consistent with comments in snippet (#…

    …136)
    
    Co-authored-by: Benjamin E. Coe <[email protected]>
    2 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    c7d772c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7228c8c View commit details
    Browse the repository at this point in the history
  27. chore: release 2.4.0 (#153)

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

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

    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    9f49681 View commit details
    Browse the repository at this point in the history
  30. chore: release 2.7.0 (#193)

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

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    9123754 View commit details
    Browse the repository at this point in the history
  32. samples: updates v1beta3 to v1; renames v1beta2 samples (#198)

    telpirion authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    79cbb09 View commit details
    Browse the repository at this point in the history
  33. chore: release 2.9.0 (#205)

    🤖 I have created a release \*beep\* \*boop\*
    ---
    ## [2.9.0](https://www.github.com/googleapis/nodejs-document-ai/compare/v2.8.0...v2.9.0) (2021-04-26)
    
    
    ### Features
    
    * add confidence field to the PageAnchor.PageRef in document.proto ([#204](https://www.github.com/googleapis/nodejs-document-ai/issues/204)) ([580150b](https://www.github.com/googleapis/nodejs-document-ai/commit/580150bdb3b5f7bfac599ee7c122a3ffb9a624c7))
    ---
    
    
    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 12, 2022
    Configuration menu
    Copy the full SHA
    fd39f33 View commit details
    Browse the repository at this point in the history
  34. chore: new owl bot post processor docker image (#212)

    gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:f93bb861d6f12574437bb9aee426b71eafd63b419669ff0ed029f4b7e7162e3f
    gcf-owl-bot[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    178cad8 View commit details
    Browse the repository at this point in the history
  35. chore: release 2.10.0 (#213)

    * chore: release 2.10.0
    
    * 🦉 Updates from OwlBot
    
    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 12, 2022
    Configuration menu
    Copy the full SHA
    f705929 View commit details
    Browse the repository at this point in the history
  36. samples: Update quickstart.js (#189)

    include the required region if using EU based processor (defaults to US)
    
    Co-authored-by: Justin Beckwith <[email protected]>
    2 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    b550167 View commit details
    Browse the repository at this point in the history
  37. chore: release 3.0.0 (#221)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    0ed3dbb View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    28960ae View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    47eadf0 View commit details
    Browse the repository at this point in the history
  40. chore: release 3.1.0 (#259)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f0643f4 View commit details
    Browse the repository at this point in the history
  41. docs(samples): add OCR, form, quality, splitter and specialized proce…

    …ssing samples (#283)
    
    * docs(samples): add OCR, form, quality, splitter and specialized processing samples
    
    * 🦉 Updates from OwlBot
    
    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 12, 2022
    Configuration menu
    Copy the full SHA
    8bbb2d2 View commit details
    Browse the repository at this point in the history
  42. samples: added default value for undefined (#287)

    galz10 authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    00fb03d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    70961ae View commit details
    Browse the repository at this point in the history
  44. chore(main): release 3.3.0 (#306)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ## [3.3.0](googleapis/nodejs-document-ai@v3.2.1...v3.3.0) (2022-02-22)
    
    
    ### Features
    
    * add `symbols` field, and auto-format comments ([ec5edb7](googleapis/nodejs-document-ai@ec5edb7))
    * add `symbols` field, and auto-format comments ([ec5edb7](googleapis/nodejs-document-ai@ec5edb7))
    * add question_id field in ReviewDocumentOperationMetadata ([#304](googleapis/nodejs-document-ai#304)) ([e10cd03](googleapis/nodejs-document-ai@e10cd03))
    * add question_id field in ReviewDocumentOperationMetadata ([#308](googleapis/nodejs-document-ai#308)) ([675aff9](googleapis/nodejs-document-ai@675aff9))
    
    ---
    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 12, 2022
    Configuration menu
    Copy the full SHA
    d3de8e7 View commit details
    Browse the repository at this point in the history
  45. chore: removed v1beta2 samples (#325)

    * chore: removed v1beta2 samples
    
    * removed v1beta2 links in readme
    
    * 🦉 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 12, 2022
    Configuration menu
    Copy the full SHA
    f3293a5 View commit details
    Browse the repository at this point in the history
  46. build!: update library to use Node 12 (#333)

    * 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 12, 2022
    Configuration menu
    Copy the full SHA
    321561c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    21aa267 View commit details
    Browse the repository at this point in the history
  48. chore(main): release 4.0.0 (#334)

    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>
    release-please[bot] authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    d4e0d3c View commit details
    Browse the repository at this point in the history
  49. chore(main): release 4.1.0 (#340)

    * chore(main): release 4.1.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 12, 2022
    Configuration menu
    Copy the full SHA
    42a7409 View commit details
    Browse the repository at this point in the history
  50. chore(main): release 5.0.0 (#344)

    * chore(main): release 5.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>
    2 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    8c40a1b View commit details
    Browse the repository at this point in the history
  51. fix(deps): update dependency uuid to v9 (#356)

    [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
    
    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | [uuid](https://togithub.com/uuidjs/uuid) | [`^8.3.1` -> `^9.0.0`](https://renovatebot.com/diffs/npm/uuid/8.3.2/9.0.0) | [![age](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/compatibility-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/uuid/9.0.0/confidence-slim/8.3.2)](https://docs.renovatebot.com/merge-confidence/) |
    
    ---
    
    ### Release Notes
    
    <details>
    <summary>uuidjs/uuid</summary>
    
    ### [`v9.0.0`](https://togithub.com/uuidjs/uuid/blob/HEAD/CHANGELOG.md#&#8203;900-httpsgithubcomuuidjsuuidcomparev832v900-2022-09-05)
    
    [Compare Source](https://togithub.com/uuidjs/uuid/compare/v8.3.2...v9.0.0)
    
    ##### ⚠ BREAKING CHANGES
    
    -   Drop Node.js 10.x support. This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
    
    -   Remove the minified UMD build from the package.
    
        Minified code is hard to audit and since this is a widely used library it seems more appropriate nowadays to optimize for auditability than to ship a legacy module format that, at best, serves educational purposes nowadays.
    
        For production browser use cases, users should be using a bundler. For educational purposes, today's online sandboxes like replit.com offer convenient ways to load npm modules, so the use case for UMD through repos like UNPKG or jsDelivr has largely vanished.
    
    -   Drop IE 11 and Safari 10 support. Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
    
        This also removes the fallback on msCrypto instead of the crypto API.
    
        Browser tests are run in the first supported version of each supported browser and in the latest (as of this commit) version available on Browserstack.
    
    ##### Features
    
    -   optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) ([#&#8203;597](https://togithub.com/uuidjs/uuid/issues/597)) ([3a033f6](https://togithub.com/uuidjs/uuid/commit/3a033f6bab6bb3780ece6d645b902548043280bc))
    -   remove UMD build ([#&#8203;645](https://togithub.com/uuidjs/uuid/issues/645)) ([e948a0f](https://togithub.com/uuidjs/uuid/commit/e948a0f22bf22f4619b27bd913885e478e20fe6f)), closes [#&#8203;620](https://togithub.com/uuidjs/uuid/issues/620)
    -   use native crypto.randomUUID when available ([#&#8203;600](https://togithub.com/uuidjs/uuid/issues/600)) ([c9e076c](https://togithub.com/uuidjs/uuid/commit/c9e076c852edad7e9a06baaa1d148cf4eda6c6c4))
    
    ##### Bug Fixes
    
    -   add Jest/jsdom compatibility ([#&#8203;642](https://togithub.com/uuidjs/uuid/issues/642)) ([16f9c46](https://togithub.com/uuidjs/uuid/commit/16f9c469edf46f0786164cdf4dc980743984a6fd))
    -   change default export to named function ([#&#8203;545](https://togithub.com/uuidjs/uuid/issues/545)) ([c57bc5a](https://togithub.com/uuidjs/uuid/commit/c57bc5a9a0653273aa639cda9177ce52efabe42a))
    -   handle error when parameter is not set in v3 and v5 ([#&#8203;622](https://togithub.com/uuidjs/uuid/issues/622)) ([fcd7388](https://togithub.com/uuidjs/uuid/commit/fcd73881692d9fabb63872576ba28e30ff852091))
    -   run npm audit fix ([#&#8203;644](https://togithub.com/uuidjs/uuid/issues/644)) ([04686f5](https://togithub.com/uuidjs/uuid/commit/04686f54c5fed2cfffc1b619f4970c4bb8532353))
    -   upgrading from uuid3 broken link ([#&#8203;568](https://togithub.com/uuidjs/uuid/issues/568)) ([1c849da](https://togithub.com/uuidjs/uuid/commit/1c849da6e164259e72e18636726345b13a7eddd6))
    
    ##### build
    
    -   drop Node.js 8.x from babel transpile target ([#&#8203;603](https://togithub.com/uuidjs/uuid/issues/603)) ([aa11485](https://togithub.com/uuidjs/uuid/commit/aa114858260402107ec8a1e1a825dea0a259bcb5))
    
    -   drop support for legacy browsers (IE11, Safari 10) ([#&#8203;604](https://togithub.com/uuidjs/uuid/issues/604)) ([0f433e5](https://togithub.com/uuidjs/uuid/commit/0f433e5ec444edacd53016de67db021102f36148))
    
    -   drop node 10.x to upgrade dev dependencies ([#&#8203;653](https://togithub.com/uuidjs/uuid/issues/653)) ([28a5712](https://togithub.com/uuidjs/uuid/commit/28a571283f8abda6b9d85e689f95b7d3ee9e282e)), closes [#&#8203;643](https://togithub.com/uuidjs/uuid/issues/643)
    
    ##### [8.3.2](https://togithub.com/uuidjs/uuid/compare/v8.3.1...v8.3.2) (2020-12-08)
    
    ##### Bug Fixes
    
    -   lazy load getRandomValues ([#&#8203;537](https://togithub.com/uuidjs/uuid/issues/537)) ([16c8f6d](https://togithub.com/uuidjs/uuid/commit/16c8f6df2f6b09b4d6235602d6a591188320a82e)), closes [#&#8203;536](https://togithub.com/uuidjs/uuid/issues/536)
    
    ##### [8.3.1](https://togithub.com/uuidjs/uuid/compare/v8.3.0...v8.3.1) (2020-10-04)
    
    ##### Bug Fixes
    
    -   support expo>=39.0.0 ([#&#8203;515](https://togithub.com/uuidjs/uuid/issues/515)) ([c65a0f3](https://togithub.com/uuidjs/uuid/commit/c65a0f3fa73b901959d638d1e3591dfacdbed867)), closes [#&#8203;375](https://togithub.com/uuidjs/uuid/issues/375)
    
    </details>
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "after 9am and before 3pm" (UTC), Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
    
    ---
    
     - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
    
    ---
    
    This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/nodejs-document-ai).
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE5MS4wIn0=-->
    renovate-bot authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    f48f8e7 View commit details
    Browse the repository at this point in the history
  52. chore(main): release 6.0.0 (#347)

    * chore(main): release 6.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>
    2 people authored and Ace Nassri committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    41ee043 View commit details
    Browse the repository at this point in the history
  53. chore(main): release 6.1.0 (#374)

    * chore(main): release 6.1.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 12, 2022
    Configuration menu
    Copy the full SHA
    0d536b2 View commit details
    Browse the repository at this point in the history
  54. Add workflows

    ace-n committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    b9cc6d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Delete unused quickstart

    Ace Nassri authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5b9c9ae View commit details
    Browse the repository at this point in the history
  2. Delete test for unused quickstart

    Ace Nassri authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    1e6763d View commit details
    Browse the repository at this point in the history