Martin Hochel
Martin Hochel
when running `tsfmt --verify` within project it ignores `extends` within tsconfig.json, so user has to specify all file paths manually within terminal which is very inconvenient
It is rather strange because when I skimmed through build logs, yarn 1.x is installed bud when I do docker run, old yarn is there for node 8 any ideas?...
## Feature request ### Use case(s) Hooks are very appealing API to deal with, especially when talking about Dependency injection. ## API proposal: ```ts // @TODO ```
Bumps packages that all rely directly or transitively on parse-url - workspace-tools - lage - beachball - lerna ( 2 major releases up ) ## Related Issue(s) Fixes https://github.com/microsoft/fluentui/security/dependabot/116
# Story π§ββοΈ ## Current behaviour We trigger v9 release pipeline manually. > **Why?:** > - to mitigate releases overload and spamming npm registry > - to be able troubleshoot/identify...
### Describe the issue: #### Actual behavior: Following code wont' be autofix nor triggers lint warnings: ```js import {Foo} from '@fluentui/hello' import {Yolo} from '../life' import {Bar} from '@fluentui/hello' import...
## Pre-requirements: - [x] https://github.com/microsoft/fluentui/pull/24345 ## Description - adds more scripts subfolders to ts-solution config and fixes types/logic (please check [commit messages](https://github.com/microsoft/fluentui/pull/24526/commits) for more info) - renames `updateReleaseNotes` to kebab...
[π PREVIEW](https://github.com/microsoft/fluentui/pull/24817/files?short_path=7e93867#diff-7e938677b3fc951cde8d369feb66774ced52123fbe7766b98d2c47ee2e4525f8)
When some `parameters` property is not defined it will throw Exception as there is no array to iterate upon: **Example:** **Fix:** Various: - Following line needs to be handled in...
## New Behavior typescript bump to 4.6 + api-extractor family of packages which is compatible with TS 4.6 TS release notes (affecting our codebase): https://devblogs.microsoft.com/typescript/announcing-typescript-4-6/ **API extractor changes:** - fixed...