Dependency upgrades - #316
Draft
BenjaminTruong-okta wants to merge 7 commits into
Draft
Conversation
Root's resolutions applied @types/react/@types/react-dom pins monorepo-wide via yarn resolutions, silently overriding v6-app's explicit React 18 types with React 16 even though nohoist gave it a separate node_modules copy. These pins are unnecessary in devDependencies too: @types/react's major/minor is tied to the real react package it targets, so the existing ^16.9.0 range already can't drift past major 16. Also drop @types/enzyme, picomatch, and cheerio resolutions pins added by the previous commit: @types/enzyme and cheerio already resolved to the pinned versions naturally, so the pins were no-ops, and the picomatch pin was forcing a consumer that requested ^4.x down to 2.3.1 for no evidenced reason. Only @types/node is kept, since it prevents two coexisting major versions from producing duplicate ambient type declarations under strict tsc.
BenjaminTruong-okta
force-pushed
the
dependency-upgrades
branch
from
July 30, 2026 22:02
d78cd64 to
19d5a2f
Compare
Rollup toolchain (Batch B): rollup 2->4, @rollup/plugin-babel 5->7, @rollup/plugin-replace 2->6, rollup-plugin-typescript2 0.29->0.37. Updates rollup.config.js for Rollup 4's native ESM config loading (JSON import, typescript import) and restores the AUTH_JS min-version replacement broken by @rollup/plugin-replace v6's stricter default delimiters. Isolated majors (Batch C): compare-versions 4->6, dotenv 8->17 (root and env workspace), rimraf 2->6, shelljs 0.8->0.10. Verified via yarn build/lint/test:unit and a manual login/logout click-through on test/apps/v6-app against a real Okta org.
… incompatible version
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.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Reviewers