chore: update dependencies#790
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update jest to v30, @types/jest to v30, jsdom to v29, and pin @types/react and @types/react-dom to ^18. React kept at 18.2.0 to match @webiny packages. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update @webiny/react-composition, @webiny/react-properties, and @webiny/utils to v6.3.0. Bump React to 18.3.1 and restore @types/react and @types/react-dom version ranges. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Update yargs() call in generateDocs.js to match v18 API which requires invoking yargs as a function. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These packages are currently unused in source but kept as dependencies. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…each packages to v0.18 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
No longer needed now that @webiny packages use compatible React types. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Dialog.Overlay was removed in v2; replaced with the standalone DialogBackdrop component in Header.js and MobileDrawer.js. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
SVGO v3 (bundled with @svgr/webpack v8) requires plugins to be an array of objects instead of an object. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Remove prettier, eslint, and all eslint plugins (11 packages) - Add oxlint for linting - Update oxfmt ignore patterns for this repo - Update lint/lint:fix scripts to use oxlint Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Also hoist rimraf require to top level in generateDocs.js. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add `yarn typecheck` script that checks scripts/, generator/, and docs/ directories - Upgrade TypeScript from v4 to v5.9 to support zod v4 .d.cts files - Add scripts/tsconfig.json for type-checking scripts - Add skipLibCheck to base tsconfig - Fix minimatch import in validate-mdx-pairing.ts (named export in v10) - Fix LinkValidator constructor args in AppConfig.ts - Widen RemarkPlugin type in MdxCompiler.ts for TS5 compat Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Replace unsafe `as any` cast with a proper test that creates a concrete MdxFile subclass and calls processMdx correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add `yarn test` that runs tests across all workspaces via `yarn workspaces foreach`. Fix LayoutProcessor test to call processMdx with a proper MdxFile instead of the non-existent process method. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Modernize project dependencies while preserving CommonJS compatibility. This is a broad update covering 35+ packages across the stack — runtime deps, dev tooling, and build infrastructure.
Highlights
typecheckscript; upgraded ts-morph to v28CJS-constrained packages (not updated)
These packages are already at their latest CommonJS-compatible version. Their next major versions are ESM-only:
Breaking change migrations
Dialog.OverlaytoDialogBackdropTest plan
yarn buildcompletes without errorsyarn typecheckpassesyarn lintpasses with oxlintyarn testpasses (jest v30)yarn validate:mdxpassesyarn dev)