esbuild-plugin-polyfill-node icon indicating copy to clipboard operation
esbuild-plugin-polyfill-node copied to clipboard

ESBuild plugin to polyfill Node.js built-ins geared towards edge environments.

Results 14 esbuild-plugin-polyfill-node issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`^8.48.0` -> `^9.11.1`](https://renovatebot.com/diffs/npm/eslint/8.48.0/9.11.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint/9.11.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@cyco130/eslint-config](https://redirect.github.com/cyco130/eslint-config) | [`^3.3.2` -> `^3.9.6`](https://renovatebot.com/diffs/npm/@cyco130%2feslint-config/3.3.2/3.9.6) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@cyco130%2feslint-config/3.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@cyco130%2feslint-config/3.9.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [import-meta-resolve](https://togithub.com/wooorm/import-meta-resolve) | [`^3.0.0` -> `^4.1.0`](https://renovatebot.com/diffs/npm/import-meta-resolve/3.0.0/4.1.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/import-meta-resolve/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/import-meta-resolve/4.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

I'm migrating an old project from `browserify` to `esbuild` and I found out that I can't override the default polyfils with some custom implementation. I'm not sure if this is...

Despite specifying in my config, the polyfill for global to be set at globalThis does not seem to work on my configuration. Here is my config (Gulp): ``` .pipe( esbuild({...

Updates to the latest [Deno Node API compatability](https://docs.deno.com/runtime/manual/node/compatibility).

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [tsup](https://tsup.egoist.dev/) ([source](https://redirect.github.com/egoist/tsup)) | [`^7.2.0` -> `^8.3.0`](https://renovatebot.com/diffs/npm/tsup/7.2.0/8.3.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/tsup/8.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

`process` polyfill currently don't have `stdout` and `stderr` keys, but also not allowing to change them on runtime. Is there anyway to extend default polyfill to I would love to...

When using with Vite I am getting the following error: `The injected path "/node_modules/esbuild-plugin-polyfill-node/polyfills/__dirname.js" cannot be marked as external`. Is there some extra config I need to do here?

bug