@modern-js/app-tools 2.32.1 → 2.32.2-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,31 @@
1
1
  # @modern-js/app-tools
2
2
 
3
+ ## 2.32.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f96d5655742]
8
+ - Updated dependencies [bc1f8daf0ff]
9
+ - @modern-js/builder@2.32.2-alpha.0
10
+ - @modern-js/builder-shared@2.32.2-alpha.0
11
+ - @modern-js/utils@2.32.2-alpha.0
12
+ - @modern-js/builder-plugin-esbuild@2.32.2-alpha.0
13
+ - @modern-js/builder-plugin-node-polyfill@2.32.2-alpha.0
14
+ - @modern-js/builder-rspack-provider@2.32.2-alpha.0
15
+ - @modern-js/builder-webpack-provider@2.32.2-alpha.0
16
+ - @modern-js/core@2.32.2-alpha.0
17
+ - @modern-js/plugin-data-loader@2.32.2-alpha.0
18
+ - @modern-js/plugin-i18n@2.32.2-alpha.0
19
+ - @modern-js/plugin-lint@2.32.2-alpha.0
20
+ - @modern-js/new-action@2.32.2-alpha.0
21
+ - @modern-js/server-core@2.32.2-alpha.0
22
+ - @modern-js/prod-server@2.32.2-alpha.0
23
+ - @modern-js/server@2.32.2-alpha.0
24
+ - @modern-js/node-bundle-require@2.32.2-alpha.0
25
+ - @modern-js/plugin@2.32.2-alpha.0
26
+ - @modern-js/upgrade@2.32.2-alpha.0
27
+ - @modern-js/types@2.32.2-alpha.0
28
+
3
29
  ## 2.32.1
4
30
 
5
31
  ### Patch Changes
@@ -53,10 +53,8 @@ export interface SharedSourceConfig extends BuilderSharedSourceConfig {
53
53
  */
54
54
  configDir?: string;
55
55
  /**
56
- * Used to define the project's theme configuration such as color palette.
57
- * @requires `tailwindcss` plugin.
58
- * The configuration of `source.designSystem` is provided by `tailwindcss` plugin.
59
- * Please use `yarn new` or `pnpm new` to enable the corresponding capability.
56
+ * @deprecated designSystem is no longer required.
57
+ * If you are using Tailwind CSS, you can now use the `theme` option of Tailwind CSS, they are the same.
60
58
  */
61
59
  designSystem?: Record<string, any>;
62
60
  }
@@ -17,9 +17,8 @@ export type SourceLegacyUserConfig = {
17
17
  moduleScopes?: Array<string | RegExp> | (((scopes: Array<string | RegExp>) => void) | ((scopes: Array<string | RegExp>) => Array<string | RegExp>))[] | ((scopes: Array<string | RegExp>) => Array<string | RegExp>) | ((scopes: Array<string | RegExp>) => void);
18
18
  include?: Array<string | RegExp>;
19
19
  /**
20
- * The configuration of `source.designSystem` is provided by `tailwindcss` plugin.
21
- * Please use `yarn new` or `pnpm new` to enable the corresponding capability.
22
- * @requires `tailwindcss` plugin
20
+ * @deprecated designSystem is no longer required.
21
+ * If you are using Tailwind CSS, you can now use the `theme` option of Tailwind CSS, they are the same.
23
22
  */
24
23
  designSystem?: Record<string, any>;
25
24
  };
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.32.1",
18
+ "version": "2.32.2-alpha.1",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -73,24 +73,24 @@
73
73
  "esbuild": "0.17.19",
74
74
  "rspack-plugin-virtual-module": "0.1.7",
75
75
  "@swc/helpers": "0.5.1",
76
- "@modern-js/builder": "2.32.1",
77
- "@modern-js/builder-plugin-esbuild": "2.32.1",
78
- "@modern-js/builder-plugin-node-polyfill": "2.32.1",
79
- "@modern-js/builder-shared": "2.32.1",
80
- "@modern-js/builder-webpack-provider": "2.32.1",
81
- "@modern-js/core": "2.32.1",
82
- "@modern-js/new-action": "2.32.1",
83
- "@modern-js/node-bundle-require": "2.32.1",
84
- "@modern-js/plugin": "2.32.1",
85
- "@modern-js/plugin-data-loader": "2.32.1",
86
- "@modern-js/plugin-i18n": "2.32.1",
87
- "@modern-js/plugin-lint": "2.32.1",
88
- "@modern-js/prod-server": "2.32.1",
89
- "@modern-js/server": "2.32.1",
90
- "@modern-js/types": "2.32.1",
91
- "@modern-js/upgrade": "2.32.1",
92
- "@modern-js/utils": "2.32.1",
93
- "@modern-js/server-core": "2.32.1"
76
+ "@modern-js/builder": "2.32.2-alpha.1",
77
+ "@modern-js/builder-plugin-esbuild": "2.32.2-alpha.1",
78
+ "@modern-js/builder-shared": "2.32.2-alpha.1",
79
+ "@modern-js/builder-webpack-provider": "2.32.2-alpha.1",
80
+ "@modern-js/core": "2.32.2-alpha.1",
81
+ "@modern-js/new-action": "2.32.2-alpha.1",
82
+ "@modern-js/node-bundle-require": "2.32.2-alpha.1",
83
+ "@modern-js/plugin": "2.32.2-alpha.1",
84
+ "@modern-js/plugin-data-loader": "2.32.2-alpha.1",
85
+ "@modern-js/plugin-i18n": "2.32.2-alpha.1",
86
+ "@modern-js/plugin-lint": "2.32.2-alpha.1",
87
+ "@modern-js/builder-plugin-node-polyfill": "2.32.2-alpha.1",
88
+ "@modern-js/prod-server": "2.32.2-alpha.1",
89
+ "@modern-js/server": "2.32.2-alpha.1",
90
+ "@modern-js/types": "2.32.2-alpha.1",
91
+ "@modern-js/upgrade": "2.32.2-alpha.1",
92
+ "@modern-js/utils": "2.32.2-alpha.1",
93
+ "@modern-js/server-core": "2.32.2-alpha.1"
94
94
  },
95
95
  "devDependencies": {
96
96
  "@types/babel__traverse": "^7.14.2",
@@ -99,13 +99,13 @@
99
99
  "jest": "^29",
100
100
  "typescript": "^5",
101
101
  "webpack": "^5.88.1",
102
- "@modern-js/builder-plugin-swc": "2.32.1",
103
- "@modern-js/builder-rspack-provider": "2.32.1",
102
+ "@modern-js/builder-plugin-swc": "2.32.2-alpha.1",
103
+ "@modern-js/builder-rspack-provider": "2.32.2-alpha.1",
104
104
  "@scripts/build": "2.32.1",
105
105
  "@scripts/jest-config": "2.32.1"
106
106
  },
107
107
  "peerDependencies": {
108
- "@modern-js/builder-rspack-provider": "^2.32.1"
108
+ "@modern-js/builder-rspack-provider": "^2.32.2-alpha.1"
109
109
  },
110
110
  "peerDependenciesMeta": {
111
111
  "@modern-js/builder-rspack-provider": {