Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): update devdependencies (major) (major) #10

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 10, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@homer0/prettier-plugin-jsdoc 4.0.0 -> 10.0.0 age adoption passing confidence
@octokit/types 6.16.6 -> 13.10.0 age adoption passing confidence
@types/jest (source) 26.0.23 -> 29.5.14 age adoption passing confidence
@​types/markdown-table 2.0.0 -> 3.0.0 age adoption passing confidence
@types/node (source) 15.12.4 -> 22.13.14 age adoption passing confidence
@types/react (source) 17.0.11 -> 19.0.12 age adoption passing confidence
@types/react-dom (source) 17.0.8 -> 19.0.4 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 4.28.0 -> 8.28.0 age adoption passing confidence
@typescript-eslint/parser (source) 4.28.0 -> 8.28.0 age adoption passing confidence
eslint (source) 7.29.0 -> 9.23.0 age adoption passing confidence
eslint-config-prettier 8.3.0 -> 10.1.1 age adoption passing confidence
format-imports 2.4.0 -> 4.0.7 age adoption passing confidence
jest (source) 27.0.5 -> 29.7.0 age adoption passing confidence
jest-watch-typeahead 0.6.4 -> 2.2.2 age adoption passing confidence
prettier (source) 2.3.1 -> 3.5.3 age adoption passing confidence
ts-jest (source) 27.0.3 -> 29.3.0 age adoption passing confidence

Release Notes

homer0/prettier-plugin-jsdoc (@​homer0/prettier-plugin-jsdoc)

v10.0.0

Compare Source

Bug Fixes
  • add support for the notes tag (7494a63)
  • correct typo in descriptionParagraph property (64b22ec)
  • correct typo in getFormatter method (ae86690)
  • correct typo in render methods' names (32a519b)
  • move notes to the tags with desc as name (7e6d23e)
  • typo on deprecated tag (1e43b30)
  • update all the dependencies (8aa9ac0)
BREAKING CHANGES
  • prettier has been moved from prod dependency to peer
    dependency, so you'll have to add it to your own package.json, if
    if you didn't have it already.
  • If the plugin is being extended, the utility methods
    renderTagsInlines and tryToRenderTagsInColums have been fixed
    and they are now renderTagsInLines and tryToRenderTagsInColumns.
  • If the plugin is being extended, the utility function
    for TS types getFormater has been fixed and it's now getFormatter.
  • If the plugin is being extended, the tag property
    descriptionParagrah has been fixed and it's now
    descriptionParagraph.

v9.1.0

Compare Source

Bug Fixes
  • add support for node version 22 (9943109)
  • update dependencies (5294125)
Features
  • add option to ignore inline blocks when there are not tags (0090712)

9.0.2 (2024-05-28)

Bug Fixes
  • support links with custom labels (cf8844e)

9.0.1 (2024-05-27)

Bug Fixes
  • access getRenderer from the container (c1d6ef7)
  • add support for the privateRemarks tag (1ec37b9)
  • update dependencies (86ce9e7)

v9.0.2

Compare Source

Bug Fixes
  • support links with custom labels (cf8844e)

v9.0.1

Compare Source

Bug Fixes
  • access getRenderer from the container (c1d6ef7)
  • add support for the privateRemarks tag (1ec37b9)
  • update dependencies (86ce9e7)

v9.0.0

Compare Source

Bug Fixes
  • consider jsdocIgnoreTags when calculating lengths (515e3a5)
  • update dependencies (0623001)
Features
  • implement jsdocIgnoreTags (55b96db)
BREAKING CHANGES
  • For those extending the plugin, getLengthsData now requires
    the plugin options to be sent as a second parameter.

v8.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • Node 16 is not longer supported. Node 18.17 is the minimum required version now.

7.0.3 (2023-07-22)

Bug Fixes
  • move return tag to tags with desc as name (1dc8632)
  • move todo to the tags without desc (6805ba0)
  • track tags that cannot be converted into sentences (1d4167b)

7.0.2 (2023-07-19)

Bug Fixes

7.0.1 (2023-07-18)

Bug Fixes
  • trigger standalone deploy (61c0e74)

v7.0.3

Compare Source

