Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ts-jest to remove deprecated dependencies #104

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

moodmosaic
Copy link
Member

Removes warnings for [email protected] and [email protected]. See 4d0d7c5.

Removes warnings for [email protected] and [email protected].

CLI output before fix:
    $ npm install
    npm warn deprecated [email protected]:
      This module is not supported, and leaks memory.
    npm warn deprecated [email protected]:
      Glob versions prior to v9 are no longer supported.

    $ npm list inflight glob
    ├─┬ [email protected]
    │ └─┬ @jest/[email protected]
    │   ├─┬ @jest/[email protected]
    │   │ └─┬ [email protected]
    │   │   └── [email protected]
    │   ├─┬ [email protected]
    │   │ └── [email protected] deduped
    │   └─┬ [email protected]
    │     └── [email protected] deduped

    $ npm install ts-jest@latest

CLI output after fix:
    $ npm install

    up to date, audited 354 packages in 504ms
    found 0 vulnerabilities
@moodmosaic moodmosaic requested a review from a team as a code owner January 29, 2025 10:15
Copy link
Collaborator

@BowTiedRadone BowTiedRadone left a comment

Choose a reason for hiding this comment

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

:shipit:

@BowTiedRadone BowTiedRadone merged commit ee80885 into master Jan 29, 2025
21 checks passed
@moodmosaic moodmosaic deleted the update-ts-jest branch January 29, 2025 15:37
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.

2 participants