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

Update dependency prettier-plugin-jsdoc to v1 #88

Merged
merged 1 commit into from
Aug 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
prettier-plugin-jsdoc ^0.4.2 -> ^1.0.0 age adoption passing confidence

Release Notes

hosseinmd/prettier-plugin-jsdoc (prettier-plugin-jsdoc)

v1.0.1

Compare Source

v1.0.0

Compare Source

Features
Bug Fixes
0.4.2 (2022-08-24)
Bug Fixes
0.4.1 (2022-08-24)
Features
0.3.37 (2022-04-11)
Bug Fixes
0.3.36 (2022-04-01)
Bug Fixes
0.3.35 (2022-03-31)
Bug Fixes
0.3.34 (2022-03-30)
Bug Fixes
0.3.33 (2022-03-25)
Features
  • add rollup script for compile to mjs (8783637)
  • support block quote (db0b07e)
Bug Fixes
0.3.32 (2022-03-24)
Features
  • add rollup script for compile to mjs (8783637)
  • support block quote (db0b07e)
Bug Fixes
0.3.31 (2022-03-12)
Bug Fixes
0.3.30 (2021-11-07)
Bug Fixes
0.3.29 (2021-11-05)
Features
  • add jsdocAddDefaultToDescription (c3fb168)
0.3.28 (2021-11-05)
Features
  • add jsdocSeparateTagGroups (d46e7f9)
0.3.27 (2021-11-05)
Features
  • add jsx tsx css less sass html yaml to markdown support (ef00318)
0.3.26 (2021-11-05)
Bug Fixes
0.3.25 (2021-11-05)
Features
Bug Fixes
0.3.24 (2021-09-02)
Bug Fixes
  • don't replace defaultvalue because of tsdoc (6eabd15)
0.3.23 (2021-06-10)
Features
  • add jsdocSeparateReturnsFromParam (1b3eb01)
0.3.22 (2021-05-01)
Bug Fixes
  • don't replace nonwhitespace characters (033ce15)
0.3.21 (2021-04-27)
Features
  • add jsdocPrintWidth to options (6fb1897)
  • add support break by backslash (4f4cd07)
Bug Fixes
0.3.20 (2021-04-23)
Bug Fixes
0.3.19 (2021-04-15)
Features
  • add jsdocPrintWidth to options (6fb1897)
  • add support break by backslash (4f4cd07)
Bug Fixes
0.3.18 (2021-04-02)
Bug Fixes
  • compatibility with other plugins (bfc9c39)
  • resolve parser of plugins (bd9be19)
0.3.17 (2021-03-31)
Bug Fixes
0.3.16 (2021-03-30)
Features
Bug Fixes
0.3.15 (2021-03-29)
Features
0.3.14 (2021-03-23)
Features
Bug Fixes
  • long single word in description (18ba560)
0.3.13 (2021-03-04)
Features
0.3.12 (2021-02-21)
Features
Bug Fixes
  • bold text by stars (306218b)
  • format all tags descriptions (cb815f0)
  • sort params order without name (5337018)
  • sort params order without name (5da7a26)
0.3.10 (2021-02-13)
Features
Bug Fixes
  • in block code (c864ba0)

  • add to dot to non-English descriptions (6445702)
  • better trimming + refactor (9350ee7)
  • bug in tags order (1331861)
  • indentation and printWidth fix (#​56) (8361d95)
  • jsdocDescriptionWithDot with germany words (041c882)
  • jsdocKeepUnParseAbleExampleIndent (8f18200)
  • maxWidth of lines (5f807ce)
  • tags description indentation (b9c343f)
  • wrong yarn command (389f404)
  • wrong yarn command (0b9f468)
  • description: # in text mistaken for heading (d9a5617)
  • description: description start underscores (3b8bf02)
  • description: empty lines (7d89a66)
  • separate [@typedef](https://github.com/typedef) and [@callback](https://github.com/callback) (dfc78b4)
  • windows EOL now supported (4220471)
0.3.9 (2021-02-03)
Features
  • type-formatter: support rest parameters (9952ab8)
  • modernize nullable types (cf31411)
  • parser: do not remove default values (36f500d)
Bug Fixes
  • parser: jsdoc check (d9ce819)
  • * to any work with strings now (95bb610)
  • dash lines (33df06d)
  • incorrect Array type transformation (3aab697)
  • nested arrays + missing prefix (7b4eec6)
  • wrong license in package.json (0db143b)
  • parser: mordern array transformation (43aa632)
  • parser: optional parameter type (01d442a)
  • parser: tag type correction (6dc67c7)
0.3.8 (2021-01-27)
Bug Fixes
  • do not lower-case unrecognized jsdoc tags (9a3c04e)
0.3.6 (2021-01-14)
0.3.5 (2021-01-12)
Bug Fixes
  • keep empty line comments (e083299)
0.3.4 (2021-01-08)
Bug Fixes
  • add category to nameless tags (c602823)
  • add printWidth to description markdown (754031f)
  • add space to examples where accent symbol used (fd10ff1)
  • bug paraghrap with number in start of description (23297b8)
  • codes in description (2aecefd)
  • example print width (a4d0d5e)

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.


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

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

@VGavara VGavara merged commit 7c3cb2c into master Aug 29, 2023
1 check passed
@VGavara VGavara deleted the renovate/prettier-plugin-jsdoc-1.x branch August 29, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant