Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 1, 2024

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence
pnpm (source) 9.12.2 -> 9.15.9 age confidence
typescript (source) 5.5.4 -> 5.9.2 age confidence
vue (source) 3.4.38 -> 3.5.22 age confidence
vue-tsc (source) 2.1.6 -> 2.2.12 age confidence

Release Notes

pnpm/pnpm (pnpm)

v9.15.9: pnpm 9.15.9

Compare Source

Patch Changes

  • Fix running pnpm CLI from pnpm CLI on Windows when the CLI is bundled to an executable #​8971.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.8: pnpm 9.15.8

Compare Source

Patch Changes

  • pnpm self-update should always update the version in the packageManager field of package.json.
  • The pnpm CLI process should not stay hanging, when --silent reporting is used.
  • When --loglevel is set to error, don't show installation summary, execution time, and big tarball download progress.
  • Don't show info output when --loglevel=error is used.

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.7: pnpm 9.15.7

Compare Source

Patch Changes

  • pnpm self-update should not leave a directory with a broken pnpm installation if the installation fails.
  • Allow scope registry CLI option without --config. prefix such as --@​scope:registry=https://scope.example.com/npm #​9089.
  • pnpm self-update should not read the pnpm settings from the package.json file in the current working directory.
  • pnpm update -i should list only packages that have newer versions #​9206.
  • Fix a bug causing entries in the catalogs section of the pnpm-lock.yaml file to be removed when dedupe-peer-dependents=false on a filtered install. #​9112

Platinum Sponsors

Bit Bit Syntax

Gold Sponsors

Discord u|screen
JetBrains Nx
CodeRabbit Route4Me
Workleap Stackblitz

v9.15.6: pnpm 9.15.6

Compare Source

Patch Changes

  • Fix instruction for updating pnpm with corepack #​9101.
  • Print pnpm's version after the execution time at the end of the console output.
  • The pnpm version specified by packageManager cannot start with v.
  • Fix a bug causing catalog snapshots to be removed from the pnpm-lock.yaml file when using --fix-lockfile and --filter. #​8639
  • Fix a bug causing catalog protocol dependencies to not re-resolve on a filtered install #​8638.

v9.15.5: pnpm 9.15.5

Compare Source

Patch Changes

  • Verify that the package name is valid when executing the publish command.
  • When running pnpm install, the preprepare and postprepare scripts of the project should be executed #​8989.
  • Quote args for scripts with shell-quote to support new lines (on POSIX only) #​8980.
  • Proxy settings should be respected, when resolving Git-hosted dependencies #​6530.
  • Replace strip-ansi with the built-in util.stripVTControlCharacters #​9009.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.4: pnpm 9.15.4

Compare Source

Patch Changes

  • Ensure that recursive pnpm update --latest <pkg> updates only the specified package, with dedupe-peer-dependents=true.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.3: pnpm 9.15.3

Compare Source

Patch Changes

  • Fixed the Regex used to find the package manifest during packing #​8938.
  • pnpm update --filter <pattern> --latest <pkg> should only change the specified package for the specified workspace, when dedupe-peer-dependents is set to true #​8877.
  • Exclude .DS_Store file at patch-commit #​8922.
  • Fix a bug in which pnpm patch is unable to bring back old patch without specifying @version suffix #​8919.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.2: pnpm 9.15.2

Compare Source

Patch Changes

  • Fixed publish/pack error with workspace dependencies with relative paths #​8904. It was broken in v9.4.0 (398472c).
  • Use double quotes in the command suggestion by pnpm patch on Windows #​7546.
  • Do not fall back to SSH, when resolving a git-hosted package if git ls-remote works via HTTPS #​8906.
  • Improve how packages with blocked lifecycle scripts are reported during installation. Always print the list of ignored scripts at the end of the output. Include a hint about how to allow the execution of those packages.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me Workleap
Canva

v9.15.1: pnpm 9.15.1

Compare Source

Patch Changes

  • pnpm remove should not link dependencies from the workspace, when link-workspace-packages is set to false #​7674.
  • Installation with hoisted node_modules should not fail, when a dependency has itself in its own peer dependencies #​8854.

Platinum Sponsors

Bit Bit Figma

Gold Sponsors

Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.15.0: pnpm 9.15

Compare Source

Minor Changes
  • Metadata directory version bumped to force fresh cache after we shipped a fix to the metadata write function. This change is backward compatible as install doesn't require a metadata cache.
