Skip to content

Conversation

@haraldschilly
Copy link
Contributor

ts-jest should be at least 4.1.1, but is blocked on jest/ts-jest. It's just a dev dependency, though.

@haraldschilly haraldschilly added PR-needs testing work done, only testing left to do PR-needs review and removed PR-needs testing work done, only testing left to do labels Nov 27, 2025
@haraldschilly haraldschilly marked this pull request as ready for review November 27, 2025 11:26
Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +11762 to +11764
xmlbuilder2@4.0.1:
resolution: {integrity: sha512-vXeky0YRVjhx5pseJDQLk0F6u7gyA8++ceVOS88r4dWu4lWdY/ZjbL45QrN+g0GzZLg1D5AkzThpikZa98SC/g==}
engines: {node: '>=20.0'}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge xmlbuilder2 upgrade requires unsupported Node version

The lockfile now resolves xmlbuilder2 to 4.0.1, which declares engines: {node: ">=20.0"}. The repository’s runtime is pinned to Node 18 via src/.nvmrc (lts/hydrogen), and xmlbuilder2 is a production dependency for the Next RSS feed. Installing or running the server with the documented Node 18 toolchain will now hit an engine mismatch (and likely runtime incompatibilities) introduced by this bump.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants