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

fix(deps): update dependencies (non-major) #61

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 20.10.3 -> 20.10.6 age adoption passing confidence
pnpm (source) 8.11.0 -> 8.14.0 age adoption passing confidence
typescript (source) 5.3.2 -> 5.3.3 age adoption passing confidence

Release Notes

pnpm/pnpm (pnpm)

v8.14.0

Compare Source

Minor Changes
  • A new option added for hoisting packages from the workspace. When hoist-workspace-packages is set to true, packages from the workspace are symlinked to either <workspace_root>/node_modules/.pnpm/node_modules or to <workspace_root>/node_modules depending on other hoisting settings (hoist-pattern and public-hoist-pattern) #​7451.
  • The pnpm dedupe command now accepts more command line options that the pnpm install command also accepts. Example: pnpm dedupe --store-dir=local-store-dir
Patch Changes
  • The package information output by cat-index should be sorted by key.
  • pnpm deploy should not touch the target directory if it already exists and isn't empty #​7351.
  • pnpm add a-module-already-in-dev-deps will show a message to notice the user that the package was not moved to "dependencies" #​926 and fix #​7319.
  • Don't install Node.js when use-node-version is set in a WebContainer #​7478.
  • Fix copy-on-write on Windows Dev Drives #​7468.
Our Gold Sponsors
Our Silver Sponsors

v8.13.1

Minor Changes

  • New commands added for inspecting the store:

    • pnpm cat-index: Prints the index file of a specific package in the store. The package is specified by its name and version:

      pnpm cat-index <pkg name>@&#8203;<pkg version>
      
    • pnpm cat-file: Prints the contents of a file based on the hash value stored in the index file. For example:

      pnpm cat-file sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      
    • (EXPERIMENTAL) pnpm find-hash: Lists the packages that include the file with the specified hash. For example:

      pnpm find-hash sha512-mvavhfVcEREI7d8dfvfvIkuBLnx7+rrkHHnPi8mpEDUlNpY4CUY+CvJ5mrrLl18iQYo1odFwBV7z/cOypG7xxQ==
      

      This command is experimental. We might change how it behaves.

    Related issue: #​7413.

  • A new setting added for symlinking injected dependencies from the workspace, if their dependencies use the same peer dependencies as the dependent package. The setting is called dedupe-injected-deps #​7416.

  • Use --fail-if-no-match if you want the CLI fail if no packages were matched by the command #​7403.

Patch Changes

  • pnpm list --parseable should not print the same dependency multiple times #​7429.
  • Fix error message texts in the pnpm env commands #​7456.
  • Better support for light themed terminals by the pnpm update --interactive command #​7439.
  • Fix EPERM error that occasionally happened on Windows during renames in the store #​7213.
  • Fix error as in update -i -r with Git specifiers #​7415.
  • Added support for boolean values in 'bundleDependencies' package.json fields when installing a dependency. Fix to properly handle 'bundledDependencies' alias #​7411.

Our Gold Sponsors

Our Silver Sponsors

v8.12.1

Compare Source

Patch Changes

  • Don't report dependencies with optional dependencies as being added on repeat install. This was a bug in reporting #​7384.
  • Fix a bug where --fix-lockfile crashes on tarballs #​7368.
  • Do not create empty patch directory.
  • Installation should not fail if an empty node_modules directory cannot be removed #​7405.

Our Gold Sponsors

Our Silver Sponsors

v8.12.0

Compare Source

Minor Changes

  • Add support for basic authorization header #​7371.

Patch Changes

  • Fix a bug where pnpm incorrectly passes a flag to a run handler as a fallback command #​7244.
  • When dedupe-direct-deps is set to true, commands of dependencies should be deduplicated #​7359.

Our Gold Sponsors

Our Silver Sponsors

Microsoft/TypeScript (typescript)

v5.3.3: TypeScript 5.3.3

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label Dec 6, 2023
@renovate renovate bot requested a review from frantic1048 December 6, 2023 20:17
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 9e208dd to 39bdfa5 Compare December 6, 2023 20:20
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 39bdfa5 to 47cc323 Compare December 7, 2023 07:27
@renovate renovate bot changed the title fix(deps): update dependency typescript to v5.3.3 fix(deps): update dependencies (non-major) Dec 7, 2023
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 47cc323 to 34af7aa Compare December 7, 2023 07:30
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 34af7aa to e08834e Compare December 9, 2023 00:17
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from e08834e to 6cc685f Compare December 9, 2023 00:18
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 6cc685f to 89ace77 Compare December 13, 2023 14:17
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 89ace77 to 1963f76 Compare December 13, 2023 14:18
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 1963f76 to 6aca21f Compare December 14, 2023 07:27
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 6aca21f to 7857b92 Compare December 14, 2023 07:30
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 7857b92 to 70eb5d1 Compare December 17, 2023 22:48
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 70eb5d1 to 694c959 Compare December 17, 2023 22:51
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 694c959 to 59fb334 Compare December 26, 2023 15:29
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 59fb334 to 7dd9cbb Compare December 26, 2023 15:30
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 7dd9cbb to 4b3e0c0 Compare December 27, 2023 09:30
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 4b3e0c0 to c4e0f14 Compare December 27, 2023 09:31
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from c4e0f14 to 982dc69 Compare December 30, 2023 03:04
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 982dc69 to 88a95e6 Compare December 30, 2023 03:05
@renovate renovate bot force-pushed the renovate/auto-merge-non-major-updates branch from 88a95e6 to 6d34442 Compare January 3, 2024 00:17
@rainx rainx force-pushed the renovate/auto-merge-non-major-updates branch from 6d34442 to da5074f Compare January 3, 2024 00:18
@frantic1048 frantic1048 merged commit a092881 into main Jan 4, 2024
5 checks passed
@renovate renovate bot deleted the renovate/auto-merge-non-major-updates branch January 4, 2024 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant