chore(deps): update all non-major dependencies #107
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^3.0.0
->^3.1.0
^5.5.0
->^5.10.0
^4.0.1
->^4.0.6
^21.22.0
->^21.27.2
^4.0.0
->^4.0.1
^7.0.0
->^7.0.1
^23.5.0
->^23.6.0
^0.5.0
->^0.6.0
^0.5.0
->^0.5.6
^12.0.0
->^12.2.0
^3.2.1
->^3.6.0
^2.0.0-25597267.9a70280
->^2.0.0-25638738.d69b4b8
^3.4.1
->^3.6.3
Release Notes
codecov/codecov-node
v3.1.0
Compare Source
Custom Yaml file
Token from
.codecov.yml
v3.0.4
Compare Source
Security fixes
v3.0.3
Compare Source
Fix for not git repos
v3.0.2
Compare Source
v3.0.1
Compare Source
Fixing security vulnerability
eslint/eslint
v5.10.0
Compare Source
4b0f517
Upgrade: single- and multiline const, let, var statements (fixes #10721) (#10919) (Tom Panier)9666aba
Update: space-infix-ops reports violating operator (#10934) (Bence Dányi)c14f717
Fix: Update all-files-ignored.txt message to be less confusing (#11075) (z.ky)9f3573d
Docs: Clarify the CLIEngine options (#10995) (Ed Morley)dd7b0cb
Chore: refactor template literal feature detection in 'quotes' rule (#11125) (Bryan)3bf0332
Fix: fix the fixer of lone comma with comments (fixes #10632) (#11154) (Pig Fang)f850726
Upgrade: Espree v5.0.0 (#11161) (Kai Cataldo)4490d7a
Update: deprecate valid-jsdoc and require-jsdoc (#11145) (Teddy Katz)60dfb6c
Docs: Update issue templates (#11163) (Teddy Katz)958987a
Docs: Fix link to rule no-useless-rename (#11165) (Brian)62fd2b9
Update: Amend keyword-spacing to validatedefault
keywords (#11097) (Bin Ury)4bcdfd0
Chore: fix some jsdoc-related issues (#11148) (薛定谔的猫)c6471ed
Docs: fix typo in issue-templates/new-rule (#11149) (薛定谔的猫)5d451c5
Chore: Remove dependency on is-resolvable (#11128) (Matt Grande)bc50dc7
Chore: Move ignored-paths, report-translator to lib/util (refs #10559) (#11116) (Kevin Partington)c0a80d0
Fix: Do not strip underscores in camelcase allow (fixes #11000) (#11001) (Luke Page)a675c89
Docs: (Grammar) "the setup" -> "to set up" (#11117) (MarvinJWendt)54dfa60
Fix: Typo in function comment parameters (#11111) (Pierre Maoui)cf296bd
Docs: switch incorrect example with correct one (#11107) (Romain Le Quellec)d2d500c
Docs: no-console#When-Not-To-Use provides incorrect rule snippet (#11093) (Lawrence Chou)f394a1d
Chore: Extract config comment parsing (#11091) (Nicholas C. Zakas)709190f
Build: fix test failure on Node 11 (#11100) (Teddy Katz)3025cdd
Update: don't indent leading semi in line after import (fixes #11082) (#11085) (Pig Fang)e18c827
Chore: refactor linter#parseBooleanConfig to improve readability (#11074) (薛定谔的猫)5da378a
Upgrade: eslint-release@1.2.0 (#11073) (Teddy Katz)v5.9.0
Compare Source
9436712
Fix: Unused recursive function expressions (fixes #10982) (#11032) (Sergei Startsev)c832cd5
Update: addignoreDestructuring
option toid-match
rule (#10554) (一名宅。)54687a8
Fix: prefer-const autofix multiline assignment (fixes #10582) (#10987) (Scott Stern)ae2b61d
Update: "off" options for "space-before-blocks" (refs #10906) (#10907) (Sophie Kirschner)57f357e
Docs: Update require-await docs with exception (fixes #9540) (#11063) (Nicholas C. Zakas)79a2797
Update: no-restricted-imports to check re-export (fixes #9678) (#11064) (Nicholas C. Zakas)3dd7493
Docs: update ecmaVersion to include 2019/10 values (#11059) (Vse Mozhet Byt)607635d
Upgrade: eslint-plugin-node & eslint-plugin (#11067) (薛定谔的猫)dcc6233
Fix: Ignore empty statements in no-unreachable (fixes #9081) (#11058) (Nicholas C. Zakas)7ad86de
New: Add --fix-type option to CLI (fixes #10855) (#10912) (Nicholas C. Zakas)0800b20
Chore: fix invalid super() calls in tests (#11054) (Teddy Katz)4fe3287
Docs: Cross-reference two rules (refs #11041) (#11042) (Paul Melnikow)5525eb6
Fix: rule deprecation warnings did not consider all rules (#11044) (Teddy Katz)44d37ca
Docs: Update steps for adding new TSC member (#11038) (Nicholas C. Zakas)802e926
Update: Warn for deprecation in Node output (fixes #7443) (#10953) (Colin Chang)v5.8.0
Compare Source
9152417
Fix: deprecation warning in RuleTester using Node v11 (#11009) (Teddy Katz)e349a03
Docs: Update issue templates to ask for PRs (#11012) (Nicholas C. Zakas)3d88b38
Chore: avoid using legacy report API in no-irregular-whitespace (#11013) (Teddy Katz)5a31a92
Build: compile espree's deps to ES5 when generating site (fixes #11014) (#11015) (Teddy Katz)3943635
Update: Create Linter.version API (fixes #9271) (#11010) (Nicholas C. Zakas)a940cf4
Docs: Mention version for config glob patterns (fixes #8793) (Nicholas C. Zakas)6e1c530
Build: run tests on Node 11 (#11008) (Teddy Katz)58ff359
Docs: add instructions for npm 2FA (refs #10631) (#10992) (Teddy Katz)2f87bb3
Upgrade: eslint-release@1.0.0 (refs #10631) (#10991) (Teddy Katz)57ef0fd
Fix: prefer-const when using destructuring assign (fixes #8308) (#10924) (Nicholas C. Zakas)577cbf1
Chore: Add typescript-specific edge case tests to space-infix-ops (#10986) (Bence Dányi)d45b184
Chore: Using deconstruction assignment for shelljs (#10974) (ZYSzys)v5.7.0
Compare Source
6cb63fd
Update: Add iife to padding-line-between-statements (fixes #10853) (#10916) (Kevin Partington)5fd1bda
Update: no-tabs allowIndentationTabs option (fixes #10256) (#10925) (Kevin Partington)d12be69
Fix: no-extra-bind No autofix if arg may have side effect (fixes #10846) (#10918) (Kevin Partington)847372f
Fix: no-unused-vars false pos. with markVariableAsUsed (fixes #10952) (#10954) (Roy Sutton)4132de7
Chore: Simplify space-infix-ops (#10935) (Bence Dányi)543edfa
Fix: Fix error with one-var (fixes #10937) (#10938) (Justin Krup)95c4cb1
Docs: Fix typo for no-unsafe-finally (#10945) (Sergio Santoro)5fe0e1a
Fix: no-invalid-regexp disallows \ at end of pattern (fixes #10861) (#10920) (Toru Nagashima)f85547a
Docs: Add 'When Not To Use' section to space-infix-ops (#10931) (Bence Dányi)3dccac4
Docs: Update working-with-parsers link (#10929) (Azeem Bande-Ali)557a8bb
Docs: Remove old note about caching, add a new one (fixes #10739) (#10913) (Zac)fe8111a
Chore: Add more test cases to space-infix-ops (#10936) (Bence Dányi)066f7e0
Update: camelcase rule ignoreList added (#10783) (Julien Martin)70bde69
Upgrade: table to version 5 (#10903) (Rouven Weßling)2e52bca
Chore: Update issue templates (#10900) (Nicholas C. Zakas)v5.6.1
Compare Source
9b26bdb
Fix: avoid exponential require-atomic-updates traversal (fixes #10893) (#10894) (Teddy Katz)9432b10
Fix: make separateRequires work in consecutive mode (fixes #10784) (#10886) (Pig Fang)e51868d
Upgrade: debug@4 (fixes #10854) (#10887) (薛定谔的猫)d3f3994
Docs: add information about reporting security issues (#10889) (Teddy Katz)cc458f4
Build: fix failing tests on master (#10890) (Teddy Katz)a6ebfd3
Docs: clarify defaultAssignment option, fix no-unneeded-ternary examples (#10874) (CoffeeTableEspresso)9d52541
Fix: Remove duplicate error message on crash (fixes #8964) (#10865) (Nicholas C. Zakas)4eb9a49
Docs: Update quotes.md (#10862) (The Jared Wilcurt)9159e9b
Docs: Update complexity.md (#10867) (Szymon Przybylski)14f4e46
Docs: Use Linter instead of linter in Nodejs API page (#10864) (Nicholas C. Zakas)b3e3cb1
Chore: Update debug log name to match filename (#10863) (Nicholas C. Zakas)v5.6.0
Compare Source
c5b688e
Update: Added generators option to func-names (fixes #9511) (#10697) (Oscar Barrett)7da36d5
Fix: respect generator function expressions in no-constant-condition (#10827) (Julian Rosse)0a65844
Chore: quote enable avoidEscape option in eslint-config-eslint (#10626) (薛定谔的猫)32f41bd
Chore: Add configuration wrapper markdown for the bug report template (#10669) (Iulian Onofrei)BenoitZugmeyer/eslint-plugin-html
v4.0.6
Compare Source
v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
jest-community/eslint-plugin-jest
v21.27.2
Compare Source
Bug Fixes
v21.27.1
Compare Source
Bug Fixes
v21.27.0
Compare Source
Features
v21.26.2
Compare Source
Bug Fixes
v21.26.1
Compare Source
Bug Fixes
v21.26.0
Compare Source
Features
no-test-callback
rule (#179) (7344607)v21.25.1
Compare Source
Bug Fixes
v21.25.0
Compare Source
Features
v21.24.2
Compare Source
Bug Fixes
v21.24.1
Compare Source
Bug Fixes
v21.24.0
Compare Source
Bug Fixes
expect
is used (#163) (ee2647e)Features
v21.23.0
Compare Source
Features
v21.22.1
Compare Source
Bug Fixes
xjamundx/eslint-plugin-promise
v4.0.1
Compare Source
promise/param-names
fixer(#146)
jprichardson/node-fs-extra
v7.0.1
Compare Source
removeSync()
on Windows, in some cases, it would error out withENOTEMPTY
(#646)mode
option forensureDir*()
(#587)facebook/jest
v23.6.0
Compare Source
Features
[jest-cli]
AddchangedSince
to allowed watch mode configs (#6955)[babel-jest]
Add support forbabel.config.js
added in Babel 7.0.0 (#6911)[jest-resolve]
Add support for an experimentalmapper
option (Watchman crawler only) that adds virtual files to the Haste map (#6940)Fixes
[jest-resolve]
Only resolve realpath once in try-catch (#6925)[expect]
Fix TypeError intoBeInstanceOf
onnull
orundefined
(#6912)[jest-jasmine2]
Throw a descriptive error if the first argument supplied to a hook was not a function (#6917) and (#6931)[jest-circus]
Throw a descriptive error if the first argument supplied to a hook was not a function (#6917) and (#6931)[expect]
Fix variadic custom asymmetric matchers (#6898)[jest-cli]
Fix incorrecttestEnvironmentOptions
warning (#6852)[jest-each]
Prevent done callback being supplied to describe (#6843)[jest-config]
Better error message for a case when a preset module was found, but nojest-preset.js
orjest-preset.json
at the root (#6863)[jest-haste-map]
Catch crawler error when unsuccessfully reading directories (#6761)Chore & Maintenance
[docs]
Add custom toMatchSnapshot matcher docs (#6837)[docs]
Improve the documentation regarding preset configuration (#6864)[docs]
Clarify usage of--projects
CLI option (#6872)[docs]
Correctfailure-change
notification mode (#6878)[scripts]
Don’t remove node_modules from subdirectories of presets in e2e tests (#6948)[diff-sequences]
Double-check number of differences in tests (#6953)oliver-moran/jimp
v0.6.0
Compare Source
v0.5.6
Compare Source
v0.5.5
Compare Source
🐛 Bug Fix
plugin-color
jimp
Committers: 1
v0.5.4
Compare Source
🐛 Bug Fix
plugin-color
Committers: 5
v0.5.3
Compare Source
🐛 Bug Fix
core
,jimp
,plugin-color
,test-utils
Committers: 1
v0.5.2
Compare Source
🐛 Bug Fix
core
,jimp
Committers: 1
v0.5.1
Compare Source
🐛 Bug Fix
core
,jimp
,plugin-color
,plugin-print
,type-png
jimp
cli
,plugin-color
,plugin-print
plugin-print
🏠 Internal
cli
,custom
,jimp
,plugin-print
jimp
,plugin-color
,plugin-contain
,plugin-cover
,plugin-print
,plugin-resize
Committers: 2
jsdom/jsdom
v12.2.0
Compare Source
element.toggleAttribute()
method.XMLHttpRequest
sometimes sending an empty request body after a preflight request. (andreasf)formElement.form
property to use an algorithm that also checks theform=""
attribute, instead of always looking for the closest ancestor<form>
element. (jamietre)canvas
orcanvas-prebuilt
packages were installed, but failed to load. (joscha)v12.1.0
Compare Source
sax
package to the well-maintainedsaxes
replacement. This increases our specification conformance, including rejecting certain ill-formed XML documents that were previously accepted, and properly handling other constructs like empty comments, CDATA sections, and<script>
elements. (lddubeau)fieldsetEl.elements
andfieldsetEl.type
properties.options
parameter todom.runVMScript()
. (SimenB)fetch()
implementations to see what element initiated the fetch. (sarvaje)input
andchange
events for<input>
elements to be trusted and uncancelable.<script>
s with theasync
attribute to not execute before sync<script>
s that precede them. We still do not, in general, have proper execution of scripts during the initial parsing of a document, so this fix is more of a reduction of badness than an alignment with the specification. This behavior regressed in v12.0.0. (sarvaje)lerna/lerna
v3.6.0
Compare Source
Bug Fixes
Features
--force-local
option (#1807) (25572af), closes #1763npm info
subprocess to libnpm.manifest (65a1d1b)3.5.1 (2018-11-29)
Bug Fixes
v3.5.1
Compare Source
Bug Fixes
Features
--force-local
option (#1807) (25572af), closes #1763npm info
subprocess to libnpm.manifest (65a1d1b)3.5.1 (2018-11-29)
Bug Fixes
v3.5.0
Compare Source
Bug Fixes
from-git
(#1782) (3cb7465)Features
--no-git-reset
to leave unstaged changes in working tree (#1791) (eae5619)--include-merged-tags
option (#1712) (7ee05d7)3.4.3 (2018-10-10)
Bug Fixes
3.4.2 (2018-10-09)
Bug Fixes
3.4.1 (2018-10-04)
Bug Fixes
v3.4.3
Compare Source
Bug Fixes
from-git
(#1782) (3cb7465)Features
--no-git-reset
to leave unstaged changes in working tree (#1791) (eae5619)--include-merged-tags
option (#1712) (7ee05d7)3.4.3 (2018-10-10)
Bug Fixes
3.4.2 (2018-10-09)
Bug Fixes
3.4.1 (2018-10-04)
Bug Fixes
v3.4.2
Compare Source
Bug Fixes
v3.4.1
Compare Source
Bug Fixes
v3.4.0
Compare Source
Features
3.3.2 (2018-09-12)
Bug Fixes
--force-publish
in a canary release (b97d9a3), closes #1638--force-publish
to work on tagged releases (7971bf3), closes #1667 #16713.3.1 (2018-09-11)
Bug Fixes
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.
This PR has been generated by Renovate Bot. View repository job log here.