pacote icon indicating copy to clipboard operation
pacote copied to clipboard

A box of goodies, in TypeScript.

Results 18 pacote issues
Sort by recently updated
recently updated
newest added

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 19.8.4 to 20.0.0. Release notes Sourced from nx's releases. 20.0.0 (2024-10-07) 🚀 Features add rspack plugin (#143) add rspack plugin (#143) upgrade rspack to 0.4.4 (#352) core:...

dependencies

Bumps [typedoc](https://github.com/TypeStrong/TypeDoc) from 0.26.7 to 0.26.8. Release notes Sourced from typedoc's releases. v0.26.8 Features Updated Chinese translations, #2706. Exported constants no longer render the type and default value if they...

dependencies

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.3 to 22.15.16. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=22.15.3&new-version=22.15.16)](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...

dependencies
javascript

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.8.0 to 19.8.1. Release notes Sourced from @​commitlint/config-conventional's releases. v19.8.1 19.8.1 (2025-05-08) Performance Improvements perf(rules): optimize header-trim by @​felipecrs in conventional-changelog/commitlint#4363 Docs docs(config-workspace-scopes): incorrect package name title...

dependencies
javascript

Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 19.8.0 to 19.8.1. Release notes Sourced from @​commitlint/cli's releases. v19.8.1 19.8.1 (2025-05-08) Performance Improvements perf(rules): optimize header-trim by @​felipecrs in conventional-changelog/commitlint#4363 Docs docs(config-workspace-scopes): incorrect package name title...

dependencies
javascript

Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 20.8.1 to 21.0.2. Release notes Sourced from nx's releases. 21.0.2 (2025-05-07) 🩹 Fixes core: run script should exit the process when kill signals are r… (#31109) core:...

dependencies
javascript

Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.1 to 15.5.2. Release notes Sourced from lint-staged's releases. v15.5.2 Patch Changes #1544 5561321 Thanks @​YimingIsCOLD! - Correctly handle colon (:) characters in staged filenames. Changelog Sourced...

dependencies
javascript

It seems the type-checking errors get reported against the wrong argument. For example: ```ts import { withDefaultProps } from '@pacote/react-with-props' function Hello({ world }: { world?: string }) { return...