-
Notifications
You must be signed in to change notification settings - Fork 4
Update eslint and deps #74
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
Conversation
🦋 Changeset detectedLatest commit: 109ef61 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
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.
Pull Request Overview
This PR updates ESLint and related dependencies to their latest versions, including the core ESLint package from 9.29.0 to 9.38.0 and various TypeScript ESLint plugins to 8.46.2.
- Updated ESLint core version and catalog constraints
- Upgraded TypeScript ESLint ecosystem packages to version 8.46.2
- Updated Vue and Nuxt ESLint configurations to latest versions
- Fixed Nuxt configuration to handle breaking changes in the API
Reviewed Changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pnpm-workspace.yaml | Updated ESLint version in catalog from 9.29.0 to 9.38.0 and modified version constraint |
| packages/lint/package.json | Upgraded multiple ESLint-related dependencies including TypeScript ESLint plugins and Vue configurations |
| packages/lint/nuxt3.js | Added undefined parameter to createConfigForNuxt function call to handle API changes |
| package.json | Added version overrides for TypeScript ESLint packages to ensure consistency |
| .changeset/five-poems-tan.md | Added changeset documentation for the dependency updates |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
7d3d60e to
63bb7c9
Compare
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.
Pull Request Overview
Copilot reviewed 5 out of 6 changed files in this pull request and generated 2 comments.
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
required for updating Nuxt in https://bitbucket.org/KNIME/knime-hub-webapp/pull-requests/2911