Skip to content

Conversation

@greenkeeper
Copy link
Contributor

@greenkeeper greenkeeper bot commented Sep 22, 2017

Version 3.1.3 of eslint-plugin-jsdoc just got published.

Dependency eslint-plugin-jsdoc
Current Version 3.1.2
Type devDependency

The version 3.1.3 is not covered by your current version range.

Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.

I recommend you look into these changes and try to get onto the latest version of eslint-plugin-jsdoc.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.


Release Notes v3.1.3

<a name"3.1.3">

3.1.3 (2017-09-22)

Bug Fixes

Commits

The new version differs by 1 commits.

  • 1a7e8c8 fix: Preserve JSDoc block start/end indentation (#41) (#42)

See the full diff

Not sure how things should work exactly?

There is a collection of frequently asked questions and of course you may always ask my humans.


Your Greenkeeper Bot 🌴

greenkeeper bot added a commit that referenced this pull request Nov 8, 2017
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 8, 2017

Version 3.2.0 just got published.

Update to this version instead 🚀

Release Notes v3.2.0

3.2.0 (2017-11-08)

Bug Fixes

  • update dependencies (fixes #38) (ed1c103)
  • Update dev dependencies (#43) (615c595)
  • use the most up to date node version to release the package (7a770c8)

Features

Commits

The new version differs by 5 commits.

  • 60eb36b fix:
  • 7a770c8 fix: use the most up to date node version to release the package
  • 614f2fb feat: Add "require-param-name" rule (#50)
  • ed1c103 fix: update dependencies (fixes #38)
  • 615c595 fix: Update dev dependencies (#43)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 15, 2017

Version 3.3.0 just got published.

Update to this version instead 🚀

Release Notes v3.3.0

3.3.0 (2017-12-15)

Features

Commits

The new version differs by 1 commits.

  • 0e6b80e feat: add fixers to some rules (#54)

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 6, 2018

Version 3.3.1 just got published.

Update to this version instead 🚀

Release Notes v3.3.1

3.3.1 (2018-01-06)

Bug Fixes

  • issue with complete sentence fixer (#57) (9ffa44c)
Commits

The new version differs by 2 commits.

  • 9ffa44c fix: issue with complete sentence fixer (#57)
  • 0ef73eb docs: fixes the require-description-complete-sentence docs (#58)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2018

Version 3.4.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • c8eb609 feat: improve RequireDescriptionCompleteSentence (#59)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 14, 2018

Version 3.4.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • d579850 fix: cover the edge cases in requireDescriptionCompleteSentence (#61)

See the full diff

greenkeeper bot added a commit that referenced this pull request Feb 20, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2018

Version 3.5.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 1 commits.

  • 647dc04 feat: add 'recommended' config (#51)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2018

Version 3.6.0 just got published.

Update to this version instead 🚀

Release Notes v3.6.0

3.6.0 (2018-04-06)

Features

  • add a type parser and two new rules for types in JSdoc comments (#67) (323a133)
Commits

The new version differs by 2 commits.

  • 323a133 feat: add a type parser and two new rules for types in JSdoc comments (#67)
  • fab6471 Correctly escape strings inserted into RegExps (fixes #62 #64)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2018

Version 3.6.1 just got published.

Update to this version instead 🚀

Release Notes v3.6.1

3.6.1 (2018-04-06)

Bug Fixes

  • no-undefined-types crashing on type syntax error (#68) (14d7f22)
Commits

The new version differs by 1 commits.

  • 14d7f22 fix: no-undefined-types crashing on type syntax error (#68)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 6, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 6, 2018

Version 3.6.2 just got published.

Update to this version instead 🚀

Release Notes v3.6.2

3.6.2 (2018-04-06)

Bug Fixes

  • no-undefined-types crashing when jsdoc has no tags (#69) (c206a9e)
Commits

The new version differs by 1 commits.

  • c206a9e fix: no-undefined-types crashing when jsdoc has no tags (#69)

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 15, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 15, 2018

Version 3.6.3 just got published.

Update to this version instead 🚀

Release Notes v3.6.3

3.6.3 (2018-04-15)

Bug Fixes

  • 'Object' and 'Array' are undefined in sourceType: module (#71) (94464cd)
Commits

The new version differs by 1 commits.

  • 94464cd fix: 'Object' and 'Array' are undefined in sourceType: module (#71)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 17, 2018

Version 3.7.0 just got published.

Update to this version instead 🚀

Release Notes v3.7.0

3.7.0 (2018-05-17)

Features

  • add an allowOverrideWithoutParam setting for jsdoc/require-param (#74) (6413e7d)
Commits

The new version differs by 1 commits.

  • 6413e7d feat: add an allowOverrideWithoutParam setting for jsdoc/require-param (#74)

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2018

Version 3.7.1 just got published.

Update to this version instead 🚀

Release Notes v3.7.1

3.7.1 (2018-05-22)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 59673c4 fix: add settings (fixes #75)
  • 83ff68f docs: generate docs (fixes #74)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 19, 2018

Update to this version instead 🚀

Release Notes for v3.9.0

3.9.0 (2018-10-19)

Bug Fixes

Features

  • add require-description (#91) (1778446)
  • set line locations when reporting violations (#88) (95df73e)
Commits

The new version differs by 13 commits.

  • 175ef6d fix: correct auto release (fixes #97)
  • 38e30f5 fix: correct README generation logic
  • 69acabd chore: automate git hooks
  • ca7e71f chore: update dependencies
  • 1778446 feat: add require-description (#91)
  • b132a6c fix: revert @ private skip require checks (issue #78) (#89)
  • 95df73e feat: set line locations when reporting violations (#88)
  • 767a788 fix: @ private skip require checks (#86)
  • e496523 fix: update dependencies (#81)
  • 605ef1c feat: add support for reporting individual lines of jsdoc infraction (#82)
  • c315d55 fix: upgrade eslint peer dep to actually required minimum (#80)
  • c25b2e5 refactor: move bin to src
  • 448259d style: fix bin style

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 19, 2018
greenkeeper bot added a commit that referenced this pull request Oct 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 23, 2018

Update to this version instead 🚀

Release Notes for v3.9.1

3.9.1 (2018-10-23)

Bug Fixes

  • support valid colon for require-description-complete-sentence rule (#98) (dc2f86f)
Commits

The new version differs by 1 commits.

  • dc2f86f fix: support valid colon for require-description-complete-sentence rule (#98)

See the full diff

gregswindle added a commit that referenced this pull request Nov 28, 2018
Update all third-party dependencies:

archetypes@0.0.0
│ /Users/v128477/Projects/github/commonality/archetypes
│ Universal, rule-based business collaboration APIs for e-commerce and customer relationship management (CRM). `commonality/archetypes` specifies semantically-rich models of universally recurring business entities, events, and relationships with OpenAPI 2.0, based on the book _Enterprise patterns and MDA: building better software with archetype patterns and UML_ by Arlow, J., & Neustadt, I. (2006).
│ git+https://github.com/commonality/archetypes.githttps://github.com/commonality/archetypes
├── @babel/core@7.1.6
│   Babel compiler core.
│   https://github.com/babel/babel/tree/master/packages/babel-corehttps://babeljs.io/
├── all-contributors-cli@5.4.1
│   Tool to easily add recognition for new contributors
│   git+https://github.com/jfmengels/all-contributors-cli.githttps://github.com/jfmengels/all-contributors-cli#readme
├── audit@0.0.6
│   Generate performance statistics for async or sync functions
│   git://github.com/Weltschmerz/Audit.git
│   https://github.com/Weltschmerz/Audit#readme
├── babel-jest@23.6.0
│   Jest plugin to use babel for transformation.
│   git+https://github.com/facebook/jest.githttps://github.com/facebook/jest#readme
├── babel-preset-env@1.7.0
│   A Babel preset for each environment.
│   git+https://github.com/babel/babel-preset-env.githttps://babeljs.io/
├── babelify@10.0.0
│   Babel browserify transform
│   git+https://github.com/babel/babelify.githttps://github.com/babel/babelify
├── commitplease@3.2.0
│   Validates strings as commit messages
│   git://github.com/jzaefferer/commitplease.git
│   https://github.com/jzaefferer/commitplease#readme
├── coveralls@3.0.2
│   takes json-cov output into stdin and POSTs to coveralls.io
│   git://github.com/nickmerwin/node-coveralls.git
│   https://github.com/nickmerwin/node-coveralls#readme
├── eslint@5.9.0
│   An AST-based pattern checker for JavaScript.
│   git+https://github.com/eslint/eslint.githttps://eslint.org
├── eslint-config-standard@12.0.0
│   JavaScript Standard Style - ESLint Shareable Config
│   git://github.com/standard/eslint-config-standard.git
│   https://github.com/standard/eslint-config-standard
├── eslint-config-xo-space@0.20.0
│   ESLint shareable config for XO with 2-space indent
│   git+https://github.com/xojs/eslint-config-xo-space.githttps://github.com/xojs/eslint-config-xo-space#readme
├── eslint-plugin-import@2.14.0
│   Import with sanity.
│   git+https://github.com/benmosher/eslint-plugin-import.githttps://github.com/benmosher/eslint-plugin-import
├── eslint-plugin-jest@22.1.0
│   Eslint rules for Jest
│   git+https://github.com/jest-community/eslint-plugin-jest.githttps://github.com/jest-community/eslint-plugin-jest#readme
├── eslint-plugin-jsdoc@3.9.1
│   JSDoc linting rules for ESLint.
│   git+https://github.com/gajus/eslint-plugin-jsdoc.githttps://github.com/gajus/eslint-plugin-jsdoc#readme
├── eslint-plugin-no-unsafe-innerhtml@1.0.16
│   custom ESLint rule to disallows unsafe innerHTML, outerHTML and insertAdjacentHTML
│   https://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/issueshttps://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/
├── eslint-plugin-no-unsanitized@3.0.2
│   ESLint rule to disallow unsanitized code
│   https://github.com/mozilla/eslint-plugin-no-unsanitized/issueshttps://github.com/mozilla/eslint-plugin-no-unsanitized/
├── eslint-plugin-node@8.0.0
│   Additional ESLint's rules for Node.js
│   git+https://github.com/mysticatea/eslint-plugin-node.githttps://github.com/mysticatea/eslint-plugin-node#readme
├── eslint-plugin-promise@4.0.1
│   Enforce best practices for JavaScript promises
│   git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git
│   https://github.com/xjamundx/eslint-plugin-promise#readme
├── eslint-plugin-scanjs-rules@0.2.1
│   ESLint plugin that contains ScanJS rules
│   git+https://github.com/mozfreddyb/eslint-plugin-scanjs-rules.githttps://github.com/mozfreddyb/eslint-plugin-scanjs-rules/
├── eslint-plugin-security@1.4.0
│   Security rules for eslint
│   git+https://github.com/nodesecurity/eslint-plugin-security.githttps://github.com/nodesecurity/eslint-plugin-security#readme
├── eslint-plugin-standard@4.0.0
│   ESlint Plugin for the Standard Linter
│   git+https://github.com/standard/eslint-plugin-standard.githttps://github.com/standard/eslint-plugin-standard#readme
├── eslint-plugin-xss@0.1.9
│   Validates XSS related issues of mixing HTML and non-HTML content in variables.
│   git+https://github.com/Rantanen/eslint-plugin-xss.githttps://github.com/Rantanen/eslint-plugin-xss#readme
├── jest@23.6.0
│   Delightful JavaScript Testing.
│   git+https://github.com/facebook/jest.githttps://jestjs.io/
├── jest-cli@23.6.0
│   Delightful JavaScript Testing.
│   git+https://github.com/facebook/jest.githttps://jestjs.io/
├── jest-config@23.6.0
│   git+https://github.com/facebook/jest.githttps://github.com/facebook/jest#readme
├── lodash@4.17.11
│   Lodash modular utilities.
│   git+https://github.com/lodash/lodash.githttps://lodash.com/
├── markdown-magic@0.1.25
│   Automatically update markdown files with content from external sources
│   git+https://github.com/DavidWells/markdown-magic.githttps://github.com/DavidWells/markdown-magic#readme
├── markdown-magic-dependency-table@1.3.2
│   Generate table of information about dependencies automatically in markdown
│   git+ssh://git@github.com/camacho/markdown-magic-dependency-table.git
│   https://github.com/camacho/markdown-magic-dependency-table#readme
├── markdown-magic-directory-tree@1.2.3
│   Print an archy tree for markdown file
│   git+https://github.com/camacho/markdown-magic-directory-tree.githttps://github.com/camacho/markdown-magic-directory-tree#readme
├── markdown-magic-github-contributors@0.0.3
│   Add github contributors to markdown file
├── markdown-magic-package-scripts@1.2.1
│   Print list of scripts in package.json with descriptions
│   git+ssh://git@github.com/camacho/markdown-magic-package-scripts.git
│   https://github.com/camacho/markdown-magic-package-scripts#readme
├── markdown-magic-subpackage-list@1.1.1
│   Print a list of subpackages for markdown file
│   git+https://github.com/camacho/markdown-magic-subpackage-list.githttps://github.com/camacho/markdown-magic-subpackage-list#readme
├── markdown-toc@1.2.0
│   Generate a markdown TOC (table of contents) with Remarkable.
│   git+https://github.com/jonschlinkert/markdown-toc.githttps://github.com/jonschlinkert/markdown-toc
├── prettier@1.15.2
│   Prettier is an opinionated code formatter
│   git+https://github.com/prettier/prettier.githttps://prettier.io
├── semantic-release@15.12.2
│   Automated semver compliant package publishing
│   git+https://github.com/semantic-release/semantic-release.githttps://github.com/semantic-release/semantic-release#readme
├── snyk@1.110.2
│   snyk library and cli utility
│   git+https://github.com/snyk/snyk.githttps://github.com/snyk/snyk#readme
├── sonar-scanner@3.1.0
│   Wrap sonar-scanner as a node module
│   git+https://github.com/bcaudan/node-sonar-scanner.githttps://github.com/bcaudan/node-sonar-scanner
├── standard-version@4.4.0
│   replacement for `npm version` with automatic CHANGELOG generation
│   git+https://github.com/conventional-changelog/standard-version.githttps://github.com/conventional-changelog/standard-version#readme
├── swagger-parser@6.0.2
│   Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers
│   git+https://github.com/APIDevTools/swagger-parser.githttps://apidevtools.org/swagger-parser/
├── synk@0.0.2
│   schronize a remote directory with a local one, then run a series of preset commands on the server
│   git+ssh://git@github.com/nicksweet/synk.git
│   https://github.com/nicksweet/synk#readme
└── travis-deploy-once@5.0.9
    Run a deployment script only once in the Travis test matrix
    git+https://github.com/semantic-release/travis-deploy-once.git
    https://github.com/semantic-release/travis-deploy-once#readme

Closes #25
Closes #26
Closes #27
Closes #28
Closes #29
Closes #30
Closes #31
Closes #32
Closes #33
Closes #34
Closes #35
Closes #36
Closes #37
Closes #38
Closes #39
Closes #40
Closes #41
Closes #42
Closes #43
Closes #44
Closes #45
Closes #46
Closes #47
Closes #48
Closes #49
Closes #50
Closes #51
Closes #52
Closes #53
Closes #54
Closes #55
Closes #56
@gregswindle
Copy link
Contributor

🎉 This issue has been resolved in version 1.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@greenkeeper greenkeeper bot deleted the greenkeeper/eslint-plugin-jsdoc-3.1.3 branch November 28, 2018 17:26
gregswindle added a commit that referenced this pull request Jan 9, 2019
Update all third-party dependencies:

archetypes@0.0.0
│ /Users/v128477/Projects/github/commonality/archetypes
│ Universal, rule-based business collaboration APIs for e-commerce and customer relationship management (CRM). `commonality/archetypes` specifies semantically-rich models of universally recurring business entities, events, and relationships with OpenAPI 2.0, based on the book _Enterprise patterns and MDA: building better software with archetype patterns and UML_ by Arlow, J., & Neustadt, I. (2006).
│ git+https://github.com/commonality/archetypes.githttps://github.com/commonality/archetypes
├── @babel/core@7.1.6
│   Babel compiler core.
│   https://github.com/babel/babel/tree/master/packages/babel-corehttps://babeljs.io/
├── all-contributors-cli@5.4.1
│   Tool to easily add recognition for new contributors
│   git+https://github.com/jfmengels/all-contributors-cli.githttps://github.com/jfmengels/all-contributors-cli#readme
├── audit@0.0.6
│   Generate performance statistics for async or sync functions
│   git://github.com/Weltschmerz/Audit.git
│   https://github.com/Weltschmerz/Audit#readme
├── babel-jest@23.6.0
│   Jest plugin to use babel for transformation.
│   git+https://github.com/facebook/jest.githttps://github.com/facebook/jest#readme
├── babel-preset-env@1.7.0
│   A Babel preset for each environment.
│   git+https://github.com/babel/babel-preset-env.githttps://babeljs.io/
├── babelify@10.0.0
│   Babel browserify transform
│   git+https://github.com/babel/babelify.githttps://github.com/babel/babelify
├── commitplease@3.2.0
│   Validates strings as commit messages
│   git://github.com/jzaefferer/commitplease.git
│   https://github.com/jzaefferer/commitplease#readme
├── coveralls@3.0.2
│   takes json-cov output into stdin and POSTs to coveralls.io
│   git://github.com/nickmerwin/node-coveralls.git
│   https://github.com/nickmerwin/node-coveralls#readme
├── eslint@5.9.0
│   An AST-based pattern checker for JavaScript.
│   git+https://github.com/eslint/eslint.githttps://eslint.org
├── eslint-config-standard@12.0.0
│   JavaScript Standard Style - ESLint Shareable Config
│   git://github.com/standard/eslint-config-standard.git
│   https://github.com/standard/eslint-config-standard
├── eslint-config-xo-space@0.20.0
│   ESLint shareable config for XO with 2-space indent
│   git+https://github.com/xojs/eslint-config-xo-space.githttps://github.com/xojs/eslint-config-xo-space#readme
├── eslint-plugin-import@2.14.0
│   Import with sanity.
│   git+https://github.com/benmosher/eslint-plugin-import.githttps://github.com/benmosher/eslint-plugin-import
├── eslint-plugin-jest@22.1.0
│   Eslint rules for Jest
│   git+https://github.com/jest-community/eslint-plugin-jest.githttps://github.com/jest-community/eslint-plugin-jest#readme
├── eslint-plugin-jsdoc@3.9.1
│   JSDoc linting rules for ESLint.
│   git+https://github.com/gajus/eslint-plugin-jsdoc.githttps://github.com/gajus/eslint-plugin-jsdoc#readme
├── eslint-plugin-no-unsafe-innerhtml@1.0.16
│   custom ESLint rule to disallows unsafe innerHTML, outerHTML and insertAdjacentHTML
│   https://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/issueshttps://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/
├── eslint-plugin-no-unsanitized@3.0.2
│   ESLint rule to disallow unsanitized code
│   https://github.com/mozilla/eslint-plugin-no-unsanitized/issueshttps://github.com/mozilla/eslint-plugin-no-unsanitized/
├── eslint-plugin-node@8.0.0
│   Additional ESLint's rules for Node.js
│   git+https://github.com/mysticatea/eslint-plugin-node.githttps://github.com/mysticatea/eslint-plugin-node#readme
├── eslint-plugin-promise@4.0.1
│   Enforce best practices for JavaScript promises
│   git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git
│   https://github.com/xjamundx/eslint-plugin-promise#readme
├── eslint-plugin-scanjs-rules@0.2.1
│   ESLint plugin that contains ScanJS rules
│   git+https://github.com/mozfreddyb/eslint-plugin-scanjs-rules.githttps://github.com/mozfreddyb/eslint-plugin-scanjs-rules/
├── eslint-plugin-security@1.4.0
│   Security rules for eslint
│   git+https://github.com/nodesecurity/eslint-plugin-security.githttps://github.com/nodesecurity/eslint-plugin-security#readme
├── eslint-plugin-standard@4.0.0
│   ESlint Plugin for the Standard Linter
│   git+https://github.com/standard/eslint-plugin-standard.githttps://github.com/standard/eslint-plugin-standard#readme
├── eslint-plugin-xss@0.1.9
│   Validates XSS related issues of mixing HTML and non-HTML content in variables.
│   git+https://github.com/Rantanen/eslint-plugin-xss.githttps://github.com/Rantanen/eslint-plugin-xss#readme
├── jest@23.6.0
│   Delightful JavaScript Testing.
│   git+https://github.com/facebook/jest.githttps://jestjs.io/
├── jest-cli@23.6.0
│   Delightful JavaScript Testing.
│   git+https://github.com/facebook/jest.githttps://jestjs.io/
├── jest-config@23.6.0
│   git+https://github.com/facebook/jest.githttps://github.com/facebook/jest#readme
├── lodash@4.17.11
│   Lodash modular utilities.
│   git+https://github.com/lodash/lodash.githttps://lodash.com/
├── markdown-magic@0.1.25
│   Automatically update markdown files with content from external sources
│   git+https://github.com/DavidWells/markdown-magic.githttps://github.com/DavidWells/markdown-magic#readme
├── markdown-magic-dependency-table@1.3.2
│   Generate table of information about dependencies automatically in markdown
│   git+ssh://git@github.com/camacho/markdown-magic-dependency-table.git
│   https://github.com/camacho/markdown-magic-dependency-table#readme
├── markdown-magic-directory-tree@1.2.3
│   Print an archy tree for markdown file
│   git+https://github.com/camacho/markdown-magic-directory-tree.githttps://github.com/camacho/markdown-magic-directory-tree#readme
├── markdown-magic-github-contributors@0.0.3
│   Add github contributors to markdown file
├── markdown-magic-package-scripts@1.2.1
│   Print list of scripts in package.json with descriptions
│   git+ssh://git@github.com/camacho/markdown-magic-package-scripts.git
│   https://github.com/camacho/markdown-magic-package-scripts#readme
├── markdown-magic-subpackage-list@1.1.1
│   Print a list of subpackages for markdown file
│   git+https://github.com/camacho/markdown-magic-subpackage-list.githttps://github.com/camacho/markdown-magic-subpackage-list#readme
├── markdown-toc@1.2.0
│   Generate a markdown TOC (table of contents) with Remarkable.
│   git+https://github.com/jonschlinkert/markdown-toc.githttps://github.com/jonschlinkert/markdown-toc
├── prettier@1.15.2
│   Prettier is an opinionated code formatter
│   git+https://github.com/prettier/prettier.githttps://prettier.io
├── semantic-release@15.12.2
│   Automated semver compliant package publishing
│   git+https://github.com/semantic-release/semantic-release.githttps://github.com/semantic-release/semantic-release#readme
├── snyk@1.110.2
│   snyk library and cli utility
│   git+https://github.com/snyk/snyk.githttps://github.com/snyk/snyk#readme
├── sonar-scanner@3.1.0
│   Wrap sonar-scanner as a node module
│   git+https://github.com/bcaudan/node-sonar-scanner.githttps://github.com/bcaudan/node-sonar-scanner
├── standard-version@4.4.0
│   replacement for `npm version` with automatic CHANGELOG generation
│   git+https://github.com/conventional-changelog/standard-version.githttps://github.com/conventional-changelog/standard-version#readme
├── swagger-parser@6.0.2
│   Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers
│   git+https://github.com/APIDevTools/swagger-parser.githttps://apidevtools.org/swagger-parser/
├── synk@0.0.2
│   schronize a remote directory with a local one, then run a series of preset commands on the server
│   git+ssh://git@github.com/nicksweet/synk.git
│   https://github.com/nicksweet/synk#readme
└── travis-deploy-once@5.0.9
    Run a deployment script only once in the Travis test matrix
    git+https://github.com/semantic-release/travis-deploy-once.git
    https://github.com/semantic-release/travis-deploy-once#readme

Closes #25
Closes #26
Closes #27
Closes #28
Closes #29
Closes #30
Closes #31
Closes #32
Closes #33
Closes #34
Closes #35
Closes #36
Closes #37
Closes #38
Closes #39
Closes #40
Closes #41
Closes #42
Closes #43
Closes #44
Closes #45
Closes #46
Closes #47
Closes #48
Closes #49
Closes #50
Closes #51
Closes #52
Closes #53
Closes #54
Closes #55
Closes #56
gregswindle added a commit that referenced this pull request Jan 9, 2019
Update all third-party dependencies:

archetypes@0.0.0
│ /Users/v128477/Projects/github/commonality/archetypes
│ Universal, rule-based business collaboration APIs for e-commerce and customer relationship management (CRM). `commonality/archetypes` specifies semantically-rich models of universally recurring business entities, events, and relationships with OpenAPI 2.0, based on the book _Enterprise patterns and MDA: building better software with archetype patterns and UML_ by Arlow, J., & Neustadt, I. (2006).
│ git+https://github.com/commonality/archetypes.githttps://github.com/commonality/archetypes
├── @babel/core@7.1.6
│   Babel compiler core.
│   https://github.com/babel/babel/tree/master/packages/babel-corehttps://babeljs.io/
├── all-contributors-cli@5.4.1
│   Tool to easily add recognition for new contributors
│   git+https://github.com/jfmengels/all-contributors-cli.githttps://github.com/jfmengels/all-contributors-cli#readme
├── audit@0.0.6
│   Generate performance statistics for async or sync functions
│   git://github.com/Weltschmerz/Audit.git
│   https://github.com/Weltschmerz/Audit#readme
├── babel-jest@23.6.0
│   Jest plugin to use babel for transformation.
│   git+https://github.com/facebook/jest.githttps://github.com/facebook/jest#readme
├── babel-preset-env@1.7.0
│   A Babel preset for each environment.
│   git+https://github.com/babel/babel-preset-env.githttps://babeljs.io/
├── babelify@10.0.0
│   Babel browserify transform
│   git+https://github.com/babel/babelify.githttps://github.com/babel/babelify
├── commitplease@3.2.0
│   Validates strings as commit messages
│   git://github.com/jzaefferer/commitplease.git
│   https://github.com/jzaefferer/commitplease#readme
├── coveralls@3.0.2
│   takes json-cov output into stdin and POSTs to coveralls.io
│   git://github.com/nickmerwin/node-coveralls.git
│   https://github.com/nickmerwin/node-coveralls#readme
├── eslint@5.9.0
│   An AST-based pattern checker for JavaScript.
│   git+https://github.com/eslint/eslint.githttps://eslint.org
├── eslint-config-standard@12.0.0
│   JavaScript Standard Style - ESLint Shareable Config
│   git://github.com/standard/eslint-config-standard.git
│   https://github.com/standard/eslint-config-standard
├── eslint-config-xo-space@0.20.0
│   ESLint shareable config for XO with 2-space indent
│   git+https://github.com/xojs/eslint-config-xo-space.githttps://github.com/xojs/eslint-config-xo-space#readme
├── eslint-plugin-import@2.14.0
│   Import with sanity.
│   git+https://github.com/benmosher/eslint-plugin-import.githttps://github.com/benmosher/eslint-plugin-import
├── eslint-plugin-jest@22.1.0
│   Eslint rules for Jest
│   git+https://github.com/jest-community/eslint-plugin-jest.githttps://github.com/jest-community/eslint-plugin-jest#readme
├── eslint-plugin-jsdoc@3.9.1
│   JSDoc linting rules for ESLint.
│   git+https://github.com/gajus/eslint-plugin-jsdoc.githttps://github.com/gajus/eslint-plugin-jsdoc#readme
├── eslint-plugin-no-unsafe-innerhtml@1.0.16
│   custom ESLint rule to disallows unsafe innerHTML, outerHTML and insertAdjacentHTML
│   https://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/issueshttps://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/
├── eslint-plugin-no-unsanitized@3.0.2
│   ESLint rule to disallow unsanitized code
│   https://github.com/mozilla/eslint-plugin-no-unsanitized/issueshttps://github.com/mozilla/eslint-plugin-no-unsanitized/
├── eslint-plugin-node@8.0.0
│   Additional ESLint's rules for Node.js
│   git+https://github.com/mysticatea/eslint-plugin-node.githttps://github.com/mysticatea/eslint-plugin-node#readme
├── eslint-plugin-promise@4.0.1
│   Enforce best practices for JavaScript promises
│   git+ssh://git@github.com/xjamundx/eslint-plugin-promise.git
│   https://github.com/xjamundx/eslint-plugin-promise#readme
├── eslint-plugin-scanjs-rules@0.2.1
│   ESLint plugin that contains ScanJS rules
│   git+https://github.com/mozfreddyb/eslint-plugin-scanjs-rules.githttps://github.com/mozfreddyb/eslint-plugin-scanjs-rules/
├── eslint-plugin-security@1.4.0
│   Security rules for eslint
│   git+https://github.com/nodesecurity/eslint-plugin-security.githttps://github.com/nodesecurity/eslint-plugin-security#readme
├── eslint-plugin-standard@4.0.0
│   ESlint Plugin for the Standard Linter
│   git+https://github.com/standard/eslint-plugin-standard.githttps://github.com/standard/eslint-plugin-standard#readme
├── eslint-plugin-xss@0.1.9
│   Validates XSS related issues of mixing HTML and non-HTML content in variables.
│   git+https://github.com/Rantanen/eslint-plugin-xss.githttps://github.com/Rantanen/eslint-plugin-xss#readme
├── jest@23.6.0
│   Delightful JavaScript Testing.
│   git+https://github.com/facebook/jest.githttps://jestjs.io/
├── jest-cli@23.6.0
│   Delightful JavaScript Testing.
│   git+https://github.com/facebook/jest.githttps://jestjs.io/
├── jest-config@23.6.0
│   git+https://github.com/facebook/jest.githttps://github.com/facebook/jest#readme
├── lodash@4.17.11
│   Lodash modular utilities.
│   git+https://github.com/lodash/lodash.githttps://lodash.com/
├── markdown-magic@0.1.25
│   Automatically update markdown files with content from external sources
│   git+https://github.com/DavidWells/markdown-magic.githttps://github.com/DavidWells/markdown-magic#readme
├── markdown-magic-dependency-table@1.3.2
│   Generate table of information about dependencies automatically in markdown
│   git+ssh://git@github.com/camacho/markdown-magic-dependency-table.git
│   https://github.com/camacho/markdown-magic-dependency-table#readme
├── markdown-magic-directory-tree@1.2.3
│   Print an archy tree for markdown file
│   git+https://github.com/camacho/markdown-magic-directory-tree.githttps://github.com/camacho/markdown-magic-directory-tree#readme
├── markdown-magic-github-contributors@0.0.3
│   Add github contributors to markdown file
├── markdown-magic-package-scripts@1.2.1
│   Print list of scripts in package.json with descriptions
│   git+ssh://git@github.com/camacho/markdown-magic-package-scripts.git
│   https://github.com/camacho/markdown-magic-package-scripts#readme
├── markdown-magic-subpackage-list@1.1.1
│   Print a list of subpackages for markdown file
│   git+https://github.com/camacho/markdown-magic-subpackage-list.githttps://github.com/camacho/markdown-magic-subpackage-list#readme
├── markdown-toc@1.2.0
│   Generate a markdown TOC (table of contents) with Remarkable.
│   git+https://github.com/jonschlinkert/markdown-toc.githttps://github.com/jonschlinkert/markdown-toc
├── prettier@1.15.2
│   Prettier is an opinionated code formatter
│   git+https://github.com/prettier/prettier.githttps://prettier.io
├── semantic-release@15.12.2
│   Automated semver compliant package publishing
│   git+https://github.com/semantic-release/semantic-release.githttps://github.com/semantic-release/semantic-release#readme
├── snyk@1.110.2
│   snyk library and cli utility
│   git+https://github.com/snyk/snyk.githttps://github.com/snyk/snyk#readme
├── sonar-scanner@3.1.0
│   Wrap sonar-scanner as a node module
│   git+https://github.com/bcaudan/node-sonar-scanner.githttps://github.com/bcaudan/node-sonar-scanner
├── standard-version@4.4.0
│   replacement for `npm version` with automatic CHANGELOG generation
│   git+https://github.com/conventional-changelog/standard-version.githttps://github.com/conventional-changelog/standard-version#readme
├── swagger-parser@6.0.2
│   Swagger 2.0 and OpenAPI 3.0 parser and validator for Node and browsers
│   git+https://github.com/APIDevTools/swagger-parser.githttps://apidevtools.org/swagger-parser/
├── synk@0.0.2
│   schronize a remote directory with a local one, then run a series of preset commands on the server
│   git+ssh://git@github.com/nicksweet/synk.git
│   https://github.com/nicksweet/synk#readme
└── travis-deploy-once@5.0.9
    Run a deployment script only once in the Travis test matrix
    git+https://github.com/semantic-release/travis-deploy-once.git
    https://github.com/semantic-release/travis-deploy-once#readme

Closes #25
Closes #26
Closes #27
Closes #28
Closes #29
Closes #30
Closes #31
Closes #32
Closes #33
Closes #34
Closes #35
Closes #36
Closes #37
Closes #38
Closes #39
Closes #40
Closes #41
Closes #42
Closes #43
Closes #44
Closes #45
Closes #46
Closes #47
Closes #48
Closes #49
Closes #50
Closes #51
Closes #52
Closes #53
Closes #54
Closes #55
Closes #56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant