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 #161

Merged
merged 1 commit into from
May 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/types (source) ^7.21.4 -> ^7.21.5 age adoption passing confidence
@vitejs/plugin-vue (source) ^4.1.0 -> ^4.2.1 age adoption passing confidence
@volar/vue-language-core ^1.4.4 -> ^1.6.4 age adoption passing confidence
@vue-macros/common ^1.2.0 -> ^1.3.1 age adoption passing confidence
@vue/tsconfig ^0.3.1 -> ^0.3.2 age adoption passing confidence
lint-staged ^13.2.1 -> ^13.2.2 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.4.0 age adoption passing confidence
rollup (source) ^3.21.0 -> ^3.21.5 age adoption passing confidence
vite (source) ^4.3.1 -> ^4.3.5 age adoption passing confidence
vite-plugin-inspect ^0.7.24 -> ^0.7.25 age adoption passing confidence
vite-plugin-vue-markdown ^0.22.6 -> ^0.23.4 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.0 age adoption passing confidence
webpack ^5.80.0 -> ^5.82.0 age adoption passing confidence
yaml (source) ^2.2.1 -> ^2.2.2 age adoption passing confidence

Release Notes

babel/babel

v7.21.5

Compare Source

πŸ‘“ Spec Compliance
  • babel-generator, babel-parser, babel-types
πŸ› Bug Fix
πŸ’… Polish
🏠 Internal
vitejs/vite-plugin-vue

v4.2.1

Compare Source

v4.2.0

Compare Source

  • feat: support 3.3 imported types in SFC macros (c891652)
vuejs/language-tools

v1.6.4

Compare Source

  • feat: support color pickers for inline css
  • feat: support lang="vue" (#​3105) - thanks @​HunYan-io
  • fix: when the source type of v-for is any, the item type should be any (#​3108) (#​3112)
  • fix: avoid slots report error when noPropertyAccessFromIndexSignature enabled (#​3106)
  • fix(component-type-helpers): import module causes tsc error (#​3114)
  • fix: empty slot name auto-complete not working
  • fix: accessing an unknown slot name does not report an error
  • fix: format adds spaces to v-for if nested template element assigns type to slot props (#​2750) (#​2757)
  • fix: parentheses auto insert not working in template

Breaking changes

  • drop support for Vue 3.3 slots short definition (#​3116)

v1.6.3

Compare Source

v1.6.2

Compare Source

  • fix: consume required props for events (#​2468)
  • fix: support infer v-for types for generic (#​2758)
  • fix: slot missing props don't report error
  • fix: cannot assign generic component to components option of defineComponent
  • fix: "TS1002: Unterminated string literal" in slots edge case (#​2710)
  • fix: generic component prop with default type incorrect (#​2754)

v1.6.1

Compare Source

  • feat: support for specify vue library name by vueCompilerOptions.lib option (#​2722)
  • fix: avoid <component :is> type checking with string literal assignment (#​2725)
  • fix: <slot> reporting false positive error when strictTemplates enabled (#​2726) (#​2723)
  • fix: error using custom directive: Expected 2 arguments, but got 1. (#​2730)
  • fix: namespaced tag not working without script setup
  • fix: component intellisense not working in template if TS version < 5.0 (#​2742)
  • fix: class is not assignable to generic components (#​2744)
  • fix: components options is not set correctly when component name is kebab-case and auto-importing (#​2745)

v1.6.0

Compare Source

  • feat(doctor): show warning for TS 4.9 (#​2190)
  • feat: support inlayHints for vueCompilerOptions.optionsWrapper
  • fix: avoid props type-checking for VNode (#​2720)
  • fix: revert "fix: trim modifiers for slot name"
  • refactor: update extension settings from volar.* to vue.*
  • refactor(language-server): remove petiteVue, vitePress from server init options

    for IDEs other than VSCode, use additionalExtensions: ['html', 'md'] instead of

Breaking changes

  • deprecated vueCompilerOptions.jsxTemplates (#​2677)
  • deprecated vueCompilerOptions.nativeTags (#​2685)

v1.5.4

Compare Source

  • fix: defineExpose macro missing for Vue 3.3
  • fix(component-meta): meta info is empty if missing vue-component-type-helpers dependency
  • fix: don't check time for codeActions when saving multiple files

v1.5.3

Compare Source

  • feat: support type-checking for dynamic components
  • feat: support element type-checking for directives
  • fix: cannot infer event type for <Transition> (#​2700)
  • fix: tag / prop casing status not working
  • fix: slot name accidentally included modifiers in virtual code
  • fix: avoid always pop "Saving time is too long" edge case
  • fix: only generate JSX.ElementChildrenAttribute type when vueCompilerOptions.jsxSlots enabled (#​2714)
  • fix: top level await error in SFC if two script blocks are present (#​2712)
  • fix: cannot use generic components inside defineComponent (#​2709)
  • fix: intellisense not working in es module project (#​2661)

v1.5.2

Compare Source

  • fix: cannot recognize hyphenate tag name (#​2688)

v1.5.1

Compare Source

  • refactor: deprecate nativeTags option (#​2685)
  • fix: props type-check not working for one argument functional component (#​2686)
  • fix: <Suspense> default slot reporting error (#​2683)
  • fix: cannot infer slots type in vue2 project (#​2682)
  • fix: static directive arg should not recognize as expression (#​2678)

v1.5.0

Compare Source

  • refactor: deprecate jsxTemplates option (#​2677)
sxzz/unplugin-vue-macros

v1.3.1

Compare Source

Patch Changes

v1.3.0

Compare Source

Minor Changes
Patch Changes
vuejs/tsconfig

v0.3.2

Compare Source

okonet/lint-staged

v13.2.2

Compare Source

Bug Fixes
pnpm/pnpm

v8.4.0

Compare Source

Minor Changes

  • pnpm publish supports the --provenance CLI option #​6435.

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Ask the user to confirm the removal of node_modules directory unless the --force option is passed.
  • Do not create a node_modules folder with a .modules.yaml file if there are no dependencies inside node_modules.

Our Gold Sponsors

Our Silver Sponsors

rollup/rollup

v3.21.5

Compare Source

2023-05-05

Bug Fixes
  • Keep all consecutive lines at the top of each module that start with a comment (#​4975)
  • Ensure that declarations inside switch cases do not use the same scope as the discriminator (#​4979)
Pull Requests

v3.21.4

Compare Source

2023-05-03

Bug Fixes
  • Resolve crash when shimming a missing export in an otherwise non-included module when preserving modules (#​4971)
Pull Requests

v3.21.3

Compare Source

2023-05-02

Bug Fixes
  • Run process.exit() when Rollup CLI finishes successfully to solve issues on some systems (#​4969)
Pull Requests

v3.21.2

Compare Source

2023-04-30

Bug Fixes
  • Mark global functions that trigger iterators as impure for now (#​4955)
Pull Requests

v3.21.1

Compare Source

2023-04-29

Bug Fixes
  • Make sure call arguments are properly deoptimized when a function uses the arguments variable (#​4965)
Pull Requests
vitejs/vite

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

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
Bug Fixes

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 5517209 into main May 8, 2023
7 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch May 8, 2023 02:00
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