Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2019

This PR contains the following updates:

Package Type Update Change References
@​commitlint/cli devDependencies minor ^7.3.2 -> ^7.5.2 source
@​commitlint/config-conventional devDependencies minor ^7.3.1 -> ^7.5.0 source
codecov devDependencies minor ^3.1.0 -> ^3.3.0 source
eslint devDependencies minor ^5.12.0 -> ^5.16.0 homepage, source
eslint-plugin-import devDependencies minor ^2.14.0 -> ^2.16.0 source
eslint-plugin-jest devDependencies minor ^22.1.3 -> ^22.4.1 source
eslint-plugin-promise devDependencies minor ^4.0.1 -> ^4.1.1 source
eslint-plugin-vue devDependencies minor ^5.1.0 -> ^5.2.2 homepage, source
get-port devDependencies minor ^4.1.0 -> ^4.2.0 source
jsdom devDependencies minor ^13.1.0 -> ^13.2.0 source

Release Notes

conventional-changelog/commitlint

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

  • 29dbca7 Fix: implicit-arrow-linebreak adds extra characters (fixes #​11268) (#​11407) (Mark de Dios)
  • 5d2083f Upgrade: eslint-scope@4.0.3 (#​11513) (Teddy Katz)
  • a5dae7c Fix: Empty glob pattern incorrectly expands to "/**" (#​11476) (Ben Chauvette)
  • 448e8da Chore: improve crash reporting (fixes #​11304) (#​11463) (Alex Zherdev)
  • 0f56dc6 Chore: make config validator params more consistent (#​11435) (薛定谔的猫)
  • d6c1122 Docs: Add working groups to maintainer guide (#​11400) (Nicholas C. Zakas)
  • 5fdb4d3 Build: compile deps to ES5 when generating browser file (fixes #​11504) (#​11505) (Teddy Katz)
  • 06fa165 Build: update CI testing configuration (#​11500) (Reece Dunham)
  • 956e883 Docs: Fix example in no-restricted-modules docs (#​11454) (Paul O’Shannessy)
  • 2c7431d Docs: fix json schema example dead link (#​11498) (kazuya kawaguchi)
  • e7266c2 Docs: Fix invalid JSON in "Specifying Parser Options" (#​11492) (Mihira Jayasekera)
  • 6693161 Sponsors: Sync README with website (ESLint Jenkins)
  • 62fee4a Chore: eslint-config-eslint enable comma-dangle functions: "never" (#​11434) (薛定谔的猫)
  • 34a5382 Build: copy bundled espree to website directory (#​11478) (Pig Fang)
  • f078f9a Chore: use "file:" dependencies for internal rules/config (#​11465) (Teddy Katz)
  • 0756128 Docs: Add visualstudio to formatter list (#​11480) (Patrick Eriksson)
  • 44de9d7 Docs: Fix typo in func-name-matching rule docs (#​11484) (Iulian Onofrei)

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

benmosher/eslint-plugin-import

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.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
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 added vue/arrow-spacing rule that applies arrow-spacing rule to expressions in <template>.
  • #​770 added vue/block-spacing rule that applies block-spacing rule to expressions in <template>.
  • #​771 added vue/brace-style rule that applies brace-style rule to expressions in <template>.
  • #​772 added vue/camelcase rule that applies camelcase rule to expressions in <template>.
  • #​773 added vue/comma-dangle rule that applies comma-dangle rule to expressions in <template>.
New Options:
  • #​714 added registeredComponentsOnly option to vue/component-name-in-template-casing rule to ignore unknown elements.
Other changes in Rules:
  • #​786 modified vue/order-in-components rule to recognize Nuxt-specific members.

🐛 Bug Fixes

  • #​738 fixed vue/multiline-html-element-content-newline rule and vue/singleline-html-element-content-newline rule to ignore inline elements by default.
  • #​745 fixed vue/no-async-in-computed-properties rule to allow await expression in nested scopes.
  • #​750 fixed vue/use-v-on-exact rule about false positives.
  • #​754 fixed multiple bugs via updating vue-eslint-parser.
    • it fixed the parser to parse anonymous functions in v-on directive correctly.
    • it fixed the parser to parse multiple parameters in slot-scope attribute correctly.
    • it fixed the parser to not parse expressions in the elements which have v-pre directive.
  • #​790 fixed vue/no-unused-components rule to process computed properties properly.
  • #​791 fixed vue/require-default-prop rule and vue/require-valid-default-prop rule to process computed properties properly.
  • #​793 fixed vue/no-unused-components rule to process empty :is directives properly.

All commits: v5.1.0...v5.2.0

sindresorhus/get-port

v4.2.0

Compare Source

jsdom/jsdom

v13.2.0

Compare Source

  • Added support for MutationObservers! (pmdartus)
  • Added support for XML documents loaded in frames and iframes; previously this would error.
  • Added the <progress> element's value, max, and position properties.
  • Added navigator.plugins and navigator.mimeTypes. (But, they are always empty.)
  • Fixed <summary> elements respond to click events by toggling their parent <details>.
  • Fixed <summary> elements to be focusable.
  • Fixed XML document DOCTYPE parsing to preserve any custom name values.
  • Fixed XML documents to default to UTF-8, not windows-1252 like HTML documents do.
  • Fixed all events fired by jsdom to have isTrusted set to true.
  • Fixed DOMParser-created documents to have their readyState set to "complete".
  • Fixed how nested <fieldset>s get disabled.
  • Fixed getComputedStyle() to throw a sensible exception when passed the wrong argument, instead of one that exposes jsdom internals.
  • Upgraded our saxes dependency, so that it now correctly errors on XML fragments like <foo bar:="1"/>.

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 eslint to ^5.12.1 chore(deps): update all non-major dependencies Jan 22, 2019
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c79c26b to 01c29a2 Compare January 29, 2019 11:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 9af012f to 76715f1 Compare February 1, 2019 17:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 7ef6751 to cf73a54 Compare February 15, 2019 20:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f6f0ae8 to 2f8da8b Compare February 18, 2019 17:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7705970 to d4471e7 Compare March 5, 2019 03:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 3b9bd96 to e90b924 Compare March 18, 2019 16:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from de19b7c to efe83df Compare April 1, 2019 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from efe83df to 83f5a31 Compare April 1, 2019 18:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 83f5a31 to b6e4656 Compare April 3, 2019 11:55
@TheAlexLichter TheAlexLichter merged commit 2252ea5 into master Apr 4, 2019
@renovate renovate bot deleted the renovate/all-minor-patch branch April 4, 2019 06:22
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.

3 participants