Martin Hochel

Results 129 issues of Martin Hochel

## New Behavior **jest:** - monorepo migrated to jest 29 - snapshot format is kept in old format - as a followup we will migrate to the new format which...

Area: Build System
Area: Testing

## Previous Behavior ## New Behavior Release note: https://devblogs.microsoft.com/typescript/announcing-typescript-4-7 ## Related Issue(s) - Fixes partially #25488

PR: API Modified

## Previous Behavior ## New Behavior ### scaffold migrations: - nx now uses per library/app `project.json` instead global `workspace.json` as source of truth for every project within monorepo ### packages...

Status: Blocked

### Library - React Components / v9 (@fluentui/react-components) - React / v8 (@fluentui/react) ### Describe the feature that you would like added We are using `bundle-size` tool which source etc...

Area: Build System
Type: Feature
Fluent UI react-components (v9)
Fluent UI react (v8)

### Library React Components / v9 (@fluentui/react-components) ### System Info ```shell na ``` ### Are you reporting Accessibility issue? None ### Reproduction 1. `rm -rf packages/**/{lib,lib-commonjs,dist}` 2. `yarn workspace @fluentui/react-text...

Area: Build System
Area: DevExp
Fluent UI react-components (v9)

## Previous Behavior - just.config template contains backtick that triggers error on file parsing - cypress config was only "setup" (updated) if there was a tsconfig.cy.json present in project ##...

Area: Build System
Area: DevExp
Fluent UI react-components (v9)
NX: workspace generators

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description ## Motivation ATM when we use `groups` only projects within that group are bumped including dependencies...

type: feature

### Current Behavior when running `yarn nx release version` , after version bumps are emitted , yarn lockfile update is triggered (`yarn install`). ``` Updating yarn lock file ``` In...

type: bug

- [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description ATM `generateOptions` field has generic `object` type which results in subpar DX when configuring settings within...

type: feature

### Current Behavior `yarn nx release version patch -g -d` updates package.json dependencies to following: ```diff "description": "Perf tests for fluentui.", - "version": "0.66.4", + "version": "0.66.5", "private": true, "dependencies":...

type: bug