Martin Hochel

Results 129 issues of 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...

Area: Build System
Needs: Backlog review
Type: Epic
Fluent UI react-components (v9)
Effort III: Weeks

### 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...

Area: Build System
Package: eslint-plugin
Resolution: Soft Close
Area: Linting

## 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)

Type: RFC
CI

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...

Area: Build System
Area: Typescript