Bump vite-plugin-compression2 from 0.9.3 to 0.10.2 #119

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/vite-plugin-compression2-0.10.2 into main 2023-07-12 01:26:29 +00:00
dependabot[bot] commented 2023-07-10 00:41:51 +00:00 (Migrated from github.com)

Bumps vite-plugin-compression2 from 0.9.3 to 0.10.2.

Release notes

Sourced from vite-plugin-compression2's releases.

v0.10.2

Background

Patches

  • Fix option filename called result same as bundle filename can't work. #31

v0.10.1

Background

Patches

  • Fix chunk with side effect can't work with threshold #33

v0.10.0

Background

Improve & Features

  • Add skipIfLargerOrEqual option. #32

Credits

@​vHeemstra @​nonzzz

Changelog

Sourced from vite-plugin-compression2's changelog.

0.10.2

Background

Patches

  • Fix option filename called result same as bundle filename can't work. #31

0.10.1

Background

Patches

  • Fix chunk with side effect can't work with threshold #33

0.10.0

Background

Improve & Features

  • Add skipIfLargerOrEqual option. #32

Credits

@​vHeemstra @​nonzzz

Commits
  • 06af79c chore: release v0.10.2
  • 48cbecd fix: filename with side effect should work
  • 1f7bd77 chore: release v0.10.1
  • 45bcefa fix: dynamic should work with options
  • 595946b chore: release v0.10.0
  • 054edee feature: skip compressed file if it's larger than or equal to original (#32)
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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 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)
Bumps [vite-plugin-compression2](https://github.com/nonzzz/vite-compression-plugin) from 0.9.3 to 0.10.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nonzzz/vite-compression-plugin/releases">vite-plugin-compression2's releases</a>.</em></p> <blockquote> <h2>v0.10.2</h2> <h1>Background</h1> <h3>Patches</h3> <ul> <li>Fix option <code>filename</code> called result same as bundle filename can't work. <a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/31">#31</a></li> </ul> <h2>v0.10.1</h2> <h1>Background</h1> <h3>Patches</h3> <ul> <li>Fix chunk with side effect can't work with <code>threshold</code> <a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/33">#33</a></li> </ul> <h2>v0.10.0</h2> <h1>Background</h1> <h3>Improve &amp; Features</h3> <ul> <li>Add <code>skipIfLargerOrEqual</code> option. <a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/32">#32</a></li> </ul> <h3>Credits</h3> <p><a href="https://github.com/vHeemstra"><code>@​vHeemstra</code></a> <a href="https://github.com/nonzzz"><code>@​nonzzz</code></a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/nonzzz/vite-plugin-compression/blob/master/CHANGELOG.md">vite-plugin-compression2's changelog</a>.</em></p> <blockquote> <h2>0.10.2</h2> <h1>Background</h1> <h3>Patches</h3> <ul> <li>Fix option <code>filename</code> called result same as bundle filename can't work. <a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/31">#31</a></li> </ul> <h2>0.10.1</h2> <h1>Background</h1> <h3>Patches</h3> <ul> <li>Fix chunk with side effect can't work with <code>threshold</code> <a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/33">#33</a></li> </ul> <h2>0.10.0</h2> <h1>Background</h1> <h3>Improve &amp; Features</h3> <ul> <li>Add <code>skipIfLargerOrEqual</code> option. <a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/32">#32</a></li> </ul> <h3>Credits</h3> <p><a href="https://github.com/vHeemstra"><code>@​vHeemstra</code></a> <a href="https://github.com/nonzzz"><code>@​nonzzz</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nonzzz/vite-plugin-compression/commit/06af79ca69bd7bc13a7ff90e43c271f04b30aec9"><code>06af79c</code></a> chore: release v0.10.2</li> <li><a href="https://github.com/nonzzz/vite-plugin-compression/commit/48cbecd27b4ed134cccad2f3b0342e0f16593e9e"><code>48cbecd</code></a> fix: filename with side effect should work</li> <li><a href="https://github.com/nonzzz/vite-plugin-compression/commit/1f7bd774d5f59721a6eb64447db61698934ff25f"><code>1f7bd77</code></a> chore: release v0.10.1</li> <li><a href="https://github.com/nonzzz/vite-plugin-compression/commit/45bcefa7c1da2761ebe69e1e8735de062d100ada"><code>45bcefa</code></a> fix: dynamic should work with options</li> <li><a href="https://github.com/nonzzz/vite-plugin-compression/commit/595946b831319e80ca7649d2fde4f58cc0753993"><code>595946b</code></a> chore: release v0.10.0</li> <li><a href="https://github.com/nonzzz/vite-plugin-compression/commit/054edeeec649c8b2ce3ecd2ce4532a7b6737ad24"><code>054edee</code></a> feature: skip compressed file if it's larger than or equal to original (<a href="https://redirect.github.com/nonzzz/vite-compression-plugin/issues/32">#32</a>)</li> <li>See full diff in <a href="https://github.com/nonzzz/vite-compression-plugin/compare/v0.9.3...v0.10.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vite-plugin-compression2&package-manager=npm_and_yarn&previous-version=0.9.3&new-version=0.10.2)](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 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>
nomadjimbob commented 2023-07-12 01:25:20 +00:00 (Migrated from github.com)

@dependabot rebase

@dependabot rebase
Sign in to join this conversation.