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

fix(deps): update dependency @linaria/react to v6 #187

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@linaria/react ^4.3.2 -> ^6.0.0 age adoption passing confidence

Release Notes

callstack/linaria (@​linaria/react)

v6.2.0

Compare Source

Minor Changes
  • a3dcee2: Update wyw-in-js to 0.5.3

v6.1.0

Compare Source

Minor Changes
Patch Changes
  • 8d4ebd3: chore: bump @​wyw-in-js/* packages

v6.0.0

Compare Source

Major Changes
  • 2ac94b9: BREAKING CHANGE: Linaria has been migrated to wyw-in-js.

Migration Guide

For Users

The main breaking change is that all tooling has been moved from the `@linaria` scope to the `@wyw-in-js` scope. This means that you will need to update your dependencies as follows:

| Old                      | New                       |
| ------------------------ | ------------------------- |
| @​linaria/babel-preset    | @​wyw-in-js/babel-preset   |
| @​linaria/cli             | @​wyw-in-js/cli            |
| @​linaria/esbuild         | @​wyw-in-js/esbuild        |
| @​linaria/rollup          | @​wyw-in-js/rollup         |
| @​linaria/shaker          | discontinued              |
| @​linaria/vite            | @​wyw-in-js/vite           |
| @​linaria/webpack4-loader | discontinued              |
| @​linaria/webpack5-loader | @​wyw-in-js/webpack-loader |

There is no longer a need to install `@linaria/shaker` as it is now part of `@wyw-in-js/transform`, which will be installed automatically with the bundler plugins.

The configuration file has been renamed from `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`).

For Custom Processor Developers

Base classes for processors and most helpers have been moved to `@wyw-in-js/processor-utils`.

All APIs that had `linaria` in their names have been renamed:

-   The field that stores meta information in runtime has been renamed from `__linaria` to `__wyw_meta`
-   The export with all interpolated values has been renamed from `__linariaPreval` to `__wywPreval`
-   The caller name in Babel has been renamed from `linaria` to `wyw-in-js`

For additional information, please visit the [wyw-in-js.dev](https://wyw-in-js.dev).
Patch Changes

v5.0.3

Compare Source

Patch Changes

v5.0.2

Compare Source

Patch Changes

v5.0.1

Compare Source

Patch Changes

v5.0.0

Compare Source

Major Changes
  • 88e0761: Rewritten dependecny tree processing with support for wildcard re-exports.
  • cb853e1: All processing stages were merged into one generators-based processor. It allows the implementation of more complex workflows to support features like dynamic imports and re-exports.
Minor Changes
  • 9cb4143: Refactoring of the 1st stage of transformation. It opens the road to processing wildcard reexports.
Patch Changes

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.

Copy link

vercel bot commented Dec 9, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 9, 2023 0:13am

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

Successfully merging this pull request may close these issues.

0 participants