Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #1284

Merged
merged 3 commits into from
Oct 22, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dprint ^0.47.2 -> ^0.47.4 age adoption passing confidence
pnpm (source) 9.9.0 -> 9.12.2 age adoption passing confidence

Release Notes

dprint/dprint (dprint)

v0.47.4

Compare Source

Changes

  • fix: improve automated config file editing and respect trailing commas (#​926)

The automated editing of the config file that dprint does like dprint config add ... should be a lot more intelligent.

Install

Run dprint upgrade or see https://dprint.dev/install/

Checksums

Artifact SHA-256 Checksum
dprint-x86_64-apple-darwin.zip 16f360c526c14c070ab618cf6c36ff9c8bf5b32c7e07a0c0c9b58d91697b4a40
dprint-aarch64-apple-darwin.zip 522783119d1ab52164ff2aaea2072c1578a7b8988156a0add06d370eb58d439e
dprint-x86_64-pc-windows-msvc.zip d91d0a6e607f06ee06fe2b01a6f602e2ace14d44e1d6f11ec6b3f1e0887a6fd6
dprint-x86_64-pc-windows-msvc-installer.exe 871e668d67acfed5db215328d3589a57196881dcebbda286640188f6fcb9519b
dprint-x86_64-unknown-linux-gnu.zip 6017a25b83dc76e2c3676657b538d1b4862101cd4d13b26d2a3755811234ead6
dprint-x86_64-unknown-linux-musl.zip f43c768656e8024812222a238391601ad8db8e095fa87068e0d5c9c6176cb96a
dprint-aarch64-unknown-linux-gnu.zip 68f7a0072612ab5b4bee3d7609d47c896050ed54844f8794d871965cb480aa70
dprint-aarch64-unknown-linux-musl.zip 3b009c51c85336058672b4be54d4bdb044b7f9bbd570d51802449c1eac18ef6c
pnpm/pnpm (pnpm)

v9.12.2: pnpm 9.12.2

Compare Source

Patch Changes

  • When checking whether a file in the store has executable permissions, the new approach checks if at least one of the executable bits (owner, group, and others) is set to 1. Previously, a file was incorrectly considered executable only when all the executable bits were set to 1. This fix ensures that files with any executable permission, regardless of the user class, are now correctly identified as executable #​8546.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.1: pnpm 9.12.1

Compare Source

Patch Changes

  • pnpm update --latest should not update the automatically installed peer dependencies #​6657.
  • pnpm publish should be able to publish from a local tarball #​7950.
  • The pnpx command should work correctly on Windows, when pnpm is installed via the standalone installation script #​8608.
  • Prevent EBUSY errors caused by creating symlinks in parallel dlx processes #​8604.
  • Fix maximum call stack size exceeded error related to circular workspace dependencies #​8599.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v9.12.0: pnpm 9.12

Compare Source

Minor Changes
  • Fix peer dependency resolution dead lock #​8570. This change might change some of the keys in the snapshots field inside pnpm-lock.yaml but it should happen very rarely.

  • pnpm outdated command supports now a --sort-by=name option for sorting outdated dependencies by package name #​8523.

  • Added the ability for overrides to remove dependencies by specifying "-" as the field value #​8572. For example, to remove lodash from the dependencies, use this configuration in package.json:

    {
      "pnpm": {
        "overrides": {
          "lodash": "-"
        }
      }
    }
Patch Changes
  • Fixed an issue where pnpm list --json pkg showed "private": false for a private package #​8519.
  • Packages with libc that differ from pnpm.supportedArchitectures.libc are not downloaded #​7362.
  • Prevent ENOENT errors caused by running store prune in parallel #​8586.
  • Add issues alias to pnpm bugs #​8596.
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors

v9.11.0

Compare Source

v9.10.0: pnpm 9.10

Compare Source

Minor Changes

  • Support for a new CLI flag, --exclude-peers, added to the list and why commands. When --exclude-peers is used, peer dependencies are not printed in the results, but dependencies of peer dependencies are still scanned #​8506.

  • Added a new setting to package.json at pnpm.auditConfig.ignoreGhsas for ignoring vulnerabilities by their GHSA code #​6838.

    For instance:

    {
      "pnpm": {
        "auditConfig": {
          "ignoreGhsas": [
            "GHSA-42xw-2xvc-qx8m",
            "GHSA-4w2v-q235-vp99",
            "GHSA-cph5-m8f7-6c5x",
            "GHSA-vh95-rmgr-6w4m"
          ]
        }
      }
    }

Patch Changes

  • Throw an exception if pnpm switches to the same version of itself.
  • Reduce memory usage during peer dependencies resolution.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title Update pnpm to v9.11.0 Update pnpm to v9.12.0 Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 12e15bf to 9a94dc4 Compare October 7, 2024 16:05
@renovate renovate bot changed the title Update pnpm to v9.12.0 Update pnpm to v9.12.1 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a94dc4 to 51a711d Compare October 16, 2024 15:42
@renovate renovate bot changed the title Update pnpm to v9.12.1 Update pnpm to v9.12.2 Oct 16, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 51a711d to 6b7ef45 Compare October 19, 2024 22:37
@renovate renovate bot changed the title Update pnpm to v9.12.2 Update all non-major dependencies Oct 19, 2024
@Methuselah96 Methuselah96 merged commit 7bdaf77 into master Oct 22, 2024
5 checks passed
@Methuselah96 Methuselah96 deleted the renovate/all-minor-patch branch October 22, 2024 01:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant