ehmicky
ehmicky
It helps people keeping track with new versions. Thanks for your work on this project!
## Error in Netlify Build **coreStep** in **Internal error during "Functions bundling"** Unexpected token } in JSON at position 251 [View on Bugsnag](https://app.bugsnag.com/netlify/netlify-build/errors/620e41e71937a2000848ea11?event_id=620e431700905fd15e0a0000&i=gh&m=ci) ## Stacktrace /opt/buildhome/node-deps/node_modules/@netlify/zip-it-and-ship-it/dist/runtimes/node/bundlers/nft/es_modules.js:24 - patchESMPackage [View full...
Some builds are experiencing a big slowdown when we [upgrade `@babel/parser`](https://github.com/babel/babel/blob/main/packages/babel-parser/README.md) from [`7.16.8`](https://github.com/babel/babel/releases/tag/v7.16.8) to [`7.16.10`](https://github.com/babel/babel/releases/tag/v7.16.10) (note: there is no `7.16.9` release). We are currently unable to reproduce this locally. However,...
See background at https://github.com/netlify/team-dev/issues/36 Once https://github.com/netlify/zip-it-and-ship-it/issues/748 is done and released, we should use pure ES modules and make a major release. This is more than just switching from CommonJS to...
## Error in Netlify Build **coreStep** in **Internal error during "Functions bundling"** ENOENT: no such file or directory, open 'node:http/package.json' [View on Bugsnag](https://app.bugsnag.com/netlify/netlify-build/errors/620b19f6977442000899bcf7?event_id=620b51ab00904c75a17f0000&i=gh&m=ci) ## Stacktrace Error: ENOENT: no such file...
Parent issue: https://github.com/netlify/pod-workflow/issues/321 Users can currently use `import`/`export` statements in their Functions when using the `esbuild` bundler, which transpiles those to CommonJS before we ship it to AWS Lambda. However,...
Background at https://community.netlify.com/t/netlify-plugin-functions-core-fails-on-dependencies-that-are-bundled-already/22836 [Parcel](https://github.com/parcel-bundler/parcel) produces bundles like [this one](https://gist.github.com/Industrial/60aed2605953206ab04c9dde62ddc60b#file-markets-js-L162) where all required dependencies are included in a single file. The `require()` function is injected. For example, the following line: https://gist.github.com/Industrial/60aed2605953206ab04c9dde62ddc60b#file-markets-js-L162...
Cypress tests on Firefox are currently failing. The following PR is skipping them, but we should re-enable them: https://github.com/netlify/framework-info/pull/715 They started failing with the following PR: https://github.com/netlify/framework-info/pull/691. The problem seems...
All Node.js-based frameworks have a specific minimum Node.js version. At the moment, if a user runs a framework on Netlify with a Node.js version that's too old, the framework will...
Does the `/api/1/netlify/crawl` response include any secure/sensitive values? The response might be printed by one of the following statements: https://github.com/algolia/algoliasearch-netlify/blob/601d32efd6cf18dbbd81e018fecc2c7cd2e427bc/plugin/src/index.ts#L81 https://github.com/algolia/algoliasearch-netlify/blob/601d32efd6cf18dbbd81e018fecc2c7cd2e427bc/plugin/src/index.ts#L91 https://github.com/algolia/algoliasearch-netlify/blob/601d32efd6cf18dbbd81e018fecc2c7cd2e427bc/plugin/src/index.ts#L99 Netlify build logs are sometimes public, in which...