Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR performs a broad dependency refresh in package.json for the @sistent/sistent React component library, updating tooling (ESLint/Jest/TypeScript) and several runtime/dev packages.
Changes:
- Upgraded multiple dev tooling packages (ESLint ecosystem, Jest, Prettier, tsup/rollup, TypeScript, etc.).
- Upgraded key React ecosystem dependencies (e.g.,
react-markdown,react-redux) and some utilities. - Updated MUI-related versions in
dependenciesandoverrides.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eff8fc9 to
6da4453
Compare
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: marblom007 <158522975+marblom007@users.noreply.github.com> Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
- Downgrade TypeScript from 6.0.2 to 5.9.3 (@typescript-eslint doesn't support TS6 yet) - Add react, react-dom, @testing-library/dom as devDependencies for test execution - Fix tsconfig ignoreDeprecations value from "6.0" to "5.0" - Remove corrupted duplicate content from eslint.config.js - Use --legacy-peer-deps for eslint-plugin-import/eslint@10 peer dep mismatch Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
eslint@10 is not yet supported by eslint-plugin-react, eslint-plugin-react-hooks, or other plugins in the ecosystem. Pin to ^9.x which all plugins support. Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Remove stale eslint-disable comment referencing unregistered import/first rule that was causing ESLint to fail with reportUnusedDisableDirectives. Patch Meshery UI tsconfig in integration test to add ignoreDeprecations: "6.0" so builds with TypeScript 6.x (bundled with Next.js 16.x) continue to work. Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
…ility Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Meshery UI's master is broken after upgrading to @mui/x-tree-view@v8 (meshery/meshery#18163) which removed the TreeView export, while their component code still imports from '@mui/x-tree-view/TreeView'. Pin to the last known-good commit until Meshery UI fixes the migration. Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
Signed-off-by: Yi Nuo <218099172+yi-nuo426@users.noreply.github.com>
5057e0a to
2226e64
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Upgrade all packages