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 typescript-eslint monorepo to v4.33.0 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 10, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 4.22.1 -> 4.33.0 age adoption passing confidence
@typescript-eslint/parser 4.22.1 -> 4.33.0 age adoption passing confidence

Release Notes

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

v4.33.0

Compare Source

Bug Fixes
  • eslint-plugin: [lines-between-class-members] fix exceptAfterOverload for abstract methods (#​3943) (240fc65)
  • eslint-plugin: [no-confusing-void-expression] support optional chaining (#​3937) (c40dd13)
  • eslint-plugin: [no-restricted-imports] fix crash when no options given (#​3947) (edaa3c1)
  • eslint-plugin: [non-nullable-type-assertion-style] false-positive with non-nullish as assertions and types (#​3940) (40760f9)
  • eslint-plugin: [padding-line-between-statements] TSModuleBlock should change scope (#​3944) (f8f534e)
  • eslint-plugin: [prefer-regexp-exec] check RegExp without flags (#​3946) (0868725)

v4.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-type-definitions] correct fix for export default (#​3899) (ebb33ed)
  • eslint-plugin: [no-require-imports] report only global require (#​3871) (8aa87a1)
  • eslint-plugin: [no-shadow] ignore type-only imports properly (#​3868) (dda9cee)
  • eslint-plugin: [no-var-requires] report problems within NewExpression (#​3884) (ed5e459)
  • eslint-plugin: [padding-line-between-statements] problems within namespaces not being reported (#​3869) (1861356)
  • eslint-plugin: [prefer-regexp-exec] respect flags when using RegExp (#​3855) (ffdb5ff)
  • eslint-plugin: [prefer-return-this-type] handle generics properly in fixer (#​3852) (9e98b8f)
  • eslint-plugin: false-positive/negative with array index in no-unnecessary-condition (#​3805) (bdb8f0b)
Features
  • eslint-plugin: [no-type-alias]: add allowGenerics option (#​3865) (4195919)
  • eslint-plugin: add no-non-null-asserted-nullish-coalescing rule (#​3349) (4e99961)
  • eslint-plugin: add new extended rule no-restricted-imports (#​3775) (ec5d506)
  • eslint-plugin-internal: [prefer-ast-types-enum] add DefinitionType enum (#​3916) (13b7de5)

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

Bug Fixes
  • utils: support immutable arrays in ReportFixFunction (#​3830) (8218055)
Features
  • eslint-plugin: [prefer-readonly-parameter-types] add option treatMethodsAsReadonly (#​3733) (a46e318)
  • eslint-plugin: [restrict-template-expressions] add option to allow RegExp (#​3709) (363b3dc)
  • eslint-plugin: add no-meaningless-void-operator rule (#​3641) (ea40ab6)
  • eslint-plugin: add extension rule padding-line-between-statements (#​3418) (f79ae9b)

v4.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] false positive with optional chaining (#​3711) (c19fc6e), closes #​3510
  • eslint-plugin: [prefer-reduce-type-parameter] handle already existing type params (#​3706) (71dd273)
  • eslint-plugin: isTypeReadonly error with <TS3.7 (#​3731) (5696407)
Features
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] handle bind on nested member expressions (#​3598) (f5a6806)
  • eslint-plugin: [no-implied-eval] permit more expression types (#​3624) (ca7c549)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] incorrect fix when condition is reversed (#​3581) (b595575)
  • eslint-plugin: [return-await] handle nested functions correctly (#​3601) (4a196b5)
  • eslint-plugin: [return-await] properly handle fixes for TSAsExpression (#​3631) (00a4369)
Features
  • eslint-plugin: [no-redeclare] ignoreDeclarationMerge of enum+namespace (#​3572) (18e30cb)
  • eslint-plugin: [prefer-return-this-type] add a new rule (#​3228) (5e1a615)
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-regexp-exec] factor in union types (#​3434) (ac86a79)

v4.27.0

Compare Source

Bug Fixes
  • eslint-plugin: allow explicit any for no-unsafe-return (#​3498) (b15a2b2)
Features
  • eslint-plugin: [prefer-literal-enum-member] add allowBitwiseExpressions option (#​3515) (288092a)

4.26.1 (2021-06-07)

Bug Fixes

v4.26.1

Compare Source

Bug Fixes

v4.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-type-alias] consider type imports as alias types (#​3433) (d4f0774)
Features
  • eslint-plugin: [member-ordering] add callback as an ordering type of node (#​3354) (d134b1f)
  • eslint-plugin: [space-infix-ops] Add support for Union and intersection of type declarations (#​3360) (3d29323)

v4.25.0

Compare Source

Bug Fixes
  • corrected no-unsupported-browser-code in roadmap as unimplemented (#​3407) (2319b0e)

v4.24.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-shadow] fix static class method generics shadowing class generics (#​3393) (b1e1c8a), closes #​2592
  • eslint-plugin: [no-unsafe-*] special case handling for the empty map constructor with no generics (#​3394) (cae4f4a), closes #​2109
Features
  • eslint-plugin: [dot-notation] optionally allow square bracket notation where an index signature exists in conjunction with noPropertyAccessFromIndexSignature (#​3361) (37ec2c2)

v4.23.0

Compare Source

Bug Fixes
  • scope-manager: fix visiting TSAsExpression in assignment (#​3355) (87521a0)
Features
  • refactor to split AST specification out as its own module (#​2911) (25ea953)

4.22.1 (2021-05-04)

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

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

v4.33.0

Compare Source

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

v4.32.0

Compare Source

Features

4.31.2 (2021-09-20)

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

4.31.1 (2021-09-13)

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

v4.31.2

Compare Source

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

v4.31.1

Compare Source

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

v4.31.0

Compare Source

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

v4.30.0

Compare Source

Features
  • typescript-estree: add support for class static blocks (#​3730) (f81831b)

4.29.3 (2021-08-23)

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

4.29.2 (2021-08-16)

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

4.29.1 (2021-08-09)

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

v4.29.3

Compare Source

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

v4.29.2

Compare Source

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

v4.29.1

Compare Source

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

v4.29.0

Compare Source

Features
  • eslint-plugin: Catch unused React import with new JSX transform (#​3577) (02998ea)
  • typescript-estree: add support for custom module resolution (#​3516) (d48429d)

4.28.5 (2021-07-26)

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

4.28.4 (2021-07-19)

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

4.28.3 (2021-07-12)

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

4.28.2 (2021-07-05)

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

4.28.1 (2021-06-28)

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

v4.28.5

Compare Source

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

v4.28.4

Compare Source

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

v4.28.3

Compare Source

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

v4.28.2

Compare Source

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

v4.28.1

Compare Source

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

v4.28.0

Compare Source

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

v4.27.0

Compare Source

Bug Fixes
  • typescript-estree: allow providing more one than one existing program in config (#​3508) (4f1806e)
Features
  • allow user to provide TS program instance in parser options (#​3484) (e855b18)

4.26.1 (2021-06-07)

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

v4.26.1

Compare Source

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

v4.26.0

Compare Source

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

v4.25.0

Compare Source

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

v4.24.0

Compare Source

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

v4.23.0

Compare Source

Features
  • refactor to split AST specification out as its own module (#​2911) (25ea953)

4.22.1 (2021-05-04)

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


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 these updates 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.

@renovate
Copy link
Author

renovate bot commented May 10, 2021

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock

@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.23.0 chore(deps): update typescript-eslint monorepo to v4.24.0 May 17, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch 2 times, most recently from 9156118 to c09ea71 Compare May 24, 2021 17:24
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.24.0 chore(deps): update typescript-eslint monorepo May 24, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from c09ea71 to 33e0fa0 Compare May 24, 2021 18:39
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v4.25.0 May 24, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 33e0fa0 to 7e3c0eb Compare May 31, 2021 17:18
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.25.0 chore(deps): update typescript-eslint monorepo May 31, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 7e3c0eb to e5f493c Compare May 31, 2021 18:43
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo chore(deps): update typescript-eslint monorepo to v4.26.0 May 31, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from e5f493c to 78f3adb Compare June 7, 2021 18:11
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.26.0 chore(deps): update typescript-eslint monorepo to v4.26.1 Jun 7, 2021
@renovate
Copy link
Author

renovate bot commented Jun 7, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock

added 1 package, and audited 2 packages in 2s

found 0 vulnerabilities
➤ YN0000: ┌ Resolution step
➤ YN0000: └ Completed in 9s 392ms
➤ YN0000: ┌ Fetch step
➤ YN0013: │ 497 packages were already cached, 12 had to be fetched
➤ YN0000: └ Completed in 4s 264ms
➤ YN0000: ┌ Link step
➤ YN0004: │ dogehq@workspace:. lists build scripts, but all build scripts have been disabled.
➤ YN0004: │ @discordjs/opus@npm:0.5.0 lists build scripts, but all build scripts have been disabled.
➤ YN0004: │ @dogehouse/kebab@npm:0.3.0 lists build scripts, but all build scripts have been disabled.
➤ YN0004: │ wrtc@npm:0.4.7 lists build scripts, but all build scripts have been disabled.
➤ YN0004: │ core-js@npm:2.6.12 lists build scripts, but all build scripts have been disabled.
➤ YN0007: │ dogehq@workspace:. must be built because it never did before or the last one failed
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/User.ts(1,62): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/ScheduledRoom.ts(1,52): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Room.ts(1,89): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Room.ts(289,18): error TS7006: Parameter 'user' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/ClientUser.ts(1,98): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Util/MessageBuilder.ts(1,80): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Message.ts(1,56): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(1,79): error TS7016: Could not find a declaration file for module '@dogehouse/kebab'. '/mnt/renovate/gh/DogeHQ/dogehq/node_modules/@dogehouse/kebab/lib/index.js' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT   Try `npm i --save-dev @types/dogehouse__kebab` if it exists or add a new declaration (.d.ts) file containing `declare module '@dogehouse/kebab';`
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(148,13): error TS7006: Parameter 'direction' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(148,24): error TS7006: Parameter 'opcode' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(148,32): error TS7006: Parameter '_' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(148,35): error TS7006: Parameter 'fetchId' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(148,44): error TS7006: Parameter 'raw' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(170,38): error TS7006: Parameter 'data' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(173,42): error TS7031: Binding element 'user' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(178,43): error TS7031: Binding element 'userId' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(178,51): error TS7031: Binding element 'roomId' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(181,40): error TS7031: Binding element 'userId' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(182,44): error TS7006: Parameter 'data' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(183,42): error TS7031: Binding element 'userId' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(189,44): error TS7031: Binding element 'userId' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(196,7): error TS7031: Binding element 'sendTransportOptions' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(198,50): error TS7031: Binding element 'recvTransportOptions' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(198,72): error TS7031: Binding element 'routerRtpCapabilities' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(203,7): error TS7031: Binding element 'recvTransportOptions' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(203,29): error TS7031: Binding element 'routerRtpCapabilities' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(203,52): error TS7031: Binding element 'sendTransportOptions' implicitly has an 'any' type.
➤ YN0000: │ dogehq@workspace:. STDOUT src/Structures/Client.ts(214,18): error TS7006: Parameter 'room' implicitly has an 'any' type.
➤ YN0009: │ dogehq@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-185ec55d/build.log)
➤ YN0009: │ dogehq@workspace:. couldn't be built successfully (exit code 1, logs can be found here: /tmp/xfs-185ec55d/build.log)
➤ YN0000: └ Completed in 17s 781ms
➤ YN0000: Failed with errors in 31s 751ms

@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 78f3adb to 743f25d Compare June 14, 2021 18:47
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.26.1 chore(deps): update typescript-eslint monorepo to v4.27.0 Jun 14, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 743f25d to dd118b6 Compare June 21, 2021 18:03
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.27.0 chore(deps): update typescript-eslint monorepo to v4.28.0 Jun 21, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from dd118b6 to fa0142d Compare June 28, 2021 18:38
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.0 chore(deps): update typescript-eslint monorepo to v4.28.1 Jun 28, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from fa0142d to 167bb1d Compare July 5, 2021 17:33
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.1 chore(deps): update typescript-eslint monorepo to v4.28.2 Jul 5, 2021
@renovate renovate bot force-pushed the renovate/typescript-eslint-monorepo branch from 167bb1d to c1fa3fb Compare March 7, 2022 09:52
@renovate renovate bot changed the title chore(deps): update typescript-eslint monorepo to v4.28.2 chore(deps): update typescript-eslint monorepo to v4.33.0 Mar 7, 2022
@renovate
Copy link
Author

renovate bot commented Mar 23, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

1 participant