Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2020

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) 8.0.1 -> 8.4.0 age confidence
@rollup/plugin-replace (source) 2.3.3 -> 2.4.2 age confidence
@rollup/plugin-sucrase (source) 3.0.2 -> 3.1.1 age confidence
@types/eslint (source) 7.2.14 -> 7.29.0 age confidence
@​types/prettier 2.0.1 -> 2.7.3 age confidence
@typescript-eslint/eslint-plugin (source) 3.3.0 -> 3.10.1 age confidence
@typescript-eslint/parser (source) 3.3.0 -> 3.10.1 age confidence
devmoji 2.1.9 -> 2.3.0 age confidence
eslint (source) 7.3.0 -> 7.32.0 age confidence
eslint-config-prettier 6.11.0 -> 6.15.0 age confidence
eslint-plugin-import 2.21.2 -> 2.32.0 age confidence
eslint-plugin-prettier 3.1.4 -> 3.4.1 age confidence
eslint-plugin-promise 4.2.1 -> 4.3.1 age confidence
husky 4.2.5 -> 4.3.8 age confidence
prettier (source) 2.0.5 -> 2.8.8 age confidence
release-it 13.6.3 -> 13.7.2 age confidence
rollup-plugin-copy 3.3.0 -> 3.5.0 age confidence
tslib (source) 2.0.0 -> 2.8.1 age confidence
typesync 0.7.0 -> 0.14.3 age confidence

Release Notes

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

v8.4.0

2020-07-12

