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

Update dev dependencies #42

Merged
merged 1 commit into from
Sep 15, 2019
Merged

Update dev dependencies #42

merged 1 commit into from
Sep 15, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2019

This PR contains the following updates:

Package Type Update Change
@types/node devDependencies patch 12.7.4 -> 12.7.5
@typescript-eslint/eslint-plugin devDependencies minor 2.1.0 -> 2.2.0
@typescript-eslint/parser devDependencies minor 2.1.0 -> 2.2.0
eslint (source) devDependencies minor 6.3.0 -> 6.4.0
eslint-config-prettier devDependencies minor 6.2.0 -> 6.3.0
nock devDependencies patch 11.3.3 -> 11.3.4
ts-jest (source) devDependencies minor 24.0.2 -> 24.1.0
typescript (source) devDependencies patch 3.6.2 -> 3.6.3

Release Notes

typescript-eslint/typescript-eslint

v2.2.0

Compare Source

Bug Fixes
  • eslint-plugin: [efrt] allowExpressions - check functions in class field properties (#​952) (f1059d8)
  • eslint-plugin: [expl-member-a11y] fix parameter properties (#​912) (ccb98d8)
  • eslint-plugin: [prefer-readonly] add handling for destructuring assignments (e011e90)
Features
  • eslint-plugin: add brace-style extension (e01dc5f)
eslint/eslint

v6.4.0

Compare Source

  • e915fff Docs: Improve examples and clarify default option (#​12067) (Yuping Zuo)
  • 540296f Update: enforceForClassMembers option to accessor-pairs (fixes #​12063) (#​12192) (Milos Djermanovic)
  • d3c2334 Update: flag nested block with declaration as error (#​12193) (David Waller)
  • b2498d2 Update: Fix handling of property names in no-self-assign (#​12105) (Milos Djermanovic)
  • 1ee61b0 Update: enforceForClassMembers computed-property-spacing (fixes #​12049) (#​12214) (Milos Djermanovic)
  • 520c922 Docs: Added naming convention details to plugin usage (#​12202) (Henrique Barcelos)
  • f826eab Fix: Allow line comment exception in object-curly-spacing (fixes #​11902) (#​12216) (Milos Djermanovic)
  • db2a29b Update: indentation of comment followed by semicolon (fixes #​12232) (#​12243) (Kai Cataldo)
  • ae17d1c Fix: no-sequences is reporting incorrect locations (#​12241) (Milos Djermanovic)
  • 365331a Fix: object-shorthand providing invalid fixes for typescript (#​12260) (Brad Zacher)
  • 1c921c6 New: add no-import-assign (fixes #​12237) (#​12252) (Toru Nagashima)
  • 3be04fd New: Add prefer-regex-literals rule (fixes #​12238) (#​12254) (Milos Djermanovic)
  • 37c0fde Update: Report global Atomics calls in no-obj-calls (fixes #​12234) (#​12258) (Milos Djermanovic)
  • 985c9e5 Fix: space-before-function-paren autofix removes comments (fixes #​12259) (#​12264) (Milos Djermanovic)
  • 01da7d0 Fix: eqeqeq rule reports incorrect locations (#​12265) (Milos Djermanovic)
  • 319e4d8 Docs: adding finally example (#​12256) (Jens Melgaard)
  • d52328f Docs: fix no-sequences with examples (#​12239) (Milos Djermanovic)
  • a41fdc0 Fix: Remove autofixer for no-unsafe-negation (#​12157) (Milos Djermanovic)
  • e38f5fd Update: fix no-octal-escape false negatives after \0 (#​12079) (Milos Djermanovic)
  • 9418fbe Sponsors: Sync README with website (ESLint Jenkins)
  • acc5ec5 Sponsors: Sync README with website (ESLint Jenkins)
  • 460c5ad Sponsors: Sync README with website (ESLint Jenkins)
  • 0313441 New: add rule default-param-last (fixes #​11361) (#​12188) (Chiawen Chen)
  • 7621f5d Update: add more specific linting messages to space-in-parens (#​11121) (Che Fisher)
  • 21eb904 Fix: basePath of OverrideTester (fixes #​12032) (#​12205) (Toru Nagashima)
  • 86e5e65 Sponsors: Sync README with website (ESLint Jenkins)
  • 2b1a13f Fix: no-extra-boolean-cast reports wrong negation node (fixes #​11324) (#​12197) (Milos Djermanovic)
  • ba8c2aa Sponsors: Sync README with website (ESLint Jenkins)
  • a0a9746 Docs: Fix link in no-irregular-whitespace.md (#​12196) (Timo Tijhof)
  • e10eeba Fix: quotes autofix produces syntax error with octal escape sequences (#​12118) (Milos Djermanovic)
prettier/eslint-config-prettier

v6.3.0

Compare Source

  • Added: [@​typescript-eslint/brace-style]. Thanks to Masafumi Koba
    (@​ybiquitous)!
nock/nock

v11.3.4

Compare Source

Bug Fixes
kulshekhar/ts-jest

v24.1.0

Compare Source

Bug Fixes

24.0.2 (2019-04-05)

24.0.1 (2019-03-30)

Bug Fixes
Features
Microsoft/TypeScript

v3.6.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Renovate configuration

📅 Schedule: At any time (no schedule defined).

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

♻️ Rebasing: Whenever PR is stale, or if you modify the PR title to begin with "rebase!".

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot changed the title Update dev dependencies to v2.2.0 Update dev dependencies Sep 10, 2019
@renovate renovate bot force-pushed the renovate/dev-dependencies branch 5 times, most recently from 024c552 to c0335d3 Compare September 14, 2019 01:51
@tanem tanem merged commit 7880174 into master Sep 15, 2019
@renovate renovate bot deleted the renovate/dev-dependencies branch September 15, 2019 22:31
@tanem tanem added the internal label Oct 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants