Skip to content

Conversation

@patzeltj
Copy link

snyk-top-banner

Snyk has created this PR to fix 1 vulnerabilities in the npm dependencies of this project.

Snyk changed the following file(s):

  • src/frontend/packages/core/package.json

Merge Risk: High

This is a massive upgrade across 10 major versions, introducing significant breaking changes at nearly every step. A direct upgrade is not feasible; a sequential, version-by-version migration is required. Key breaking changes include the complete removal of the View Engine in favor of Ivy, the introduction and stabilization of standalone components, new control flow syntax, and mandatory updates to Node.js and TypeScript versions.

Highlights:

  • View Engine Removal: As of v13, the legacy View Engine is no longer supported, and the Angular Compatibility Compiler (ngcc) was removed in v16. Libraries must be Ivy-compatible.
  • Standalone Components by Default: Starting in v17 and finalized in v19, components, directives, and pipes are standalone by default. Projects using NgModules will need to explicitly set standalone: false.

Source: Angular documentation
Recommendation: Do not attempt a direct upgrade. Follow the official Angular Update Guide to migrate incrementally from one major version to the next (e.g., 9 -> 10, 10 -> 11, and so on). This process will involve significant code refactoring, dependency updates, and testing at each stage.

Notice 🤖: This content was generated using artificial intelligence. AI-generated content may contain errors and should be reviewed for accuracy before use.


Vulnerabilities that will be fixed with an upgrade:

Issue Score
high severity Insertion of Sensitive Information Into Sent Data
SNYK-JS-ANGULARCOMMON-14135651
  671  

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open fix PRs.

For more information:
🧐 View latest project report
📜 Customise PR templates
🛠 Adjust project settings
📚 Read about Snyk's upgrade logic


Learn how to fix vulnerabilities with free interactive lessons:

🦉 Learn about vulnerability in an interactive lesson of Snyk Learn.

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.

3 participants