You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]: 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/[email protected]: Use @eslint/config-array instead
npm warn deprecated [email protected]: Rimraf versions prior to v4 are no longer supported
npm warn deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported.
npm warn deprecated [email protected]: This package is no longer supported. Please use @npmcli/package-json instead.
npm warn deprecated [email protected]: 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
The text was updated successfully, but these errors were encountered:
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
Closing this issue as it hasn't seen activity for a while. Please add a comment @mentioning a maintainer to reopen. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
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
Reproduction Steps
(I'm actually using NPM rather than Yarn, so updated the
packageManager
field in the generated.projenrc.ts
before installing withnpm 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
The text was updated successfully, but these errors were encountered: