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 #10

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 22, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/plugin-node-resolve (source) 8.0.1 -> 8.4.0 age adoption passing confidence
@rollup/plugin-replace (source) 2.3.3 -> 2.4.2 age adoption passing confidence
@rollup/plugin-sucrase (source) 3.0.2 -> 3.1.1 age adoption passing confidence
@types/eslint (source) 7.2.14 -> 7.29.0 age adoption passing confidence
@​types/prettier 2.0.1 -> 2.7.3 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 3.3.0 -> 3.10.1 age adoption passing confidence
@typescript-eslint/parser (source) 3.3.0 -> 3.10.1 age adoption passing confidence
devmoji 2.1.9 -> 2.3.0 age adoption passing confidence
eslint (source) 7.3.0 -> 7.32.0 age adoption passing confidence
eslint-config-prettier 6.11.0 -> 6.15.0 age adoption passing confidence
eslint-plugin-import 2.21.2 -> 2.29.1 age adoption passing confidence
eslint-plugin-prettier 3.1.4 -> 3.4.1 age adoption passing confidence
eslint-plugin-promise 4.2.1 -> 4.3.1 age adoption passing confidence
husky 4.2.5 -> 4.3.8 age adoption passing confidence
prettier (source) 2.0.5 -> 2.8.8 age adoption passing confidence
release-it 13.6.3 -> 13.7.2 age adoption passing confidence
rollup (source) 2.17.1 -> 2.79.1 age adoption passing confidence
rollup-plugin-copy 3.3.0 -> 3.5.0 age adoption passing confidence
tslib (source) 2.0.0 -> 2.6.2 age adoption passing confidence
typesync 0.7.0 -> 0.12.1 age adoption passing 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
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

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 has been generated by Mend Renovate. View repository job log here.

@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 2 times, most recently from 831f53c to cc95afc Compare October 1, 2021 07:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f6ba36f to fc79aff Compare October 12, 2021 23:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fc79aff to f7947ca Compare March 7, 2022 16:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f7947ca to 56add61 Compare March 26, 2022 12:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 56add61 to e122700 Compare April 25, 2022 01:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e122700 to 13d7e6d Compare May 15, 2022 18:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d4e7d71 to 5895c45 Compare June 24, 2022 01:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 420eaac to b9467a9 Compare March 24, 2023 15:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b1ae0a7 to 43bbf73 Compare June 2, 2023 22:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43bbf73 to 6d5c130 Compare June 27, 2023 00:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 37e662e to 1778e53 Compare July 28, 2023 06:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4e90f45 to a4f8687 Compare August 18, 2023 23:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 06b7e4f to 8abcd6f Compare October 6, 2023 14:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a2be7ba to 0abd0d6 Compare January 5, 2024 16:52
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.

None yet

0 participants