ahmadawais / create-guten-block

📦 A zero-configuration #0CJS developer toolkit for building WordPress Gutenberg block plugins.
https://Awais.dev/cgb-post
MIT License
3.15k stars 327 forks source link

Update babel-eslint requirement from ^8.2.1 to ^10.0.3 #211

Open dependabot-preview[bot] opened 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on babel-eslint to permit the latest version.

Release notes *Sourced from [babel-eslint's releases](https://github.com/babel/babel-eslint/releases).* > ## v10.0.3 > Fixes https://github-redirect.dependabot.com/babel/babel-eslint/issues/791, also [#12117](https://github-redirect.dependabot.com/eslint/eslint/issues/12117) > > Some context: https://github-redirect.dependabot.com/babel/babel-eslint/pull/793#issuecomment-524435971 > > We ended up going with [@​JLHwung](https://github.com/JLHwung)'s PR [#794](https://github-redirect.dependabot.com/babel/babel-eslint/pull/794) which uses ESLint's deps instead of going with peerDeps since it really depends on the version being used and we don't want users to have to install it directly on their own. > > babel-eslint is patching patches of the dependencies of ESLint itself so these kinds of issues have happened in the past. We'll need to look into figuring out how to have a more solid way of modifying behavior instead of this monkeypatching type of thing for future releases.
Commits - [`183d13e`](https://github.com/babel/babel-eslint/commit/183d13ece52f33376c869bad630274741c8edb97) 10.0.3 - [`354953d`](https://github.com/babel/babel-eslint/commit/354953da5347a005fe566cc7dd338974aab50908) fix: require eslint dependencies from eslint base ([#794](https://github-redirect.dependabot.com/babel/babel-eslint/issues/794)) - [`48f6d78`](https://github.com/babel/babel-eslint/commit/48f6d78721ff37a8b4752d731d7d595adef8a469) 10.0.2 - [`0241b48`](https://github.com/babel/babel-eslint/commit/0241b48a47c30e21a6c47b63433ad2e4b3745f3c) removed unused file reference ([#773](https://github-redirect.dependabot.com/babel/babel-eslint/issues/773)) - [`4cf0a21`](https://github.com/babel/babel-eslint/commit/4cf0a21a4b12e64ce4012bbfcc62d0d969053f8b) 10.0.1 - [`98c1f13`](https://github.com/babel/babel-eslint/commit/98c1f130095448441b1ab71f7e4d7751a5877ef0) Revert [#584](https://github-redirect.dependabot.com/babel/babel-eslint/issues/584) ([#697](https://github-redirect.dependabot.com/babel/babel-eslint/issues/697)) - [`8f78e28`](https://github.com/babel/babel-eslint/commit/8f78e280a22def1128cd847b73fd7f221a047ed2) 10.0.0 - [`717fba7`](https://github.com/babel/babel-eslint/commit/717fba7f5605f4dc1cc5531a7c24d5c9ab37a8a2) test value should be switched - [`020d012`](https://github.com/babel/babel-eslint/commit/020d012c554913fea137f4129798ce31a4896dfe) Treat type alias declarationlike function declaration ([#584](https://github-redirect.dependabot.com/babel/babel-eslint/issues/584)) - [`b400cb1`](https://github.com/babel/babel-eslint/commit/b400cb1b38aaa8999d2a43f381f3ee861469ab98) Test eslint5, update peerDep ([#690](https://github-redirect.dependabot.com/babel/babel-eslint/issues/690)) - Additional commits viewable in [compare view](https://github.com/babel/babel-eslint/compare/v8.2.1...v10.0.3)


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.


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 and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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) - 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.