pacote
pacote copied to clipboard
A box of goodies, in TypeScript.
Bumps [xxhash-addon](https://github.com/ktrongnhan/xxhash-addon) from 1.5.0 to 2.0.3. Release notes Sourced from xxhash-addon's releases. v2.0.3 Fixes README to ref the correct version of xxHash v2.0.2 Dependencies Upgrading xxhash to v0.8.2 Fixes Auto-discover...
## What When I upgrade `@pacote/jest-either` from `4.0.9` to `5.0.0`, got error when running test: ``` Test suite failed to run Cannot find module '@pacote/jest-either' from ... ``` ## ENV...
Hi, thank's for this package. I have an issue with `withProps` typing. I have this piece of code: ```ts const UnstyledLabel = withProps( ({ error = false }: { error:...
Expose a factory function for reducers that does not require passing the initial state: `function reducer(): EnhancedReducer` This would allow for a more concise use with the `useReducer` React hook,...
`Immutable` incorrectly changes tuples to `ReadonlyArray`. For example: ```ts import { Immutable } from '@pacote/immutable' type ImmutableTuple = Immutable // expected => Readonly // actual => ReadonlyArray const test: ImmutableTuple...
Applying `withProps()` to a styled component yields the following type error: ``` error TS2345: Argument of type 'StyledComponent' is not assignable to parameter of type 'InnerComponent'. Type 'StyledComponent' is not...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.1.0 to 22.3.0. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/packages/lerna) from 8.1.7 to 8.1.8. Release notes Sourced from lerna's releases. v8.1.8 8.1.8 (2024-08-05) Bug Fixes publish: upgrade @npmcli/arborist to 7.5.4 (#4058) (89de0eb) version: truncate release body based on...
Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.3.0 to 19.4.0. Release notes Sourced from @commitlint/cli's releases. v19.4.0 Features Support command line options from a file by @benquarmby in conventional-changelog/commitlint#4109 Support linting from the last...
Bumps [vite-tsconfig-paths](https://github.com/aleclarson/vite-tsconfig-paths) from 4.3.2 to 5.0.1. Release notes Sourced from vite-tsconfig-paths's releases. v5.0.0 This package is now ESM only in order to align with Vite: https://vitejs.dev/guide/migration#deprecate-cjs-node-api If your project is...