Akryum / vue-router-multi-view

router-view meet v-show meet keep-alive
https://akryum.github.io/vue-router-multi-view/
86 stars 9 forks source link

chore(deps-dev): bump eslint-plugin-node from 5.2.1 to 6.0.1 #14

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps eslint-plugin-node from 5.2.1 to 6.0.1.

Release notes *Sourced from [eslint-plugin-node's releases](https://github.com/mysticatea/eslint-plugin-node/releases).* > ## v6.0.1 > ## Bug fixes > > - 234703cc58d1d8ebfdf0be367d958bf6682b299f fixed a regression that `node/no-unsupported-features` crashes if `engines` field exists but `engines.node` field doesn't exist in package.json ([#109](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/109)). Thanks [@​ZauberNerd](https://github.com/ZauberNerd) ! > > ## v6.0.0 > ## Breaking Changes > > - 49c060a7f7fcb5c33712914ce75bd499cf7e1340 updated `node/no-unsupported-features` rule to support ES2018 syntactic features. Now the rule recognizes the following syntax: > - [Rest/Spread Proeprties](https://github.com/tc39/proposal-object-rest-spread) (since Node.js `8.3.0`) > - [Illegal Escape Sequences in Taggled Templates](https://github.com/tc39/proposal-template-literal-revision) (since Node.js `9.0.0`) > - [RegExp 's' Flag](https://github.com/tc39/proposal-regexp-dotall-flag) (since Node.js `9.0.0`) > - [RegExp Lookbehind Assertions](https://github.com/tc39/proposal-regexp-lookbehind) (since Node.js `9.0.0`) > - [RegExp Named Capture Groups](https://github.com/tc39/proposal-regexp-named-groups) (since Node.js `10.0.0`) > - [RegExp Unicode Property Escapes](https://github.com/tc39/proposal-regexp-unicode-property-escapes) (since Node.js `10.0.0`) > - [Asynchronous Iteration](https://github.com/tc39/proposal-async-iteration) (since Node.js `10.0.0`) > - 400e20a00a1620f986eb91317d6d26e1b049f8dd updated `node/no-deprecated-api` rule to support new deprecated APIs. Now the rule recognizes the following APIs: > - `async_hooks.currentId` > - `async_hooks.triggerId` > - `module._debug` > - `path._makeLong` > - `tls.parseCertString` > - e8d757b97ac571d456085e9103dc7b9cbd9500c7 updated `plugin:node/recommended` preset.
Commits - [`5260039`](https://github.com/mysticatea/eslint-plugin-node/commit/5260039c77fd7e6368c1a5808f90462e5beec6f3) 6.0.1 - [`9ccc91d`](https://github.com/mysticatea/eslint-plugin-node/commit/9ccc91debc86c5adbc8772e3180ed928aa53b989) Chore: add a test for [#109](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/109) - [`234703c`](https://github.com/mysticatea/eslint-plugin-node/commit/234703cc58d1d8ebfdf0be367d958bf6682b299f) Fix: ensure "version" always has a valid value in parseOptions ([#109](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/109)) - [`bbf4b60`](https://github.com/mysticatea/eslint-plugin-node/commit/bbf4b6032705d446cd3532c92649fdc2894da9d1) 6.0.0 - [`e8d757b`](https://github.com/mysticatea/eslint-plugin-node/commit/e8d757b97ac571d456085e9103dc7b9cbd9500c7) Breaking: update node/recommended preset - [`400e20a`](https://github.com/mysticatea/eslint-plugin-node/commit/400e20a00a1620f986eb91317d6d26e1b049f8dd) Breaking: update no-deprecated-api rule - [`49c060a`](https://github.com/mysticatea/eslint-plugin-node/commit/49c060a7f7fcb5c33712914ce75bd499cf7e1340) Breaking: no-unsupported-features supports ES2018 (fixes [#94](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/94), fixes [#103](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/103)) - [`2e2d464`](https://github.com/mysticatea/eslint-plugin-node/commit/2e2d464d9afe0ce1e1e2ad8899c6f744d182b4bb) Chore: upgrade dependencies - [`dc32ab5`](https://github.com/mysticatea/eslint-plugin-node/commit/dc32ab57cedf8566597dd7a9718084d4ed875542) Docs: Use link to tagged version for rule docs ([#104](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/104)) - [`27ac4a8`](https://github.com/mysticatea/eslint-plugin-node/commit/27ac4a834769cb2e26ac4a69aab823098366157f) Docs: Add URL to rule documentation to the metadata ([#102](https://github-redirect.dependabot.com/mysticatea/eslint-plugin-node/issues/102)) - Additional commits viewable in [compare view](https://github.com/mysticatea/eslint-plugin-node/compare/v5.2.1...v6.0.1)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.