Bug Fixes
  • move return tag to tags with desc as name (1dc8632)
  • move todo to the tags without desc (6805ba0)
  • track tags that cannot be converted into sentences (1d4167b)

v7.0.2

Compare Source

Bug Fixes

v7.0.1

Compare Source

Bug Fixes
  • trigger standalone deploy (61c0e74)

v7.0.0

Compare Source

Bug Fixes
BREAKING CHANGES
  • This plugin now uses Prettier v3

6.0.5 (2023-06-18)

Note: Version bump only for package @​homer0/prettier-plugin-jsdoc

6.0.4 (2023-06-18)

Nothing changed in this version, I just messed up the commits.

6.0.3 (2023-06-18)

Bug Fixes
  • update ramda .of syntax (0f97cd4)

6.0.2 (2023-03-05)

Bug Fixes
  • monorepo: update all dependencies (032fdf1)

6.0.1 (2023-01-28)

Bug Fixes
  • include 'return' as tag with name as desc (eab45ee)

v6.0.5

Compare Source

Note: Version bump only for package @​homer0/prettier-plugin-jsdoc

v6.0.4

Compare Source

Nothing changed in this version, I just messed up the commits.

v6.0.3

Compare Source

Bug Fixes
  • update ramda .of syntax (0f97cd4)

v6.0.2

Compare Source

Bug Fixes
  • monorepo: update all dependencies (032fdf1)

v6.0.1

Compare Source

Bug Fixes
  • include 'return' as tag with name as desc (eab45ee)

v6.0.0

Compare Source

Bug Fixes
  • monorepo: drop Yarn (1023bd3)
  • monorepo: drop Node 14 support (05683de)
  • monorepo: update all dependencies (cb9731c)
BREAKING CHANGES
  • monorepo: Node 14 is not longer supported. Node 16 is the minimum required version now.

5.1.6 (2022-12-23)

Bug Fixes
  • avoid handling keys as str literals (63ca69d)
  • detect tags' names on a different line (53d15f3)

5.1.5 (2022-10-22)

Bug Fixes

5.1.4 (2022-07-12)

Bug Fixes
  • monorepo: force publish unpublished tags (30fafee)

5.1.3 (2022-07-12)

Bug Fixes
  • monorepo: update all dependencies (032fdf1)

5.1.2 (2022-06-26)

Bug Fixes
  • properly detect when to use columns (502ca4b)

5.1.1 (2022-04-25)

Note: Version bump only for package @​homer0/prettier-plugin-jsdoc

v5.1.6

Compare Source

Bug Fixes
  • avoid handling keys as str literals (63ca69d)
  • detect tags' names on a different line (53d15f3)

v5.1.5

Compare Source

Bug Fixes

v5.1.4

Compare Source

Bug Fixes
  • monorepo: force publish unpublished tags (30fafee)

v5.1.2

Compare Source

Bug Fixes
  • properly detect when to use columns (502ca4b)

v5.1.1

Compare Source

Note: Version bump only for package @​homer0/prettier-plugin-jsdoc

v5.1.0

Compare Source

Bug Fixes
  • force space between tag name and type (3d94fff)
Features
  • add exp support for blocks without tags (32810ed)

v5.0.0

Compare Source

Bug Fixes
  • monorepo: drop Node 12 support (99e878e)
  • update dependencies (e56b749)
BREAKING CHANGES
  • monorepo: Node 12 is not longer supported. Node 14 is the minimum required version now.

4.0.6 (2021-10-17)

Bug Fixes

4.0.5 (2021-08-19)

Bug Fixes

4.0.4 (2021-08-07)

Note: Version bump only for package @​homer0/prettier-plugin-jsdoc

4.0.3 (2021-08-02)

Reverts
  • comment-parser doesn't include cjs export, so pinning for now (f5d44a3)

4.0.2 (2021-08-02)

Bug Fixes
  • use comment-parser cjs file (9097e23)

4.0.1 (2021-07-25)

Bug Fixes
  • prevent formatting issues with string literals (f28beff)

v4.0.6

Compare Source

Bug Fixes

v4.0.5

Compare Source

Bug Fixes

v4.0.4

Compare Source

