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-dev): bump @poppanator/sveltekit-svg from 3.0.0 to 4.1.3 in /svelte-app #898

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps @poppanator/sveltekit-svg from 3.0.0 to 4.1.3.

Release notes

Sourced from @​poppanator/sveltekit-svg's releases.

v4.1.2 - Return the full JS result from compile

This will include the map property as well.

This should fix #48.

v4.1.1 - 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 - 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 - Render the contents of the <svg> tag using {@html} in the component mode

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

Thanks @​aradalvand for the code.

This solves #39

v4.0.0 - Support Svelte 4

This release supports Svelte 4

v3.0.1 - Maintenance release

This is a maintenance release with no code changes

  • Updated all NPM packages
  • Renamed app.d.ts to svg.d.ts since Svelte doesn't like these typings in app.d.ts (see issue 25)
  • Also copy svg.d.ts to dist/ on build.
  • Some fixes to the README file
  • Thanks to @​joakimnordling for PR #35
Changelog

Sourced from @​poppanator/sveltekit-svg's changelog.

[4.1.3] 2023-09-01

Changed

  • Always return a partial SourceDescription when returning code

    This hopefully fixes #48

  • Updated dev dependencies

[4.1.2] 2023-08-31

Changed

  • Return the full JS result from compile

    This will include the map property as well.

    This should fix #48.

[4.1.1] 2023-08-31

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.

[4.1.0] 2023-08-07

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.

[4.0.1] 2023-08-03

Changed

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

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 4, 2023
Bumps [@poppanator/sveltekit-svg](https://github.com/poppa/sveltekit-svg) from 3.0.0 to 4.1.3.
- [Release notes](https://github.com/poppa/sveltekit-svg/releases)
- [Changelog](https://github.com/poppa/sveltekit-svg/blob/main/CHANGELOG.md)
- [Commits](poppa/sveltekit-svg@v3.0.0...v4.1.3)

---
updated-dependencies:
- dependency-name: "@poppanator/sveltekit-svg"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/svelte-app/poppanator/sveltekit-svg-4.1.3 branch from 9fcc6a9 to 44c0703 Compare September 16, 2023 04:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 23, 2023

Looks like @poppanator/sveltekit-svg is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 23, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/svelte-app/poppanator/sveltekit-svg-4.1.3 branch September 23, 2023 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants