Bump @svgr/core from 5.5.0 to 6.3.1
Bumps @svgr/core from 5.5.0 to 6.3.1.
Release notes
Sourced from @svgr/core's releases.
v6.3.1
Bug Fixes
- fix duplicate plugin/preset detected error (#747) (3c6a54c), closes #746
- fix exports compat with ESM (#749) (f3e304c)
v6.3.0
Bug Fixes
Features
- add descProp option (#729) (a0637d4)
- cli: output file name when error happen to handling a file (#702) (0ec1fbd)
v6.2.1
Bug Fixes
- do not transform mask-type (#673) (6e58f2c), closes #643
- use .ts extension for generated index (#670) (d19abe2), closes #462
v6.2.0
Bug Fixes
- cli: pass in parser to prettier format to avoid deprecation warning (#662) (74fa3ae)
- plugin-svgo: handle potential errors from optimize (#663) (7582d31)
Features
v6.1.2
Bug Fixes
... (truncated)
Changelog
Sourced from @svgr/core's changelog.
6.3.1 (2022-07-22)
Bug Fixes
- fix duplicate plugin/preset detected error (#747) (3c6a54c), closes #746
- fix exports compat with ESM (#749) (f3e304c)
6.3.0 (2022-07-18)
Bug Fixes
Features
- add descProp option (#729) (a0637d4)
- cli: output file name when error happen to handling a file (#702) (0ec1fbd)
6.2.1 (2022-01-30)
Bug Fixes
- do not transform mask-type (#673) (6e58f2c), closes #643
- use .ts extension for generated index (#670) (d19abe2), closes #462
6.2.0 (2022-01-10)
Bug Fixes
... (truncated)
Commits
1dbc3e2v6.3.1f3e304cfix: fix exports compat with ESM (#749)3c6a54cfix: fix duplicate plugin/preset detected error (#747)d2a2f07chore: fix package-lock.jsond29884ev6.3.02a368d1fix(package.json): fix exports (#745)876b1e2docs(website): Correct <Get Ready For ESM> article link (#740)e524416chore: upgrade deps (#733)a0637d4feat: add descProp option (#729)846cd20docs: grammar fixes (#715)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: ef77e4046bdc85653f406dd6021e2e1df322d5ec
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Superseded by #218.