Note: Version bump only for package @​homer0/prettier-plugin-jsdoc

v4.0.3

Compare Source

Reverts
  • comment-parser doesn't include cjs export, so pinning for now (f5d44a3)

v4.0.2

Compare Source

Bug Fixes
  • use comment-parser cjs file (9097e23)

v4.0.1

Compare Source

Bug Fixes
  • prevent formatting issues with string literals (f28beff)
octokit/types.ts (@​octokit/types)

v13.10.0

Compare Source

Features
  • new /orgs/{org}/issue-types, /orgs/{org}/issue-types/{issue_type_id} enpoints, add issue type to responses, description updates (#​669) (302087f)

v13.9.0

Compare Source

Features
  • new /enterprises/{enterprise}/actions/hosted-runners, /orgs/{org}/actions/hosted-runners, /orgs/{org}/settings/network-configurations, /orgs/{org}/rulesets/{ruleset_id}/history,/repos/{owner}/{repo}/rulesets/{ruleset_id}/history endpoints (#​668) (3ee44b3)

v13.8.1

Compare Source

Bug Fixes

v13.8.0

Compare Source

Features
  • GraphQL: add type documentation for query and operationName (#​662) (bb399b2)

v13.7.0

Compare Source

Features
  • new action runner groups endpoints, new code scanning alerts autofix endpoints, new sub-issues endpoints, new private registries enpoints, new code security endpoints, various description updates (#​658) (b6db78e)

v13.6.3

Compare Source

Reverts

v13.6.2

Compare Source

Bug Fixes

v13.6.1

Compare Source

Bug Fixes

v13.6.0

Compare Source

Features

v13.5.1

Compare Source

Bug Fixes

v13.5.0

Compare Source

Features
  • add Copilot operations, bump openapi-types version (#​638) (69c7f34)

v13.4.1

Compare Source

Bug Fixes

v13.4.0

Compare Source

Features

v13.3.0

Compare Source

Features

v13.2.0

Compare Source

Features
  • Updates @​octokit/openapi-types to 22.0.0 (which had breaking changes). BREAKING CHANGES: Renames [repository-rule-params-code-scanning-threshold to repository-rule-params-code-scanning-tool, security_alerts to security_alerts_threshold], renames fields[repository-rule-params-code-scanning-threshold.alerts to repository-rule-params-code-scanning-tool.alerts_threshold, repository-rule-params-code-scanning-threshold.security_alerts to repository-rule-params-code-scanning-tool.security_alerts_threshold] (#​629) (d32a77f)
  • updates @​octokit/openapi-types to v21.2.0 (#​627) (a5bfb8f)

v13.1.0

Compare Source

Features

v13.0.0

Compare Source

Features
  • Updates openapi-types to v21.0.0 (which had breaking changes), BREAKING CHANGE: Updates multiple endpoints to use owner + repo in place of repository_id (#​625) (ad024fe)
BREAKING CHANGES
  • Updates multiple endpoints to use owner + repo in place of repository_id

v12.6.0

Compare Source

Features

v12.5.0

Compare Source

Features

v12.4.0

Compare Source

Features

v12.3.0

Compare Source

Features
  • backport improvements from [@octokit-next](https://github.com/octokit-next) (#​595) (0eebf54)

v12.2.0

Compare Source

Features

v12.1.1

Compare Source

Bug Fixes

v12.1.0

Compare Source

Features
  • new /orgs/{org}/properties/schema/{custom_property_name, GET /orgs/{org}/properties/schema, GET /orgs/{org}/properties/values, GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}, GET /orgs/{org}/rulesets/rule-suites, GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}, POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel endpoints (#​590) (decdf84)

v12.0.1

Compare Source

Bug Fixes

v12.0.0

Compare Source

Features
  • new GitHub advisories, GitHub classroom endpoints, description updates, /repos/{owner}/{repo}/lfs endpoint now only accepts PUT, remove required workflow endpoints (#​582) (d70c858)
BREAKING CHANGES
  • /repos/{owner}/{repo}/lfs endpoint now only accepts PUT
  • remove required workflow endpoints

v11.1.0

Compare Source

Features

v11.0.0

Compare Source

Features
BREAKING CHANGES
  • Replace support for Node.js http(s) Agents with documentation on using fetch dispatchers instead

v10.0.0

Compare Source

Features
BREAKING CHANGES
  • remove previews

v9.3.2

Compare Source

Bug Fixes
  • build: use typescript to produce declaration files (#​550) (9953e34)

v9.3.1

Compare Source

Bug Fixes
  • remove all potentially undefined parameter types (#​555) (d7ad4ba)

v9.3.0

Compare Source

Features
  • new /orgs/{org}/actions/runners/generate-jitconfig endpoint, type description updates (#​552) (4741ef6)

v9.2.3

Compare Source

Bug Fixes

v9.2.2

Compare Source

Bug Fixes
  • update openapi-types for fix to gists-update operation (#​541) (e7812d3)

v9.2.1

Compare Source

Bug Fixes
  • deps: bump version of @octokit/openapi-types to fix issues with never occurences (#​539) (c62a03c)

v9.2.0

Compare Source

Features
  • new deployment protection rule endpoints, new private reporting of security vulnerabilities endpoint (#​533) (c1af6e0)

v9.1.4

Compare Source

Bug Fixes

v9.1.3

Compare Source

Bug Fixes
  • types: make all parameters in types required for ExtractRequestBody<T> (#​529) (0d84b4d), closes #​528

v9.1.2

Compare Source

Bug Fixes

v9.1.1

Compare Source

Bug Fixes

v9.1.0

Compare Source

Features

v9.0.0

Compare Source

Features
BREAKING CHANGES
  • remove defunct endpoints that no longer exist

v8.2.1

Compare Source

Bug Fixes

v8.2.0

Compare Source

Features

v8.1.1

Compare Source

Reverts

v8.1.0

Compare Source

Features

v8.0.0

Compare Source

BREAKING CHANGES
  • @octokit/types no longer include endpoint types for GHEC
Features
  • feat: publish new GitHub Enterprise Cloud (GHEC) specific @octokit/openapi-types-ghec package, plus lots of API changes (29539cf)
  • feat: add support for new "Get a Dependabot alert" API (GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • feat: add support for new "Update a Dependabot alert" API (PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number})
  • feat: add support for new "

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 is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type/chore label Aug 10, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 59a741f to 3832794 Compare August 12, 2021 21:53
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 3832794 to eaf9b33 Compare October 20, 2021 07:01
@renovate renovate bot changed the title chore(deps): update dependency @types/jest to v27 chore(deps): update devdependencies (major) (major) Oct 20, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from eaf9b33 to ec09d54 Compare March 7, 2022 09:14
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from ec09d54 to d8203ff Compare March 26, 2022 13:31
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from d8203ff to 27cf94f Compare April 25, 2022 02:56
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 27cf94f to 135c1f4 Compare May 15, 2022 19:25
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from a48056f to 204b3ad Compare June 23, 2022 23:20
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 204b3ad to d443cda Compare September 25, 2022 20:26
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from d443cda to 71deb73 Compare November 20, 2022 19:44
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 71deb73 to c84691f Compare March 16, 2023 09:12
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 7 times, most recently from 58c1b9d to c89d948 Compare March 29, 2023 22:33
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from c89d948 to dd3e17e Compare April 3, 2023 11:15
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 3 times, most recently from 124f496 to 71ece2d Compare April 17, 2023 18:46
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 5 times, most recently from ffca994 to 153e70a Compare June 3, 2023 01:43
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 153e70a to 7daed28 Compare June 5, 2023 19:08
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 4 times, most recently from 46079c8 to 3a48943 Compare February 17, 2025 19:21
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 6 times, most recently from 87d63f6 to ab62c0e Compare February 28, 2025 22:01
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 8 times, most recently from 798531b to 425541f Compare March 7, 2025 22:55
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 2 times, most recently from 7c7026b to 6fee7c7 Compare March 10, 2025 19:24
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch 8 times, most recently from 6028a8b to 0c32eb7 Compare March 24, 2025 21:55
@renovate renovate bot force-pushed the renovate/major-devdependencies-(major) branch from 0c32eb7 to 6fb7508 Compare March 27, 2025 06:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants