Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 25, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^20.10.5 -> ^20.10.6 age adoption passing confidence
@vitejs/plugin-vue (source) ^5.0.0 -> ^5.0.2 age adoption passing confidence
pnpm (source) 8.12.1 -> 8.14.0 age adoption passing confidence
shikiji (source) ^0.9.10 -> ^0.9.17 age adoption passing confidence
shikiji-monaco (source) ^0.9.10 -> ^0.9.17 age adoption passing confidence
sucrase ^3.34.0 -> ^3.35.0 age adoption passing confidence
vite-plugin-dts ^3.6.4 -> ^3.7.0 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

antfu/shikiji (shikiji)

v0.9.17

Compare Source

   🚀 Features
    View changes on GitHub

v0.9.16

Compare Source

   🚀 Features
    View changes on GitHub

v0.9.15

Compare Source

   🚀 Features
    View changes on GitHub

v0.9.14

Compare Source

   🏎 Performance
    View changes on GitHub

v0.9.13

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.9.12

Compare Source

   🚀 Features
    View changes on GitHub

v0.9.11

Compare Source

   🚀 Features
    View changes on GitHub
alangpierce/sucrase (sucrase)

v3.35.0

Compare Source

  • Upgrade glob to fix a security vulnerability in the inflight package. ([#​822]) (Patrick Nappa)
    • Note that the sucrase CLI no longer works in Node.js versions before 14.7.
      • If you use the sucrase CLI, you should pin to Sucrase 3.34.0 until you're able to upgrade
        Node.js to a supported version. Note that all Node.js versions before 18 are end-of-life.
      • If you don't use the sucrase CLI, you may need to silence errors related to package.json
        engines, e.g. yarn --ignore-engines.
    • This change is being released in a semver-minor release since it fixes a security vulnerability
      and the breaking change impact is expected to be small. See this PR comment
      for a rationale on the release strategy.
qmhc/vite-plugin-dts (vite-plugin-dts)

v3.7.0

Compare Source

Bug Fixes
  • incorrect alias transform if using a regexp that ends with slash (213aa39), closes #​290
Features
  • add emittedFiles parameter for afterBuild hook (b06d2c4)

3.6.4 (2023-11-30)

Bug Fixes
  • should match as default export syntax (6e2d16d), closes #​285
  • using more noticeable diagnostics log (4ad9a81)

3.6.3 (2023-10-30)

Bug Fixes
  • make inject moduleResolution as patch for Vue (a6f12dc), closes #​280

3.6.2 (2023-10-27)

Bug Fixes
  • remove passing projectReferences to program (fc1209c), closes #​279

3.6.1 (2023-10-24)

Bug Fixes
  • ensure moduleResolution option in compilerOptions (01528a4), closes #​277
  • ensure rollupTypes work with cleanVueFileName (261f7bc), closes #​276

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Mend Renovate. View repository job log here.

Copy link

vercel bot commented Dec 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 3, 2024 0:08am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 47a240c to f214c49 Compare December 25, 2023 12:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f214c49 to c98171b Compare December 25, 2023 18:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c98171b to 8584984 Compare December 26, 2023 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8584984 to 17d9617 Compare December 28, 2023 19:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 17d9617 to 2ceace6 Compare December 29, 2023 04:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2ceace6 to f3ac5a0 Compare December 29, 2023 09:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f3ac5a0 to ce94a60 Compare December 29, 2023 18:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ce94a60 to c9360e6 Compare December 30, 2023 04:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c9360e6 to 74ed2d2 Compare December 30, 2023 12:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 74ed2d2 to 306011c Compare December 30, 2023 15:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 306011c to ced07bb Compare December 31, 2023 04:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ced07bb to 2c31133 Compare January 1, 2024 04:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2c31133 to d0c8d55 Compare January 1, 2024 21:55
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d0c8d55 to 7900799 Compare January 2, 2024 02:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7900799 to 6a51ba7 Compare January 3, 2024 00:05
@yyx990803 yyx990803 merged commit cbd0307 into main Jan 3, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch January 3, 2024 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant