From b8d02baff67c77014207a6ba98475a0ed4c2c567 Mon Sep 17 00:00:00 2001 From: Anton Evzhakov Date: Thu, 7 Dec 2023 21:58:20 +0200 Subject: [PATCH] chore: remove discontinued packages from changesets --- .changeset/grumpy-flowers-watch.md | 1 - .changeset/seven-insects-study.md | 1 - .changeset/violet-eyes-cheat.md | 22 +++++++++++----------- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.changeset/grumpy-flowers-watch.md b/.changeset/grumpy-flowers-watch.md index dcff2e6ff..54653eff7 100644 --- a/.changeset/grumpy-flowers-watch.md +++ b/.changeset/grumpy-flowers-watch.md @@ -1,6 +1,5 @@ --- '@linaria/atomic': major -'@linaria/babel-preset': major '@linaria/testkit': major --- diff --git a/.changeset/seven-insects-study.md b/.changeset/seven-insects-study.md index 745a2c89e..1858b6662 100644 --- a/.changeset/seven-insects-study.md +++ b/.changeset/seven-insects-study.md @@ -1,5 +1,4 @@ --- -'@linaria/tags': patch '@linaria/testkit': patch --- diff --git a/.changeset/violet-eyes-cheat.md b/.changeset/violet-eyes-cheat.md index c070305d1..4e971ab26 100644 --- a/.changeset/violet-eyes-cheat.md +++ b/.changeset/violet-eyes-cheat.md @@ -20,20 +20,20 @@ BREAKING CHANGE: Linaria has been migrated to wyw-in-js. 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: -- `@linaria/vite` -> `@wyw-in-js/vite` -- `@linaria/cli` -> `@wyw-in-js/cli` -- `@linaria/babel-preset` -> `@wyw-in-js/babel-preset` - -However, the `atomic`, `core`, and `styled` imports remain in the `@linaria` scope. - -Additionally, support for Webpack v4 has been dropped. The webpack plugins have been renamed: - -- `@linaria/webpack4-loader` has been discontinued -- `@linaria/webpack5-loader` has been renamed to `@wyw-in-js/webpack-loader` +| 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 `linariarc` to `wyw-in-jsrc`. +The configuration file has been renamed from `linaria.config.js` (`linariarc`) to `wyw-in-js.config.js` (`.wyw-in-jsrc`). ## For Custom Processor Developers