New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prettier-plugin-gherkin

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-plugin-gherkin - npm Package Versions

1

2.0.0

Diff

Changelog

Source

[2.0.0] - 2023-08-31

Prettier 3

Handle prettier 3. Prettier 2 is not compatible with this version as the plugin API did change totally.

Prettier 3 remove plugin auto-detection, so you now need to active the plugin explicitly:

package.json

-     "prettier": "^2.0.0",
-     "prettier-plugin-gherkin": "^1.0.0",
+     "prettier": "^3.0.0",
+     "prettier-plugin-gherkin": "^2.0.0",

.prettierrc

  {
+     "plugins": ["prettier-plugin-gherkin"]
  }

(maybe) remove support for Node 14

(maybe) drop support for node 14: prettier 3 does still support node 14, but it is unmaintained, and the tests does not pass on node 14 only. If you are willing to spend some time on this, feel free to open a PR, but I suggest you to migrate to a more recent version of node. #9 by @jdeniau

jdeniau
published 1.1.1 •

Changelog

Source

[1.1.1]

Fixes

handle comments before "Given" and "When" #6

jdeniau
published 1.1.0 •

Changelog

Source

[1.1.0]

  • handle "language" comment
  • fix missing mediaType in json / xml embedded docstring
  • fix missing example description
jdeniau
published 1.0.0 •

Changelog

Source

[1.0.0]

Version 1.0.0 is a complete rewrite of the first version by @armandabric.

spy-seth
published 0.0.1 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc