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

[BUG] several deprecated dependencies in monorepo-ts template #807

Open
athewsey opened this issue Jul 2, 2024 · 0 comments
Open

[BUG] several deprecated dependencies in monorepo-ts template #807

athewsey opened this issue Jul 2, 2024 · 0 comments
Labels
bug Something isn't working needs-triage

Comments

@athewsey
Copy link

athewsey commented Jul 2, 2024

Describe the bug

Initialising npx projen new --from @aws/pdk monorepo-ts template produces 12 deprecated dependency warnings, some of which are several versions behind current... Can we get these updated?

Expected Behavior

A current monorepo project template with no deprecation warnings

Current Behavior

npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.
npm warn deprecated @humanwhocodes/config-array@0.11.14: Use @eslint/config-array instead
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @humanwhocodes/object-schema@2.0.3: Use @eslint/object-schema instead
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated glob@7.2.3: Glob versions prior to v9 are no longer supported
npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
npm warn deprecated are-we-there-yet@3.0.1: This package is no longer supported.
npm warn deprecated gauge@4.0.4: This package is no longer supported.
npm warn deprecated npmlog@6.0.2: This package is no longer supported.
npm warn deprecated read-package-json@6.0.4: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported

Reproduction Steps

npx projen new --from @aws/pdk monorepo-ts

(I'm actually using NPM rather than Yarn, so updated the packageManager field in the generated .projenrc.ts before installing with npm install)

Possible Solution

No response

Additional Information/Context

No response

PDK version used

0.23.44

What languages are you seeing this issue on?

Typescript

Environment details (OS name and version, etc.)

macOS, Node v22, npm v10

@athewsey athewsey added bug Something isn't working needs-triage labels Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant