Skip to content

Bump ember-svg-jar from 1.1.1 to 2.2.3 #2013

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

Merged
merged 1 commit into from
Dec 20, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps ember-svg-jar from 1.1.1 to 2.2.3.

Release notes

Sourced from ember-svg-jar's releases.

Breaking update

For more info check out the CHANGELOG.

Changelog

Sourced from ember-svg-jar's changelog.

SVGJar Change Log

v2.2.1

Full changelog

v2.2.0

  • [ENHANCEMENT] Improved Assets Viewer. It got faster for big SVG collections and has better UI.
  • [INTERNAL] Cleanup some code.

Full changelog

v2.1.0

  • [ENHANCEMENT] Disable removeTitle, removeViewBox, and removeDesc SVGO plugins by default to preserve the original behaviour and stay a zero-configuration addon.
  • [INTERNAL] Get rid of viewer.embed option.
  • [INTERNAL] Improve SVGJar options validation.

Full changelog

v2.0.0

  • [BREAKING ENHANCEMENT] Upgrade SVGO from 0.6.6 to 1.3.0. It's a breaking change to fix security issues of SVGO 0.6.6. In SVGO 1.3.0 most plugins are now active by default (e.g. removeTitle, removeViewBox). This can cause undesired changes in optimized SVG images. In ember-svg-jar v2.1.0 it's not the case anymore for removeTitle, removeViewBox, and removeDesc plugins. Read this document to know what exactly changed. To see changes of default SVGO plugins check out this diff.
  • [CLEANUP] Upgrade ember-cli to 3.11.0, including related packages

Full changelog

v1.2.2

Full changelog

v1.2.1

Full changelog

v1.2.0

  • [internal] Ability to specify which version of svgo to use for optimizer
  • [INTERNAL] Drop Node 4 support
  • [INTERNAL] Update dependencies & cleanup code

Full changelog

v1.1.0

... (truncated)
Commits

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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@rust-highfive
Copy link

r? @sgrif

(rust_highfive has picked a reviewer for you, use r? to override)

@Turbo87
Copy link
Member

Turbo87 commented Dec 20, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Dec 20, 2019

📌 Commit 071e01a has been approved by Turbo87

@bors
Copy link
Contributor

bors commented Dec 20, 2019

⌛ Testing commit 071e01a with merge 655d883...

bors added a commit that referenced this pull request Dec 20, 2019
…-2.2.3, r=Turbo87

Bump ember-svg-jar from 1.1.1 to 2.2.3

