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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated package dependency #2

Open
juliovedovatto opened this issue Feb 14, 2020 · 2 comments 路 May be fixed by #32
Open

Fix deprecated package dependency #2

juliovedovatto opened this issue Feb 14, 2020 · 2 comments 路 May be fixed by #32

Comments

@juliovedovatto
Copy link

Great work creating this plugin to help us use Node libs in Stencil. 馃帀

But it would be good to update package dependencies from https://www.npmjs.com/package/rollup-plugin-node-polyfills?activeTab=dependencies

warning rollup-plugin-node-polyfills > rollup-plugin-inject@3.0.2: This package has been deprecated and is no longer maintained. Please use @rollup/plugin-inject.

I checked my package-lock.json and found:

"rollup-plugin-node-polyfills": {
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/rollup-plugin-node-polyfills/-/rollup-plugin-node-polyfills-0.2.1.tgz",
      "integrity": "sha512-4kCrKPTJ6sK4/gLL/U5QzVT8cxJcofO0OU74tnB19F40cmuAKSzH5/siithxlofFEjwvw1YAhPmbvGNA6jEroA==",
      "dev": true,
      "requires": {
        "rollup-plugin-inject": "^3.0.0"
      }
    },

It would be great to change to use @rollup/plugin-inject

@juliovedovatto
Copy link
Author

@manucorporat

@Niek
Copy link

Niek commented Jul 14, 2020

+1 on this

jokester added a commit to jokester/rollup-plugin-node-polyfills that referenced this issue Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants