adam-rocska / use-task-queue

React hook for managing queues of tasks.
MIT License
1 stars 0 forks source link

Bump pnpm from 9.10.0 to 9.14.2 #57

Closed dependabot[bot] closed 17 hours ago

dependabot[bot] commented 1 week ago

Bumps pnpm from 9.10.0 to 9.14.2.

Release notes

Sourced from pnpm's releases.

v9.14.2

Patch Changes

  • pnpm publish --json should work #8788.

Platinum Sponsors

Gold Sponsors

... (truncated)

Changelog

Sourced from pnpm's changelog.

9.14.2

Patch Changes

  • pnpm publish --json should work #8788.

9.14.1

Minor Changes

  • Added support for pnpm pack --json to print packed tarball and contents in JSON format #8765.

Patch Changes

  • pnpm exec should print a meaningful error message when no command is provided #8752.
  • pnpm setup should remove the CLI from the target location before moving the new binary #8173.
  • Fix ERR_PNPM_TARBALL_EXTRACT error while installing a dependency from GitHub having a slash in branch name #7697.
  • Don't crash if the use-node-version setting is used and the system has no Node.js installed #8769.
  • Convert settings in local .npmrc files to their correct types. For instance, child-concurrency should be a number, not a string #5075.
  • pnpm should fail if a project requires a different package manager even if manage-package-manager-versions is set to true.
  • pnpm init should respect the --dir option #8768.

9.13.2

Patch Changes

  • Detection of circular peer dependencies should not crash with aliased dependencies #8759. Fixes a regression introduced in the previous version.
  • Fix race condition of symlink creations caused by multiple parallel dlx processes.

9.13.1

Patch Changes

  • Fixed some edge cases where resolving circular peer dependencies caused a dead lock #8720.

9.13.0

Minor Changes

  • The self-update now accepts a version specifier to install a specific version of pnpm. E.g.: pnpm self-update 9.5.0 or pnpm self-update next-10.

Patch Changes

  • Fix Cannot read properties of undefined (reading 'name') that is printed while trying to render the missing peer dependencies warning message #8538.

9.12.3

Patch Changes

  • Don't purge node_modules, when typing "n" in the prompt that asks whether to remove node_modules before installation #8655.

... (truncated)

Commits
  • 1f371d1 chore(release): 9.14.2
  • 55fb7a6 chore(release): 9.14.1
  • fd4b91d revert: "feat: add linux-riscv64 build (#8779)"
  • 740fd81 chore(release): 9.14.0
  • 7c292cc docs: update sponsors
  • 020e64b feat: add linux-riscv64 build (#8779)
  • e275d19 fix: the CLI should fail if a different package manager is required by the pr...
  • abd91ca fix: ERR_PNPM_TARBALL_EXTRACT when the URL's hash contains a slash (#8761)
  • 5fd5617 chore(release): 9.13.2
  • dca58ad docs: add new sponsors
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 17 hours ago

Superseded by #59.