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 with stable version (patch) #275

Merged
merged 1 commit into from
Apr 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@evilmartians/lefthook ^1.6.7 -> ^1.6.9 age adoption passing confidence
@types/node (source) ^20.11.30 -> ^20.12.6 age adoption passing confidence
stylelint (source) ^16.3.0 -> ^16.3.1 age adoption passing confidence
typescript (source) ^5.4.3 -> ^5.4.4 age adoption passing confidence
vite (source) ^5.2.6 -> ^5.2.8 age adoption passing confidence
vite-plugin-vue-devtools (source) ^7.0.21 -> ^7.0.25 age adoption passing confidence
vue-tsc (source) ^2.0.7 -> ^2.0.11 age adoption passing confidence

Release Notes

evilmartians/lefthook (@​evilmartians/lefthook)

v1.6.9

Compare Source

v1.6.8

Compare Source

Microsoft/TypeScript (typescript)

v5.4.4: TypeScript 5.4.4

Compare Source

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

vuejs/language-tools (vue-tsc)

v2.0.11

Compare Source

Features
  • vscode: support for enabling/disabling typescript plugin (#​4226)
    • Added typeScriptPluginOnly option for vue.server.hybridMode setting.
    • When Hybrid Mode is disabled, the Vue TypeScript Plugin will be disabled by default.
  • vscode: support for vue.format.wrapAttributes setting (#​4212)
  • vscode: add vue.codeActions.askNewComponentName setting (#​4217)
Bug Fixes
  • vscode: Find File References not working when hybrid mode is disabled (#​4221)
  • language-core: type narrowing not working for inline event handlers (#​4209)
  • language-core: @vue-ignore, @vue-expect-error not working for interpolations
  • language-core: improve reliability for @vue-ignore, @vue-expect-error (#​4203)
  • language-core: duplicated items in suggestion list for prop values (#​3922)
  • language-server: vueCompilerOptions not working with hybrid mode (#​4211) (#​3959)
Other Changes

v2.0.10

Compare Source

Features
  • vscode: enable vue.updateImportsOnFileMove.enabled by default (#​3646)
  • vscode: re-add restart server command (#​4174)
  • vscode: automatically enable Hybrid Mode if possible (#​4206)
  • component-meta: add typing resolution for defineModel modifiers (#​4175) - Thanks @​stafyniaksacha
  • language-service: drag and drop import respects tsconfig path aliases (#​4184)
  • language-service: supports auto insertion of multiple cursors (#​4140)
Bug Fixes
  • language-server: additionalExtensions option not working for inferred project
  • language-core: avoid interpolation indentation affecting each other
  • language-core: generate each interpolation into separate virtual code (#​4165)
  • language-service: ignore html wrapAttributes format settings for vue document (#​3987)
  • vscode: remove duplicate ts version status (#​4167)
  • language-server: .html, .md file language id incorrect
  • typescript-plugin: formatting settings not working for ts completion
  • tsc: remove fake global types holder for composite projects compatibility (#​4196) - Thanks @​blake-newman
Performance
  • language-core: cache canonical root file names with string Set
Other Changes
  • Upgrade Volar from v2.1.3 to v2.2.0-alpha.5 for a few bug fixes and performance improves, please refer to CHANGELOG.md for details.
  • vscode: update required VSCode version to ^1.88.0
  • docs: update readme with neovim lspconfig setup (#​4134) - Thanks @​RayGuo-ergou
  • language-core: split inline css codegen into separate plugin
  • language-core: move global types codegen into separate script
  • language-core: resolve virtual code features before push code
  • test: added simple tests for vue-tsc and custom SFC extensions. (#​4181) - Thanks @​cabal95

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone America/New_York, Automerge - "every weekday" in timezone America/New_York.

🚦 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 requested a review from kongponents-bot as a code owner April 8, 2024 07:15
@renovate renovate bot requested review from adamdehaven, jillztom and a team as code owners April 8, 2024 07:15
@renovate renovate bot enabled auto-merge (squash) April 8, 2024 07:15
kongponents-bot
kongponents-bot previously approved these changes Apr 8, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 7b6cfae to 7948a63 Compare April 9, 2024 04:17
kongponents-bot
kongponents-bot previously approved these changes Apr 9, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 7948a63 to 21ab1d7 Compare April 9, 2024 07:18
kongponents-bot
kongponents-bot previously approved these changes Apr 9, 2024
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 21ab1d7 to 2fc81ea Compare April 12, 2024 07:51
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 2fc81ea to 3e050c2 Compare April 15, 2024 05:28
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 3e050c2 to 3177435 Compare April 16, 2024 04:14
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 3177435 to 745a967 Compare April 18, 2024 04:42
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 745a967 to 9700c32 Compare April 19, 2024 05:02
adamdehaven
adamdehaven previously approved these changes Apr 19, 2024
@renovate renovate bot dismissed stale reviews from adamdehaven and kongponents-bot via c485c13 April 19, 2024 16:30
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 9700c32 to c485c13 Compare April 19, 2024 16:30
@renovate renovate bot merged commit afb0b13 into main Apr 19, 2024
5 checks passed
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch April 19, 2024 16:32
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 1.9.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@kongponents-bot
Copy link
Collaborator

Install the preview package from this PR in your consuming application

In your host project, you may install the preview package version generated by this PR:

yarn add @kong/icons@pr-275

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.

2 participants