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 all non-major dependencies (minor) #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 25, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/node (source) 13.9.4 -> 13.13.52 age adoption passing confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) 2.25.0 -> 2.34.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) 2.25.0 -> 2.34.0 age adoption passing confidence devDependencies minor
devmoji 2.1.7 -> 2.3.0 age adoption passing confidence devDependencies minor
eslint-config-prettier 6.10.1 -> 6.15.0 age adoption passing confidence devDependencies minor
eslint-plugin-import 2.20.1 -> 2.31.0 age adoption passing confidence devDependencies minor
eslint-plugin-jest 23.8.2 -> 23.20.0 age adoption passing confidence devDependencies minor
eslint-plugin-node 11.0.0 -> 11.1.0 age adoption passing confidence devDependencies minor
eslint-plugin-prettier 3.1.2 -> 3.4.1 age adoption passing confidence devDependencies minor
eslint-plugin-promise 4.2.1 -> 4.3.1 age adoption passing confidence devDependencies minor
husky 4.2.3 -> 4.3.8 age adoption passing confidence devDependencies minor
jest (source) 25.1.0 -> 25.5.4 age adoption passing confidence devDependencies minor
node (source) v13.11.0 -> 13.14.0 age adoption passing confidence minor
ts-jest (source) 25.2.1 -> 25.5.1 age adoption passing confidence devDependencies minor
ts-node (source) 8.8.1 -> 8.10.2 age adoption passing confidence devDependencies minor
tslib (source) 1.11.1 -> 1.14.1 age adoption passing confidence devDependencies minor
typescript (source) 3.8.3 -> 3.9.10 age adoption passing confidence devDependencies minor

Release Notes

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

v2.34.0

Compare Source

