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

Merged
merged 1 commit into from Oct 19, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 19, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin 5.39.0 -> 5.40.1 age adoption passing confidence
@typescript-eslint/parser 5.39.0 -> 5.40.1 age adoption passing confidence
@vue/compat (source) 3.2.40 -> 3.2.41 age adoption passing confidence
@vue/compiler-dom (source) 3.2.40 -> 3.2.41 age adoption passing confidence
@vue/compiler-sfc (source) 3.2.40 -> 3.2.41 age adoption passing confidence
@vue/runtime-core (source) 3.2.40 -> 3.2.41 age adoption passing confidence
eslint (source) 8.24.0 -> 8.25.0 age adoption passing confidence
rollup (source) 3.1.0 -> 3.2.3 age adoption passing confidence
vite (source) 3.1.4 -> 3.1.8 age adoption passing confidence
vue (source) 3.2.40 -> 3.2.41 age adoption passing confidence
vue-tsc 1.0.0 -> 1.0.8 age adoption passing confidence
vuex 4.0.2 -> 4.1.0 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.40.1

Compare Source

Bug Fixes
  • eslint-plugin: Skip missing 'rest' tuple type arguments in no-misused-promises (#​5809) (c5beaa2), closes #​5807

v5.40.0

Compare Source

Bug Fixes
  • eslint-plugin: [consistent-indexed-object-style] handle interface generic (#​5746) (7a8a0a3)
  • eslint-plugin: [no-unnecessary-condition] handle void (#​5766) (ac8f06b)
Features
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.40.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

v5.40.0

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

vuejs/core

v3.2.41

Compare Source

Bug Fixes
  • devtools: avoid memory leak caused by devtools event buffer (24f4c47), closes #​6591
  • devtools: use cleanupBuffer instead of modifying _buffer (#​6812) (35a113e)
  • effectScope: calling off() of a detached scope should not break currentScope (a71f9ac)
  • runtime-core: ensure that errors in slot function execution do not affect block tracking (#​5670) (82a73da), closes #​5657
  • runtime-core: fix v-for ref reactivity behavior difference between prod and dev (#​6714) (9ae796d), closes #​6697
  • runtime-dom: fix event timestamp check in iframes (5ee4053), closes #​2513 #​3933 #​5474
eslint/eslint

v8.25.0

Compare Source

Features

  • 173e820 feat: Pass --max-warnings value to formatters (#​16348) (Brandon Mills)
  • 6964cb1 feat: remove support for ignore files in FlatESLint (#​16355) (Milos Djermanovic)
  • 1cc4b3a feat: id-length counts graphemes instead of code units (#​16321) (Sosuke Suzuki)

Documentation

Chores

rollup/rollup

v3.2.3

Compare Source

2022-10-18

Bug Fixes
  • Fix an issue whre Rollup confused new.target with import.meta (#​4679)
  • Ensure that Rollup does not make assumptions about the value of unknown namespace import members (#​4684)
Pull Requests

v3.2.2

Compare Source

2022-10-16

Bug Fixes
  • Do not hang/crash on hashbang comments in input modules (#​4676)
Pull Requests

v3.2.1

Compare Source

2022-10-16

Bug Fixes
  • Rewrite class declarations to preserve their .name property if necessary (#​4674)
Pull Requests

v3.2.0

Compare Source

2022-10-15

Features
  • Support providing Promises as plugins like Vite (#​4671)
Pull Requests
vitejs/vite

v3.1.8

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.7

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.6

Compare Source

Please refer to CHANGELOG.md for details.

v3.1.5

Compare Source

Please refer to CHANGELOG.md for details.

johnsoncodehk/volar

v1.0.8

Compare Source

Our Sponsors

v1.0.7

Compare Source

  • feat(vue-language-core): support custom v-model prefix (#​2004)
  • feat: allow passing attributes array for experimentalModelPropName ignore setting (#​1821)
  • fix: @volar/vue-language-plugin-pug cause to doctor warns in Vue 2.7 project (#​2002)
  • fix: mitigate virtual file mapping highlights dislocation
  • fix: tag hover not working when enabled jsxTemplates
  • fix: avoid convert invalid JSX type to any when enabled jsxTemplates
  • fix: component JSX type invalid when enabled jsxTemplates but template has no any slots
  • perf: try skip convert attribute value to unicode

v1.0.6

Compare Source

  • fix: component ast broken when use script setup with export default (#​1996)
  • fix: experimentalModelPropName link invalid (#​1999)
  • fix: @volar/pug-language-service crash (#​2000)

v1.0.5

Compare Source

  • feat(doctor): report warning for @types/node version >= 18.8.1 (#​1985)
  • fix: @volar-examples/svelte-tsc, @volar-examples/svelte-typescript released empty dist
  • fix: component syntax minor defect when enabled experimentalRfc436
  • fix: force use VSCode display language in language server (#​1959)
  • fix: don't hoisting defineProps type arg when disabled experimentalRfc436 (#​1994)

v1.0.4

Compare Source

  • feat: Support generic typed template slots for RFC 436 (#​1987)
  • feat: add resolveTemplateCompilerOptions API for VueLanguagePlugin
  • feat: support intellisense for generic attribute (#​1967)
  • feat: add Show Component Meta command for inspect vue-component-meta result
  • feat: add vueCompilerOptions.experimentalModelPropName for customize v-model binding prop for vue 2 component (#​1969)
  • fix: TypeScript Vue Plugin (Volar) stop working
  • fix: change vueCompilerOptions.dataAttributes default value from ["data-*"] to [] (#​1965)
  • fix: component props order should be on the top (#​1972)
  • fix: @volar/vue-language-plugin-pug crash due to missing depend
  • fix: component tag highlight not working for pug template (#​1977)
  • fix: references codeLens number incorrect (#​1989)

Breaking changes

  • Removed experimentalTemplateCompilerOptions, experimentalTemplateCompilerOptionsRequirePath from vueCompilerOptions (#​1991)

v1.0.3

Compare Source

v1.0.2

Compare Source

v1.0.1

Compare Source

  • feat(doctor): added more postcss syntax highliters (#​1945)
  • fix(doctor): @vue/compiler-dom missing message incorrect (#​1953)
  • fix: name casing tool typo (#​1941)
  • fix: takeover mode document link incorrect (#​1944)
  • fix: code color disordered if .ts script do not include to tsconfig (#​1946)
  • fix: cannot start language server if worksapce tsdk path invalid (#​1942)
  • fix: "Show Virtual Files" command not working for .md / .html
  • fix: tag autocomplete add duplicated import if the tag not use in template (#​1952)
  • fix: template AST broken when input space after tag name
  • fix: don't use native event type for component (#​1948) (#​1951)
  • fix: command + hover @click cannot show selection range
vuejs/vuex

v4.1.0

Compare Source

Vue Core Version Requirement Change

This release contains an important fix (#​1883) that relies on the effectScope API from Vue core, which is only available in Vue 3.2+.

Bug Fixes

4.0.2 (2021-06-17)

Bug Fixes
  • devtools: fix no getters displayed on root module + better getters inspector (#​1986) (bc20295)
  • build: cjs build failing due to __VUE_PROD_DEVTOOLS__ defined (#​1991) (#​1992) (7151622)

4.0.1 (2021-05-24)

Features
  • dx: add devtools integration (#​1949)

Configuration

📅 Schedule: Branch creation - "after 1am on Wednesday" (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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@netlify
Copy link

netlify bot commented Oct 19, 2022

Deploy Preview for vue-test-utils-docs ready!

Name Link
🔨 Latest commit ba2fcac
🔍 Latest deploy log https://app.netlify.com/sites/vue-test-utils-docs/deploys/634f51aed6bc9800080de724
😎 Deploy Preview https://deploy-preview-1821--vue-test-utils-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@renovate renovate bot merged commit f68ceee into main Oct 19, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch October 19, 2022 04:48
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