goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.09k stars 120 forks source link

(node:77788) [DEP0155] DeprecationWarning: Use of deprecated trailing slash pattern #275

Closed benpsnyder closed 2 months ago

benpsnyder commented 2 months ago

Please provide the environment you discovered this bug in.

Nitropack build server

Which area/package is the issue in?

Don't know / other

Description

Nitropack build server

Please provide the exception or error you saw

(node:77788) [DEP0155] DeprecationWarning: Use of deprecated trailing slash pattern mapping "./" in the "exports" field module resolution of the package at /Volumes/SnyderDev/@benpsnyder/spartan/node_modules/tslib/package.json imported from /Volumes/SnyderDev/@benpsnyder/spartan/node_modules. Mapping specifiers ending in "/" is no longer supported.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:77788) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.mjs" for module request ".//index.mjs" matched to "./*" in the "exports" field module resolution of the package at /Volumes/SnyderDev/@benpsnyder/spartan/node_modules/tslib/package.json imported from /Volumes/SnyderDev/@benpsnyder/spartan/node_modules.
(node:77788) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.cjs" for module request ".//index.cjs" matched to "./*" in the "exports" field module resolution of the package at /Volumes/SnyderDev/@benpsnyder/spartan/node_modules/tslib/package.json imported from /Volumes/SnyderDev/@benpsnyder/spartan/node_modules.
(node:77788) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.js" for module request ".//index.js" matched to "./*" in the "exports" field module resolution of the package at /Volumes/SnyderDev/@benpsnyder/spartan/node_modules/tslib/package.json imported from /Volumes/SnyderDev/@benpsnyder/spartan/node_modules.
(node:77788) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.json" for module request ".//index.json" matched to "./*" in the "exports" field module resolution of the package at /Volumes/SnyderDev/@benpsnyder/spartan/node_modules/tslib/package.json imported from /Volumes/SnyderDev/@benpsnyder/spartan/node_modules.
(node:77788) [DEP0166] DeprecationWarning: Use of deprecated double slash resolving ".//index.mjs" for module request ".//index.mjs" matched to "./*" in the "exports" field module resolution of the package at /Volumes/SnyderDev/@benpsnyder/spartan/node_modules/tslib/package.json imported from /Volumes/SnyderDev/@benpsnyder/spartan/apps/app/node_modules.

Other information

I'll submit a PR to fix this

I would be willing to submit a PR to fix this issue