polydock icon indicating copy to clipboard operation
polydock copied to clipboard

chore(deps): update all non-major dependencies

Open renovate[bot] opened this issue 5 years ago • 0 comments

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
  • deps: update all non-major dependencies (#​45) ([777695a](https://redirect.github.com/folke/devmoji/commit/777695ad92d76a2a

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[bot] avatar Jun 22 '20 04:06 renovate[bot]