Elizabeth Craig

Results 64 issues of Elizabeth Craig

Consider the following scenario: - Local package `foo` depends on local package `bar` - Changes are made to `bar` and a change file is generated - On publish, `foo` will...

bug

React version: any version with hooks `eslint-plugin-react-hooks` version: 4.6.0 / all (still repros in 5.0.0-canary-f81c0f1ed-20230927) ## Steps To Reproduce Link to code example: https://github.com/ecraig12345/repro-react-hooks-eslint 1. Install dependencies: - `eslint-plugin-react-hooks` (any...

Resolution: Needs More Information
Component: ESLint Rules

Right now, retries for git push are hardcoded to 5. This should probably either respect the general `retry` option, or have its own retry option.

feature

Add a `--dry-run` option (intended for the CLI only) which does the following: 1. Makes all changes locally 2. Runs `npm publish --dry-run` (skipped if the `publish` option is disabled)...

A "good enough" initial solution to ensuring TS 3.9 compatibility is just banning type constructs introduced in 4.0+ (see #18440), but we may want to add actual downleveling in the...

Area: Build System
Type: Epic
Area: Typescript

Update the config loading approach and introduce new binaries to support ESM configs. This addresses part of #572 and #686 as much as is possible without a potential breaking change....

### System Info `@rspack/core` version: 1.0.7 TypeScript version: 5.5.4 (other system info is irrelevant because this is a typescript problem) ### Details I was trying to use an `externals` function...

bug

## Summary As detailed in #27431, with the eslint parser set to `@typescript-eslint/parser` v5 or newer, this code was no longer being flagged by `eslint-plugin-react-hooks` `rules-of-hooks`: ```ts import { useState...

CLA Signed

Add an option `changelog.uniqueFilenames` which adds an 8-character ~~random~~ suffix to the end of the changelog filename (before the extension): e.g. `CHANGELOG-abcd1234.md`. EDIT: After discussion, the suffix is now the...