Dependency Update Required for Angular Development

Created on 8 July 2024, 5 months ago

Problem/Motivation

The Angular development module includes a dependency on the fsevents package, specifically version 1.2.3, which needs to be updated. While this version is used only as a development dependency and does not affect the front-end, it is important to maintain up-to-date dependencies for improved stability and security.

Steps to reproduce

  1. Inspect the package-lock.json file in the module.
  2. Identify the dependency on fsevents version 1.2.3.

Proposed resolution

Update the package-lock.json file to ensure that fsevents version 1.2.13 or higher is used. This will involve replacing the current version in the dependency list with the newer version.

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 5 months ago
  • πŸ‡ΊπŸ‡¦Ukraine spheresh

    I've created a patch with the updated dependencies to use a fsevents version 1.2.13 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