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 (major) #432

Merged
merged 3 commits into from
Dec 16, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest 26.0.24 -> 27.0.3 age adoption passing confidence
@typescript-eslint/eslint-plugin 4.33.0 -> 5.7.0 age adoption passing confidence
@typescript-eslint/parser 4.33.0 -> 5.7.0 age adoption passing confidence
del-cli 3.0.1 -> 4.0.1 age adoption passing confidence
eslint (source) 7.32.0 -> 8.4.1 age adoption passing confidence
eslint-plugin-jest 24.7.0 -> 25.3.0 age adoption passing confidence
eslint-plugin-mocha 8.2.0 -> 10.0.3 age adoption passing confidence
eslint-plugin-prettier 3.4.1 -> 4.0.0 age adoption passing confidence
eslint-plugin-unicorn 24.0.0 -> 39.0.0 age adoption passing confidence
jest (source) 26.6.3 -> 27.4.5 age adoption passing confidence
sinon (source) 9.2.4 -> 12.0.1 age adoption passing confidence
strip-ansi 6.0.1 -> 7.0.1 age adoption passing confidence
ts-jest (source) 26.5.6 -> 27.1.1 age adoption passing confidence
ts-node (source) 9.1.1 -> 10.4.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.7.0

Compare Source

Features
  • eslint-plugin: [consistent-type-exports] support TS4.5 inline export specifiers (#​4236) (be4d976)
  • eslint-plugin: [consistent-type-imports] support TS4.5 inline import specifiers (#​4237) (f61af7c)
  • eslint-plugin: [no-shadow] support TS4.5 inline import specifiers (#​4239) (96b7e8e)

v5.6.0

Compare Source

Features
  • scope-manager: support TS4.5 import/export specifier kind (#​4234) (833f822)

v5.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] order literal names correctly in (#​4054) (d57141a)
  • eslint-plugin: [no-duplicate-imports] remove unnecessary type checking for node.source (#​4196) (637722a)
  • eslint-plugin: [no-var-requires] do not report require created from createRequire (#​4221) (0040186)
  • eslint-plugin: [prefer-for-of] do nor error when iterating over this (#​4176) (258ddb0)
  • eslint-plugin: [require-await] treat yield* asynciterable as an await (#​4125) (5a4ce6a)
  • eslint-plugin: remove all whitespaces in comparison #​4220 (#​4223) (853d799)
Features
  • eslint-plugin: [member-ordering] add option to sort case insensitive (#​3896) (e3533d5)
  • eslint-plugin: array-type distinguish whether readonly or not (#​4066) (314af44)

v5.4.0

Compare Source

Bug Fixes
  • correct issues with circular imports (#​4140) (4c87b24)
  • eslint-plugin: [explicit-member-accessibility] private fields cannot have accessibility modifiers (#​4117) (81b25c1)
  • eslint-plugin: [no-implied-eval] ignore locally declared functions (#​4049) (d97140e)
  • eslint-plugin: check optional chaining for floating promises (#​4096) (d724777)
Features

5.3.1 (2021-11-08)

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

v5.3.1

Compare Source

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

v5.3.0

Compare Source

Bug Fixes
  • eslint-plugin: ignore private identifiers in explicit-module-boundary-types (#​4046) (80b853d)
  • eslint-plugin: skip seenTypes for unions in isTypeReadonly (#​4043) (6af7ca7)
Features
  • eslint-plugin: [no-shadow] exclude external type declaration merging (#​3959) (a93cebf)

v5.2.0

Compare Source

Bug Fixes
Features

v5.1.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports]: report type-only imports properly (#​3996) (283cdf2)
  • eslint-plugin: [strict-bool-expr] treat unconstrained generic as any (#​3981) (9b29ca7)

v5.0.0

Compare Source

Bug Fixes
  • eslint-plugin: [explicit-member-accessibility] report TSAbstractPropertyDefinition and TSAbstractMethodDefinition properly (#​3901) (82016f9)
  • eslint-plugin: update new rules from master (#​3840) (d88a6b4)
  • update new rules from master (b34fb7e)
  • eslint-plugin: crash in no-dupe-class-members (v5) (#​3813) (4b09644)
Features
BREAKING CHANGES
  • eslint-plugin: ban-types no longer reports object by default
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.7.0

Compare Source

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

v5.6.0

Compare Source

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

v5.5.0

Compare Source

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

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/parser

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

v5.1.0

Compare Source

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

v5.0.0

Compare Source

Features
sindresorhus/del-cli

v4.0.1

Compare Source

v4.0.0

Compare Source

Breaking
Improvements
eslint/eslint

v8.4.1

Compare Source

Bug Fixes

  • 234e3d9 fix: revert changes to reported locations in max-lines-per-function (#​15397) (Milos Djermanovic)

Documentation

  • fa4d483 docs: fix typo in example for sort-keys rule (#​15393) (Nitin Kumar)

v8.4.0

Compare Source

Features

Bug Fixes

  • 4940cc5 fix: mark --rulesdir option as deprecated in CLI docs (#​15310) (Kevin Partington)

Documentation

  • 54deec5 docs: update integrations.md (#​15380) (Vlad Sholokhov)
  • fa0423a docs: fix typo in PR template (#​15365) (Nitin Kumar)
  • e233920 docs: enable a few more markdownlint rules and fix violations (#​15368) (Bryan Mishkin)
  • 632176d docs: Dedent needlessly indented example in getter-return docs (#​15363) (Jordan Eldredge)
  • 4497e88 docs: Update release notes blog post template (#​15285) (Nicholas C. Zakas)

Chores

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

v8.1.0

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

👻 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 force-pushed the renovate/major-devdependencies branch 2 times, most recently from 53fe6ee to 537e5be Compare January 11, 2021 12:11
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v25 chore(deps): update dependency eslint-plugin-unicorn to v26 Jan 11, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 537e5be to 9f2d4e1 Compare January 13, 2021 11:55
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 9f2d4e1 to d737d2c Compare January 22, 2021 19:50
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v26 chore(deps): update dependency eslint-plugin-unicorn to v27 Jan 22, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 2856e44 to 9468088 Compare February 10, 2021 06:30
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v27 chore(deps): update dependency eslint-plugin-unicorn to v28 Feb 10, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from d53df22 to 827d227 Compare February 18, 2021 07:43
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from a50e16a to d1a7f03 Compare March 21, 2021 13:26
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v28 chore(deps): update dependency eslint-plugin-unicorn to v29 Mar 21, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from d1a7f03 to c399654 Compare March 22, 2021 17:56
@renovate renovate bot changed the title chore(deps): update dependency eslint-plugin-unicorn to v29 chore(deps): update devdependencies (major) Mar 22, 2021
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 11b32c2 to 26fbf5b Compare April 8, 2021 09:23
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from a9bb42e to 5cfceec Compare April 19, 2021 13:28
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from 5cfceec to ce4ebcb Compare April 23, 2021 18:11
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 2 times, most recently from 045967b to c8f4a94 Compare May 10, 2021 07:02
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from 854fe62 to 8cf05f5 Compare May 23, 2021 11:14
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from c13c0bb to 6faf5f2 Compare May 23, 2021 22:57
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 3 times, most recently from f9f1074 to ac56b5f Compare November 29, 2021 20:46
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 9 times, most recently from 44780ac to 0aef394 Compare December 7, 2021 03:15
@renovate renovate bot force-pushed the renovate/major-devdependencies branch 9 times, most recently from a7c3508 to f063031 Compare December 14, 2021 12:14
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from f063031 to b9cf744 Compare December 16, 2021 02:00
@renovate renovate bot force-pushed the renovate/major-devdependencies branch from b9cf744 to 0532997 Compare December 16, 2021 02:01
@mmkal mmkal merged commit e5a511a into master Dec 16, 2021
@mmkal mmkal deleted the renovate/major-devdependencies branch December 16, 2021 02:20
@github-actions
Copy link

Release v3.0.0-beta-cli.18 addresses this.

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