This version was pushed to npm by antfu, a new releaser for @vue/composition-api since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebase will rebase this MR
$dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [@vue/composition-api](https://github.com/vuejs/composition-api) from 0.5.0 to 1.3.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/composition-api/releases"><code>@vue/composition-api</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.3.3</h2>
<h3>Features</h3>
<ul>
<li><strong>types:</strong> allow a generic in App type (<a href="https://github.com/vuejs/composition-api/issues/845">#845</a>) (<a href="https://github.com/vuejs/composition-api/commit/48729d9">48729d9</a>)</li>
</ul>
<h2>v1.3.2</h2>
<h3>Bug Fixes</h3>
<ul>
<li>changing prop causes rerender to lose attributes <a href="https://github.com/vuejs/composition-api/issues/840">#840</a> (<a href="https://github.com/vuejs/composition-api/issues/843">#843</a>) (<a href="https://github.com/vuejs/composition-api/commit/a43090d">a43090d</a>)</li>
</ul>
<h2>v1.3.1</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> defineComponent object format with no props type (<a href="https://github.com/vuejs/composition-api/issues/839">#839</a>) (<a href="https://github.com/vuejs/composition-api/commit/8a31c78">8a31c78</a>)</li>
</ul>
<h2>v1.3.0</h2>
<h1>Notable Changes</h1>
<p>The <code>module</code> field now points to the <code>.mjs</code> version build instead of <code>.esm.js</code> for better native ESM support and future-proofing.</p>
<h2>Troubleshooting</h2>
<h3><code>.mjs</code> can't resolve on Webpack 4</h3>
<p><a href="https://github.com/vueuse/vueuse/issues/718">vueuse/vueuse#718</a></p>
<h6>Nuxt</h6>
<pre lang="js"><code>// nuxt.config.js
<p>module.exports = {
build: {
extend (config) {
config.module.rules.push({
test: /.mjs$/,
include: /node_modules/,
type: "javascript/auto"
})
}
}
}
</code></pre></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/composition-api/blob/main/CHANGELOG.md"><code>@vue/composition-api</code>'s changelog</a>.</em></p>
<blockquote>
<h2><a href="https://github.com/vuejs/composition-api/compare/v1.3.2...v1.3.3">1.3.3</a> (2021-11-03)</h2>
<h3>Features</h3>
<ul>
<li><strong>types:</strong> allow a generic in App type (<a href="https://github.com/vuejs/composition-api/issues/845">#845</a>) (<a href="https://github.com/vuejs/composition-api/commit/48729d9">48729d9</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2><a href="https://github.com/vuejs/composition-api/compare/v1.3.1...v1.3.2">1.3.2</a> (2021-11-03)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>changing prop causes rerender to lose attributes <a href="https://github.com/vuejs/composition-api/issues/840">#840</a> (<a href="https://github.com/vuejs/composition-api/issues/843">#843</a>) (<a href="https://github.com/vuejs/composition-api/commit/a43090d">a43090d</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2><a href="https://github.com/vuejs/composition-api/compare/v1.3.0...v1.3.1">1.3.1</a> (2021-11-01)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>types:</strong> defineComponent object format with no props type (<a href="https://github.com/vuejs/composition-api/issues/839">#839</a>) (<a href="https://github.com/vuejs/composition-api/commit/8a31c78">8a31c78</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h1><a href="https://github.com/vuejs/composition-api/compare/v1.2.4...v1.3.0">1.3.0</a> (2021-10-28)</h1>
<h3>Bug Fixes</h3>
<ul>
<li>attrs update not correctly mapped to props <a href="https://github.com/vuejs/composition-api/issues/833">#833</a> (<a href="https://github.com/vuejs/composition-api/issues/835">#835</a>) (<a href="https://github.com/vuejs/composition-api/commit/90b086b">90b086b</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<h2><a href="https://github.com/vuejs/composition-api/compare/v1.2.3...v1.2.4">1.2.4</a> (2021-10-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add <code>type</code> to component instance (<a href="https://github.com/vuejs/composition-api/issues/828">#828</a>) (<a href="https://github.com/vuejs/composition-api/commit/b9b603f">b9b603f</a>)</li>
</ul>
<p><!-- raw HTML omitted --><!-- raw HTML omitted --></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/composition-api/commit/0fbc572cd5917ef41854e7ebd4a6e2a24dc4afa9"><code>0fbc572</code></a> chore: release v1.3.3</li>
<li><a href="https://github.com/vuejs/composition-api/commit/48729d9ecd00c6da3c0a49bcd063fcbc9379327f"><code>48729d9</code></a> feat(types): allow a generic in App type (<a href="https://github.com/vuejs/composition-api/issues/845">#845</a>)</li>
<li><a href="https://github.com/vuejs/composition-api/commit/366a8abbce4021446af88fd9bb090605b15bee5f"><code>366a8ab</code></a> chore: release v1.3.2</li>
<li><a href="https://github.com/vuejs/composition-api/commit/165d89270e28e95efe80c0495a28760a3bce61ea"><code>165d892</code></a> chore: update deps</li>
<li><a href="https://github.com/vuejs/composition-api/commit/a43090d098b37388798d6db12cc2292177828b49"><code>a43090d</code></a> fix: changing prop causes rerender to lose attributes <a href="https://github.com/vuejs/composition-api/issues/840">#840</a> (<a href="https://github.com/vuejs/composition-api/issues/843">#843</a>)</li>
<li><a href="https://github.com/vuejs/composition-api/commit/dc74c4d864d82bef7f54194d25fa94cf402ab346"><code>dc74c4d</code></a> chore: add vue3 dts test (<a href="https://github.com/vuejs/composition-api/issues/842">#842</a>)</li>
<li><a href="https://github.com/vuejs/composition-api/commit/ce35be15c96a1045ff4312c49ea87890b8960fa2"><code>ce35be1</code></a> chore: release v1.3.1</li>
<li><a href="https://github.com/vuejs/composition-api/commit/8a31c787a30ba46a381d4dc17435afbdf08d9654"><code>8a31c78</code></a> fix(types): defineComponent object format with no props type (<a href="https://github.com/vuejs/composition-api/issues/839">#839</a>)</li>
<li><a href="https://github.com/vuejs/composition-api/commit/b59e8647442df94296955b4bc291af5de4ca6218"><code>b59e864</code></a> chore: release v1.3.0</li>
<li><a href="https://github.com/vuejs/composition-api/commit/ff6a1e3aa458e04035f7101240967e8512b2b35f"><code>ff6a1e3</code></a> refactor: use <code>.mjs</code> for module by default (<a href="https://github.com/vuejs/composition-api/issues/837">#837</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vuejs/composition-api/compare/v0.5.0...v1.3.3">compare view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by <a href="https://www.npmjs.com/~antfu">antfu</a>, a new releaser for <code>@vue/composition-api</code> since your current version.</p>
</details>
<br />
---
<details>
<summary>Dependabot commands</summary>
<br />
You can trigger Dependabot actions by commenting on this MR
- `$dependabot rebase` will rebase this MR
- `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts
</details>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Bumps @vue/composition-api from 0.5.0 to 1.3.3.
Release notes
Sourced from
@vue/composition-api's releases.... (truncated)
Changelog
Sourced from
@vue/composition-api's changelog.... (truncated)
Commits
0fbc572chore: release v1.3.348729d9feat(types): allow a generic in App type (#845)366a8abchore: release v1.3.2165d892chore: update depsa43090dfix: changing prop causes rerender to lose attributes #840 (#843)dc74c4dchore: add vue3 dts test (#842)ce35be1chore: release v1.3.18a31c78fix(types): defineComponent object format with no props type (#839)b59e864chore: release v1.3.0ff6a1e3refactor: use.mjsfor module by default (#837)Maintainer changes
This version was pushed to npm by antfu, a new releaser for
@vue/composition-apisince your current version.Dependabot commands
You can trigger Dependabot actions by commenting on this MR
$dependabot rebasewill rebase this MR$dependabot recreatewill recreate this MR rewriting all the manual changes and resolving conflicts$dependabot recreate
added 19 commits
masterdeb4dc7b- chore(deps): bump @vue/composition-api from 0.5.0 to 1.3.3Compare with previous version
mentioned in commit
303ed71799⚠️
dependabotis recreating merge request. All changes will be overwritten! ⚠️