-
Notifications
You must be signed in to change notification settings - Fork 28
Lock file maintenance #774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Bundle size report
Check out the code infra dashboard for more information about this PR. |
fa60b4e to
861f45d
Compare
| const filename = fileURLToPath(import.meta.url); | ||
| const dirname = path.dirname(filename); | ||
|
|
||
| export default defineConfig( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@brijeshb42 Not sure why but typescript started complaining about non-portable types again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some of the internal types have changed in eslint. In master, defineConfig() returned Config[] from import("eslint").Linter.Config.
In this PR, its returning Config[] from import("@eslint/core").Linter.Config which is not installed by us explicitly.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opening eslint/eslint#20189
6a3b6e8 to
ad3d3f1
Compare
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 04:59 AM, on day 3 of the month ( * 0-4 3 * * ) in timezone UTC, 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.