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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency tslint-immutable to v6 #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 19, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tslint-immutable ^4.5.4 -> ^6.0.0 age adoption passing confidence

Release Notes

jonaskello/tslint-immutable

v6.0.1

Compare Source

Added
  • Deprecation notice added to the readme.

v6.0.0

Compare Source

  • Overhaul ignore-prefix, adding in ignore-suffix and ignore-pattern. See PR #​137
  • Updated the list of rules included in each ruleset. See PR #​138

v5.5.2

Compare Source

  • readonly-array rule with the option ignore-prefix set will now ignore nested arrays within an ignored variable. See #​132. See PR #​133

v5.5.1

Compare Source

  • no-array-mutation now checks nested arrays. See #​134. See PR #​135

v5.5.0

Compare Source

  • readonly-array rule now allows for the readonly keyword to specify an array as readonly. This is a new feature supported in TypeScript 3.4. See #​129. See PR #​130

v5.4.0

Compare Source

  • no-object-mutation rule now disallows Object.assign mutation on identifiers and property access expressions. See #​112. See PR #​127

v5.3.3

Compare Source

  • Fixed rule readonly-array with option ignore-return-type not checking within union, intersection and conditional types. This fix should now catch all return types that contain a nested array. See #​124. See PR #​125

v5.3.2

Compare Source

Fixed
  • Fixed rule readonly-array with option ignore-return-type not checking within tuple types. See #​121. See PR #​122

v5.3.1

Compare Source

Fixed
  • Fixed rule readonly-array with option ignore-return-type not checking within generic parameters. See #​117. Thanks to @​RebeccaStevens for this fix! (See PR #​120).

v5.3.0

Compare Source

Added
  • New rule no-reject (moved from no-throw rule in previous version). See PR #​118.

v5.2.0

Compare Source

Added

v5.1.2

Compare Source

  • Republished without changes (becuase previous publish failed).

v5.1.1

Compare Source

Fixed
  • Fixes readonly-keyword fixer adds the readonly modifier in the wrong place for decorated class properties. See #​81. Thanks to @​tkryskiewicz for this fix! (See PR #​113).

v5.1.0

Compare Source

Added
  • New option ignore-new-array for the no-array-mutation rule. This option replaces the ignore-mutation-following-accessor option, however the old option name will remain as an alias and will be removed in the next major release. See #​102. Thanks to @​RebeccaStevens for adding this option! (See PR #​110)

v5.0.1

Compare Source

Fixed
  • Fixed a regression in the readonly-array. See #​104.

v5.0.0

Compare Source

Changed
  • Internal refactoring to use the tsutils library, see PR 100. This cleans up a lot of code and makes it easier to do further development. Becasue the tsutils library requires typescript version >=2.8 and node >=6 this refactoring required a major version bump. Big thanks to RebeccaStevens for the amazing work on this refactoring :-).

v4.9.1

Compare Source

Fixed
  • ignore-return-type option for the readonly-array doesn't catch method declarations. See #​95.

v4.9.0

Compare Source

Added

v4.8.0

Compare Source

Added
  • New option ignore-rest-parameters for the readonly-array rule. See #​73. Thanks to @​aboyton for adding this option! (See PR #​93)
Added

v4.7.0

Compare Source

Added

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant