Skip to content
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.

Comments

@lbogdan
Copy link

lbogdan commented Jun 17, 2019

In babel-eslint@10.0.1 there's an orphaned reference to patch-eslint-scope.js, which was removed in #689:

require("./patch-eslint-scope")(parserOptions);

As we use babel-eslint in CodeSandbox, and version 11 has a breaking change, we had to fork and fix this in codesandbox@eea3bac . Is there a way to fix that and publish a new 10.0.2 version? Thanks!

@hzoo
Copy link
Member

hzoo commented Jun 17, 2019

Fine with me! Would accept a PR too but I'll just do it now

@hzoo
Copy link
Member

hzoo commented Jun 17, 2019

#773 for 10.0.2

@hzoo hzoo closed this as completed Jun 17, 2019
kodiakhq bot pushed a commit to mcansh/connection that referenced this issue Jul 26, 2019
## The devDependency [babel-eslint](https://github.com/babel/babel-eslint) was updated from `10.0.1` to `10.0.2`.
This version is **not covered** by your **current version range**.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

---

<details>
<summary>Release Notes for v10.0.2</summary>

<blockquote>
<p>Fixes <a class="issue-link js-issue-link" data-error-text="Failed to load issue title" data-id="456827875" data-permission-text="Issue title is private" data-url="babel/babel-eslint#772" data-hovercard-type="issue" data-hovercard-url="/babel/babel-eslint/issues/772/hovercard" href="https://urls.greenkeeper.io/babel/babel-eslint/issues/772">#772</a></p>
</blockquote>
</details>

<details>
<summary>Commits</summary>
<p>The new version differs by 2 commits.</p>
<ul>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/48f6d78721ff37a8b4752d731d7d595adef8a469"><code>48f6d78</code></a> <code>10.0.2</code></li>
<li><a href="https://urls.greenkeeper.io/babel/babel-eslint/commit/0241b48a47c30e21a6c47b63433ad2e4b3745f3c"><code>0241b48</code></a> <code>removed unused file reference (#773)</code></li>
</ul>
<p>See the <a href="https://urls.greenkeeper.io/babel/babel-eslint/compare/4cf0a21a4b12e64ce4012bbfcc62d0d969053f8b...48f6d78721ff37a8b4752d731d7d595adef8a469">full diff</a></p>
</details>

<details>
  <summary>FAQ and help</summary>

  There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).
</details>

---


Your [Greenkeeper](https://greenkeeper.io) bot 🌴
This was referenced Jun 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.