kristerkari / react-native-svg-transformer

Import SVG files in your React Native project the same way that you would in a Web application.
MIT License
1.54k stars 116 forks source link

Bump @svgr/core from 6.5.1 to 8.0.0 #268

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Bumps @svgr/core from 6.5.1 to 8.0.0.

Release notes

Sourced from @​svgr/core's releases.

v8.0.0

Bug Fixes

  • parseObject error causes website broken (05f2946)

Features

  • types: change SVGProps from import to import type (#853) (095f021)
  • add snake_case filename option (#857) (428b0c7)
  • make index template more flexible (#861) (003009c)

BREAKING CHANGES

  • index template now receives an array of objects containing both the created component path (path) and the original SVG path (originalPath)

v7.0.0

Features

BREAKING CHANGES

  • plugin-jsx is no longer included by default in core
  • svgr now requires Node.js v14+
Changelog

Sourced from @​svgr/core's changelog.

8.0.0 (2023-05-09)

Bug Fixes

  • parseObject error causes website broken (05f2946)

Features

  • add snake_case filename option (#857) (428b0c7)
  • make index template more flexible (#861) (003009c)
  • types: change SVGProps from import to import type (#853) (095f021)

BREAKING CHANGES

  • index template now receives an array of objects containing both the created component path (path) and the original SVG path (originalPath)

7.0.0 (2023-03-24)

Features

BREAKING CHANGES

  • plugin-jsx is no longer included by default in core
  • svgr now requires Node.js v14+
Commits
  • 52a1079 v8.0.0
  • 095f021 feat(types): change SVGProps from import to import type (#853)
  • 003009c feat: make index template more flexible (#861)
  • fd27c1c docs: update link with new React docs (#864)
  • 428b0c7 feat: add snake_case filename option (#857)
  • 22a5a93 chore: use pnpm instead npm
  • be5d3a8 Merge pull request #850 from await-ovo/add-missing-settings
  • 7988e6f Merge pull request #849 from await-ovo/chore-api-deps-update
  • edd8bef chore(website): add dimensions, exportType, namedExport and jsxRuntime settin...
  • 81a2682 chore(api): upgrade deps to latest v7
  • Additional commits viewable in compare view


Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

kristerkari commented 11 months ago

@dependabot rebase