Open greenkeeper[bot] opened 5 years ago
After pinning to 15.8.1 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
eslint-plugin-jsdoc was updated from 15.8.2
to 15.8.3
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.8.3
to 15.8.4
.Your tests are still failing with this version. Compare changes
The new version differs by 9 commits.
874adab
fix(require-jsdoc): avoid exported functions possessing jsdoc blocks causing other non-public functions to be treated as exported; fixes #358
5bb9182
refactor(require-jsdoc): remove redundant check
21b28ae
docs(require-returns): Fix typo
d4b9218
Merge pull request #371 from IgorNovozhilov/patch-1
5ca7e01
chore: update devDeps; avoid lint-staged
b4a4c89
Add type "symbol" to noUndefinedTypes
6e966f4
Merge commit 'b92107fb0db55400a810bb01ccb0baba69baf33a'
9443adc
chore: update lint-staged
for husky issue: typicode/husky#247
b92107f
chore(CI): stop running broken npm script check-readme
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.8.4
to 15.9.0
.Your tests are still failing with this version. Compare changes
WithStatement
for return
statements (37e8300)The new version differs by 40 commits.
12ae7c6
Merge pull request #308 from interfaced/feature/add-more-type-checks-to-valid-types
902fac0
testing: ensure we don't report see
with link
even with checkSeesForNamepaths
option on
6081ff2
testing: remove namepath in test checking for empty namepath
439fd99
refactor: rename variable without redundant "either"
24e8a57
docs: add todo comment to ensure handling gcc when mode added
6b7ab34
refactor: remove mandatory type items from optional type items list and query both
4aca635
Merge branch 'master' into add-more-type-checks-to-valid-types
112f244
chore: report unused disable directives in eslint
6116b0f
refactor: remove unused disable directives
cb02b85
Merge branch 'master' into add-more-type-checks-to-valid-types
bccfebe
Call namepaths namepath instead of types in error messages
668ea89
Add couple more tests and reuse some utilites to fix coverage
b897250
Refactor utils naming
5e0f9a5
Completely ignore @see {@link ...} tag in parser
403c9db
Merge branch 'master' into feature/add-more-type-checks-to-valid-types
There are 40 commits in total.
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.9.0
to 15.9.1
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.9.1
to 15.9.2
.Your tests are still failing with this version. Compare changes
The new version differs by 5 commits.
ebf92c5
fix(no-undefined-types
): add void
to allowable types; fixes #381
7b2caa9
chore: update devDeps (Babel and typescript related)
1a9d21f
chore: revert recent update of typescript until typescript-estree officially supports (warnings during testing)
439ded7
chore: update typescript-eslint/parser, eslint-config-canonical, typescript devDeps
9d3c8b7
chore: update husky devDep.
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.9.2
to 15.9.3
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.9.3
to 15.9.4
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.9.4
to 15.9.5
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.9.5
to 15.9.6
.Your tests are still failing with this version. Compare changes
check-indentation
: excludeTags
option, add tests, default on (d7aa4e8), closes /github.com/gajus/eslint-plugin-jsdoc/pull/388#discussion_r329847553check-indentation
: fix code style issue (41af93c)check-indentation
: ignore example code blocks (6de2256), closes #334check-indentation
: update function and variable names (756520a)check-indentation
: update README, default to false, lint ok (933b74a)The new version differs by 5 commits.
756520a
fix(check-indentation
): update function and variable names
41af93c
fix(check-indentation
): fix code style issue
d7aa4e8
fix(check-indentation
): excludeTags
option, add tests, default on
933b74a
fix(check-indentation
): update README, default to false, lint ok
6de2256
fix(check-indentation
): ignore example code blocks
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.9.6
to 15.9.7
.Your tests are still failing with this version. Compare changes
check-indentation
: #334 - ignore content enclosed in "code blocks" (f60537a)check-indentation
: validate tag names passed to excludeTags
(cce70b0), closes /github.com/gajus/eslint-plugin-jsdoc/pull/388#discussion_r330549102devDependency
eslint-plugin-jsdoc was updated from 15.9.7
to 15.9.8
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.9.8
to 15.9.9
.Your tests are still failing with this version. Compare changes
The new version differs by 4 commits.
24dd328
fix(check-types
): allow albeit questionable variadic without operand function(...)
; fixes #389
0eba9c9
chore: update devDeps; lint
c4bda06
Merge pull request #392 from ahwayakchih/test/check-indentation-examples-with-captions-and-code
55b2a8e
test(check-indentation
): additional assertions
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.9.9
to 15.9.10
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.9.10
to 15.10.0
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.10.0
to 15.10.1
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.10.1
to 15.11.0
.Your tests are still failing with this version. Compare changes
devDependency
eslint-plugin-jsdoc was updated from 15.11.0
to 15.11.1
.Your tests are still failing with this version. Compare changes
valid-types
: add undocumented modifies
so its types will be checked (474ecb0)The new version differs by 5 commits.
474ecb0
fix(valid-types
): add undocumented modifies
so its types will be checked
8861f4d
docs: in applicable tag listings, yield
missing in check-types
and augments
and extends
missing in check-types
and no-undefined-types
1c0d12b
docs: update docs (shows additional jsdoc-supported tags)
2ec7182
refactor: avoid caps consistently (and export typescript tags for future use)
3d1decc
testing: derive tag names for test file programmatically
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.12.0
to 15.12.1
.Your tests are still failing with this version. Compare changes
The new version differs by 11 commits.
6ab617f
fix(require-jsdoc
): avoid erring (or traversing) on object spread in parsing for defined symbols; fixes #378
022d5da
chore: update typescript-eslint/parser, glob devDeps
e531a02
refactor: unused var. declaration; unneeded check; unused return value
6664d20
testing(require-description
, require-example
, require-param
, require-returns
): Add exemptedBy
tests that nevertheless fail
2df43ce
docs(check-alignment, require-jsdoc): incomplete info on contexts
cf44628
chore: update mocha, semantic-release devDeps
a7bd9cd
refactoring: avoid fixer for subsequent items
cd44885
testing(require-param): indicate absence of effect on destructuring
fc4d68e
feat(require-param
): change fixer to fix all missing tags at once
f174401
chore: update devDeps (Babel, typescript, husky)
fa82a11
docs: further code comment clarifications on types/namepaths
See the full diff
devDependency
eslint-plugin-jsdoc was updated from 15.12.1
to 15.12.2
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
fc46821
Merge pull request #412 from kaidjohnson/fix/alignment-fixer
a0897c1
- Testing: Make tabs explicit
dd7d19f
Add test case for fixing check-alignment with tabs.
2e3c3cd
fix: Alignment fixer should use indentation character from sourceCode.
9b36869
chore: update eslint and semantic-release devDeps and apply linting updates
16023ad
docs: missing jsdoc param
See the full diff
The devDependency eslint-plugin-jsdoc was updated from
15.8.1
to15.8.2
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
eslint-plugin-jsdoc is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ **Travis CI - Branch:** The build **failed**.Release Notes for v15.8.2
15.8.2 (2019-08-20)
Bug Fixes
replacement
field overrides a default tag name preference; fixes #367 (8fceb2e)Commits
The new version differs by 2 commits.
8fceb2e
fix(check-tag-names): ensure
replacement
field overrides a default tag name preference; fixes #367ea275f1
chore: update comment-parser dep. and devDeps; avoid buggy eslint6.2 and for eslint 6 tests, avoid breaking typescript-eslint/parser update
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: