chore: bump @figma-export/cli from 4.0.0 to 6.0.1
Bumps @figma-export/cli from 4.0.0 to 6.0.1.
Release notes
Sourced from @figma-export/cli's releases.
v6.0.1 (2024-05-11)
:memo: Documentation
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,transform-svg-with-svgo
- #170 Update all README.md examples (
@marcomontalbano)website
- #169 Update website (
@marcomontalbano)Committers: 1
- Marco Montalbano (
@marcomontalbano)v6.0.0 (2024-05-10)
:comet: 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
- #164 Drop Node.js 16 support and move to ESM (
@marcomontalbano)Committers: 1
- Marco Montalbano (
@marcomontalbano)What's inside?
- [x] Drop Node.js 16 support
- [x] Move from CJS to ESM
- [x] Update all dependencies to the latest major
- [x] Replace mocha and sinon with vitest
- [x] Update documentation and configuration samples
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.jsconfiguration file:- .figmaexportrc.js + .figmaexportrc.mjsadjust the command you run:
figma-export use-config .figmaexportrc.mjsand 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.
... (truncated)
Commits
bd8cc66v6.0.15765b11docs: update all README.md5043287v6.0.0079b4cadeps: update all dependencies to the latest559f5bfv6.0.0-beta.07a7f675deps: update yarn to latest version3c82690chore: replace mocha by vitestf7d7c0edeps!: drop support for nodejs 162c5b655Update all dependencies to latest majorb36a6dbv5.0.1- Additional commits viewable in compare view
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 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.