Closed renovate[bot] closed 1 year ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
Stale pull request message
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x
releases. But if you manually upgrade to 4.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
3.6.3
->4.0.2
Release Notes
jsdoc/jsdoc
### [`v4.0.2`](https://togithub.com/jsdoc/jsdoc/compare/4.0.1...4.0.2) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/4.0.1...4.0.2) ### [`v4.0.1`](https://togithub.com/jsdoc/jsdoc/compare/084218523a7d69fec14a852ce680f374f526af28...4.0.1) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/084218523a7d69fec14a852ce680f374f526af28...4.0.1) ### [`v4.0.0`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#400-November-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.11...084218523a7d69fec14a852ce680f374f526af28) - JSDoc releases now use [semantic versioning](https://semver.org/). If JSDoc makes backwards-incompatible changes in the future, the major version will be incremented. - JSDoc no longer uses the [`taffydb`](https://taffydb.com/) package. If your JSDoc template or plugin uses the `taffydb` package, see the [instructions for replacing `taffydb` with `@jsdoc/salty`](https://togithub.com/jsdoc/jsdoc/tree/main/packages/jsdoc-salty#use-salty-in-a-jsdoc-template). - JSDoc now supports Node.js 12.0.0 and later. ### [`v3.6.11`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#3611-July-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.10...3.6.11) Updates dependency versions to make JSDoc compatible with Node.js 12.0.0 and later. ### [`v3.6.10`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#3610-January-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.9...3.6.10) Fixes an issue in JSDoc 3.6.9 that prevented JSDoc from being installed in some continuous integration (CI) environments. ### [`v3.6.9`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#369-January-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.8...3.6.9) Fixes an issue in JSDoc 3.6.8 that prevented `npm install jsdoc` from working. ### [`v3.6.8`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#368-January-2022) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.7...3.6.8) Updates dependencies. ### [`v3.6.7`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#367-May-2021) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.6...3.6.7) Updates dependencies. ### [`v3.6.6`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#366-September-2020) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.5...3.6.6) Fixes an issue that could cause members of an interface to be tracked incorrectly if the interface was both defined as an ES2015 class and assigned to a variable. For example: ```js /** @interface */ foo.Bar = class { constructor() { /** This member was missing from the generated docs. */ this.baz = null; } }; ``` ### [`v3.6.5`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#365-July-2020) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.4...3.6.5) Prevents circular references in doclets when two function parameters use the same type expression, and the `--debug` flag is present. ### [`v3.6.4`](https://togithub.com/jsdoc/jsdoc/blob/HEAD/CHANGES.md#364-April-2020) [Compare Source](https://togithub.com/jsdoc/jsdoc/compare/3.6.3...3.6.4) Updates dependencies.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.