Dependency Update Required for Angular Development

Created on 8 July 2024, 4 months ago

Problem/Motivation

Some packages use deprecated handlebars.js in their dependencies. Although the build tool utilizes a version, ensuring that all related dependencies are up to date is crucial for maintaining a robust and secure build environment.

Steps to reproduce

  1. Inspect the package-lock.json file in the module.
  2. Identify the dependency on handlebars JS < 4.3.0

Proposed resolution

Update the dependencies for handlebars.js to ensure all are aligned with version 4.7.6 or higher.

User interface changes

None. The update is related to development dependencies and does not affect the user interface.

API changes

None. The update does not introduce any changes to the API.

Data model changes

None. The update does not involve any changes to the data model.

πŸ› Bug report
Status

Needs work

Version

3.1

Component

Code

Created by

πŸ‡ΊπŸ‡¦Ukraine spheresh

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @spheresh
  • Status changed to Needs work 4 months ago
  • πŸ‡ΊπŸ‡¦Ukraine spheresh

    I've created a patch with the updated dependencies to use version 4.7.6 or higher. The patch file is attached.

  • πŸ‡ΊπŸ‡¦Ukraine spheresh

    This ticket can be used to update the patch or mirror version of dependencies to solve minimum compatibility issues. The updates should not include API or UI changes, only the build dependencies.

Production build 0.71.5 2024