Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
674 changes: 152 additions & 522 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rslib/iife/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dev": "rslib -w"
},
"devDependencies": {
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/node": "^24.12.4",
"typescript": "^5.9.3"
}
Expand Down
6 changes: 1 addition & 5 deletions rslib/iife/rslib.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
format: 'iife',
},
],
format: 'iife',
});
2 changes: 1 addition & 1 deletion rslib/module-doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@rspress/core": "^2.0.13",
"@rspress/plugin-api-docgen": "^2.0.13",
"@rspress/plugin-preview": "^2.0.13",
Expand Down
9 changes: 2 additions & 7 deletions rslib/module-doc/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/module-federation/mf-react-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@module-federation/rsbuild-plugin": "^2.5.0",
"@module-federation/storybook-addon": "^6.0.12",
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"http-server": "^14.1.1",
"react": "^19.2.7",
Expand Down
2 changes: 1 addition & 1 deletion rslib/node-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dev": "rslib -w"
},
"devDependencies": {
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/node": "^24.12.4",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rslib/node-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test": "rstest"
},
"devDependencies": {
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@rstest/adapter-rslib": "^0.10.3",
"@rstest/core": "^0.10.3",
"@types/node": "^24.12.4",
Expand Down
2 changes: 1 addition & 1 deletion rslib/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-preact": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"preact": "^10.29.2",
"typescript": "^5.9.3"
},
Expand Down
9 changes: 2 additions & 7 deletions rslib/preact/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginPreact } from '@rsbuild/plugin-preact';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
"typescript": "^5.9.3"
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-basic/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-compiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.23.1",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
"typescript": "^5.9.3"
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-compiler/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-css-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
"typescript": "^5.9.3"
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-css-module/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rsbuild/plugin-less": "^1.6.4",
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
"typescript": "^5.9.3"
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-less/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ import { pluginLess } from '@rsbuild/plugin-less';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@rstest/adapter-rslib": "^0.10.3",
"@rstest/core": "^0.10.3",
"@testing-library/jest-dom": "^6.9.1",
Expand Down
14 changes: 2 additions & 12 deletions rslib/react-rstest/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
source: {
entry: {
index: ['./src/**'],
},
},
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rsbuild/plugin-sass": "^2.0.1",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
"typescript": "^5.9.3"
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-sass/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@ import { pluginSass } from '@rsbuild/plugin-sass';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@rsbuild/core": "~2.2.0",
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@storybook/addon-docs": "^10.4.1",
"@storybook/addon-onboarding": "^10.4.1",
"@storybook/react": "^10.4.1",
Expand Down
14 changes: 2 additions & 12 deletions rslib/react-storybook/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
source: {
entry: {
index: ['./src/**'],
},
},
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-tailwindcss-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
"tailwindcss": "^3.4.19",
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-tailwindcss-v3/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@tailwindcss/postcss": "^4.3.0",
"@types/react": "^19.2.15",
"react": "^19.2.7",
Expand Down
9 changes: 2 additions & 7 deletions rslib/react-tailwindcss/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@ import { pluginReact } from '@rsbuild/plugin-react';
import { defineConfig } from '@rslib/core';

export default defineConfig({
lib: [
{
bundle: false,
dts: true,
format: 'esm',
},
],
bundle: false,
dts: true,
output: {
target: 'web',
},
Expand Down
2 changes: 1 addition & 1 deletion rslib/solid-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@rsbuild/plugin-babel": "^2.0.1",
"@rsbuild/plugin-solid": "^1.2.1",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"solid-js": "^1.9.13",
"typescript": "^5.9.3"
},
Expand Down
6 changes: 1 addition & 5 deletions rslib/solid-basic/rslib.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import { pluginSolid } from '@rsbuild/plugin-solid';
import { defineConfig } from '@rslib/core';

export default defineConfig({
bundle: false,
lib: [
{
id: 'compiled',
bundle: false,
format: 'esm',
dts: true,
plugins: [
pluginBabel({
Expand All @@ -18,16 +17,13 @@ export default defineConfig({
},
{
id: 'source',
bundle: false,
format: 'esm',
output: {
filename: {
js: '[name].jsx',
},
},
tools: {
swc: {
detectSyntax: 'auto',
jsc: {
transform: {
react: {
Expand Down
2 changes: 1 addition & 1 deletion rslib/solid-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@rsbuild/plugin-babel": "^2.0.1",
"@rsbuild/plugin-solid": "^1.2.1",
"@rslib/core": "^0.22.0",
"@rslib/core": "^1.0.0",
"@rstest/adapter-rslib": "^0.10.3",
"@rstest/core": "^0.10.3",
"@solidjs/testing-library": "^0.8.10",
Expand Down
Loading
Loading