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 devdependencies #99

Merged
merged 1 commit into from
Sep 1, 2020
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2020

This PR contains the following updates:

Package Type Update Change
@types/jest devDependencies patch 26.0.10 -> 26.0.12
@types/node devDependencies patch 14.6.0 -> 14.6.2
@typescript-eslint/eslint-plugin devDependencies minor 3.9.1 -> 3.10.1
@typescript-eslint/parser devDependencies minor 3.9.1 -> 3.10.1
eslint (source) devDependencies minor 7.7.0 -> 7.8.0
lint-staged devDependencies patch 10.2.11 -> 10.2.13
prettier (source) devDependencies patch 2.1.0 -> 2.1.1
ts-jest (source) devDependencies minor 26.2.0 -> 26.3.0

Release Notes

typescript-eslint/typescript-eslint

v3.10.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] correct regression with unary negations (#​2422) (d1f0887), closes #​2421

v3.10.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-module-boundary-types] ignore abstract setters (#​2410) (3764248)
  • eslint-plugin: [explicit-module-boundary-types] ignore all bodyless setters (#​2413) (a53f8c6)
  • eslint-plugin: [no-unnecessary-condition] better handling for unary negation (#​2382) (32fe2bb)
  • typescript-estree: ts.NamedTupleMember workaround for <TS4.0 (#​2405) (b62331a)
Features

3.9.1 (2020-08-17)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] fix false positive with nullish coalescing (#​2385) (092c969)
  • eslint-plugin: [prefer-includes] don't auto fix when test method's argument type doesn't have an 'includes' method (#​2391) (71c4c72)
eslint/eslint

v7.8.0

Compare Source

okonet/lint-staged

v10.2.13

Compare Source

Bug Fixes

v10.2.12

Compare Source

Bug Fixes
  • always use the default short diff format for submodules #​902 (c7923ad)
  • ensure supportsColor.level exists before stringifying it (aa9898e)
prettier/prettier

v2.1.1

Compare Source

diff

Fix format on html with frontMatter (#​9043 by @​fisker)
<!-- Input -->
---
layout: foo
---

Test <a
href="https://prettier.io">abc</a>.

<!-- Prettier stable -->
TypeError: Cannot read property 'end' of undefined
  ...

<!-- Prettier master -->
---
layout: foo
---

Test <a href="https://prettier.io">abc</a>.
Fix broken format for ...infer T (#​9044 by @​fisker)
// Input
type Tail<T extends any[]> = T extends [infer U, ...infer R] ? R : never;

// Prettier stable
type Tail<T extends any[]> = T extends [infer U, ...(infer R)] ? R : never;

// Prettier master
type Tail<T extends any[]> = T extends [infer U, ...infer R] ? R : never;
Fix format on style[lang="sass"] (#​9051 by @​fisker)
<!-- Input -->
<style lang="sass">
.hero
  @&#8203;include background-centered
</style>

<!-- Prettier stable -->
<style lang="sass">
.hero @&#8203;include background-centered;
</style>

<!-- Prettier master -->
<style lang="sass">
  .hero
    @&#8203;include background-centered
</style>
Fix self-closing blocks and blocks with src attribute format (#​9052, #​9055 by @​fisker)
<!-- Input -->
<custom lang="markdown" src="./foo.md"></custom>
<custom lang="markdown" src="./foo.md" />
<custom lang="markdown" />

<!-- Prettier stable -->
<custom lang="markdown" src="./foo.md">

</custom>
<custom lang="markdown" src="./foo.md"

/>
<custom lang="markdown"

/>

<!-- Prettier master -->
<custom lang="markdown" src="./foo.md"></custom>
<custom lang="markdown" src="./foo.md" />
<custom lang="markdown" />
kulshekhar/ts-jest

v26.3.0

Compare Source

Bug Fixes
Features

Renovate configuration

📅 Schedule: "after 10pm on monday,before 5am on monday" in timezone Asia/Tokyo.

🚦 Automerge: Enabled.

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

👻 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/devdependencies branch from da4786e to 99c82cf Compare August 31, 2020 21:52
@renovate renovate bot force-pushed the renovate/devdependencies branch from 99c82cf to bb8bc1c Compare August 31, 2020 23:09
@renovate renovate bot merged commit 4fb0657 into master Sep 1, 2020
@renovate renovate bot deleted the renovate/devdependencies branch September 1, 2020 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant