Skip to content

Commit

Permalink
Bump vue from 3.4.37 to 3.4.38 in /ui (#38)
Browse files Browse the repository at this point in the history
Bumps [vue](https://github.com/vuejs/core) from 3.4.37 to 3.4.38.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/releases">vue's
releases</a>.</em></p>
<blockquote>
<h2>v3.4.38</h2>
<p>For stable releases, please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.
For pre-releases, please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
of the <code>minor</code> branch.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/blob/v3.4.38/CHANGELOG.md">vue's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.37...v3.4.38">3.4.38</a>
(2024-08-15)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>build:</strong> revert entities to 4.5 to avoid runtime
resolution errors (<a
href="https://github.com/vuejs/core/commit/f349af7b65b9f8605d8b7bafcc06c25ab1f2daf0">f349af7</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11603">#11603</a></li>
<li><strong>compiler-core:</strong> use ast-based check for function
expressions when possible (<a
href="https://github.com/vuejs/core/commit/236cac3ff285890b8468dc827c463d87a91e516f">236cac3</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/11615">#11615</a></li>
<li><strong>compiler-sfc:</strong> handle keyof operator with index
object (<a
href="https://redirect.github.com/vuejs/core/issues/11581">#11581</a>)
(<a
href="https://github.com/vuejs/core/commit/74d26dbbe3cf2f70d1b772284eec6743ea946f6d">74d26db</a>)</li>
<li><strong>types:</strong> add fallback stub for DOM types when DOM lib
is absent (<a
href="https://redirect.github.com/vuejs/core/issues/11598">#11598</a>)
(<a
href="https://github.com/vuejs/core/commit/4db0085de316e1b773f474597915f9071d6ae6c6">4db0085</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/core/commit/56e658e7b738ab92d2a76c08443f4034970ede21"><code>56e658e</code></a>
release: v3.4.38</li>
<li><a
href="https://github.com/vuejs/core/commit/0bdb2a3bd71040b573f229f0789f58fa6627ba89"><code>0bdb2a3</code></a>
workflow: move private packages to separate directory</li>
<li><a
href="https://github.com/vuejs/core/commit/74d26dbbe3cf2f70d1b772284eec6743ea946f6d"><code>74d26db</code></a>
fix(compiler-sfc): handle keyof operator with index object (<a
href="https://redirect.github.com/vuejs/core/issues/11581">#11581</a>)</li>
<li><a
href="https://github.com/vuejs/core/commit/236cac3ff285890b8468dc827c463d87a91e516f"><code>236cac3</code></a>
fix(compiler-core): use ast-based check for function expressions when
possible</li>
<li><a
href="https://github.com/vuejs/core/commit/b27d90054af873185c2c6c7e746ee7ed7288afd1"><code>b27d900</code></a>
chore: update changelog regarding inject behavior change</li>
<li><a
href="https://github.com/vuejs/core/commit/f349af7b65b9f8605d8b7bafcc06c25ab1f2daf0"><code>f349af7</code></a>
fix(build): revert entities to 4.5 to avoid runtime resolution
errors</li>
<li><a
href="https://github.com/vuejs/core/commit/4db0085de316e1b773f474597915f9071d6ae6c6"><code>4db0085</code></a>
fix(types): add fallback stub for DOM types when DOM lib is absent (<a
href="https://redirect.github.com/vuejs/core/issues/11598">#11598</a>)</li>
<li>See full diff in <a
href="https://github.com/vuejs/core/compare/v3.4.37...v3.4.38">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vue&package-manager=npm_and_yarn&previous-version=3.4.37&new-version=3.4.38)](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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 1dc50d8 commit 49c37dd
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 91 deletions.
149 changes: 59 additions & 90 deletions ui/package-lock.json

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

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"chartist-plugin-tooltips-updated": "^0.1.4",
"core-js": "^3.38.0",
"moment": "^2.29.1",
"vue": "^3.4.37",
"vue": "^3.4.38",
"vue-chartist": "^3.0.0",
"vue-multiselect": "^3.0.0",
"vue-router": "^4.4.3"
Expand Down

0 comments on commit 49c37dd

Please sign in to comment.