Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 24, 2021

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
@rollup/plugin-node-resolve (source) 13.0.613.3.0 age confidence
@rollup/plugin-typescript (source) 8.2.58.5.0 age confidence
@types/node (source) 15.12.215.14.9 age confidence
@types/node-fetch (source) 2.5.122.6.13 age confidence
@typescript-eslint/eslint-plugin (source) 4.27.04.33.0 age confidence
@typescript-eslint/parser (source) 4.27.04.33.0 age confidence
concurrently 6.2.26.5.1 age confidence
eslint (source) 7.28.07.32.0 age confidence
eslint-config-prettier 8.3.08.10.2 age confidence
eslint-plugin-import 2.23.42.32.0 age confidence
eslint-plugin-jest 24.3.724.7.0 age confidence
jest (source) 27.0.627.5.1 age confidence
node-fetch 2.6.72.7.0 age confidence
prettier (source) 2.3.22.8.8 age confidence
rollup-plugin-sizes 1.0.61.1.0 age confidence
ts-jest (source) 27.0.727.1.5 age confidence
ts-node (source) 10.0.010.9.2 age confidence
typescript (source) 4.3.54.9.5 age confidence

Release Notes

rollup/plugins (@​rollup/plugin-node-resolve)

v13.3.0

2022-05-02

Features
  • feat: support node: protocol (#​1124)

v13.2.2

2022-05-02

Bugfixes
  • fix: Respect if other plugins resolve the resolution to a different id (#​1181)
  • fix: Revert respect if other plugins resolve the resolution to a different id (ae59ceb)
  • fix: Respect if other plugins resolve the resolution to a different id (f8d4c44)

v13.2.1

2022-04-15

Bugfixes
  • fix: update side effects logic to be deep when glob doesn’t contain / (#​1148)

v13.2.0

2022-04-11

Features
  • feat: Add the ability to pass a function into resolveOnly (#​1152)

v13.1.3

2022-01-05

Bugfixes
  • fix: use correct version when published (#​1063)

v13.1.2

2021-12-31

Bugfixes
  • fix: forward meta-information from other plugins (#​1062)

v13.1.1

2021-12-13

Updates
  • test: add tests for mixing custom exportConditions with browser: true (#​1043)

v13.1.0

2021-12-13

Features
  • feat: expose plugin version (#​1050)
rollup/plugins (@​rollup/plugin-typescript)

v8.5.0

Compare Source

2022-09-06

Features

v8.4.0

Compare Source

2022-08-23

Features
  • feat: allow override of forced noEmit and emitDeclarationOnly compiler options (#​1242)

v8.3.4

Compare Source

2022-07-28

Bugfixes
  • fix: fix declaration file generation for single file outputs (#​1201)

v8.3.3

2022-06-10

Bugfixes
  • fix: allow tslib peerDependency to be optional for npm and pnpm (#​1191)

v8.3.2

2022-04-13

Bugfixes

v8.3.1

2022-02-23

Bugfixes
  • fix: allow explicity compilerOptions (#​1045)
Updates
  • docs: readme copy/paste mistake (#​1086)

v8.3.0

2021-10-15

Features
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)
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

open-cli-tools/concurrently (concurrently)

v6.5.1

Compare Source

v6.5.0

Compare Source

  • Add support for configuring via environment variables that start with CONCURRENTLY_ prefix (#​289)
  • Add --timings flag to show when each process started and stopped, and how long they ran for (#​291, #​295)

v6.4.0

Compare Source

  • Add --hide flag to hide the output of specified commands (#​138, #​173)

v6.3.0

Compare Source

  • Distribute prefix colors correctly when using npm/yarn/pnpm script expansion (#​186, #​210, #​234, #​286)
  • Add new option to programmatic API, prefixColors, which serves as fallback for commands without a prefixColor (#​286)
eslint/eslint (eslint)

v7.32.0

Compare Source

v7.31.0

Compare Source

v7.30.0

Compare Source

v7.29.0

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.2

Compare Source

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

[Compare Source](https://redirect.github.com/pret


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.

👻 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e912c36 to f123b1d Compare February 26, 2021 03:29
@renovate renovate bot changed the title chore(deps): update dependency eslint-config-prettier to v8.1.0 chore(deps): update all non-major dependencies Feb 26, 2021
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 5dba3f5 to 9b63b33 Compare March 4, 2021 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 42a8b2e to d9e8737 Compare March 12, 2021 22:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 47e55d5 to 9df29ef Compare March 16, 2021 10:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9621263 to be35bac Compare September 23, 2023 22:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3cbaa98 to 376954e Compare October 23, 2023 07:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 376954e to 0cd14a3 Compare October 30, 2023 22:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0cd14a3 to 7014e24 Compare November 7, 2023 14:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d451349 to d51f3d7 Compare December 14, 2023 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d51f3d7 to 18300bf Compare December 27, 2023 21:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 18300bf to 27989f5 Compare January 17, 2024 00:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 27989f5 to 9248174 Compare September 3, 2024 08:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from d0dd126 to 42d5fcf Compare October 3, 2024 13:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 42d5fcf to 161b536 Compare November 11, 2024 18:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 161b536 to 24b4ac0 Compare January 12, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 24b4ac0 to a6f5d14 Compare June 20, 2025 22:39
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a6f5d14 to ba700fb Compare July 18, 2025 20:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ba700fb to 4911a95 Compare July 30, 2025 00:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4fa1b59 to 6a76258 Compare August 13, 2025 15:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6a76258 to 70ce1fe Compare August 19, 2025 16:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70ce1fe to b35abc5 Compare August 31, 2025 11:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b35abc5 to 02c5d8e Compare September 25, 2025 20:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 02c5d8e to 0d9be21 Compare October 22, 2025 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d9be21 to 9d8b7b0 Compare November 11, 2025 01:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d8b7b0 to 990c5dd Compare November 18, 2025 22:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 990c5dd to 2ca6045 Compare December 3, 2025 20:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ca6045 to beb3bec Compare December 31, 2025 17:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from beb3bec to 183bcde Compare January 8, 2026 16:32
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