Patch Changes
  • pnpm update --global should not crash if there are no any global packages installed #​7898.
  • Fix an exception when running pnpm update --interactive if catalogs are used.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
Route4Me

v9.14.4: pnpm 9.14.4

Compare Source

Patch Changes
  • Don't ever save mutated metadata to the metadata cache.
Platinum Sponsors
Bit Bit Figma
Gold Sponsors
Discord Prisma
u|screen JetBrains
Nx CodeRabbit
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.

Copy link

coderabbitai bot commented Aug 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update involves minor version changes across several package.json files, primarily upgrading the vue dependency from version 3.4.38 to 3.5.13 and the packageManager from pnpm@9.12.2 to pnpm@9.15.9. Additionally, the typescript and vue-tsc dependencies in the playground/package.json have been updated to versions 5.8.3 and 2.2.8, respectively. These changes reflect enhancements in dependency management and library versions.

Changes

File Change Summary
playground/package.json Updated vue from 3.4.38 to 3.5.13; updated typescript from 5.5.4 to 5.8.3; updated vue-tsc from 2.1.6 to 2.2.8
docs/package.json Updated vue from 3.4.38 to 3.5.13
packages/uni-app-components/package.json Updated vue from 3.4.38 to 3.5.13; updated packageManager from pnpm@9.12.2 to pnpm@9.15.9
packages/uni-app-types/package.json Updated vue from 3.4.38 to 3.5.13; updated packageManager from pnpm@9.12.2 to pnpm@9.15.9
packages/uni-cloud-types/package.json Updated vue from 3.4.38 to 3.5.13; updated packageManager from pnpm@9.12.2 to pnpm@9.15.9
packages/uni-types/package.json Updated vue from 3.4.38 to 3.5.13; updated packageManager from pnpm@9.12.2 to pnpm@9.15.9
packages/uni-ui-types/package.json Updated vue from 3.4.38 to 3.5.13; updated packageManager from pnpm@9.12.2 to pnpm@9.15.9
package.json Updated packageManager from pnpm@9.12.2 to pnpm@9.15.9

Possibly related issues

  • Dependency Dashboard vitesse-uni-app#2: The changes in the main issue regarding the update of the vue package version from 3.4.38 to 3.5.13 are directly related to the retrieved issue, which also involves updates to the vue dependency in multiple package.json files.
  • Dependency Dashboard vite-plugin-uni-layouts#2: The changes in the main issue regarding the update of the vue package version from 3.4.38 to 3.5.13 are directly related to the retrieved issue, which also involves updates to the vue dependency in multiple package.json files, including the same version change.
  • Dependency Dashboard vite-plugin-uni-manifest#3: The changes in the main issue regarding the update of the vue package version from 3.4.38 to 3.5.13 are directly related to the retrieved issue, which also includes the same update for the vue package version.
  • Dependency Dashboard vite-plugin-uni-pages#5: The changes in the main issue regarding the update of the vue package version from 3.4.38 to 3.5.13 are directly related to the retrieved issue, which also involves updates to the vue dependency in multiple package.json files.
  • Dependency Dashboard #2: The changes in the main issue regarding the update of the vue package version from 3.4.38 to 3.5.13 are directly related to the retrieved issue, which also mentions the same update for the vue dependency across multiple package.json files.

Poem

🐰 In the meadow of code, a hop brings delight,
A version upgrade, shining ever so bright.
From thirty-eight to thirty-five-thirteen, we cheer,
With fixes and tweaks, the path’s now more clear!
So let’s code with joy, let our spirits soar,
With Vue at our side, who could ask for more? ✨


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2df399e to 0cb0738 Compare August 1, 2024 03:21
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.3.5 chore(deps): update dependency vite to v5.3.5 - autoclosed Aug 2, 2024
@renovate renovate bot closed this Aug 2, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch August 2, 2024 05:59
@renovate renovate bot restored the renovate/all-minor-patch branch August 6, 2024 08:55
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.3.5 - autoclosed chore(deps): update dependency vite to v5.3.5 Aug 6, 2024
@renovate renovate bot reopened this Aug 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0cb0738 to de958d4 Compare August 6, 2024 09:33
@renovate renovate bot changed the title chore(deps): update dependency vite to v5.3.5 chore(deps): update dependency vue-tsc to v2.0.29 Aug 6, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4e69168 and de958d4.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • playground/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • playground/package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from de958d4 to adc7edf Compare August 7, 2024 06:50
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between de958d4 and adc7edf.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • playground/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • playground/package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from adc7edf to 73c2d60 Compare August 10, 2024 11:55
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between adc7edf and 73c2d60.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (1)
  • playground/package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • playground/package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 73c2d60 to 0d0fc78 Compare August 12, 2024 02:45
