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 v5 #83

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

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

Release Notes

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

v5.0.0

Compare Source

Added
  • Support for Svelte 5 (Experimental)

v4.2.1

Compare Source

Changed
  • @rollup/pluginutils needs to be a dependency.

    This should fix #​54

v4.2.0

Compare Source

Added
  • SVGs imported as URLs (import svgUrl from ./some.svg?url) will now be
    SVGO optimized before written to disk on production builds.

    NOTE: SVGs imported as URLs will not be optimized in dev mode.

    This should fix #​52

v4.1.3

Compare Source

Changed
  • Always return a partial SourceDescription when returning code

    This hopefully fixes #​48

  • Updated dev dependencies

v4.1.2

Compare Source

Changed
  • Return the full JS result from compile

    This will include the map property as well.

    This should fix #​48.

v4.1.1

Compare Source

Changed
  • Set Svelte compiler css option to 'none'

    The css option to Svelte compile() has changed and setting it to a
    boolean value has been deprecated.

    This gave the compilerOptions.css as a boolean is deprecated. Use 'external'
    instead of false.
    warning.

    Since we're disregarding the css field in the generated result, we can set
    this option to none and skip all CSS stuff altogether.

v4.1.0

Compare Source

Added
  • Added the preCompileHook option.

    This is a function that lets the consumer transform the SVG into a Svelte
    component before being passed to the Svelte compiler.

v4.0.1

Compare Source

Changed

Render the contents of the <svg> tag using {@&#8203;html} in the component mode.

This is to prevent Svelte having to parse the entire SVG.

Thanks Arad Alvand for the code.

This solves #​39

v4.0.0

Compare Source

Updated dependencies and stuff to play along with Svelte 4

No code changes


Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" in timezone America/Denver, Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Nov 1, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: [email protected]
npm error Found: [email protected]
npm error node_modules/svelte
npm error   dev svelte@"3.59.2" from the root project
npm error
npm error Could not resolve dependency:
npm error peer svelte@">=5.x" from @poppanator/[email protected]
npm error node_modules/@poppanator/sveltekit-svg
npm error   dev @poppanator/sveltekit-svg@"5.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-11-01T07_14_55_674Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-11-01T07_14_55_674Z-debug-0.log

Copy link

vercel bot commented Nov 1, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
privacy-protect-68pv ❌ Failed (Inspect) Nov 1, 2024 7:15am

Copy link
Contributor Author

renovate bot commented Nov 1, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/poppanator-sveltekit-svg-5.x branch November 1, 2024 14:10
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.

1 participant