Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@microsoft/api-extractor (source) ^7.36.0 -> ^7.36.3 age adoption passing confidence
@types/node (source) ^20.3.2 -> ^20.4.5 age adoption passing confidence
@volar/cdn ~1.8.0 -> ~1.9.2 age adoption passing confidence
@volar/monaco ~1.8.0 -> ~1.9.2 age adoption passing confidence
@volar/typescript ~1.8.0 -> ~1.9.2 age adoption passing confidence
@vue/language-service 1.8.4 -> 1.8.6 age adoption passing confidence
codemirror ^5.65.13 -> ^5.65.14 age adoption passing confidence
monaco-editor-core ^0.38.0 -> ^0.40.0 age adoption passing confidence
pnpm (source) 8.6.5 -> 8.6.10 age adoption passing confidence
simple-git-hooks ^2.8.1 -> ^2.9.0 age adoption passing confidence
sucrase ^3.32.0 -> ^3.34.0 age adoption passing confidence
typescript (source) ^5.1.3 -> ^5.1.6 age adoption passing confidence
vite (source) ^4.3.9 -> ^4.4.7 age adoption passing confidence
vue-tsc 1.8.4 -> 1.8.6 age adoption passing confidence

Release Notes

volarjs/volar.js (@​volar/cdn)

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

volarjs/volar.js (@​volar/monaco)

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

volarjs/volar.js (@​volar/typescript)

v1.9.2

Compare Source

v1.9.1

Compare Source

v1.9.0

Compare Source

v1.8.3

Compare Source

v1.8.2

Compare Source

v1.8.1

Compare Source

vuejs/language-tools (@​vue/language-service)

v1.8.6

Compare Source

  • feat: add support for extract component code action (#​2496)
  • feat: add support for v-bind toggle code action (#​2524)
  • feat: more dull "Saving time is too long" popup
  • fix: vue.server.petiteVue.supportHtmlFile, vue.server.vitePress.supportMdFile settings not working (#​3238)
  • fix: don't check element type for directives (#​3140)
  • fix: @ts-nocheck cannot work from script setup (#​3420) - thanks @​so1ve
  • fix(ts-plugin): module resolving should be able to fallback to .d.ts (#​3419)
  • fix(language-plugin-pug): @vue-ignore, @vue-skip, @vue-expected-error not working for pug template
Full-time Support by

WebContainer API is here.

Our Platinum Sponsors
Supercharged GitHub experience
The Progressive JavaScript Framework
Our Silver Sponsors

Add you via GitHub Sponsors or Open Collective

v1.8.5

Compare Source

  • 🔥 feat(labs): support for TS memory usage treemap
  • 🔥 perf: properly support TS DocumentRegistry to drastically reduce memory usage in monorepo projects
  • feat(ts-plugin): re-support auto-import
  • fix: remove invalid volar.action.serverStats command (#​3366) - thanks @​yaegassy
  • fix: don't remove comments when comment is in the first line (#​3365) - thanks @​so1ve
  • fix: allow slots to have no arguments (#​3376) - thanks @​so1ve
  • fix: camel case components is not recognized as used (#​3377) - thanks @​so1ve
  • perf: hoist regexp if possible (#​3378) - thanks @​so1ve
  • fix: non scoped classes resolution regression (#​3381) - thanks @​maIIady
  • feat: don't to request reload editor when server options changed (#​3393) - thanks @​zardoy
  • feat: don't hide output channel on server restart (#​3401) - thanks @​zardoy

Breaking changes

  • Deprecate language server json.customBlockSchemaUrls option (#​3398)
codemirror/basic-setup (codemirror)

v5.65.14

Compare Source

pnpm/pnpm (pnpm)

v8.6.10

Compare Source

Patch Changes
  • Installation succeeds if a non-optional dependency of an optional dependency has failing installation scripts #​6822.
  • The length of the temporary file names in the content-addressable store reduced in order to prevent ENAMETOOLONG errors from happening #​6842.
  • Ignore empty patch content when patch-commit.
  • Sort keys in packageExtensions before calculating packageExtensionsChecksum #​6824.
  • Pass the right scheme to git ls-remote in order to prevent a fallback to git+ssh that would result in a 'host key verification failed' issue #​6806
  • The "postpublish" script of a git-hosted dependency is not executed, while building the dependency #​6822.
Our Gold Sponsors
Our Silver Sponsors

v8.6.9

Compare Source

Patch Changes

  • Temporarily revert the fix to #​6805 to fix the regression it caused #​6827.

Our Gold Sponsors

Our Silver Sponsors

v8.6.8

Compare Source

Patch Changes

  • When the same file is appended multiple times into a tarball, the last occurrence is selected when unpacking the tarball.
  • Fixed a bug in which pnpm passed the wrong scheme to git ls-remote, causing a fallback to git+ssh and resulting in a 'host key verification failed' issue #​6805.
  • Added support for publishConfig.registry in package.json for publishing #​6775.
  • pnpm rebuild now uploads the built artifacts to the content-addressable store.
  • If a command cannot be created in .bin, the exact error message is now displayed.
  • Treat linked dependencies with a tag version type as up-to-date #​6592.
  • pnpm setup now prints more details when it cannot detect the active shell.

Our Gold Sponsors

Our Silver Sponsors

v8.6.7

Compare Source

Patch Changes

  • Ensure consistent output for scripts executed concurrently, both within a single project and across multiple projects. Each script's output will now be printed in a separate section of the terminal, when running multiple scripts in a single project using regex #​6692.
  • The --parallel CLI flag should work on single project #​6692.
  • Optimizing project manifest normalization, reducing amoung of data copying #​6763.
  • Move loading wantedLockfile outside dependenciesHierarchyForPackage, preventing OOM crash when loading the same lock file too many times #​6757.
  • Replace ineffective use of ramda difference with better alternative #​6760.

Our Gold Sponsors

Our Silver Sponsors

v8.6.6

Compare Source

Patch Changes

  • Installation of a git-hosted dependency without package.json should not fail, when the dependency is read from cache #​6721.
  • Local workspace bin files that should be compiled first are linked to dependent projects after compilation #​1801.
  • Prefer versions found in parent package dependencies only #​6737.
  • Multiple performance optimizations implemented by @​zxbodya:
    • avoid copying preferredVersions object #​6735
    • avoid object copy in resolvePeersOfNode #​6736
    • preferredVersions in resolveDependenciesOfImporters #​6748
    • remove ramda isEmpty usages #​6753
    • use Maps and Sets instead of objects #​6749
    • optimize splitNodeId, fix invalid nodeId #​6755

Our Gold Sponsors

Our Silver Sponsors

toplenboren/simple-git-hooks (simple-git-hooks)

v2.9.0

Compare Source

Hi! This release incorporates all the latest changes.

What's Changed

New Contributors

Full Changelog: toplenboren/simple-git-hooks@2.8.1...2.9.0

alangpierce/sucrase (sucrase)

v3.34.0

Compare Source

  • Add CLI options for all remaining Sucrase options, e.g. --disable-es-transforms for
    disableESTransforms. (<<-ArS, Alan Pierce) ([#​670], [#​812])
  • Add SUCRASE_OPTIONS environment variable for configuring sucrase/register, sucrase-node,
    and any programmatic require hook usages. The value must be a valid JSON object of Sucrase
    options that will be merged with the usual options. ([#​813])

v3.33.0

Compare Source

  • Add an option keepUnusedImports that disables all automatic import/export
    elision, equivalent to the TypeScript option verbatimModuleSyntax. ([#​811], [#​615]) (Kotaro Chikuba, Alan Pierce)
  • Add support for the await using proposal and the updated import attributes proposal.
    Both are preserved in the output code, not transformed. ([#​798])
  • Fix some issues with TypeScript automatic export elision in export {...} from statements. ([#​806])
    • Type names from the current file are no longer removed.
    • When all exports are type exports, the entire statement is now removed.
  • Fix bug where fn(x < y, x >= y) was incorrectly parsed as type arguments. ([#​798])
  • Fix a few bugs in enableLegacyBabel5ModuleInterop: properly handle as default, and properly ignore type exports. ([#​804], [#​807]) (三咲智子 Kevin Deng, Alan Pierce)
  • Fix bug where parameters inside function types could be misinterpreted as declarations and result in imports being incorrectly marked as unused. ([#​809])
  • Fix bug where import {} and export {} statements were removed with the TypeScript transform disabled. ([#​810])
  • Make the transform behavior more forgiving when code accidentally has a return type annotation on a constructor. ([#​800])
Microsoft/TypeScript (typescript)

v5.1.6: TypeScript 5.1.6

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on npm

v5.1.5: TypeScript 5.1.5

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vitejs/vite (vite)

v4.4.7

Compare Source

v4.4.6

Compare Source

v4.4.5

Compare Source


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.

@vercel
Copy link

vercel bot commented Jul 24, 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 Jul 26, 2023 9:00am

@sxzz

This comment was marked as resolved.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0c68981 to 778d504 Compare July 26, 2023 09:00
@sxzz sxzz merged commit d134607 into main Jul 26, 2023
@sxzz sxzz deleted the renovate/all-minor-patch branch July 26, 2023 10:30
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