Skip to content

Commit

Permalink
chore(deps): bump @vue/babel-plugin-jsx from 1.2.5 to 1.3.0 (#6190)
Browse files Browse the repository at this point in the history
Bumps [@vue/babel-plugin-jsx](https://github.com/vuejs/babel-plugin-jsx) from 1.2.5 to 1.3.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/vuejs/babel-plugin-jsx/releases"><code>@​vue/babel-plugin-jsx</code>'s releases</a>.</em></p>
<blockquote>
<h2>v1.3.0</h2>
<h3>   🚀 Features</h3>
<ul>
<li>Support SVG 2 elements, using <code>@​vue/shared</code> to ensure consistent behavior with vue  -  by <a href="https://github.com/2234839"><code>@​2234839</code></a> in <a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/745">vuejs/babel-plugin-jsx#745</a> <a href="https://github.com/vuejs/babel-plugin-jsx/commit/a7607de">(a7607)</a></li>
</ul>
<h3>   🐞 Bug Fixes</h3>
<ul>
<li>Exclude TemplateLiteral expression from isConstant  -  by <a href="https://github.com/zhiyuanzmj"><code>@​zhiyuanzmj</code></a> <a href="https://github.com/vuejs/babel-plugin-jsx/commit/f08cdca">(f08cd)</a></li>
<li>Deoptimize slots when a directive is used  -  by <a href="https://github.com/KaelWD"><code>@​KaelWD</code></a> in <a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/638">vuejs/babel-plugin-jsx#638</a> <a href="https://github.com/vuejs/babel-plugin-jsx/commit/7277fe4">(7277f)</a></li>
</ul>
<h5>    <a href="https://github.com/vuejs/babel-plugin-jsx/compare/v1.2.5...v1.3.0">View changes on GitHub</a></h5>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/87dd433b9fe89cccf579d416464ce309f3b06572"><code>87dd433</code></a> chore: release v1.3.0</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/0cb76be0e6935b4c9e6f920ed17b4ea289bc384d"><code>0cb76be</code></a> ci: use a renovate preset &amp; schedule monthly updates</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/c98c5f9dade569e8b24abe340ef24c18dd4cfc07"><code>c98c5f9</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/743">#743</a>)</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/7277fe4bc45d6225a693ced3f4a70c735dcd75c2"><code>7277fe4</code></a> fix: deoptimize slots when a directive is used (<a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/638">#638</a>)</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/a7607de7b8769c0c84b1ccc9ad8ce2c4ab8a5972"><code>a7607de</code></a> feat: Support SVG 2 elements, using <code>@​vue/shared</code> to ensure consistent behavior...</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/fb925b8a2895a8a318ecca0b9ae1564124f5d0ff"><code>fb925b8</code></a> chore: dedupe</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/5e77d5d5e57cbb6f049bf70a7eaf446427169093"><code>5e77d5d</code></a> chore(deps): update vitest monorepo to v3 (<a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/737">#737</a>)</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/d35dde43d53b7b1bab6dc3751fb3e4eaae98dbbf"><code>d35dde4</code></a> chore(deps): update all non-major dependencies (<a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/740">#740</a>)</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/b5c1fba5ce537cfb2ba450e55afaa8cc9e5e1aa4"><code>b5c1fba</code></a> chore(deps): update pnpm to v10 (<a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/741">#741</a>)</li>
<li><a href="https://github.com/vuejs/babel-plugin-jsx/commit/048085626b40f45147e001ff3e8f9b6cad8ac4b8"><code>0480856</code></a> chore(deps): update dependency eslint-config-prettier to v10 (<a href="https://redirect.github.com/vuejs/babel-plugin-jsx/issues/733">#733</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/vuejs/babel-plugin-jsx/compare/v1.2.5...v1.3.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vue/babel-plugin-jsx&package-manager=npm_and_yarn&previous-version=1.2.5&new-version=1.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
  • Loading branch information
dependabot[bot] authored Mar 7, 2025
1 parent fd2ea60 commit 995971b
Showing 1 changed file with 27 additions and 38 deletions.
65 changes: 27 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 995971b

Please sign in to comment.