Features
  • feat: preserve search params and hashes (#​487)
  • feat: support .js imports in TypeScript (#​480)
Updates
  • docs: fix named export use in readme (#​456)
  • docs: correct mainFields valid values (#​469)

v8.1.0

2020-06-22

Features
  • feat: add native node es modules support (#​413)
rollup/plugins (@​rollup/plugin-replace)

v2.4.2

2021-03-26

Updates
  • docs: document the values option (#​814)

v2.4.1

2021-02-22

Bugfixes
  • fix: add missing types for new preventAssignment option (#​813)

v2.4.0

2021-02-22

Features
  • feat: prevent accidental replacement within assignment (#​798)
Updates

v2.3.4

2020-10-27

Updates
  • docs: describe process.env.NODE_ENV case (#​589)
  • chore: update dependencies (53e2b73)
  • docs: linting update in readme (aef7dbc)
rollup/plugins (@​rollup/plugin-sucrase)

v3.1.1

2021-07-26

Updates
  • chore update dependencies (5f07d35)

v3.1.0

2020-06-28

Features
  • feat: resolve .tsx files (#​448)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

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

v3.9.1

Compare Source

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)

v3.9.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-throw-literal] support type assertions (#​2354) (470174a)
Features
  • eslint-plugin: [no-unsafe-assignment/return] allow assigning any => unknown (#​2371) (e7528e6)
  • typescript-estree: support TSv4 labelled tuple members (#​2378) (00d84ff)

v3.8.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-implied-eval] don't report when Function is imported (#​2348) (fa169e7)
  • eslint-plugin: [no-unsafe-assignment] fix typo in message (#​2347) (2027bb1)
Features
  • eslint-plugin: [naming-convention] allow specifying an array of selectors (#​2335) (3ef6bd5)
  • eslint-plugin: add prefer-enum-initializers rule (#​2326) (4f38ea3)

3.7.1 (2020-07-27)

Bug Fixes
  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#​2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#​2319) (616a841)

v3.7.1

Compare Source

Bug Fixes
  • eslint-plugin: [adjacent-overload-signatures] fix false positive on call signatures and a method named call (#​2313) (30fafb0)
  • eslint-plugin: [no-extra-parens] stop reporting on calling generic functions with one argument and type parameters containing parentheses (#​2319) (616a841)

v3.7.0

Compare Source

Features
  • eslint-plugin: [naming-convention] allow selecting only const variables (#​2291) (156d058)
  • eslint-plugin: [no-empty-function] add decoratedFunctions option (#​2295) (88f08f4)

3.6.1 (2020-07-13)

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#​2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#​2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#​2275) (ced6591), closes #​2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#​2207) (98ab010)

v3.6.1

Compare Source

Bug Fixes
  • eslint-plugin: [no-unnecessary-condition] handle computed member access (#​2288) (3a187ca)
  • eslint-plugin: [prefer-literal-enum-member] allow negative numbers (#​2277) (00ac9c3)
  • eslint-plugin: [space-before-function-paren] incorrect handling of abstract methods (#​2275) (ced6591), closes #​2274
  • eslint-plugin: [switch-exhaustiveness-check] handle special characters in enum keys (#​2207) (98ab010)

v3.6.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-namespace] allow namespaces in nested declarations with allowDeclarations (#​2238) (c1df669)
  • eslint-plugin: [space-before-function-paren] handle abstract functions (#​2199) (88a3edf)
Features

v3.5.0

Compare Source

Bug Fixes
  • eslint-plugin: [naming-convention] support unicode in regex (#​2241) (5fdd21a)
Features

v3.4.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] handle intersection types (#​2170) (9cca3a9)
  • eslint-plugin: [unbound-method] handling destructuring (#​2228) (c3753c2)
Features
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] add option to check nullable booleans (#​1983) (c0b3057)
  • eslint-plugin: add extension rule no-loss-of-precision (#​2196) (535b0f2)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v3.10.1

Compare Source

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

v3.10.0

Compare Source

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

3.9.1 (2020-08-17)

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

v3.9.1

Compare Source

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

v3.9.0

Compare Source

Features
  • typescript-estree: support TSv4 labelled tuple members (#​2378) (00d84ff)

v3.8.0

Compare Source

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

3.7.1 (2020-07-27)

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

v3.7.1

Compare Source

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

v3.7.0

Compare Source

Features
  • typescript-estree: support short-circuiting assignment operators (#​2307) (2c90d9f)
  • typescript-estree: support type annotations on catch clauses (#​2306) (b5afe9c)

3.6.1 (2020-07-13)

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

v3.6.1

Compare Source

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

v3.6.0

Compare Source

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

v3.5.0

Compare Source

Features

v3.4.0

Compare Source

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

folke/devmoji (devmoji)

v2.3.0

Compare Source

Features
Other
  • deps: update dependency conventional-changelog-conventionalcommits to v4.6.3 (ef024ef)
  • deps: update dependency minimist to v1.2.6 [security] (9e7ecb7)
  • deps: update dependency node-fetch to v2.6.6 (23d00ce)
  • deps: update dependency node-fetch to v2.6.7 [security] (3239b8c)
  • deps: update dependency ts-interface-builder to v0.3.3 (7c6392f)
2.3.2 (2021-10-22)
Bug Fixes
Other
2.3.1 (2021-10-12)
Bug Fixes
  • deps: update dependency ts-interface-checker to v1.0.2 (29300b6)
Other

v2.2.1

Compare Source

Features
Bug Fixes
  • test: 🐛 🚨 fixup for syntax error (404dce4)
Other
2.2.1 (2021-05-10)
Bug Fixes
  • deps: update dependency ts-interface-checker to v0.2.1 (2262197)
Other

v2.2.0

Compare Source

Features
Bug Fixes
  • test: 🐛 🚨 fixup for syntax error (404dce4)
Other
2.2.1 (2021-05-10)
Bug Fixes
  • deps: update dependency ts-interface-checker to v0.2.1 (2262197)
Other

v2.1.13

Compare Source

Features
  • ✨ added support for fixup! & match! comments (155dee2)
Bug Fixes
  • 🐛 get --config value from Commander.opts() (a461c2b)
Other
2.1.13 (2020-12-09)
Other
Documentation
  • 📚️ better docs about git commit hooks (8f7b36a)
2.1.12 (2020-11-30)
Bug Fixes
Other
  • 🎨 fixed linting errors for all src and tests source files (2a93269)
  • deps: update all non-major dependencies (#​77) (fe86d3c)
  • deps: update all non-major dependencies (#​80) (48596c4)
2.1.11 (2020-11-12)
Bug Fixes
  • lint: 🐛 detect BREAKING CHANGE in description. Fixes #​76 (a3d5ab0)
  • lint: 🐛 scope and type can by any case. Fixes #​75 (8138c84)
Other
2.1.10 (2020-10-01)
Documentation
2.1.9 (2020-04-09)
Bug Fixes
  • 🐛 --lint shouldn't fail on merge commit message (fixes #​50) (8ba3987)
Other
2.1.8 (2020-04-09)
Bug Fixes
Other
2.1.7 (2020-03-24)
Bug Fixes
  • 🐛 🔒️ upgrade minimist which had a security vulnerability (fc12464)
Other

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 ea161ca to b48d1d6 Compare June 22, 2020 15:22
@renovate renovate bot changed the title chore(deps): update dependency rollup to v2.18.0 chore(deps): update all non-major dependencies Jun 22, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 004628d to 620952b Compare June 28, 2020 19:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 6c20fcc to f296fec Compare July 6, 2020 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from deaec0a to 119d3a0 Compare July 13, 2020 17:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b501a42 to 27078f7 Compare July 23, 2020 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 16ef1bd to dafeb00 Compare July 31, 2020 23:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 424fb98 to 8ea585f Compare December 14, 2023 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ea585f to a2be7ba Compare December 27, 2023 16:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2be7ba to 0abd0d6 Compare January 5, 2024 16:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0abd0d6 to 0583e81 Compare June 4, 2024 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0583e81 to f0112d9 Compare July 2, 2024 20:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f0112d9 to eff3317 Compare July 22, 2024 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eff3317 to 8ca9e16 Compare August 23, 2024 22:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8ca9e16 to dac8296 Compare September 3, 2024 10:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a9a3f0d to 3b72086 Compare October 3, 2024 12:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3b72086 to 0304710 Compare October 15, 2024 19:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 658fde3 to 70fe604 Compare October 25, 2024 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 70fe604 to aa548da Compare November 1, 2024 00:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa548da to 95cf8cc Compare November 11, 2024 18:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95cf8cc to e4857f0 Compare December 2, 2024 14:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4857f0 to 6bff849 Compare February 3, 2025 12:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 099ff62 to ebf85e5 Compare April 3, 2025 23:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ebf85e5 to cca22bc Compare June 20, 2025 23:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8ea0966 to 8eb37f3 Compare August 13, 2025 14:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8eb37f3 to a80c217 Compare August 19, 2025 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a80c217 to d64f91d Compare August 31, 2025 10:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d64f91d to 314570b Compare September 25, 2025 15:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 314570b to 29a087b Compare October 21, 2025 09:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 29a087b to c4728cb Compare November 11, 2025 01:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c4728cb to ddb1123 Compare November 18, 2025 12:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ddb1123 to fcc9f67 Compare December 3, 2025 18:59
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