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 all non-major dependencies #163

Merged
merged 1 commit into from
Nov 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 14, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin ^5.1.0 -> ^5.4.0 age adoption passing confidence
@typescript-eslint/parser ^5.1.0 -> ^5.4.0 age adoption passing confidence
eslint (source) ^8.1.0 -> ^8.3.0 age adoption passing confidence
eslint-plugin-import ^2.25.2 -> ^2.25.3 age adoption passing confidence
eslint-plugin-jest ^25.2.2 -> ^25.3.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint

v5.4.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

5.3.1 (2021-11-08)

Note: Version bump only for package @​typescript-eslint/parser

v5.3.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

v5.3.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.2.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

eslint/eslint

v8.3.0

Compare Source

Features

  • 60b0a29 feat: add allowProperties option to require-atomic-updates (#​15238) (Milos Djermanovic)
  • 79278a1 feat: update no-use-before-define for class static blocks (#​15312) (Milos Djermanovic)
  • ddd01dc feat: update no-redeclare for class static blocks (#​15313) (Milos Djermanovic)
  • de69cec feat: update no-inner-declarations for class static blocks (#​15290) (Milos Djermanovic)
  • e2fe7ef feat: support for private-in syntax (fixes #​14811) (#​15060) (Yosuke Ota)
  • 34bc8d7 feat: Update espree and eslint-scope (#​15338) (Brandon Mills)
  • b171cd7 feat: update max-depth for class static blocks (#​15316) (Milos Djermanovic)
  • 6487df3 feat: update padded-blocks for class static blocks (#​15333) (Milos Djermanovic)
  • 194f36d feat: update the complexity rule for class static blocks (#​15328) (Milos Djermanovic)
  • 3530337 feat: update the indent rule for class static blocks (#​15324) (Milos Djermanovic)
  • f03cd14 feat: update lines-around-comment for class static blocks (#​15323) (Milos Djermanovic)
  • 5c64747 feat: update brace-style for class static blocks (#​15322) (Milos Djermanovic)
  • df2f1cc feat: update max-statements for class static blocks (#​15315) (Milos Djermanovic)
  • fd5a0b8 feat: update prefer-const for class static blocks (#​15325) (Milos Djermanovic)
  • b3669fd feat: code path analysis for class static blocks (#​15282) (Milos Djermanovic)
  • 15c1397 feat: update eslint-scope for class static blocks (#​15321) (Milos Djermanovic)
  • 1a1bb4b feat: update one-var for class static blocks (#​15317) (Milos Djermanovic)
  • 9b666e0 feat: update padding-line-between-statements for class static blocks (#​15318) (Milos Djermanovic)
  • d3a267f feat: update class-methods-use-this for class static blocks (#​15298) (Milos Djermanovic)
  • cdaa541 feat: update no-lone-blocks for class static blocks (#​15295) (Milos Djermanovic)
  • 8611538 feat: update block-spacing for class static blocks (#​15297) (Milos Djermanovic)
  • 7b56844 feat: update keyword-spacing for class static blocks (#​15289) (Milos Djermanovic)
  • ea18711 feat: update no-extra-semi for class static blocks (#​15287) (Milos Djermanovic)
  • 0f0971f feat: update semi rule for class static blocks (#​15286) (Milos Djermanovic)
  • abe740c feat: add examples for block-scoped-var with class static blocks (#​15302) (Milos Djermanovic)
  • 0338fd2 feat: Normalize ecmaVersion to eslint-scope when using custom parser (#​15268) (Yosuke Ota)

Bug Fixes

  • 8aa7645 fix: update vars-on-top for class static blocks (#​15306) (Milos Djermanovic)
  • 479a4cb fix: update semi-style for class static blocks (#​15309) (Milos Djermanovic)
  • 6d1c666 fix: update no-invalid-this and no-eval for class static blocks (#​15300) (Milos Djermanovic)

Documentation

  • 6b85426 docs: Expand --debug option description in the CLI documentation (#​15308) (darkred)
  • 3ae5258 docs: the strict rule does not apply to class static blocks (#​15314) (Milos Djermanovic)
  • 9309841 docs: Remove inconsistent colon in pull request docs (#​15303) (Jordan Eldredge)
  • da238cc docs: remove deprecation note from lines-around-comment (#​15293) (Milos Djermanovic)
  • 1055f16 docs: no-unused-expressions - class static blocks don't have directives (#​15283) (Milos Djermanovic)
  • 4c55216 docs: Add variables option to no-use-before-define (#​15276) (Mathias Rasmussen)

Chores

  • edd8d24 chore: upgrade eslint-visitor-keys for class static blocks (#​15277) (Milos Djermanovic)

v8.2.0

Compare Source

Features

  • c9fefd2 feat: report class evaluation TDZ errors in no-use-before-define (#​15134) (Milos Djermanovic)

Documentation

  • c415c04 docs: Use string rule severity in CLI examples (#​15253) (Kevin Partington)
  • 12b627d docs: fix typo in working-with-rules.md (#​15233) (Nitin Kumar)
  • a86ffc0 docs: fix broken anchor in configuration files (#​15223) (Pierre Berger)
  • ee8af5f docs: Link to unit tests from rule documentation (#​15207) (Brandon Mills)
  • 1c0ca3c docs: add ci and perf tags for commit (#​15215) (Nitin Kumar)

Build Related

  • 796587a build: upgrade eslint-release to v3.2.0 to support conventional commits (#​15246) (Milos Djermanovic)

Chores

import-js/eslint-plugin-import

v2.25.3

Compare Source

Fixed
Changed
jest-community/eslint-plugin-jest

v25.3.0

Compare Source

Features

25.2.4 (2021-11-08)

Bug Fixes
  • prefer-to-be: preserve resolves and rejects modifiers (#​980) (a1296bd)

25.2.3 (2021-11-04)

Bug Fixes
  • no-deprecated-functions: mark jest as an optional peer dependency (#​970) (f468752)

25.2.2 (2021-10-17)

Bug Fixes
  • require-hook: check variables are either const or declarations (#​959) (ce8cd61)

25.2.1 (2021-10-15)

Bug Fixes
  • expect-expect: don't error on it.todo & test.todo calls (#​954) (d3cc0db)

v25.2.4

Compare Source

Bug Fixes
  • prefer-to-be: preserve resolves and rejects modifiers (#​980) (a1296bd)

v25.2.3

Compare Source

Bug Fixes
  • no-deprecated-functions: mark jest as an optional peer dependency (#​970) (f468752)

Configuration

📅 Schedule: 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.

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


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^4.27.0 chore(deps): update all non-major dependencies Jun 18, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 36d5a31 to 533f1fc Compare June 25, 2021 10:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3735cde to 369098e Compare July 5, 2021 18:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8f8af59 to 4c9d7c9 Compare July 12, 2021 18:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from af85346 to 6bb4d31 Compare July 21, 2021 21:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from c804eb8 to 511e4c2 Compare July 30, 2021 23:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 459ff78 to 9c822bb Compare August 9, 2021 17:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a5ed84d to d85d9ab Compare August 10, 2021 11:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from dcdcad3 to 9c15f7b Compare October 24, 2021 15:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Oct 24, 2021
@renovate renovate bot closed this Oct 24, 2021
@renovate renovate bot deleted the renovate/all-minor-patch branch October 24, 2021 15:57
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Oct 25, 2021
@renovate renovate bot reopened this Oct 25, 2021
@renovate renovate bot restored the renovate/all-minor-patch branch October 25, 2021 17:56
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies to ^5.2.0 Oct 25, 2021
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^5.2.0 chore(deps): update all non-major dependencies to ^5.3.0 Nov 1, 2021
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^5.3.0 chore(deps): update all non-major dependencies Nov 4, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 4d9f67e to 42ec9d0 Compare November 10, 2021 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2fdeea6 to 34ef197 Compare November 21, 2021 09:40
@clarkdo clarkdo merged commit 5e64184 into master Nov 28, 2021
@clarkdo clarkdo deleted the renovate/all-minor-patch branch November 28, 2021 19:40
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

2 participants