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

Merged
merged 1 commit into from
May 8, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 19, 2018

This PR contains the following updates:

Package Type Update Change References
@​commitlint/cli devDependencies minor ^7.2.1 -> ^7.6.0 source
@​commitlint/config-conventional devDependencies minor ^7.1.2 -> ^7.6.0 source
codecov devDependencies minor ^3.1.0 -> ^3.3.0 source
eslint devDependencies minor ^5.10.0 -> ^5.16.0 homepage, source
eslint-plugin-import devDependencies minor ^2.14.0 -> ^2.17.2 source
eslint-plugin-jest devDependencies minor ^22.1.2 -> ^22.5.1 source
eslint-plugin-node devDependencies patch ^8.0.0 -> ^8.0.1 source
eslint-plugin-promise devDependencies minor ^4.0.1 -> ^4.1.1 source
eslint-plugin-vue devDependencies minor ^5.0.0 -> ^5.2.2 homepage, source
get-port devDependencies minor ^4.0.0 -> ^4.2.0 source
husky devDependencies patch ^1.3.0 -> ^1.3.1 source
jest devDependencies minor ^24.0.0 -> ^24.8.0 homepage, source
nuxt-edge devDependencies patch ^2.4.0-25753460.5b58272d -> ^2.4.0-25811407.6d8da0ed source

Release Notes

conventional-changelog/commitlint

v7.6.0

Compare Source

v7.5.2

Compare Source

