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: update dependency @figma-export/types to v6 #983

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@figma-export/types (source) ^4.0.0 -> ^6.0.0 age adoption passing confidence

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?
  • Drop Node.js 16 support
  • Move from CJS to ESM
  • Update all dependencies to the latest major
  • Replace mocha and sinon with vitest
  • 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 your package.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:

-  .figmaexportrc.js
+  .figmaexportrc.mjs

adjust the command you run:

figma-export use-config .figmaexportrc.mjs

and start using import foo from 'foo' instead of const 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
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.

npm install --save-dev @​svgr/plugin-jsx
// .figmaexportrc.js

...

outputters: [
  require('@​figma-export/output-components-as-svgr')({
    output: './output/svgr',
    getSvgrConfig: () => ({
      plugins: ['@​svgr/plugin-jsx']
    })
  })
]

...
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
  • 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
🐛 Bug Fix
  • core, output-components-as-es6, output-components-as-stdout, output-components-as-svg, output-components-as-svgr, output-components-as-svgstore, website
  • core
🆙 Dependencies
📝 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
🏠 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
Contributors: 4

v4.5.0

Compare Source

v4.5.0 (2022-09-16)
🐛 Bug Fix
🆙 Dependencies
  • core, output-components-as-svgr, transform-svg-with-svgo, types, website
🚀 New Feature
Committers: 2

v4.4.0

Compare Source

v4.4.0 (2022-05-24)
🚀 New Feature
Committers: 1

v4.2.0

Compare Source

v4.2.0 (2022-03-13)
🐛 Bug Fix
🚀 New Feature
Committers: 2

v4.0.1

Compare Source

v4.0.1 (2022-01-08)
🐛 Bug Fix
📝 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label May 10, 2024
@renovate renovate bot requested review from a team, herablog, tokimari and tatz012 and removed request for a team May 10, 2024 21:33
@renovate renovate bot force-pushed the renovate/figma-export-types-6.x branch from bd90d8c to 791ab97 Compare September 3, 2024 10:14
@herablog
Copy link
Member

herablog commented Sep 6, 2024

Figma variables API利用で使わなくなります

@herablog herablog closed this Sep 6, 2024
@herablog herablog deleted the renovate/figma-export-types-6.x branch September 6, 2024 09:59
Copy link
Contributor Author

renovate bot commented Sep 6, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant