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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @smartive/tslint-config to the latest version 馃殌 #33

Closed

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 26, 2018

鈽濓笍 Greenkeeper鈥檚 updated Terms of Service will come into effect on April 6th, 2018.

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

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

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

If you don鈥檛 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鈥檛 have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v3.0.0

3.0.0 (2018-03-26)

Features

  • rule-set: Add member access as well as function name (#4) (626d1b0)

BREAKING CHANGES

  • rule-set: This adds member-access as a required rule.
    This rule forces the user to add public, private and protected modifiers
    to their class members. To migrate, install the new version and use the
    given visibility members on classes.
Commits

The new version differs by 1 commits.

  • 626d1b0 feat(rule-set): Add member access as well as function name (#4)

See the full diff

FAQ and help

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


Your Greenkeeper bot 馃尨

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 28, 2018

Version 3.0.1 just got published.

Update to this version instead 馃殌

Release Notes v3.0.1

3.0.1 (2018-03-28)

Bug Fixes

  • function-name: Fix wrong regex notation which broke the builds (#5) (e1080b2)
Commits

The new version differs by 1 commits.

  • e1080b2 fix(function-name): Fix wrong regex notation which broke the builds (#5)

See the full diff

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

greenkeeper bot commented Jul 3, 2018

Version 4.0.0 just got published.

Update to this version instead 馃殌

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

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

greenkeeper bot commented Nov 16, 2018

Update to this version instead 馃殌

Release Notes for v5.0.0

5.0.0 (2018-11-16)

Features

  • add check accessor to tslint config (cfbd29a)

BREAKING CHANGES

  • this change does introduce a more though
    checking of accessors. Since we already have member access enabled
    you can also add visibility to getters and setteres.
Commits

The new version differs by 2 commits.

  • 24c1058 Merge pull request #7 from smartive/feat/add-check-accessor
  • cfbd29a feat: add check accessor to tslint config

See the full diff

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

greenkeeper bot commented Feb 25, 2019

Update to this version instead 馃殌

Release Notes for v6.0.0

6.0.0 (2019-02-25)

Features

  • update tslint-config-airbnb to version 5.11.1 (#9) (0fa20c4)

BREAKING CHANGES

Commits

The new version differs by 1 commits.

  • 0fa20c4 feat: update tslint-config-airbnb to version 5.11.1 (#9)

See the full diff

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

greenkeeper bot commented May 22, 2019

Update to this version instead 馃殌

Release Notes for v7.0.0

7.0.0 (2019-05-22)

Features

BREAKING CHANGES

  • This adds the stricter rule for floating promises
    and this may break some builds. To disable the rule, overwrite the
    rule and set it to false.
Commits

The new version differs by 1 commits.

  • 941b200 feat: Add no-floating-promises (#10)

See the full diff

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

greenkeeper bot commented May 22, 2019

Update to this version instead 馃殌

@mfeltscher mfeltscher closed this Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant