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

v3.0.5 #22

Merged
merged 14 commits into from
Feb 6, 2024
Merged

v3.0.5 #22

merged 14 commits into from
Feb 6, 2024

Conversation

zendive
Copy link
Owner

@zendive zendive commented Jan 4, 2024

  • Firefox support
  • Move search invocation into panel page
  • Toolbar UI changes

dependabot bot and others added 5 commits January 4, 2024 10:16
Bumps [vue](https://github.com/vuejs/core) from 3.3.8 to 3.4.3.
<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.3</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.2</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-rc.3</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-rc.2</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-rc.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-beta.4</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-beta.3</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-beta.2</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-beta.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-alpha.4</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-alpha.3</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-alpha.2</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.4.0-alpha.1</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/minor/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.3.13</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<h2>v3.3.12</h2>
<p>Please refer to <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">CHANGELOG.md</a>
for details.</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/vuejs/core/blob/main/CHANGELOG.md">vue's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.2...v3.4.3">3.4.3</a>
(2023-12-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-sfc:</strong> respect sfc parse options in cache
key (<a
href="https://github.com/vuejs/core/commit/b8d58ec4f42cbeb9443bf06138add46158db9af0">b8d58ec</a>)</li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.1...v3.4.2">3.4.2</a>
(2023-12-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compiler-sfc:</strong> fix dev regression for dot /
namespace component usage (<a
href="https://github.com/vuejs/core/commit/dce99c12df981ca45a4d848c37ba8b16496025f0">dce99c1</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/9947">#9947</a></li>
<li><strong>runtime-core:</strong> support deep: false when watch
reactive (<a
href="https://redirect.github.com/vuejs/core/issues/9928">#9928</a>) (<a
href="https://github.com/vuejs/core/commit/4f703d120d76d711084346f73ea295c73e6ef6b6">4f703d1</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/9916">#9916</a></li>
<li><strong>ssr:</strong> fix hydration error for slot outlet inside
transition-group (<a
href="https://redirect.github.com/vuejs/core/issues/9937">#9937</a>) (<a
href="https://github.com/vuejs/core/commit/6cb00ed0f9b64428ec18fada0f68467d6a813fde">6cb00ed</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/9933">#9933</a></li>
</ul>
<h2><a
href="https://github.com/vuejs/core/compare/v3.4.0...v3.4.1">3.4.1</a>
(2023-12-30)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>compat:</strong> correct enum value for COMPILER_FILTERS
feature (<a
href="https://redirect.github.com/vuejs/core/issues/9875">#9875</a>) (<a
href="https://github.com/vuejs/core/commit/77d33e263cf19983caf4e5c53a0eb0bee374843c">77d33e2</a>)</li>
<li><strong>defineModel:</strong> always default modifiers to empty
object (<a
href="https://github.com/vuejs/core/commit/9bc3c7e29cf15f5ca96703542d10cfd786a3fc55">9bc3c7e</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/9945">#9945</a></li>
<li><strong>defineModel:</strong> support local mutation when only prop
but no listener is passed (<a
href="https://github.com/vuejs/core/commit/97ce041910b6ca4bef10f939493d6b5a06ea5b07">97ce041</a>)</li>
<li><strong>types:</strong> fix defineModel watch type error (<a
href="https://redirect.github.com/vuejs/core/issues/9942">#9942</a>) (<a
href="https://github.com/vuejs/core/commit/4af85835f7e593a7dffa7dc7e99f14877eb70fd1">4af8583</a>),
closes <a
href="https://redirect.github.com/vuejs/core/issues/9939">#9939</a></li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>compiler-sfc:</strong> support passing template parsing
options when parsing sfc (<a
href="https://github.com/vuejs/core/commit/6fab8551e4aeef4610987640de8b435b1ae321bb">6fab855</a>)
(necessary to fix <a
href="https://redirect.github.com/vitejs/vite-plugin-vue/issues/322">vitejs/vite-plugin-vue#322</a>)</li>
</ul>
<h1><a
href="https://github.com/vuejs/core/compare/v3.4.0-rc.3...v3.4.0">3.4.0
Slam Dunk</a> (2023-12-29)</h1>
<blockquote>
<p>Read <a href="https://blog.vuejs.org/posts/vue-3-4">this blog
post</a> for an overview of the release highlights.</p>
</blockquote>
<h3>Potential Actions Needed</h3>
<ol>
<li>
<p>To fully leverage new features in 3.4, it is recommended to also
update the following dependencies when upgrading to 3.4:</p>
<ul>
<li>Volar / vue-tsc@^1.8.27 (<strong>required</strong>)</li>
<li><code>@​vitejs/plugin-vue</code>@^5.0.0 (if using Vite)</li>
<li>nuxt@^3.9.0 (if using Nuxt)</li>
<li>vue-loader@^17.4.0 (if using webpack or vue-cli)</li>
</ul>
</li>
</ol>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/vuejs/core/commit/8f85b6da442cec326c22418ead6486e914245656"><code>8f85b6d</code></a>
release: v3.4.3</li>
<li><a
href="https://github.com/vuejs/core/commit/274f6f71fcc36eb4e3cdbaa65e2f4b98c013ec34"><code>274f6f7</code></a>
test: test case for sfc parse options cache invalidation</li>
<li><a
href="https://github.com/vuejs/core/commit/b8d58ec4f42cbeb9443bf06138add46158db9af0"><code>b8d58ec</code></a>
fix(compiler-sfc): respect sfc parse options in cache key</li>
<li><a
href="https://github.com/vuejs/core/commit/b010cb9939c79b1221bcb2715d8d8094530ef155"><code>b010cb9</code></a>
release: v3.4.2</li>
<li><a
href="https://github.com/vuejs/core/commit/6cb00ed0f9b64428ec18fada0f68467d6a813fde"><code>6cb00ed</code></a>
fix(ssr): fix hydration error for slot outlet inside transition-group
(<a
href="https://redirect.github.com/vuejs/core/issues/9937">#9937</a>)</li>
<li><a
href="https://github.com/vuejs/core/commit/c3fd5771773ffe9f4fdb81c1cbdc6e9c0cbfb5b7"><code>c3fd577</code></a>
chore: fix snapshot</li>
<li><a
href="https://github.com/vuejs/core/commit/4f703d120d76d711084346f73ea295c73e6ef6b6"><code>4f703d1</code></a>
fix(runtime-core): support deep: false when watch reactive (<a
href="https://redirect.github.com/vuejs/core/issues/9928">#9928</a>)</li>
<li><a
href="https://github.com/vuejs/core/commit/dce99c12df981ca45a4d848c37ba8b16496025f0"><code>dce99c1</code></a>
fix(compiler-sfc): fix dev regression for dot / namespace component
usage</li>
<li><a
href="https://github.com/vuejs/core/commit/63c3e621ce6db8177bfdb4bf3990ea4cae803290"><code>63c3e62</code></a>
test: split import usage check tests into dedicated file</li>
<li><a
href="https://github.com/vuejs/core/commit/f787337b4782cbc59266ebc804b2656b90cce51b"><code>f787337</code></a>
release: v3.4.1</li>
<li>Additional commits viewable in <a
href="https://github.com/vuejs/core/compare/v3.3.8...v3.4.3">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.3.8&new-version=3.4.3)](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>
Bumps [jsondiffpatch](https://github.com/benjamine/jsondiffpatch) from
0.5.0 to 0.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/benjamine/jsondiffpatch/releases">jsondiffpatch's
releases</a>.</em></p>
<blockquote>
<h2>v0.6.0</h2>
<h2>Breaking changes</h2>
<ul>
<li>This package is now pure ESM. For more info, please read <a
href="https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c">Sindre
Sorhus's FAQ</a> (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>).</li>
<li>Supported Node versions are <code>^18.0.0 || &gt;=20.0.0</code> (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>).</li>
<li>Requires ES6 support (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>).</li>
<li>There is no longer a default export. Import this package by using
<code>import * as jsondiffpatch from 'jsondiffpatch'</code> or by
importing individual methods (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>).</li>
<li>Formatters are no longer exported from the main entry-point and must
be imported from subpaths (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>):
<ul>
<li><code>import * as annotatedFormatter from
'jsondiffpatch/formatters/annotated'</code></li>
<li><code>import * as baseFormatter from
'jsondiffpatch/formatters/base'</code></li>
<li><code>import * as consoleFormatter from
'jsondiffpatch/formatters/console'</code></li>
<li><code>import * as htmlFormatter from
'jsondiffpatch/formatters/html'</code></li>
<li><code>import * as jsonpatchFormatter from
'jsondiffpatch/formatters/jsonpatch'</code></li>
</ul>
</li>
<li>Updated CSS imports (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>):
<ul>
<li><code>import 'jsondiffpatch/formatters/styles/html.css'</code></li>
<li><code>import
'jsondiffpatch/formatters/styles/annotated.css'</code></li>
</ul>
</li>
<li>The main entry-point no longer includes text diffing by default.
Either pass in the diff-match-patch library via the
<code>textDiff.diffMatchPatch</code> option, or use the
<code>jsondiffpatch/with-text-diffs</code> entry point that is included
for convenience (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/352">#352</a>).</li>
<li><code>Context.switchTo()</code> has been removed (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/345">#345</a>).</li>
<li><code>BaseFormatter.typeFormattterErrorFormatter()</code> now throws
an error instead of returning a <code>string</code> (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/345">#345</a>).</li>
</ul>
<h2>Other changes</h2>
<ul>
<li>Fix demo link in formatters doc by <a
href="https://github.com/johnrees"><code>@​johnrees</code></a> in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/311">benjamine/jsondiffpatch#311</a></li>
<li>Fix the live demo link in the deltas docs by <a
href="https://github.com/Xheldon"><code>@​Xheldon</code></a> in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/317">benjamine/jsondiffpatch#317</a></li>
<li>Fix typos in project documentation by <a
href="https://github.com/plan-do-break-fix"><code>@​plan-do-break-fix</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/305">benjamine/jsondiffpatch#305</a></li>
<li>Fix examples in documentation by <a
href="https://github.com/dayures"><code>@​dayures</code></a> in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/308">benjamine/jsondiffpatch#308</a></li>
<li>Update TS type file to include jsonpatch formatter by <a
href="https://github.com/thilinatnt"><code>@​thilinatnt</code></a> in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/310">benjamine/jsondiffpatch#310</a></li>
<li>Fix incorrect matrix initialization by <a
href="https://github.com/rexxars"><code>@​rexxars</code></a> in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/291">benjamine/jsondiffpatch#291</a></li>
<li>Documentation instances distinction by <a
href="https://github.com/piomar123"><code>@​piomar123</code></a> in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/129">benjamine/jsondiffpatch#129</a></li>
<li>Replace usages of <code>substr</code> with <code>substring</code> by
<a
href="https://github.com/Methuselah96"><code>@​Methuselah96</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/343">benjamine/jsondiffpatch#343</a></li>
<li>Remove dead branches by <a
href="https://github.com/Methuselah96"><code>@​Methuselah96</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/344">benjamine/jsondiffpatch#344</a></li>
<li>Convert to TypeScript by <a
href="https://github.com/Methuselah96"><code>@​Methuselah96</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/345">benjamine/jsondiffpatch#345</a></li>
<li>Convert tests to TypeScript by <a
href="https://github.com/Methuselah96"><code>@​Methuselah96</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/346">benjamine/jsondiffpatch#346</a></li>
<li>Convert to monorepo and revamp build system by <a
href="https://github.com/Methuselah96"><code>@​Methuselah96</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/350">benjamine/jsondiffpatch#350</a></li>
<li>Disable text diffs by default by <a
href="https://github.com/Methuselah96"><code>@​Methuselah96</code></a>
in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/352">benjamine/jsondiffpatch#352</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/johnrees"><code>@​johnrees</code></a>
made their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/311">benjamine/jsondiffpatch#311</a></li>
<li><a href="https://github.com/Xheldon"><code>@​Xheldon</code></a> made
their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/317">benjamine/jsondiffpatch#317</a></li>
<li><a
href="https://github.com/plan-do-break-fix"><code>@​plan-do-break-fix</code></a>
made their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/305">benjamine/jsondiffpatch#305</a></li>
<li><a href="https://github.com/dayures"><code>@​dayures</code></a> made
their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/308">benjamine/jsondiffpatch#308</a></li>
<li><a
href="https://github.com/thilinatnt"><code>@​thilinatnt</code></a> made
their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/310">benjamine/jsondiffpatch#310</a></li>
<li><a href="https://github.com/rexxars"><code>@​rexxars</code></a> made
their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/291">benjamine/jsondiffpatch#291</a></li>
<li><a href="https://github.com/piomar123"><code>@​piomar123</code></a>
made their first contribution in <a
href="https://redirect.github.com/benjamine/jsondiffpatch/pull/129">benjamine/jsondiffpatch#129</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/benjamine/jsondiffpatch/compare/v0.5.0...v0.6.0">https://github.com/benjamine/jsondiffpatch/compare/v0.5.0...v0.6.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/49af257677c1c77aa709de64315870ee423a3be9"><code>49af257</code></a>
Bump version to 0.6.0 (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/355">#355</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/7d1462e5c711bddcf6049151fa02802484cfe0be"><code>7d1462e</code></a>
Disable text diffs by default (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/352">#352</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/ca8ecb948baf9b38dfe0debe53d743b699600023"><code>ca8ecb9</code></a>
Convert to monorepo and revamp build system (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/350">#350</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/8414a556beb3c89471144aff50f1a94ccb31b444"><code>8414a55</code></a>
Convert tests to TypeScript (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/346">#346</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/04362bb65369a6ecafaf2c6bb5b0a946301943b6"><code>04362bb</code></a>
Convert to TypeScript (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/345">#345</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/da0900cc5371850f393f5a1b17776b70c09f7740"><code>da0900c</code></a>
Remove dead branches (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/344">#344</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/b400d2be1bd7fea57b12ee920e636b7333109b87"><code>b400d2b</code></a>
Replace usages of substr with substring (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/343">#343</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/371ab1a8f9854e2d25059e21dca64baee7dffa15"><code>371ab1a</code></a>
Documentation instances distinction (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/129">#129</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/4cb58053ec8ce70fdeda7a23aecc1b65a91f5713"><code>4cb5805</code></a>
Fix incorrect matrix initialization (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/291">#291</a>)</li>
<li><a
href="https://github.com/benjamine/jsondiffpatch/commit/1e761713de041105add24af78d3352835ac839eb"><code>1e76171</code></a>
Update TS type file to include jsonpatch formatter (<a
href="https://redirect.github.com/benjamine/jsondiffpatch/issues/310">#310</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/benjamine/jsondiffpatch/compare/v0.5.0...v0.6.0">compare
view</a></li>
</ul>
</details>
<br />


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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@zendive zendive changed the title V3.0.5 v3.0.5 Jan 4, 2024
@zendive zendive self-assigned this Feb 6, 2024
@zendive zendive marked this pull request as ready for review February 6, 2024 12:07
@zendive zendive merged commit 19a3b3b into master Feb 6, 2024
2 checks passed
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

1 participant