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

chore(deps): update dependency @poppanator/sveltekit-svg to v0.3.4 #52

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 1, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@poppanator/sveltekit-svg 0.2.2 -> 0.3.4 age adoption passing confidence

Release Notes

poppa/sveltekit-svg (@​poppanator/sveltekit-svg)

v0.3.4

Compare Source

Changed
  • Type definitions for the update Svgo dependency are stricter. If we get an
    OptimizeError from SVGO we notify and return early

v0.3.2

Compare Source

Thanks to Miguel Camba for the contribution.

Added
  • By giving false as value to the SVGO option you can bypass SVGO altogether.
    This is useful when optimization might break SVG animations and alike.

v0.3.1: - Multiple svg transformers based on path prefixes

Compare Source

It's now possible to pass multiple svg transformers based on path prefixes if you want to apply different SVGO options for SVGs in different locations.

Example:

const config = {
  ...,

  kit: {
    ...,
    vite: {
      plugins: [
        svg({
          includePaths: ["./src/lib/icons/", "./src/assets/icons/"],
          svgoOptions: {
            multipass: true,
            plugins: [
              "preset-default", {
                name: "removeAttrs", params: { attrs: "(fill|stroke)" }
              }
            ],
          },
        }),
        svg({
          includePaths: ["./src/lib/graphics/"],
          svgoOptions: {
            multipass: true,
            plugins: ["preset-default" ],
          },
        }),
      ]
    }
  }
}

v0.2.3

Compare Source

Fixed
  • Updated README to reflect reality. Mainly use ESM in example

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Jun 1, 2022

👷 Deploy Preview for resetpresents processing.

Name Link
🔨 Latest commit f0d1275
🔍 Latest deploy log https://app.netlify.com/sites/resetpresents/deploys/62971be1ab94f4000b9bc1fd

@netlify
Copy link

netlify bot commented Jun 1, 2022

🔮 Deploy Preview for resetpresents canceled.

Name Link
🔨 Latest commit fc766f3
🔍 Latest deploy log https://app.netlify.com/sites/resetpresents/deploys/62c88ab526886e0008c2521e

@renovate renovate bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch from f0d1275 to 5566358 Compare June 20, 2022 06:35
@renovate renovate bot changed the title chore(deps): update dependency @poppanator/sveltekit-svg to v0.3.2 chore(deps): update dependency @poppanator/sveltekit-svg to v0.3.4 Jun 20, 2022
@renovate renovate bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch 2 times, most recently from 1f765b4 to 97497fc Compare July 8, 2022 19:44
@renovate renovate bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch from 97497fc to fc766f3 Compare July 8, 2022 19:51
@renovate renovate bot changed the title chore(deps): update dependency @poppanator/sveltekit-svg to v0.3.4 Update dependency @poppanator/sveltekit-svg to v0.3.4 Sep 27, 2022
@renovate renovate bot changed the title Update dependency @poppanator/sveltekit-svg to v0.3.4 chore(deps): update dependency @poppanator/sveltekit-svg to v0.3.4 Feb 10, 2023
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.

0 participants