chore: update dependency @figma-export/types to v6 #983
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.0.0
->^6.0.0
Release Notes
marcomontalbano/figma-exporter (@figma-export/types)
v6.0.0
Compare Source
v6.0.0 (2024-05-10)
☄️ Breaking Changes
cli
,core
,output-components-as-es6
,output-components-as-stdout
,output-components-as-svg
,output-components-as-svgr
,output-components-as-svgstore
,output-styles-as-css
,output-styles-as-less
,output-styles-as-sass
,output-styles-as-style-dictionary
,transform-svg-with-svgo
,types
,utils
,website
Committers: 1
What's inside?
Breaking changes
This library is now pure ESM.
This change may seem significant, but for most users, it's likely to have minimal impact. If your project already uses
type="module"
in yourpackage.json
, you're good to go.However, if your project hasn't yet made this transition, you'll need to rename your
.figmaexportrc.js
configuration file:adjust the command you run:
and start using
import foo from 'foo'
instead ofconst foo = require('foo')
to import the packages inside the.figmaexportrc.mjs
. You can take a look at .figmaexportrc.example.js as an example.v5.0.1
Compare Source
v5.0.1 (2024-02-25)
🐛 Bug Fix
core
,types
overrides
for axios (@marcomontalbano)Committers: 1
v5.0.0
Compare Source
v5.0.0 (2024-02-24)
☄️ Breaking Changes
cli
,core
,output-components-as-es6
,output-components-as-stdout
,output-components-as-svg
,output-components-as-svgr
,output-components-as-svgstore
,output-styles-as-css
,output-styles-as-less
,output-styles-as-sass
,output-styles-as-style-dictionary
,transform-svg-with-svgo
,types
,utils
,website
Drop support for Node.js 12 and 14
Update all dependencies to the latest available with support to Node.js
>= v16.14
.SVGR breaking change
SVGR has been updated to the latest version. Starting from v7 they removed
plugin-jsx
from the core so you'll need to install it manually.Committers: 1
v4.8.0
Compare Source
v4.8.0 (2024-02-20)
🚀 New Feature
core
,output-styles-as-css
,output-styles-as-less
,output-styles-as-sass
,output-styles-as-style-dictionary
,types
TextStyle.lineHeight
(@blinpete)cli
,core
,types
cli
,core
,output-components-as-es6
,output-components-as-stdout
,output-components-as-svg
,output-components-as-svgr
,output-components-as-svgstore
,types
includeTypes
attribute to support component instance (@marcomontalbano)🐛 Bug Fix
core
,output-components-as-es6
,output-components-as-stdout
,output-components-as-svg
,output-components-as-svgr
,output-components-as-svgstore
,website
onlyFromPages
can be used when exporting styles (@marcomontalbano, @Ingramz)core
🆙 Dependencies
core
,types
📝 Documentation
Committers: 4
v4.7.0
Compare Source
v4.7.0 (2023-06-21)
🚀 New Feature
cli
,output-components-as-es6
,output-components-as-svg
,output-components-as-svgr
,output-components-as-svgstore
,output-styles-as-css
,output-styles-as-less
,output-styles-as-sass
,output-styles-as-style-dictionary
,types
,website
output-styles-as-style-dictionary
package (@marcomontalbano)🏠 Internal
output-components-as-es6
,output-components-as-svg
,output-components-as-svgr
,output-components-as-svgstore
,output-styles-as-css
,output-styles-as-less
,output-styles-as-sass
,output-styles-as-style-dictionary
Committers: 2
v4.6.0
Compare Source
v4.6.0 (2023-05-09)
🚀 New Feature
core
,types
pathToComponent
to theComponentOutputterParamOption
(@alejandrofdiaz)Contributors: 4
v4.5.0
Compare Source
v4.5.0 (2022-09-16)
🐛 Bug Fix
core
,output-components-as-es6
core
core
,output-components-as-es6
,output-components-as-svgr
,output-components-as-svgstore
pageName
with slashes (es6 and svgstore outputters) (@marcomontalbano)🆙 Dependencies
core
,output-components-as-svgr
,transform-svg-with-svgo
,types
,website
🚀 New Feature
core
,types
Committers: 2
v4.4.0
Compare Source
v4.4.0 (2022-05-24)
🚀 New Feature
core
,output-components-as-svg
,output-components-as-svgr
cli
,core
,types
Committers: 1
v4.2.0
Compare Source
v4.2.0 (2022-03-13)
🐛 Bug Fix
cli
,core
,types
🚀 New Feature
cli
,core
,types
output-components-as-svgr
Committers: 2
v4.0.1
Compare Source
v4.0.1 (2022-01-08)
🐛 Bug Fix
transform-svg-with-svgo
,types
,website
📝 Documentation
output-styles-as-css
,output-styles-as-less
,output-styles-as-sass
Committers: 1
Configuration
📅 Schedule: 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.
This PR was generated by Mend Renovate. View the repository job log.