Features
  • eslint-plugin: [no-invalid-void-type] allow union of void and allowInGenericTypeArguments (#​1960) (1bc105a)
  • eslint-plugin: [restrict-template-expressions] improve error message (#​1926) (1af59ba)
  • experimental-utils: add suggestion property for rule modules (#​2033) (f42a5b0)

v2.33.0

Compare Source

Features
  • eslint-plugin: add extension rule lines-between-class-members (#​1684) (08f93e6)

v2.32.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] support boolean in unions (#​1979) (6987ecc)
  • eslint-plugin: [no-type-alias] handle readonly types in aliases (#​1990) (56d9870)
  • eslint-plugin: [no-unused-expressions] inherit messages from base rule (#​1992) (51ca404)
Features

v2.31.0

Compare Source

Bug Fixes
  • eslint-plugin: [dot-notation] handle missing declarations (#​1947) (383f931)
  • eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#​1966) (7f3fba3)
  • eslint-plugin: [return-await] await in a normal function (#​1962) (f82fd7b)
  • eslint-plugin: [unbound-method] false positives for unary expressions (#​1964) (b35070e)
  • eslint-plugin: no-base-to-string boolean expression detect (#​1969) (f78f13a)
Features
  • eslint-plugin: [member-ordering] add decorators support (#​1870) (f7ec192)
  • eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#​1965) (2f0824b)
  • eslint-plugin: new extended rule 'no-invalid-this' (#​1823) (b18bc35)
  • experimental-utils: expose our RuleTester extension (#​1948) (2dd1638)

v2.30.0

Compare Source

Bug Fixes
  • eslint-plugin: [prefer-string-starts-ends-with] check for negative start index in slice (#​1920) (ed2bd60)
  • eslint-plugin: fix no-base-to-string boolean literal check (#​1850) (2f45e99)
Features

v2.29.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#​1916) (369978e)
Features
  • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#​1799) (cea51bf)
  • eslint-plugin: [restrict-template-expressions] add support for intersection types (#​1803) (cc70e4f)
  • eslint-plugin: add extension rule init-declarations (#​1814) (b01f5e7)
  • eslint-plugin: add extension rule keyword-spacing (#​1739) (c5106dd)

v2.28.0

Compare Source

Bug Fixes
  • eslint-plugin: [method-signature-style] handle multiline params (#​1861) (5832a86)
  • eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#​1880) (62b2278)
  • eslint-plugin: [unbound-method] false positive on property function initializer (#​1890) (f1c3b18)
  • eslint-plugin: [unbound-method] ignore assignments to methods (#​1736) (6b4680b)
  • eslint-plugin: no-empty-interface autofix (#​1865) (829a2f7), closes #​1864
  • eslint-plugin: use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#​1728) (05030f8)
Features
  • eslint-plugin: [ban-ts-comment] support ts-expect-error (#​1706) (469cff3)
  • eslint-plugin: [consistent-type-assertions] always allow const assertions (#​1713) (af2c00d)
  • eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#​1732) (2e9c202)
  • eslint-plugin: [explicit-module-boundary-types] add optio… (#​1778) (3eee804)
  • eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#​1763) (f5edb99)
  • eslint-plugin: [restrict-template-expressions] add option allowAny (#​1762) (d44c0f9)
  • eslint-plugin: add rule prefer-reduce-type-parameter (#​1707) (c92d240)
  • eslint-plugin: add rule prefer-ts-expect-error (#​1705) (7021f21)
  • eslint-plugin: add rule no-unsafe-assignment (#​1694) (a49b860)

v2.27.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-throw-literal] fix crash caused by getBaseTypes (#​1830) (9d53c76)
  • eslint-plugin: [no-unsafe-call] fix incorrect selector (#​1826) (8ec53a3)
  • eslint-plugin: [require-await] handle async generators (#​1782) (9642d9d)
  • eslint-plugin: no-explicit-any constructor functions (& mo… (#​1711) (ab8572e)
Features

v2.26.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-explicit-any] error with ignoreRestArgs (#​1796) (638d84d)
  • eslint-plugin: [no-unsafe-call] allow import expressions (#​1800) (4fa7107)
  • eslint-plugin: [no-unsafe-return] error with <TS3.7 (#​1815) (f3160b4)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v2.34.0

Compare Source

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

v2.33.0

Compare Source

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

v2.32.0

Compare Source

Features

v2.31.0

Compare Source

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

v2.30.0

Compare Source

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

v2.29.0

Compare Source

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

v2.28.0

Compare Source

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

v2.27.0

Compare Source

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

v2.26.0

Compare Source

Features
  • typescript-estree: add option to ignore certain folders from glob resolution (#​1802) (1e29e69)
folke/devmoji (devmoji)

v2.3.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.2.1

Compare Source

v2.2.0

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
2.1.6 (2020-03-15)
Bug Fixes
  • 🐛 new rollup version and commanderjs (41ae638)
Other
2.1.5 (2020-03-10)
Other
Documentation
2.1.4 (2020-01-27)
Bug Fixes
  • 🐛 fixed endless loop on win32 (a3026e1)
Other
2.1.3 (2020-01-25)
Other
  • github: 👷 run semantic-release only on master (8fb91ca)
  • github: 👷 run semantic-release only on master (57b0611)
  • github: 👷 run semantic-release only on master (fa7d061)
Documentation
  • 📚️ testing gihub releases (3c74ce8)
2.1.2 (2020-01-25)
Documentation
Other
  • deps: 👷 automerge minor, patch, pin and digest (578258b)
  • deps: 👷 group all non-major updates (abe0982)
  • deps: update all non-major dependencies (#​12) (2f7236f)
  • deps: update dependency rollup to v1.29.1 (#​6) (49285e3)
  • deps: update jest (#​13) (51ac0a8)
  • github: 👷 added semantic-release (486e1a6)
  • github: 👷 use node 12.x LTS version (22b627f)
  • renovate: 👷 group eslint and jest deps (248a8db)
  • renovate: 👷 rules order (1c1dc10)
  • 👷 added support for [skip ci] (7b6d374)
  • 👷 added support for [skip ci] (5f428db)
  • 🔧 updated release.config.js (7e365ce)

v2.1.13

Compare Source

v2.1.12

Compare Source

v2.1.11

Compare Source

v2.1.10

Compare Source

v2.1.9

Compare Source

v2.1.8

Compare Source

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

v6.15.0

Compare Source

  • Added: [[@​typescript-eslint/space-infix-op

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 b9ea6ab to 32b0c9a Compare March 26, 2020 09:41
@renovate renovate bot changed the title chore(deps): update dependency jest to v25.2.0 chore(deps): update dependency jest to v25.2.1 Mar 26, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 32b0c9a to ac91388 Compare March 26, 2020 16:36
@renovate renovate bot changed the title chore(deps): update dependency jest to v25.2.1 chore(deps): update dependency jest to v25.2.2 Mar 26, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac91388 to d1be8c0 Compare March 26, 2020 20:41
@renovate renovate bot changed the title chore(deps): update dependency jest to v25.2.2 chore(deps): update dependency jest to v25.2.3 Mar 26, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d1be8c0 to 4f17ee1 Compare March 26, 2020 23:44
@renovate renovate bot changed the title chore(deps): update dependency jest to v25.2.3 chore(deps): update all non-major dependencies (minor) Mar 26, 2020
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 02cf47a to 53d877b Compare April 3, 2020 15:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 162a406 to 145306a Compare April 8, 2020 19:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 512b113 to bff9a7e Compare April 20, 2020 17:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3a5bc80 to 886cf2c Compare April 26, 2020 05:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from fb7853d to be3c460 Compare May 21, 2020 21:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e84d46a to 26dd310 Compare July 6, 2020 00:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 26dd310 to 136e27d Compare July 13, 2020 10:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 136e27d to 646753d Compare August 22, 2020 03:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 646753d to 9f054ff Compare October 28, 2020 10:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f054ff to 47d0ecd Compare November 28, 2020 19:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47d0ecd to 4f7f586 Compare December 10, 2020 21:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a3bd356 to b9df393 Compare January 9, 2021 12:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b9df393 to 02c126a Compare January 24, 2021 21:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5ad1c9f to 08f1f40 Compare February 11, 2021 09:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08f1f40 to b10500c Compare April 26, 2021 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5a0b845 to 5c170f9 Compare May 15, 2021 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5c170f9 to 93d404a Compare June 6, 2021 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 93d404a to 20c03d2 Compare October 18, 2021 15:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 20c03d2 to e4ec763 Compare March 7, 2022 16:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e4ec763 to 9b1ddc0 Compare April 24, 2022 17:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9b1ddc0 to 446226a Compare March 19, 2023 02:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 446226a to 1fdf6f2 Compare June 25, 2023 12:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1fdf6f2 to b08c707 Compare July 28, 2023 06:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b08c707 to f775dba Compare August 18, 2023 22:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f775dba to 9f3aeea Compare October 23, 2023 07:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f3aeea to 88a16c6 Compare December 14, 2023 21:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 88a16c6 to d282b84 Compare September 3, 2024 09:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d282b84 to b75913d Compare October 3, 2024 13:11
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