eakoriakin / ionic-selectable

Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.
MIT License
550 stars 123 forks source link

Deprecation Warning Angular v15 #407

Open silverio opened 1 year ago

silverio commented 1 year ago

Processing legacy "View Engine" libraries: (node:24014) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead (Use node --trace-deprecation ... to show where the warning was created)

StevenSwitten commented 1 year ago

This is now problematic since angular 16 does not support view engine libraries anymore. @eakoriakin are there any plans to upgrade this to an ivy version?