Skip to content

Conversation

@snyk-io
Copy link

@snyk-io snyk-io bot commented Dec 3, 2025

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):

  • chargebee-js-angular/package.json
  • chargebee-js-angular/package-lock.json

Merge Risk: High

This major version upgrade to Angular 19 introduces significant changes, most notably making standalone the default for components, directives, and pipes. This requires code modifications for applications that still rely on NgModules.

Highlights:

  • Standalone by Default: Components, directives, and pipes are now standalone by default. Projects using NgModules must explicitly add standalone: false to their decorators to maintain previous behavior. [4, 7]
  • TypeScript Requirement: Angular 19 requires TypeScript version 5.6 or newer. [4, 9]

Source: Angular documentation
Recommendation: Run ng update @angular/core@19 @angular/cli@19 and carefully review the automated migrations. Manually verify component declarations and ensure your TypeScript version is updated.

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 Cross-site Scripting (XSS)
SNYK-JS-ANGULARCOMPILER-14157154
  620  

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:

🦉 Cross-site Scripting (XSS)

…-lock.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ANGULARCOMPILER-14157154
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.

0 participants