Daniel Tschinder
Daniel Tschinder
@jonschlinkert What is your opinion on supported node versions in nanomatch, micromatch and dependencies? I was wondering because we would do a major version anyway for the snapdragon updates, so...
This cleans up two things with eslint: 1. First commit removes the unused custom rule we have for importing chalk and instead uses a built-in one from eslint. 2. Second...
### Summary Fixes https://github.com/netlify/pod-compute/issues/149 This is behind a FF. With FF enabled: * esbuild outputs the bundle with cjs extension * entry-file will be generated with `cjs` extension (or `mjs`...
#### Summary This adds support for cyclic dependencies in the NFT bundler and adds a test for it (also for esbuild). This DOES NOT work though yet, because esbuild, which...
### Current Behavior ``` $ ./node_modules/.bin/nx run-many --target=build --exclude='@react-docgen-internal/*' --verbose > NX Running target build for 2 projects: - @react-docgen/cli - react-docgen ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— ——————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————— > NX Successfully ran target build...
There are 5 deprecation notices in `[email protected]`: ``` $ npm install [email protected] -g npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated [email protected]:...
### Which problem is this feature request solving? Currently, we use a handcrafted solution for the documentation webpage, which is unmaintained and depends on packages with security issues. https://cli.netlify.com/ Ref:...
#### Summary This PR adds a new JSON schema file for netlify.toml. A direct link to this file will be added to https://github.com/SchemaStore/schemastore. Most IDEs (vscode with extension, intellij) try...
Currently tsc randomly fails on macOS. I found this: https://github.com/microsoft/TypeScript/issues/51335#issuecomment-1294225390 but that would only work if we can reproduce locally.
## Expected Behavior I want the changelog header to be only once at the top of the `CHANGELOG.md` file ## Current Behavior For every new version the header is not...