chore(deps): update all non-major dependencies #215
                
     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:
^6.1.0->^6.2.1^22.13.6->^22.15.1^4.0.0->^4.0.1^24.8.0->^24.9.0^3.16.2->^3.16.4^2.9.0-26064011.e448e3c9->^2.9.0-26104328.b22e0543^1.0.2->^1.0.3Release Notes
eslint/eslint
v6.2.1Compare Source
8c021b5Upgrade: eslint-utils 1.4.2 (#12131) (Toru Nagashima)e82388bSponsors: Sync README with website (ESLint Jenkins)4aeeeedDocs: update docs for ecmaVersion 2020 (#12120) (silverwind)6886148Docs: Add duplicate keys limitation to accessor-pairs (#12124) (Milos Djermanovic)v6.2.0Compare Source
fee6acbUpdate: support bigint and dynamic import (refs #11803) (#11983) (Toru Nagashima)afd8012New: noInlineConfig setting (refs eslint/rfcs#22) (#12091) (Toru Nagashima)3d12378Update: Fix accessor-pairs to enforce pairs per property in literals (#12062) (Milos Djermanovic)8cd00b3New: function-call-argument-newline (#12024) (finico)30ebf92Fix: prefer-template autofix produces syntax error with octal escapes (#12085) (Milos Djermanovic)13c3988Fix: Check literal type explicitly in dot-notation (#12095) (Milos Djermanovic)3e5cecaFix: Handle empty string property names in getFunctionNameWithKind (#12104) (Milos Djermanovic)9a043ffFix: no-duplicate-case false positives on Object.prototype keys (#12107) (Milos Djermanovic)fe631afChore: minor typo fix (#12112) (James George)4cb7877Fix: fix no-extra-parens ignores some nodes (#11909) (Pig Fang)2dc23b8Update: fix no-dupe-keys false negatives on empty string names (#12069) (Milos Djermanovic)19ab666Fix: yoda exceptRange false positives on empty string property names (#12071) (Milos Djermanovic)d642150Update: Check empty string property names in sort-keys (#12073) (Milos Djermanovic)acce6deFix: class-methods-use-this reports 'undefined' names (#12103) (Milos Djermanovic)92ec2cbFix: Allow bind call with a single spread element in no-extra-bind (#12088) (Milos Djermanovic)bfdb0c9Fix: no-extra-boolean-cast invalid autofix for Boolean() without args (#12076) (Milos Djermanovic)34ccc0cChore: Remove TDZ scope type condition from no-unused-vars (#12055) (Milos Djermanovic)01d38ceDocs: Remove TDZ scope from the scope manager interface documentation (#12054) (Milos Djermanovic)1aff8fcUpdate: warn about mixing ternary and logical operators (fixes #11704) (#12001) (Karthik Priyadarshan)11be2f8Docs: do not recommend global-installed usage (#12016) (薛定谔的猫)cf31dabFix: no-restricted-syntax - correct the schema (#12051) (Brad Zacher)fbec99eUpdate: fix class-methods-use-this false negatives with exceptMethods (#12077) (Milos Djermanovic)fb08b7cDocs: Remove readonly/writable global logic from no-undef (fixes #11963) (#12053) (Milos Djermanovic)5b5934bSponsors: Sync README with website (ESLint Jenkins)9156760Sponsors: Sync README with website (ESLint Jenkins)f5e0cc4Update: Check computed method keys in no-extra-parens (#11973) (Milos Djermanovic)d961438Docs: Fix Incorrect Documentation (#12045) (Michael Miceli)887d08cSponsors: Sync README with website (ESLint Jenkins)d90183fDocs: add a case to func-names (#12038) (Chiawen Chen)8a5b62dDocs: no use eslint.linter in code example (#12037) (薛定谔的猫)5831767Update: report location of func-names (fixes #12022) (#12028) (Pig Fang)jest-community/eslint-plugin-jest
v22.15.1Compare Source
Bug Fixes
v22.15.0Compare Source
Features
v22.14.1Compare Source
Bug Fixes
method(node)returns truthy before trying to using results (#358) (4a6d486), closes #357v22.14.0Compare Source
Features
v22.13.7Compare Source
Bug Fixes
.then(#352) (0bbfb3a), closes #347standard/eslint-plugin-standard
v4.0.1Compare Source
facebook/jest
v24.9.0Compare Source
Features
[expect]Highlight substring differences when matcher fails, part 1 (#8448)[expect]Highlight substring differences when matcher fails, part 2 (#8528)[expect]Improve report when mock-spy matcher fails, part 1 (#8640)[expect]Improve report when mock-spy matcher fails, part 2 (#8649)[expect]Improve report when mock-spy matcher fails, part 3 (#8697)[expect]Improve report when mock-spy matcher fails, part 4 (#8710)[expect]Throw matcher error when received cannot be jasmine spy (#8747)[expect]Improve report when negative CalledWith assertion fails (#8755)[expect]Improve report when positive CalledWith assertion fails (#8771)[expect]Display equal values for ReturnedWith similar to CalledWith (#8791)[expect, jest-snapshot]Change color from green for some args in matcher hints (#8812)[jest-snapshot]Highlight substring differences when matcher fails, part 3 (#8569)[jest-core]Improve report when snapshots are obsolete (#8448)[jest-cli]Improve chai support (with detailed output, to match jest exceptions) (#8454)[*]Manage the global timeout with--testTimeoutcommand line argument. (#8456)[pretty-format]Render custom displayName of memoized components[jest-validate]AllowmaxWorkersas part of thejest.config.js(#8565)[jest-runtime]Allow passing configuration objects to transformers (#7288)[@jest/core, @​jest/test-sequencer]Support async sort in customtestSequencer(#8642)[jest-runtime, @​jest/fake-timers]Addjest.advanceTimersToNextTimer(#8713)[@jest-transform]Extract transforming require logic withinjest-coreinto@jest-transform(#8756)[jest-matcher-utils]Add color options tomatcherHint(#8795)[jest-circus/jest-jasmine2]Give clearer output for Node assert errors (#8792)[jest-runner]Export all types in the type signature ofjest-runner(#8825)`Fixes
[jest-cli]Detect side-effect only imports when running--onlyChangedor--changedSince(#8670)[jest-cli]Allow--maxWorkersto work with % input again (#8565)[babel-plugin-jest-hoist]Expand list of whitelisted globals in global mocks (#8429[jest-core]Make watch plugin initialization errors look nice (#8422)[jest-snapshot]Prevent inline snapshots from drifting when inline snapshots are updated (#8492)[jest-haste-map]Don't throw on missing mapper in Node crawler (#8558)[jest-core]Fix incorrectpassWithNoTestswarning (#8595)[jest-snapshots]Fix test retries that contain snapshots (#8629)[jest-mock]Fix incorrect assignments when restoring mocks in instances where they originally didn't exist (#8631)[expect]Fix stack overflow when matching objects with circular references (#8687)[jest-haste-map]Workaround a node >=12.5.0 bug that causes the process not to exit after tests have completed and cancerous memory growth (#8787)Chore & Maintenance
[jest-leak-detector]remove code repeat (#8438[docs]Add example tojest.requireActual(#8482[docs]Add example tojest.mockfor mocking ES6 modules with thefactoryparameter (#8550)[docs]Add information about usingjest.doMockwith ES6 imports (#8573)[docs]Fix variable name in custom-matcher-api code example (#8582)[docs]Fix example used in custom environment docs (#8617)[docs]Updated react tutorial to refer to new package of react-testing-library (@testing-library/react) (#8753)[docs]Updated imports of react-testing-library to @testing-library/react in website (#8757)[jest-core]AddgetVersion(moved fromjest-cli) (#8706)[docs]Fix MockFunctions example that was using toContain instead of toContainEqual (#8765)[*]Make sure copyright header comment includes license (#8783)[*]Check copyright and license as one joined substring (#8815)[docs]Fix WatchPluginsjestHooks.shouldRunTestSuiteexample that receives an object (#8784)[*]Enforce LF line endings (#8809)[pretty-format]Delete obsolete link and simplify structure in README (#8824)Performance
[jest-watcher]Minor optimization for JestHook (#8746[@jest/reporters]Prevent runaway CPU useage with--notifyon macOS (#8830)lerna/lerna
v3.16.4Compare Source
Bug Fixes
--tag-version-prefix(8adeac1), closes #2197v3.16.3Compare Source
Bug Fixes
--tag-version-prefix(8adeac1), closes #2197vuejs/vuepress
v1.0.3Compare Source
Bug Fixes
'[Vue warn]: Unknown custom element'when using<Content />in a custom page without markdown (#1699) (2a59800), closes #1173 #1426sidebarDepth: 0not working in YAML frontmatter (close: #1701) (#1702) (0624828)Features
.com/feat(theme-default): use router for Algolia search vuejs/vuepress#1706)) (644142b)
1.0.2 (2019-06-22)
Bug Fixes
Features
1.0.1 (2019-06-10)
Bug Fixes
Features
blockquote(9d20d5f)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.