@lynx-js/css-extract-webpack-plugin-canary 0.7.0 → 0.7.1-canary-20260422-e1796803

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,14 @@
1
1
  # @lynx-js/css-extract-webpack-plugin
2
2
 
3
+ ## 0.7.1-canary-20260422145430-e1796803444ba70efa86609b620c3a753b6694de
4
+
5
+ ### Patch Changes
6
+
7
+ - Support `@lynx-js/template-webpack-plugin` v0.11.0. ([#2483](https://github.com/lynx-family/lynx-stack/pull/2483))
8
+
9
+ - Updated dependencies [[`e179680`](https://github.com/lynx-family/lynx-stack/commit/e1796803444ba70efa86609b620c3a753b6694de), [`f15494b`](https://github.com/lynx-family/lynx-stack/commit/f15494b3b1231c11facd61bf1e07a43b6df5e07c)]:
10
+ - @lynx-js/template-webpack-plugin@0.11.0-canary-20260422145430-e1796803444ba70efa86609b620c3a753b6694de
11
+
3
12
  ## 0.7.0
4
13
 
5
14
  ### Minor Changes
@@ -23,7 +23,7 @@ interface CssExtractRspackPluginOptions extends ExternalCssExtractRspackPluginOp
23
23
  * @public
24
24
  *
25
25
  * CssExtractRspackPlugin is the CSS extract plugin for Lynx.
26
- * It works just like the {@link https://www.rspack.dev/plugins/rspack/css-extract-rspack-plugin.html | CssExtractRspackPlugin} in Web.
26
+ * It works just like the {@link https://rspack.rs/plugins/rspack/css-extract-rspack-plugin.html | CssExtractRspackPlugin} in Web.
27
27
  *
28
28
  * @example
29
29
  * ```js
@@ -8,7 +8,7 @@ const require = createRequire(import.meta.url);
8
8
  * @public
9
9
  *
10
10
  * CssExtractRspackPlugin is the CSS extract plugin for Lynx.
11
- * It works just like the {@link https://www.rspack.dev/plugins/rspack/css-extract-rspack-plugin.html | CssExtractRspackPlugin} in Web.
11
+ * It works just like the {@link https://rspack.rs/plugins/rspack/css-extract-rspack-plugin.html | CssExtractRspackPlugin} in Web.
12
12
  *
13
13
  * @example
14
14
  * ```js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/css-extract-webpack-plugin-canary",
3
- "version": "0.7.0",
3
+ "version": "0.7.1-canary-20260422-e1796803",
4
4
  "description": "This plugin extracts CSS into separate files. It creates a CSS file per JS file which contains CSS.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -41,17 +41,17 @@
41
41
  "README.md"
42
42
  ],
43
43
  "dependencies": {
44
- "mini-css-extract-plugin": "^2.9.4"
44
+ "mini-css-extract-plugin": "^2.10.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@microsoft/api-extractor": "7.52.15",
48
- "@rspack/core": "1.6.6",
49
- "css-loader": "^7.1.2",
50
- "sass-loader": "^16.0.5",
51
- "webpack": "^5.102.0",
52
- "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.10.0",
47
+ "@microsoft/api-extractor": "7.58.2",
48
+ "@rspack/core": "1.7.9",
49
+ "css-loader": "^7.1.4",
50
+ "sass-loader": "^16.0.7",
51
+ "webpack": "^5.105.2",
52
+ "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.6-canary-20260422-e1796803",
53
+ "@lynx-js/template-webpack-plugin": "npm:@lynx-js/template-webpack-plugin-canary@0.11.0-canary-20260422-e1796803",
53
54
  "@lynx-js/test-tools": "0.0.0",
54
- "@lynx-js/css-serializer": "npm:@lynx-js/css-serializer-canary@0.1.3",
55
55
  "@lynx-js/vitest-setup": "0.0.0"
56
56
  },
57
57
  "peerDependencies": {