Conversation
jsolaas
approved these changes
Apr 17, 2026
Contributor
jsolaas
left a comment
There was a problem hiding this comment.
Update npm.rc to 3 days again
Contributor
Author
fixed |
700807e to
82fddaa
Compare
HeddaSvendsen
approved these changes
Apr 17, 2026
82fddaa to
71233c9
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.
Type of Work
Have you remembered and considered?
docs/drafts/next.draft.md)docs/docs/migration_guides/)BREAKING:in footer or!in headerWhat is this PR all about?
3.9.2to3.10.0(release notes here)npx docusaurus write-heading-ids --syntax mdx-comment --migrateto update all heading ids:This changed the old ids' syntax, but also created heading ids for all headings. But I think that is a good thing?
serialize-javascriptversion7.0.5to fix https://github.com/equinor/ecalc/security/dependabot/59 (overriding the peer dependency is safe link)lodash-esversion4.18.1to fix https://github.com/equinor/ecalc/security/dependabot/62 and https://github.com/equinor/ecalc/security/dependabot/63What else did you consider?
We should rename all our
.mdfiles to.mdx, see documentation here, but this should be done in another PRBetween the lines?