You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Held on Babel 7. Babel 8 drops AssignmentPattern, RestElement and TSParameterProperty from its LVal alias, and babel-plugin-react-compiler relies on that alias, so it reports violations for valid code such as destructured parameter defaults. Re-enable once the React Compiler supports Babel 8.",
"matchPackageNames": ["@babel/**"],
"matchUpdateTypes": ["major"],
"enabled": false
}
],
"schedule": ["before 7am every weekday"],
"updateNotScheduled": false,
"reviewers": ["team:frontend-product"],
"prBodyNotes": [
"## Reference\n",
" - See [Keeping dependencies up-to-date](https://handbook.doist.com/doc/keeping-dependencies-up-to-date-Qf28E929N5) for reviewing guidelines."