Daniel Tschinder

Results 53 issues of Daniel Tschinder

using `release.dependsOn clean` throws error `Cannot cast object 'task ':clean'' with class 'CleanTask_Decorated' to class 'groovy.lang.Closure'` instead use `project.tasks.release.dependsOn clean` This happens because `release` now resolves to the extension (the...

documentation

There might be multiprojects where the root projects does not contain code or a build task, but the release task is still calling the build task. For reference this configurations...

bug

It is nice that snapdragon as well as micromatch are nicely separated into small pieces, but I really think that having all of them in separate repositories make maintaining them...

#### Summary This ads a new bundler that does not do anything. It is to allow skipping the bundling. While I was at it, I change `Runtime, ModuleFormat and NodeBundler`...

type: feature

Comes from #1098 While working on the above PR, there was some confusion about naming and/or the content of certain properties that are returned by `zipFunction`. In detail what is...

type: chore

This PR contains a: - [x] **bugfix** - [ ] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **typo fix** - [x] **metadata...

When building the new Dockerfile on Apple Silicon for arm64 (with the changes from @lukasholzer), the container-structure-tests are failing now: ``` === RUN: Command Test: hugo --- FAIL duration: 289.941792ms...

type: bug

Im trying to solve webpack/grunt-webpack#61 which throws an error if the config in the Gruntfile.js contains a circular reference (see stacktrace at the end). The first assumption was that we...

:robot: I have created a release *beep* *boop* --- cli: 6.0.0-alpha.4 ## [6.0.0-alpha.4](https://github.com/reactjs/react-docgen/compare/cli-v6.0.0-alpha.3...cli-v6.0.0-alpha.4) (2022-10-18) ### Bug Fixes * **deps:** pin dependencies ([b570fc1](https://github.com/reactjs/react-docgen/commit/b570fc1adf667d529d6e3c15abd19e5622fa7b3f)) * **deps:** update dependency commander to v9.4.1 ([d4bff01](https://github.com/reactjs/react-docgen/commit/d4bff01688eb7909d01da576c95d3399cc0e5ae6))...

autorelease: pending

PR #494 - [x] Resolve imported proptypes and types (#464) - [ ] Add support for enabling import feature in cli - [x] Migrate to TS 🎉 - [x] Migrate...

breaking
6.x