Elizabeth Craig

Results 64 issues of Elizabeth Craig

`getOptions` and `getCombinedPackageOptions` should be recursively merging object properties instead of overwriting them (arrays should still be overwritten). Code from a previous attempt before realizing the issue applied to `getOptions`...

bug
breaking change
in next
v3?

This is just a tracking issue, not necessarily something there's a plan to implement unless there's a compelling need. Originally, beachball intended to allow JS config files per-package. This was...

feature

Support passing regular expressions for `inlinedLibraries`, `importedLibraries`, and `allowedTypesLibraries`. This is to support scenarios like easily inlining all packages from the current repo's scope or certain dependency scopes: e.g. `inlinedLibraries:...

## Issue 3.10.1 as published to npm introduces a new file [`dist/es2015/package.json`](https://app.unpkg.com/[email protected]/files/dist/es2015/package.json) with contents `{"type": "module"}`. This causes any webpack bundle referencing `react-focus-on` to fail with the following errors (because...

This will be MUCH faster than shelling out to npm. - publish: [`libnpmpublish`](https://www.npmjs.com/package/libnpmpublish) (version 8 for node 14) - pack: [`libnpmpack`](https://www.npmjs.com/package/libnpmpack) - show/view: this command is unfortunately not exported in...

feature
v3?

- [ ] `workspace:` versions everywhere - [ ] E2E changelog generation tests in `src/__e2e__/bump.test.ts` - there are already some oddities with workspace versions and possibly other cases - [...

Not sure when this will happen, but making a parent issue for things that should be included a new major version of beachball. Other ideas: - Use zod or something...

Currently if the `prereleasePrefix` option is specified, ALL packages with type major/minor/patch will instead be bumped as `prerelease` due to the logic in `bumpPackageInfoVersion`. This dates back to #658, which...

bug
breaking change

Currently there's some inconsistency with how groups' `disallowedChangeTypes` are handled, specifically for dependent bumps. This test (which would go in `bump.test.ts`) shows the issue: ```ts it('should bump all grouped packages,...

bug
breaking change

Update `minimatch` to the latest version which drops support for backslashes as path separators in glob paths. https://github.com/isaacs/minimatch/blob/main/changelog.md At that point we should also consider whether to switch to a...

breaking change
v3?