Bug Fixes
  • failing sentence-case for subjects with slashes (#​574) (48a8602)
  • cli: replace old links with new organisation links (#​578) (4075903)

v7.5.1

Compare Source

Bug Fixes
  • failing sentence-case for subjects with slashes (#​574) (48a8602)
  • cli: replace old links with new organisation links (#​578) (4075903)

v7.5.0

Compare Source

Bug Fixes
Features
  • add support for git submodules (cc575fa)
  • rule-header-length: show current header length (6d61c4f)

v7.4.0

Compare Source

Bug Fixes
Features
  • add support for git submodules (cc575fa)
  • rule-header-length: show current header length (6d61c4f)

v7.3.2

Compare Source

Bug Fixes
Features
  • rules: create header-case and header-full-stop rules (#​547) (4c36cbd)

7.3.2 (2019-01-15)

Bug Fixes
  • move loadsh to dependencies (1bb66a4)

7.3.1 (2019-01-11)

Note: Version bump only for package @​commitlint/root

v7.3.1

Compare Source

Bug Fixes
  • move loadsh to dependencies (1bb66a4)
codecov/codecov-node

v3.3.0

Compare Source

Added pipe --pipe, -l

v3.2.0

Compare Source

eslint/eslint

v5.16.0

Compare Source

  • dfef227 Build: gensite passes rulesMeta to formatter rendering (#​11567) (Kevin Partington)
  • c06d38c Fix: Allow HTML formatter to handle no meta data (#​11566) (Ilya Volodin)
  • 87a5c03 Docs: func-style: clarify when allowArrowFunctions is used (#​11548) (Oliver Joseph Ash)
  • bc3e427 Update: pass rule meta to formatters RFC 10 (#​11551) (Chris Meyer)
  • b452f27 Chore: Update README to pull in reviewer data (#​11506) (Nicholas C. Zakas)
  • afe3d25 Upgrade: Bump js-yaml dependency to fix Denial of Service vulnerability (#​11550) (Vernon de Goede)
  • 4fe7eb7 Chore: use nyc instead of istanbul (#​11532) (Toru Nagashima)
  • f16af43 Chore: fix formatters/table test (#​11534) (Toru Nagashima)
  • 78358a8 Docs: fix duplicate punctuation in CLI docs (#​11528) (Teddy Katz)

v5.15.3

Compare Source

v5.15.2

Compare Source

v5.15.1

Compare Source

v5.15.0

Compare Source

v5.14.1

Compare Source

v5.14.0

Compare Source

v5.13.0

Compare Source

v5.12.1

Compare Source

v5.12.0

Compare Source

v5.11.1

Compare Source

  • de79f10 Fix: handle optional catch bindings in no-useless-catch (#​11205) (Colin Ihrig)

v5.11.0

Compare Source

benmosher/eslint-plugin-import

v2.17.2

Compare Source

Fixed
  • [no-unused-modules]: avoid crash when using ignoreExports-option ([#​1331], [#​1323], thanks [@​rfermann])
  • [no-unused-modules]: make sure that rule with no options will not fail ([#​1330], [#​1334], thanks [@​kiwka])

v2.17.1

Compare Source

Fixed
  • require v2.4 of eslint-module-utils ([#​1322])

v2.17.0

Compare Source

Added
  • Autofixer for [no-duplicates] rule ([#​1312], thanks [@​lydell])
  • [no-useless-path-segments]: Add noUselessIndex option ([#​1290], thanks [@​timkraut])
  • [no-duplicates]: Add autofix ([#​1312], thanks [@​lydell])
  • Add [no-unused-modules] rule ([#​1142], thanks [@​rfermann])
  • support export type named exports from typescript ([#​1304], thanks [@​bradennapier] and [@​schmod])
Fixed
  • [order]: Fix interpreting some external modules being interpreted as internal modules ([#​793], [#​794] thanks [@​ephys])
  • allow aliases that start with @​ to be "internal" ([#​1293], [#​1294], thanks [@​jeffshaver])
  • aliased internal modules that look like core modules ([#​1297], thanks [@​echenley])
  • [namespace]: add check for null ExportMap ([#​1235], [#​1144], thanks [@​ljqx])
  • [ExportMap] fix condition for checking if block comment ([#​1234], [#​1233], thanks [@​ljqx])
  • Fix overwriting of dynamic import() CallExpression ([no-cycle], [no-relative-parent-import], [no-unresolved], [no-useless-path-segments]) ([#​1218], [#​1166], [#​1035], thanks [@​vikr01])
  • [export]: false positives for typescript type + value export ([#​1319], thanks [@​bradzacher])
  • [export]: Support typescript namespaces ([#​1320], [#​1300], thanks [@​bradzacher])
Docs
  • Update readme for Typescript ([#​1256], [#​1277], thanks [@​kirill-konshin])
  • make rule names consistent ([#​1112], thanks [@​feychenie])
Tests
  • fix broken tests on master ([#​1295], thanks [@​jeffshaver] and [@​ljharb])
  • [no-commonjs]: add tests that show corner cases ([#​1308], thanks [@​TakeScoop])

v2.16.0

Compare Source

Added
  • typescript config ([#​1257], thanks [@​kirill-konshin])
Fixed
  • Memory leak of SourceCode objects for all parsed dependencies, resolved. (issue [#​1266], thanks [@​asapach] and [@​sergei-startsev] for digging in)

v2.15.0

Compare Source

Added
  • new rule: [no-named-export] ([#​1157], thanks [@​fsmaia])
Fixed
  • [no-extraneous-dependencies]: packageDir option with array value was clobbering package deps instead of merging them ([#​1175]/[#​1176], thanks [@​aravindet] & [@​pzhine])
  • [dynamic-import-chunkname]: Add proper webpack comment parsing ([#​1163], thanks [@​st-sloth])
  • [named]: fix destructuring assignment ([#​1232], thanks [@​ljqx])
jest-community/eslint-plugin-jest

v22.5.1

Compare Source

Bug Fixes

v22.5.0

Compare Source

v22.4.1

Compare Source

Bug Fixes

v22.4.0

Compare Source

Features

v22.3.2

Compare Source

Bug Fixes
  • jest/no-identical-title: don't show an error for different template literals (#​239) (f6f6d84)

v22.3.1

Compare Source

Bug Fixes

v22.3.0

Compare Source

Features
  • rules: add prefer-called-with rule (6cd30a7)

v22.2.2

Compare Source

Bug Fixes

v22.2.1

Compare Source

Bug Fixes
  • dummy commit for release (47e79c8)

v22.2.0

Compare Source

Features

v22.1.3

Compare Source

Features
mysticatea/eslint-plugin-node

v8.0.1

Compare Source

🐛 Bug fixes

xjamundx/eslint-plugin-promise

v4.1.1

Compare Source

v4.1.0

Compare Source

vuejs/eslint-plugin-vue

v5.2.2

Compare Source

🐛 Bug Fixes

  • #​821 fixed vue/no-boolean-default rule to not crash if the option is default-false and no default property.

v5.2.1

Compare Source

🐛 Bug Fixes
  • #​816 fixed vue/no-async-in-computed-properties to not crash on return statements that have no value.

v5.2.0

Compare Source

✨ Enhancements

New Rules:
  • #​481 added vue/v-on-function-call rule that enforces or forbids parentheses after method calls without arguments in v-on directives.
  • #​581 added vue/require-direct-export rule that enforces the component to be directly exported.
  • #​612 added vue/no-boolean-default rule that disallows the default value of boolean properties.
  • #​668 added vue/match-component-file-name rule that verifies component name property to match its file name.
  • #​680 added vue/array-bracket-spacing rule that enforces consistent spacing inside array brackets in <template>.
  • #​680 added vue/eqeqeq rule that applies eqeqeq rule to expressions in <template>.
  • #​680 added vue/key-spacing rule that applies key-spacing rule to expressions in <template>.
  • #​680 added vue/object-curly-spacing rule that applies object-curly-spacing rule to expressions in <template>.
  • #​680 added vue/space-infix-ops rule that applies space-infix-ops rule to expressions in <template>.
  • #​680 added vue/space-unary-ops rule that applies space-unary-ops rule to expressions in <template>.
  • #​758 added vue/no-restricted-syntax rule that applies no-restricted-syntax rule to expressions in <template>.
  • [#​767](https://togithub.com/v

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

👻 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 Renovate Bot. View repository job log here.

@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25753886.b2eee177 chore(deps): update dependency nuxt-edge to ^2.4.0-25753939.c8b920a1 Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25753939.c8b920a1 chore(deps): update dependency nuxt-edge to ^2.4.0-25753950.81cf09cb Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25753950.81cf09cb chore(deps): update dependency nuxt-edge to ^2.4.0-25753955.59aee74a Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25753955.59aee74a chore(deps): update dependency nuxt-edge to ^2.4.0-25754033.5568d4aa Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25754033.5568d4aa chore(deps): update dependency nuxt-edge to ^2.4.0-25754084.96892c53 Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25754084.96892c53 chore(deps): update dependency nuxt-edge to ^2.4.0-25754270.4fb220c9 Dec 19, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25754270.4fb220c9 chore(deps): update dependency nuxt-edge to ^2.4.0-25754972.e71c4559 Dec 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25754972.e71c4559 chore(deps): update dependency nuxt-edge to ^2.4.0-25755079.0145551c Dec 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25755079.0145551c chore(deps): update dependency nuxt-edge to ^2.4.0-25755166.add80004 Dec 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25755166.add80004 chore(deps): update dependency nuxt-edge to ^2.4.0-25755354.b1b9e0bc Dec 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25755354.b1b9e0bc chore(deps): update dependency nuxt-edge to ^2.4.0-25755415.f1a3ce1a Dec 20, 2018
@renovate renovate bot changed the title chore(deps): update dependency nuxt-edge to ^2.4.0-25755415.f1a3ce1a chore(deps): update all non-major dependencies Dec 21, 2018
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 07dad8d to f3a49f8 Compare December 23, 2018 07:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 87c6124 to aeff519 Compare March 7, 2019 23:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 853a464 to b356857 Compare March 15, 2019 20:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b356857 to 883aa61 Compare March 18, 2019 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from bb0b8a6 to 45b460f Compare April 4, 2019 01:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 095fd0f to 90ba18d Compare April 25, 2019 06:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 90ba18d to f555726 Compare May 5, 2019 02:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f555726 to cbc44ef Compare May 6, 2019 23:34
@manniL manniL merged commit e42233e into master May 8, 2019
@renovate renovate bot deleted the renovate/all-minor-patch branch May 8, 2019 09:56
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.

2 participants