Skip to content

Commit 4fa5779

Browse files
authored
📦 Packaging updates (#2539)
This uses node 24 locally to install, which adds `peer: true`. Also updates some of the automated built code. Just a comment, so not pushing a changeset.
1 parent ff311bb commit 4fa5779

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

package-lock.json

Lines changed: 22 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/myst-common/src/rule-severities.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export const RULE_DEFAULT_SEVERITY: Record<RuleId, 'error' | 'warn'> = {
8383
[RuleId.footnoteReferencesDefinition]: 'warn', // fileWarn in packages/myst-transforms/src/footnotes.ts
8484
[RuleId.intersphinxReferencesResolve]: 'error', // fileError in packages/myst-cli/src/process/loadReferences.ts
8585
// Link rules
86-
[RuleId.mystLinkValid]: 'error', // Uses both error (3×) and warn (3×); fileWarn, fileError in packages/myst-cli/src/transforms/cross...
86+
[RuleId.mystLinkValid]: 'error', // Uses both error (4×) and warn (3×); fileWarn, fileError in packages/myst-cli/src/transforms/cross...
8787
[RuleId.sphinxLinkValid]: 'error', // fileError in packages/myst-transforms/src/links/sphinx.ts
8888
[RuleId.rridLinkValid]: 'warn', // fileWarn in packages/myst-transforms/src/links/rrid.ts
8989
[RuleId.rorLinkValid]: 'error', // Uses both error (1×) and warn (1×); fileError, fileWarn in packages/myst-cli/src/transforms/ror.t...

0 commit comments

Comments
 (0)