Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 24, 2023

This PR contains the following updates:

Package Change Age Confidence
babel-eslint 8.2.6 -> 9.0.0 age confidence

Release Notes

babel/babel-eslint (babel-eslint)

v9.0.0

Compare Source

v9.0.0

We've released v7: https://twitter.com/left_pad/status/1034204330352500736, so this just updates babel-eslint to use those versions internally. That in itself doesn't break anything but:

  • Babel now supports the new decorators proposal by default, so we need to switch between the new and the old proposal. This is a breaking change.

To enable the legacy decorators proposal users should add a specific parser option:

{
  parserOptions: {
    ecmaFeatures: {
      legacyDecorators: true
    }
  }
}
  • Babel removed the support for Node 4 , so I propagated that here.

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: yarn.lock
Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit

@renovate renovate bot changed the title chore(deps): update dependency babel-eslint to v9 chore(deps): update dependency babel-eslint to v9 - autoclosed Jul 28, 2024
@renovate renovate bot closed this Jul 28, 2024
@renovate renovate bot deleted the renovate/babel-eslint-9.x branch July 28, 2024 15:37
@renovate renovate bot changed the title chore(deps): update dependency babel-eslint to v9 - autoclosed chore(deps): update dependency babel-eslint to v9 Jul 28, 2024
@renovate renovate bot restored the renovate/babel-eslint-9.x branch July 28, 2024 19:35
@renovate renovate bot reopened this Jul 28, 2024
@renovate renovate bot force-pushed the renovate/babel-eslint-9.x branch 2 times, most recently from 941c6c4 to 8922e08 Compare August 15, 2025 15:29
@renovate renovate bot force-pushed the renovate/babel-eslint-9.x branch from 8922e08 to ba2bc40 Compare September 26, 2025 15:25
@renovate renovate bot force-pushed the renovate/babel-eslint-9.x branch from ba2bc40 to 36a9c87 Compare October 24, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant