Skip to content
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

NPM Dependency Updates for December 2024 #2485

Merged
merged 9 commits into from
Dec 4, 2024
Merged

NPM Dependency Updates for December 2024 #2485

merged 9 commits into from
Dec 4, 2024

Conversation

rajsite
Copy link
Member

@rajsite rajsite commented Dec 4, 2024

Pull Request

🤨 Rationale

Updates dependencies manually to address build issues revealed by #2482 #2481 #2480.
Found that just updating dependencies by rebuilding the lock fails the build which means the repo is in a bad state and that should be addressed quickly.

👩‍💻 Implementation

  • Update major deps and rebuild lock

  • Found that the now deprecated tiptap link validate function is expected to still function with backwards compat however there seems to be a regression as it fails our build by allowing autolinking of unexpected protocols.

  • Switched from tiptap link validate to shouldAutoLink as described by docs. That seems to not fail the build.

  • Pushed the min semver range version up for all the tiptap / prosemirror packages as otherwise it seems to fail build when type checking libraries.

    NOTE: It seems to be transitive dependency type issues that will fail builds, I think it's possible that minimal upgrades done by renovate may hit issues in app updates. If an app adopting latest these changes fails to build it may need to rebuild the lock files in a clean workspace to align transitive deps on latest versions and avoid library type check issues.

  • Updates to prettier 3.4 resulting in lots of changes.

🧪 Testing

Rely on CI.

✅ Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@rajsite rajsite changed the title Dep up dec 244 Dependency Updates for December 2024 Dec 4, 2024
@rajsite rajsite marked this pull request as ready for review December 4, 2024 05:11
@rajsite rajsite enabled auto-merge (squash) December 4, 2024 05:11
@rajsite rajsite changed the title Dependency Updates for December 2024 NPM Dependency Updates for December 2024 Dec 4, 2024
@rajsite rajsite merged commit 412acc5 into main Dec 4, 2024
12 checks passed
@rajsite rajsite deleted the dep-up-dec-244 branch December 4, 2024 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants