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

chore(deps): update all non-major dependencies #153

Merged
merged 1 commit into from Apr 24, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@volar/vue-language-core ^1.1.7 -> ^1.4.4 age adoption passing confidence
@vue/tsconfig ^0.1.3 -> ^0.3.1 age adoption passing confidence
pnpm (source) 8.2.0 -> 8.3.1 age adoption passing confidence
prettier (source) ^2.8.7 -> ^2.8.8 age adoption passing confidence
rollup (source) ^3.20.4 -> ^3.21.0 age adoption passing confidence
semver ^7.4.0 -> ^7.5.0 age adoption passing confidence
vite (source) ^4.2.1 -> ^4.3.1 age adoption passing confidence
vite-plugin-inspect ^0.7.22 -> ^0.7.24 age adoption passing confidence
vite-plugin-vue-markdown ^0.22.5 -> ^0.22.6 age adoption passing confidence
webpack ^5.79.0 -> ^5.80.0 age adoption passing confidence

Release Notes

vuejs/language-tools

v1.4.4

Compare Source

  • fix: missing FunctionalComponent props are no longer reported in the template (#​2676)

v1.4.3

Compare Source

  • feat: add volar.nameCasing.status setting to disable nameCasing status
  • fix(vue-typescript): add missing peer dependency typescript (#​2665) - thanks @​merceyz
  • fix: slots references codeLens, renaming not working
  • fix: pug multiline attribute values are marked as error (#​2413)
  • fix: incorrect extra inlay hints inside template when enabled typescript.inlayHints.parameterNames (#​2670)
  • fix: failed to resolve tsdk path for "JavaScript and TypeScript Nightly" (#​2663)
  • revert: "fix(vue-tsc): add throw message if composite / incremental enabled" (vuejs/language-tools@b596a60)

v1.4.2

Compare Source

  • fix: cannot disable auto insert .value feature
  • fix: avoid slot props reporting error if component does not have $slots type (#​2646)
  • fix: prefer component constructor signature instead of call signature (#​2647)
  • fix: avoid tsconfig reporting "Comments are not permitted" when takeover mode enabled (#​2648)

v1.4.1

Compare Source

  • fix: generic slot props type not incorrect (#​2639)
  • fix: third-party library components cannot accept unknown props (#​2636)
  • fix: allow props less functional component (#​2638)
  • fix: native tags event type become never (#​2640)
  • fix: cannot resolve tsdk on windows (#​2637)

v1.4.0

Compare Source

  • feat: support intellisense for directive arg expression (#​2588)
  • feat: asking disable codeActions if saving time is too long
  • feat: file definition cross file mapping result fall back to 0:0
  • fix: fixed dynamic slot arg expression virtual code (#​2586) (#​2617) (#​2592)
  • fix: add hack support for v-if + v-slot template (#​625)
  • fix: goto definition not working for alias path without script setup (#​2600)
  • fix: avoid missing prop hint for native tags (#​2616)
  • fix: vue-language-plugin-pug broken with yarn (#​2608)
  • fix: native tags reporting missing prop error (#​2629)
  • fix(vue-tsc): add throw message if composite / incremental enabled (#​2622)
  • fix: slot props are not recognized at the root component (#​2554)
  • fix: missing props hint incorrect for model property for vue 2 (#​2635)
  • fix: cannot show css hover message (#​2634)
  • fix: duplicate ts unused reports if noUnusedLocals is enabled (#​2627)

Full-time Support by


WebContainer API is here.


Our Sponsors ⭐✨




Add you via GitHub Sponsors or Open Collective

v1.3.19

Compare Source

  • feat: change vue.features.codeActions.enable default value to true
  • feat: auto disable vue.features.codeActions.enable when document saving time is too long
  • feat: changing vue.features.* settings no longer requires reload vscode

v1.3.18

Compare Source

Extension settings refactoring

  • codeActions disabled by default
  • updateImportsOnFileMove disable by default
  • missing props hint, event argument hint disabled by default

For more details, see #​2620.

v1.3.17

Compare Source

  • feat: support document links for tsconfig when takeover mode is actived (#​2467)
  • fix: avoid server crash when tsconfig extends path invalid
  • fix: auto import should not appending .js (#​1763) (#​2518)
  • fix: inhibit unknown props error when if strictTemplates is disabled
  • fix: absolute SCSS import resolving inconsistency (#​2517)
  • fix: <template> multi-line comments shift with each format (#​2505)

v1.3.16

Compare Source

  • feat(component-meta): expose definition location information as declarations property
  • perf: fixed TS auto import performance regression since v1.13.11 (https://github.com/volarjs/typescript-auto-import-cache/pull/2)
  • fix(language-server): show component meta command not working
  • fix: v-for item adds spaces if enabled insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets (#​2571)
  • fix: when the takeover mode is enabled, json documents shows duplicate outline (#​2573)

v1.3.15

Compare Source

v1.3.14

Compare Source

  • feat: add vue-component-type-helpers package (#​2590)
  • feat(component-meta): integrated vue-component-type-helpers
  • feat: upgrade to lerna-lite 2.0 (#​2597) - thanks @​ghiscoding
  • feat: support prop renaming for defineModel and defineProp
  • fix: template-based slots type incorrect (#​2590)
  • fix(vue-tsc): patch build info roots for TS 5.0 (#​2580) - thanks @​blake-newman

v1.3.13

Compare Source

v1.3.12

Compare Source

  • feat: Support for Vue 3.3 experimental defineModel() API (#​2579)
  • feat: Support for vue-macros defineProp() API (#​2579)
  • feat: support short define for defineSlots()
  • feat: new <script setup> codegen implement for DX improve (#​2582) (#​2421)
  • fix: falsely reports "Virtual script not found"
  • fix(vue-tsc): emit declaration throws TS4060 (#​2581) - thanks @​blake-newman

v1.3.11

Compare Source

v1.3.10

Compare Source

  • feat: support for vue 3.3 defineProps() API (#​2568)
  • feat(vue-tsc): prettify script setup props, emits type in emit
  • fix: plugins, hooks, experimentalAdditionalLanguageModules options of vueCompilerOptions not working (#​2558) - thanks @​rchl
  • fix(vue-tsc): fixed typescript 5 support (#​2555) - thanks @​blake-newman
  • fix: incorrectly incremented end offset when deleting the last text in an directive expression
  • fix: "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true caused formatting issues with v-bind expressions (#​2507)
  • fix: normalizeComponentAutoImportName not working for import statement completion (#​2511)
  • fix: ignore null type for dynamic argument (#​2514)
  • fix: vue-twoslash-queries plugin not working
  • fix: redo JSX.ElementChildrenAttribute implement (#​2472)
  • fix(component-meta): support for functional component (#​1992)
  • fix: avoid crash when chdir() (#​2480)
  • fix: expand selection ranges incorrect (#​2477)
  • fix: directive semanticTokens display range incorrect (#​2454)
  • fix: <textarea> formatting indent incorrect
  • perf(vue-tsc): streamline virtual code to improve emit performance

v1.3.9

Compare Source

v1.3.8

Compare Source

  • fix: missing props type check stop working

v1.3.7

Compare Source

  • feat: support normalizeComponentImportName for additionalExtensions (#​2481)
  • feat: support generic component without jsxTemplates
  • feat: support slot references for anonymous default slot (#​2547)
  • feat: recognize slots property with JSX.ElementChildrenAttribute (#​2472)
  • feat: support slot required checking when enabled strictTemplates (#​1820)
  • fix: handle edge tag name casing <xxx--yyy> (#​2463)
  • fix: incremental update causes multi-line style node damage (#​2519)
  • fix: formatting break multi-line attribute value indent (#​2519)
  • fix: formatting break <pre> tag contents indent (#​2520)
  • fix: typescript labelDetails in completions not processed (https://github.com/volarjs/plugins/issues/31) - thanks @​zardoy

Breaking changes

  • deprecated volar.vueserver.textDocumentSync setting
  • deprecated narrowingTypesInInlineHandlers for vueCompilerOptions and always enabled now

v1.3.6

Compare Source

  • feat: RFC 436 leaves experimental (#​2545)
  • feat: auto resolve vueCompilerOptions.target by default
  • feat: auto append /** @&#8203;jsxImportSource vue */ when jsxTemplates enabled and target >= 3.3 for avoid #​592
  • feat(doctor): remove target check for vueCompilerOptions

v1.3.5

Compare Source

v1.3.4

Compare Source

v1.3.3

Compare Source

  • feat: disable missingRequiredProps, eventArgumentInInlineHandlers by default
  • fix: vueCompilerOptions cannot extends from non-relative paths (#​2345) - thanks @​dschmidt
  • fix(vue-component-meta): exposed missing when use TS 5.0
  • perf(vue-component-meta): props, events, slots, exposed lazy calculation
  • perf: provide change range of virtual file snapshot for typescript program

v1.3.2

Compare Source

v1.3.1

Compare Source

  • feat: change vue.features.codeActions.enable default value to true
  • feat: auto disable vue.features.codeActions.enable when document saving time is too long
  • feat: changing vue.features.* settings no longer requires reload vscode

v1.3.0

Compare Source

  • feat: support for korean html data
  • feat(doctor): remove vue-tsc version check
  • feat(doctor): rename setting from volar.doctor.statusBarItem to volar.doctor.status
  • feat(doctor): check VSCode settings emmet.includeLanguages, files.associations (#​2487)
  • feat(doctor): check plugins version for volar.config.js
  • feat: add description link for $event => hint (#​2445)
  • feat(language-server): support for ServerMode.PartialSemantic
  • fix: Show Component Meta command not working
  • fix: name casing status do not update with changed settings (#​2460)
  • fix: component auto import not working with kebab case (#​2458)
  • fix: missing props hints do not recognize @xxx (#​4568)
  • fix: code action document version incorrect (https://github.com/yaegassy/coc-volar/issues/254)

Breaking changes

  • Remove built-in web intellisense support and recommended TypeScript IntelliSense for Web instead of (#​2475)
  • Upgrade required version of @volar-plugins/* to >= 2.0.0
    • After upgrade, you need to access default property with require('@&#8203;volar-plugins/xxx').default in volar.config.js
  • Upgrade build target from ES2016 to ES2021 (#​2489)

v1.2.1

Compare Source

v1.2.0

Compare Source

  • feat: compatible with upstream monaco integration (https://github.com/volarjs/volar.js/pull/10)
  • feat: support array extends for tsconfig (#​2344)
  • feat: make cursor inside quotes when insert missing required props edit (#​2414)
  • feat: support mixin child nodes for pug (#​2447)
  • fix: ignore native tags for missing required props hint
  • fix: ignore methods for missing required props hint (#​2443)
  • fix: SFC outline not show child nodes (#​2446)
vuejs/tsconfig

v0.3.1

Compare Source

v0.3.0

Compare Source

v0.2.0

Compare Source

pnpm/pnpm

v8.3.1

Compare Source

Patch Changes

  • Patch node-fetch to fix an error that happens on Node.js 20 #​6424.

Our Gold Sponsors

Our Silver Sponsors

v8.3.0

Compare Source

Minor Changes

  • A custom compression level may be specified for the pnpm pack command using the pack-gzip-level setting #​6393.
  • Add --check flag to pnpm dedupe. No changes will be made to node_modules or the lockfile. Exits with a non-zero status code if changes are possible.
  • pnpm install --resolution-only re-runs resolution to print out any peer dependency issues #​6411.

Patch Changes

  • Warn user when publishConfig.directory of an injected workspace dependency does not exist #​6396.
  • Use hard links to link the node executable on Windows machines #​4315.

Our Gold Sponsors

Our Silver Sponsors

prettier/prettier

v2.8.8

Compare Source

This version is a republished version of v2.8.7.
A bad version was accidentally published and it can't be unpublished, apologies for the churn.

rollup/rollup

v3.21.0

Compare Source

2023-04-23

Features
  • Support tree-shaking of named exports in dynamic imports when using destructuring and similar patterns (#​4952)
Pull Requests

v3.20.7

Compare Source

2023-04-21

Bug Fixes
  • Properly track array element mutations when iterating with a for-of loop (#​4949)
  • Handle default exporting an anonymous class that extends another class (#​4950)
Pull Requests

v3.20.6

Compare Source

2023-04-18

Bug Fixes
  • Revert handling of non-JS import and export names due to regressions (#​4914)
Pull Requests

v3.20.5

Compare Source

2023-04-18

Bug Fixes
  • Handle import and export names that are not valid JavaScript identifiers (#​4939)
Pull Requests
npm/node-semver

v7.5.0

Compare Source

Features
Bug Fixes
vitejs/vite

v4.3.1

Compare Source

v4.3.0

Compare Source

Vite 4.3 is out! Read the announcement blog post here

Vite 4.3, It's Fast

In this minor, we focused on improving the dev server performance. The resolve logic got streamlined, improving hot paths and implementing smarter caching for finding package.json, TS config files, and resolved URL in general.

You can read a detailed walkthrough of the performance work done in this blog post by one of Vite Contributors: How we made Vite 4.3 faaaaster 🚀.

This sprint resulted in speed improvements across the board compared to Vite 4.2.

These are the performance improvements as measured by sapphi-red/performance-compare, which tests an app with 1000 React Components cold and warm dev server startup time as well as HMR times for a root and a leaf component:

Vite (babel) Vite 4.2 Vite 4.3 Improvement
dev cold start 17249.0ms 5132.4ms -70.2%
dev warm start 6027.8ms 4536.1ms -24.7%
Root HMR 46.8ms 26.7ms -42.9%
Leaf HMR 27.0ms 12.9ms -52.2%
Vite (swc) Vite 4.2 Vite 4.3 Improvement
dev cold start 13552.5ms 3201.0ms -76.4%
dev warm start 4625.5ms 2834.4ms -38.7%
Root HMR 30.5ms 24.0ms -21.3%
Leaf HMR 16.9ms 10.0ms -40.8%

You can read more information about the benchmark here

Features
Performance

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 merged commit 62bf4b9 into main Apr 24, 2023
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 24, 2023 04:41
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.

None yet

0 participants