Skip to content

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jul 3, 2018

Version 4.0.0 of @smartive/tslint-config was just published.

Dependency @smartive/tslint-config
Current Version 3.0.1
Type devDependency

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

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @smartive/tslint-config.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v4.0.0

4.0.0 (2018-07-03)

Features

  • trailing-comma: use correct trailing comma rule (#6) (cd7b9ca)

BREAKING CHANGES

  • trailing-comma: This rule may introduce some breaking changes
    since the versioning of tslint-config-airbnb does not adhere to the
    semantic version rules. So a minor update of tslint config could
    introduce breaking changes. Since there was an update of tslint config,
    this creates a new major. The new rule does not break a build,
    and is newly added to tslint-config-airbnb.
Commits

The new version differs by 1 commits.

  • cd7b9ca feat(trailing-comma): use correct trailing comma rule (#6)

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@codecov-io
Copy link

codecov-io commented Jul 5, 2018

Codecov Report

Merging #75 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@ Coverage Diff @@ ## develop #75 +/- ## ======================================== Coverage 90.04% 90.04% ======================================== Files 63 63 Lines 944 944 Branches 185 167 -18 ======================================== Hits 850 850 Misses 87 87 Partials 7 7
Impacted Files Coverage Δ
src/declarations/DeclarationVisibility.ts 81.81% <ø> (ø) ⬆️
src/utilities/PathHelpers.ts 100% <ø> (ø) ⬆️
src/TypescriptParser.ts 87.14% <ø> (ø) ⬆️
src/imports/ExternalModuleImport.ts 75% <ø> (ø) ⬆️
...tors/typescript-generators/externalModuleImport.ts 100% <ø> (ø) ⬆️
src/utilities/StringTemplate.ts 100% <ø> (ø) ⬆️
src/declarations/TypeAliasDeclaration.ts 100% <ø> (ø) ⬆️
src/declarations/ModuleDeclaration.ts 100% <ø> (ø) ⬆️
src/declarations/EnumDeclaration.ts 100% <ø> (ø) ⬆️
src/declarations/ParameterDeclaration.ts 100% <ø> (ø) ⬆️
... and 24 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cb3abd...3e07771. Read the comment docs.

@buehler buehler merged commit e6e74dd into develop Jul 5, 2018
@greenkeeper greenkeeper bot deleted the greenkeeper/@smartive/tslint-config-4.0.0 branch July 5, 2018 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

2 participants