Bumps [ember-svg-jar](https://github.com/ivanvotti/ember-svg-jar) from 1.1.1 to 2.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/ivanvotti/ember-svg-jar/releases">ember-svg-jar's releases</a>.</em></p>
<blockquote>
<h2>Breaking update</h2>
<p>For more info <a href="https://github.com/ivanvotti/ember-svg-jar/blob/master/CHANGELOG.md">check out the CHANGELOG</a>.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/ivanvotti/ember-svg-jar/blob/master/CHANGELOG.md">ember-svg-jar's changelog</a>.</em></p>
<blockquote>
<h2>SVGJar Change Log</h2>
<h3>v2.2.1</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/pull/137">[FIX]</a> Move development dependencies into <code>devDependencies</code> <a href="https://github.com/Turbo87">@​Turbo87</a></li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v2.2.0...v2.2.1">Full changelog</a></p>
<h3>v2.2.0</h3>
<ul>
<li>[ENHANCEMENT] Improved Assets Viewer. It got faster for big SVG collections and has better UI.</li>
<li>[INTERNAL] Cleanup some code.</li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v2.1.0...v2.2.0">Full changelog</a></p>
<h3>v2.1.0</h3>
<ul>
<li>[ENHANCEMENT] Disable <code>removeTitle</code>, <code>removeViewBox</code>, and <code>removeDesc</code> SVGO plugins by default to preserve the original behaviour and stay a zero-configuration addon.</li>
<li>[INTERNAL] Get rid of <code>viewer.embed</code> option.</li>
<li>[INTERNAL] Improve SVGJar options validation.</li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v2.0.0...v2.1.0">Full changelog</a></p>
<h3>v2.0.0</h3>
<ul>
<li>[BREAKING ENHANCEMENT] Upgrade SVGO from <code>0.6.6</code> to <code>1.3.0</code>. It's a breaking change to fix <a href="https://github-redirect.dependabot.com/ivanvotti/broccoli-svg-optimizer/issues/14">security issues of SVGO 0.6.6</a>. In SVGO <code>1.3.0</code> most plugins are now active by default (e.g. <code>removeTitle</code>, <code>removeViewBox</code>). This can cause undesired changes in optimized SVG images. In <code>ember-svg-jar</code> <code>v2.1.0</code> it's not the case anymore for <code>removeTitle</code>, <code>removeViewBox</code>, and <code>removeDesc</code> plugins. <a href="https://github.com/ivanvotti/broccoli-svg-optimizer/blob/master/docs/0.6.6-to-1.3.0.md">Read this document</a> to know what exactly changed. To see changes of default SVGO plugins <a href="https://github.com/ivanvotti/broccoli-svg-optimizer/commit/58057a2cd521160b1eaba058303774f427cdd1f0#diff-e5d4ccd3cd14c513eca40fc7a5f48182">check out this diff</a>.</li>
<li>[CLEANUP] Upgrade ember-cli to <code>3.11.0</code>, including related packages</li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v1.2.2...v2.0.0">Full changelog</a></p>
<h3>v1.2.2</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/pull/92">[INTERNAL]</a> Switch from copy to assign <a href="https://github.com/buschtoens">@​buschtoens</a></li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v1.2.1...v1.2.2">Full changelog</a></p>
<h3>v1.2.1</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/pull/77">[INTERNAL]</a> Switch to ember-copy <a href="https://github.com/wagenet">@​wagenet</a></li>
<li>[INTERNAL] Upgrade to ember-cli 3.3.0</li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v1.2.0...v1.2.1">Full changelog</a></p>
<h3>v1.2.0</h3>
<ul>
<li><a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/pull/72">[internal]</a> Ability to specify which version of <code>svgo</code> to use for optimizer</li>
<li>[INTERNAL] Drop Node 4 support</li>
<li>[INTERNAL] Update dependencies &amp; cleanup code</li>
</ul>
<p><a href="https://github.com/ivanvotti/ember-svg-jar/compare/v1.1.0...v1.2.0">Full changelog</a></p>
<h3>v1.1.0</h3>
</tr></table> ... (truncated)
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/b2fa1f1fbf007332877607aafef04c3e0681883e"><code>b2fa1f1</code></a> Released 2.2.3</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/e1ccff082c7da5e4848c60c8ea5457943c2046cd"><code>e1ccff0</code></a> Fix asset viewer <a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/issues/140">#140</a></li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/a018ed273f5f1792d629b4e7880fa4e2366138e5"><code>a018ed2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/issues/141">#141</a> from ivanvotti/all-contributors/add-tcjr</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/2d6079e84cf7c160fa07eebea3a9b9b928bc7cfb"><code>2d6079e</code></a> docs: update .all-contributorsrc</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/b10ed37fee4494b71715cafa785fc3e8744f136c"><code>b10ed37</code></a> docs: update README.md</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/63260b2acf9627ecd28edcd243a9acf21ff7b640"><code>63260b2</code></a> Update README.md &amp; issue templates</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/0eaf634f8d8d8d307819b922bbcca9079d14c85b"><code>0eaf634</code></a> Released 2.2.2</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/71e13337617e0692b066e32d5162fe60fe6f5ae1"><code>71e1333</code></a> Update assets viewer</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/febfb917c0791d7de0b6f0b645c635008cedada8"><code>febfb91</code></a> Add invalid SVG warning</li>
<li><a href="https://github.com/ivanvotti/ember-svg-jar/commit/8bf973c151e1984b6613d9f899ee8bbacae4a691"><code>8bf973c</code></a> Switch to path from path-posix in index.js to fix <a href="https://github-redirect.dependabot.com/ivanvotti/ember-svg-jar/issues/139">#139</a></li>
<li>Additional commits viewable in <a href="https://github.com/ivanvotti/ember-svg-jar/compare/v1.1.1...v2.2.3">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=ember-svg-jar&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=2.2.3)](https://dependabot.com/compatibility-score.html?dependency-name=ember-svg-jar&package-manager=npm_and_yarn&previous-version=1.1.1&new-version=2.2.3)

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)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
@bors
Copy link
Contributor

bors commented Dec 20, 2019

☀️ Test successful - checks-travis
Approved by: Turbo87
Pushing 655d883 to master...

@bors bors merged commit 071e01a into master Dec 20, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/ember-svg-jar-2.2.3 branch December 20, 2019 08:04
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.

4 participants