@renovate renovate bot changed the title chore(deps): update dependency vue-tsc to v2.0.29 fix(deps): update all non-major dependencies Aug 12, 2024
@pull-request-size pull-request-size bot added size/L and removed size/M labels Aug 12, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 73c2d60 and 0d0fc78.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (6)
  • packages/uni-app-components/package.json (1 hunks)
  • packages/uni-app-types/package.json (1 hunks)
  • packages/uni-cloud-types/package.json (1 hunks)
  • packages/uni-types/package.json (1 hunks)
  • packages/uni-ui-types/package.json (1 hunks)
  • playground/package.json (2 hunks)
Files skipped from review due to trivial changes (6)
  • packages/uni-app-components/package.json
  • packages/uni-app-types/package.json
  • packages/uni-cloud-types/package.json
  • packages/uni-types/package.json
  • packages/uni-ui-types/package.json
  • playground/package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0d0fc78 to 11204f5 Compare August 17, 2024 17:50
@renovate renovate bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Aug 17, 2024
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 0d0fc78 and 11204f5.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (7)
  • package.json (1 hunks)
  • packages/uni-app-components/package.json (1 hunks)
  • packages/uni-app-types/package.json (1 hunks)
  • packages/uni-cloud-types/package.json (1 hunks)
  • packages/uni-types/package.json (2 hunks)
  • packages/uni-ui-types/package.json (1 hunks)
  • playground/package.json (2 hunks)
Files skipped from review due to trivial changes (5)
  • package.json
  • packages/uni-cloud-types/package.json
  • packages/uni-types/package.json
  • packages/uni-ui-types/package.json
  • playground/package.json
Files skipped from review as they are similar to previous changes (2)
  • packages/uni-app-components/package.json
  • packages/uni-app-types/package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 11204f5 to dd9c823 Compare August 18, 2024 14:50
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 11204f5 and dd9c823.

Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
Files selected for processing (7)
  • package.json (1 hunks)
  • packages/uni-app-components/package.json (1 hunks)
  • packages/uni-app-types/package.json (1 hunks)
  • packages/uni-cloud-types/package.json (1 hunks)
  • packages/uni-types/package.json (2 hunks)
  • packages/uni-ui-types/package.json (1 hunks)
  • playground/package.json (2 hunks)
Files skipped from review due to trivial changes (4)
  • package.json
  • packages/uni-app-types/package.json
  • packages/uni-types/package.json
  • playground/package.json
Files skipped from review as they are similar to previous changes (3)
  • packages/uni-app-components/package.json
  • packages/uni-cloud-types/package.json
  • packages/uni-ui-types/package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dd9c823 to 237a642 Compare August 24, 2024 11:09
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency vue-tsc to v2.0.29 Aug 24, 2024
@pull-request-size pull-request-size bot added size/M and removed size/L labels Aug 24, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 28d2e43 to 6aa38f6 Compare February 6, 2025 20:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6aa38f6 to 993f3a3 Compare February 19, 2025 00:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5a25d7a to 24588d3 Compare March 5, 2025 01:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from f3e8ba7 to 1e9a1f5 Compare March 14, 2025 03:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e9a1f5 to 529567d Compare March 20, 2025 03:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 529567d to 48018a9 Compare April 9, 2025 04:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 48018a9 to 0f57fb3 Compare April 27, 2025 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0f57fb3 to 06c66a6 Compare May 18, 2025 19:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 841c748 to 43d1225 Compare June 1, 2025 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 43d1225 to 428d3f4 Compare June 22, 2025 03:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 428d3f4 to 909bb49 Compare July 5, 2025 04:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8b7a175 to 24ae322 Compare August 5, 2025 03:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2078d44 to c04d33e Compare August 15, 2025 12:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a8b09c4 to 2c01dda Compare August 24, 2025 15:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 047ad47 to d64494b Compare September 6, 2025 03:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d64494b to 1e69547 Compare September 26, 2025 20:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1e69547 to 963d038 Compare September 28, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants