Skip to content

chore(deps): update all non-major dependencies#10

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#10
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all-minor-patch

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.18.4.0 age confidence
@rollup/plugin-replace (source) 2.3.32.4.2 age confidence
@rollup/plugin-sucrase (source) 3.0.23.1.1 age confidence
@types/eslint (source) 7.2.147.29.0 age confidence
@​types/prettier 2.0.12.7.3 age confidence
@typescript-eslint/eslint-plugin (source) 3.3.03.10.1 age confidence
@typescript-eslint/parser (source) 3.3.03.10.1 age confidence
devmoji 2.1.92.3.0 age confidence
eslint (source) 7.3.07.32.0 age confidence
eslint-config-prettier 6.11.06.15.0 age confidence
eslint-plugin-import 2.21.22.32.0 age confidence
eslint-plugin-prettier 3.1.43.4.1 age confidence
eslint-plugin-promise 4.2.14.3.1 age confidence
husky 4.2.54.3.8 age confidence
prettier (source) 2.0.52.8.8 age confidence
release-it 13.6.313.7.2 age confidence
rollup-plugin-copy 3.3.03.5.0 age confidence
tslib (source) 2.0.02.8.1 age confidence
typesync 0.7.00.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 4 times, most recently from f55871c to 512e644 Compare August 19, 2020 06:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 512e644 to 1464e2c Compare October 26, 2020 10:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1464e2c to 775f362 Compare November 27, 2020 04:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 775f362 to 8f45cc5 Compare December 10, 2020 16:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8f45cc5 to 275824a Compare January 7, 2021 06:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 275824a to 3f82a09 Compare January 24, 2021 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1f94210 to 92c55e6 Compare February 9, 2021 02:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 92c55e6 to e51beae Compare February 10, 2021 23:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e51beae to fd1796b Compare April 26, 2021 15:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f2ebc23 to 3b1e47e Compare May 16, 2021 00:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 3d3e749 to a11dd7c Compare May 27, 2021 13:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 45f4535 to 9891a67 Compare June 2, 2021 00:12
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.

0 participants