Skip to content

Update dependency @poppanator/sveltekit-svg to v0.3.4 - #52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/poppanator-sveltekit-svg-0.x
Open

Update dependency @poppanator/sveltekit-svg to v0.3.4#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/poppanator-sveltekit-svg-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 1, 2022

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@poppanator/sveltekit-svg 0.2.20.3.4 age 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: (UTC)

  • 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

netlify Bot commented Jun 1, 2022

Copy link
Copy Markdown

👷 Deploy Preview for resetpresents processing.

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

@netlify

netlify Bot commented Jun 1, 2022

Copy link
Copy Markdown

🔮 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 3 times, most recently 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
@renovate
renovate Bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch from fc766f3 to fd1e7ae Compare August 10, 2025 14:46
@netlify

netlify Bot commented Aug 10, 2025

Copy link
Copy Markdown

Deploy Preview for resetpresents ready!

Name Link
🔨 Latest commit 420062b
🔍 Latest deploy log https://app.netlify.com/projects/resetpresents/deploys/69307c99c0c07000083e0265
😎 Deploy Preview https://deploy-preview-52--resetpresents.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate
renovate Bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch from fd1e7ae to f6b5278 Compare September 25, 2025 20:35
@renovate
renovate Bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch from f6b5278 to 420062b Compare December 3, 2025 18:08
@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 Apr 8, 2026
@renovate
renovate Bot force-pushed the renovate/poppanator-sveltekit-svg-0.x branch from 420062b to 3dc952e Compare July 12, 2026 13:44
@netlify

netlify Bot commented Jul 12, 2026

Copy link
Copy Markdown

Deploy Preview for resetpresents ready!

Name Link
🔨 Latest commit 3dc952e
🔍 Latest deploy log https://app.netlify.com/projects/resetpresents/deploys/6a539a4ab0184e00080138d9
😎 Deploy Preview https://deploy-preview-52--resetpresents.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

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