chore(deps): update dependency vue-tsc to v0.38.5 #2128

Merged
konrad merged 1 commits from renovate/vue-tsc-0.x into main 2022-07-14 07:06:03 +00:00
Member

This PR contains the following updates:

Package Type Update Change
vue-tsc devDependencies patch 0.38.2 -> 0.38.5

Release Notes

johnsoncodehk/volar

v0.38.5

Compare Source

v0.38.4

Compare Source

  • feat: add vueCompilerOptions.strictTemplates (#​1418)
  • fix: don't auto close ``` (#​1428)
  • fix: change unknown slot type from unknown to any (#​1541)
  • fix: SFC templates outline incorrect (#​1531)
  • fix: slot shorthand highlighting incorrect if have not = (#​1423)
  • fix: vue file import path auto-complete not working on windows (#​1304)
  • fix: avoid duplicate result in html (#​1552) (#​1530)
  • fix: code action document edit version incorrect (#​1490)

Breaking changes

  • experimentalSuppressUnknownJsxPropertyErrors, experimentalSuppressInvalidJsxElementTypeErrors is replaced by strictTemplates.

    {
    	"vueCompilerOptions": {
    -		"experimentalSuppressUnknownJsxPropertyErrors": false,
    -		"experimentalSuppressInvalidJsxElementTypeErrors": false,
    +		"strictTemplates": true
    	},
    }
    
Our Sponsors

v0.38.3

Compare Source

  • feat: support html, css intellisense for petite-vue (#​1471)
  • fix: avoid unknown jsx property error for vue 2.7 (#​1533)
  • fix: fixed GlobalComponents interface not working edge case (#​1489)
  • fix: stricter slots type extracting (#​1522)
  • fix: nuxt app preview not working

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [vue-tsc](https://github.com/johnsoncodehk/volar) | devDependencies | patch | [`0.38.2` -> `0.38.5`](https://renovatebot.com/diffs/npm/vue-tsc/0.38.2/0.38.5) | --- ### Release Notes <details> <summary>johnsoncodehk/volar</summary> ### [`v0.38.5`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0385-2022711) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.38.4...v0.38.5) - fix: file path resolve incorrect on windows ([#&#8203;1554](https://github.com/johnsoncodehk/volar/issues/1554), [#&#8203;1555](https://github.com/johnsoncodehk/volar/issues/1555), [#&#8203;1556](https://github.com/johnsoncodehk/volar/issues/1556), [#&#8203;1557](https://github.com/johnsoncodehk/volar/issues/1557), [#&#8203;1558](https://github.com/johnsoncodehk/volar/issues/1558), [#&#8203;1559](https://github.com/johnsoncodehk/volar/issues/1559)) ### [`v0.38.4`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0384-2022711) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.38.3...v0.38.4) - feat: add `vueCompilerOptions.strictTemplates` ([#&#8203;1418](https://github.com/johnsoncodehk/volar/issues/1418)) - fix: don't auto close \`\`\` ([#&#8203;1428](https://github.com/johnsoncodehk/volar/issues/1428)) - fix: change unknown slot type from `unknown` to `any` ([#&#8203;1541](https://github.com/johnsoncodehk/volar/issues/1541)) - fix: SFC templates outline incorrect ([#&#8203;1531](https://github.com/johnsoncodehk/volar/issues/1531)) - fix: slot shorthand highlighting incorrect if have not `=` ([#&#8203;1423](https://github.com/johnsoncodehk/volar/issues/1423)) - fix: vue file import path auto-complete not working on windows ([#&#8203;1304](https://github.com/johnsoncodehk/volar/issues/1304)) - fix: avoid duplicate result in html ([#&#8203;1552](https://github.com/johnsoncodehk/volar/issues/1552)) ([#&#8203;1530](https://github.com/johnsoncodehk/volar/issues/1530)) - fix: code action document edit version incorrect ([#&#8203;1490](https://github.com/johnsoncodehk/volar/issues/1490)) **Breaking changes** - `experimentalSuppressUnknownJsxPropertyErrors`, `experimentalSuppressInvalidJsxElementTypeErrors` is replaced by `strictTemplates`. ```diff { "vueCompilerOptions": { - "experimentalSuppressUnknownJsxPropertyErrors": false, - "experimentalSuppressInvalidJsxElementTypeErrors": false, + "strictTemplates": true }, } ``` ##### Our Sponsors <a href="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"> <img src="https://cdn.jsdelivr.net/gh/johnsoncodehk/sponsors/company_compact/sponsors.svg"/> </a> ### [`v0.38.3`](https://github.com/johnsoncodehk/volar/blob/HEAD/CHANGELOG.md#&#8203;0383-202277) [Compare Source](https://github.com/johnsoncodehk/volar/compare/v0.38.2...v0.38.3) - feat: support html, css intellisense for petite-vue ([#&#8203;1471](https://github.com/johnsoncodehk/volar/issues/1471)) - fix: avoid unknown jsx property error for vue 2.7 ([#&#8203;1533](https://github.com/johnsoncodehk/volar/issues/1533)) - fix: fixed `GlobalComponents` interface not working edge case ([#&#8203;1489](https://github.com/johnsoncodehk/volar/issues/1489)) - fix: stricter slots type extracting ([#&#8203;1522](https://github.com/johnsoncodehk/volar/issues/1522)) - fix: nuxt app preview not working </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTEuMiIsInVwZGF0ZWRJblZlciI6IjMyLjExMS4yIn0=-->
renovate added the
dependencies
label 2022-07-14 00:03:11 +00:00
renovate added 1 commit 2022-07-14 00:03:11 +00:00
continuous-integration/drone/pr Build is passing Details
98e4b1572f
chore(deps): update dependency vue-tsc to v0.38.5
Member

Hi renovate!

Thank you for creating a PR!

I've deployed the changes of this PR on a preview environment under this URL: https://2128-renovate-vue-tsc-0-x--vikunja-frontend-preview.netlify.app

You can use this url to view the changes live and test them out.
You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/.

Have a nice day!

Beep boop, I'm a bot.

Hi renovate! Thank you for creating a PR! I've deployed the changes of this PR on a preview environment under this URL: https://2128-renovate-vue-tsc-0-x--vikunja-frontend-preview.netlify.app You can use this url to view the changes live and test them out. You will need to manually connect this to an api running somehwere. The easiest to use is https://try.vikunja.io/. Have a nice day! > Beep boop, I'm a bot.
konrad merged commit e87621bea5 into main 2022-07-14 07:06:03 +00:00
konrad deleted branch renovate/vue-tsc-0.x 2022-07-14 07:06:03 +00:00
This repo is archived. You cannot comment on pull requests.
No description provided.