@lynx-js/rspeedy-canary 0.11.0-canary-20250830-d7d0b9b9 → 0.11.1-canary-20250901-6ff065c7

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,6 +1,12 @@
1
1
  # @lynx-js/rspeedy
2
2
 
3
- ## 0.11.0-canary-20250830063332-d7d0b9b94e219cd057c935d723775c82b10559a6
3
+ ## 0.11.1-canary-20250901020212-6ff065c7210aad6cd2e41354651c74c54fd76b3c
4
+
5
+ ### Patch Changes
6
+
7
+ - Bump Rsbuild v1.5.2 with Rspack v1.5.1. ([#1624](https://github.com/lynx-family/lynx-stack/pull/1624))
8
+
9
+ ## 0.11.0
4
10
 
5
11
  ### Minor Changes
6
12
 
@@ -21,8 +27,8 @@
21
27
  - Support `rspeedy build --watch` ([#1579](https://github.com/lynx-family/lynx-stack/pull/1579))
22
28
 
23
29
  - Updated dependencies [[`d7d0b9b`](https://github.com/lynx-family/lynx-stack/commit/d7d0b9b94e219cd057c935d723775c82b10559a6), [`1952fc1`](https://github.com/lynx-family/lynx-stack/commit/1952fc1557e5abbdbdf4a2073fd3b6f64dd32c3c)]:
24
- - @lynx-js/cache-events-webpack-plugin@0.0.2-canary-20250830063332-d7d0b9b94e219cd057c935d723775c82b10559a6
25
- - @lynx-js/chunk-loading-webpack-plugin@0.3.2-canary-20250830063332-d7d0b9b94e219cd057c935d723775c82b10559a6
30
+ - @lynx-js/cache-events-webpack-plugin@0.0.2
31
+ - @lynx-js/chunk-loading-webpack-plugin@0.3.2
26
32
 
27
33
  ## 0.10.8
28
34
 
package/dist/index.js CHANGED
@@ -108,7 +108,7 @@ var __webpack_modules__ = {
108
108
  });
109
109
  var core_ = __webpack_require__("@rsbuild/core");
110
110
  var package_namespaceObject = {
111
- rE: "0.10.8"
111
+ rE: "0.11.0"
112
112
  };
113
113
  const version = package_namespaceObject.rE;
114
114
  const rspackVersion = core_.rspack.rspackVersion;
@@ -41,7 +41,7 @@ export const __webpack_modules__ = {
41
41
  });
42
42
  var core_ = __webpack_require__("@rsbuild/core");
43
43
  var package_namespaceObject = {
44
- rE: "0.10.8"
44
+ rE: "0.11.0"
45
45
  };
46
46
  const version = package_namespaceObject.rE;
47
47
  const rspackVersion = core_.rspack.rspackVersion;
@@ -20,11 +20,11 @@ export const __webpack_modules__ = {
20
20
  config,
21
21
  debug: _debug_js__WEBPACK_IMPORTED_MODULE_1__.Yz,
22
22
  async exit (code) {
23
- const { exit } = await __webpack_require__.e("src_cli_exit_ts").then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
23
+ const { exit } = await Promise.resolve().then(__webpack_require__.bind(__webpack_require__, "./src/cli/exit.ts"));
24
24
  return exit(code);
25
25
  },
26
26
  logger: _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.logger,
27
- version: _version_js__WEBPACK_IMPORTED_MODULE_2__.rE
27
+ version: _version_js__WEBPACK_IMPORTED_MODULE_2__.version
28
28
  });
29
29
  }
30
30
  };
@@ -8,10 +8,8 @@ export const __webpack_modules__ = {
8
8
  __webpack_require__.d(__webpack_exports__, {
9
9
  pluginRsdoctor: ()=>pluginRsdoctor
10
10
  });
11
- var core_ = __webpack_require__("@rsbuild/core");
12
- function isCI() {
13
- return !!process.env['CI'] && 'false' !== process.env['CI'];
14
- }
11
+ var _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("@rsbuild/core");
12
+ var _utils_is_ci_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./src/utils/is-ci.ts");
15
13
  function pluginRsdoctor(options) {
16
14
  return {
17
15
  name: 'lynx:rsbuild:rsdoctor',
@@ -28,7 +26,7 @@ export const __webpack_modules__ = {
28
26
  if (registered) continue;
29
27
  config.plugins ??= [];
30
28
  const defaultOptions = {
31
- disableClientServer: isCI(),
29
+ disableClientServer: (0, _utils_is_ci_js__WEBPACK_IMPORTED_MODULE_1__.J)(),
32
30
  supports: {
33
31
  banner: true
34
32
  },
@@ -43,12 +41,20 @@ export const __webpack_modules__ = {
43
41
  }
44
42
  }
45
43
  };
46
- config.plugins.push(new RsdoctorRspackPlugin((0, core_.mergeRsbuildConfig)(defaultOptions, options)));
44
+ config.plugins.push(new RsdoctorRspackPlugin((0, _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.mergeRsbuildConfig)(defaultOptions, options)));
47
45
  }
48
- core_.logger.info("Rsdoctor is enabled.");
46
+ _rsbuild_core__WEBPACK_IMPORTED_MODULE_0__.logger.info("Rsdoctor is enabled.");
49
47
  });
50
48
  }
51
49
  };
52
50
  }
51
+ },
52
+ "./src/utils/is-ci.ts": function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
53
+ __webpack_require__.d(__webpack_exports__, {
54
+ J: ()=>isCI
55
+ });
56
+ function isCI() {
57
+ return !!process.env['CI'] && 'false' !== process.env['CI'];
58
+ }
53
59
  }
54
60
  };
@@ -11,7 +11,7 @@ export const __webpack_modules__ = {
11
11
  });
12
12
  var core_ = __webpack_require__("@rsbuild/core");
13
13
  var package_namespaceObject = {
14
- rE: "0.10.8"
14
+ rE: "0.11.0"
15
15
  };
16
16
  const version = package_namespaceObject.rE;
17
17
  const rspackVersion = core_.rspack.rspackVersion;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynx-js/rspeedy-canary",
3
- "version": "0.11.0-canary-20250830-d7d0b9b9",
3
+ "version": "0.11.1-canary-20250901-6ff065c7",
4
4
  "description": "A webpack/rspack-based frontend toolchain for Lynx",
5
5
  "keywords": [
6
6
  "webpack",
@@ -48,11 +48,11 @@
48
48
  "README.md"
49
49
  ],
50
50
  "dependencies": {
51
- "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.2-canary-20250830-d7d0b9b9",
52
- "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.2-canary-20250830-d7d0b9b9",
51
+ "@lynx-js/cache-events-webpack-plugin": "npm:@lynx-js/cache-events-webpack-plugin-canary@0.0.2",
52
+ "@lynx-js/chunk-loading-webpack-plugin": "npm:@lynx-js/chunk-loading-webpack-plugin-canary@0.3.2",
53
53
  "@lynx-js/webpack-dev-transport": "npm:@lynx-js/webpack-dev-transport-canary@0.2.0",
54
54
  "@lynx-js/websocket": "npm:@lynx-js/websocket-canary@0.0.4",
55
- "@rsbuild/core": "1.5.0",
55
+ "@rsbuild/core": "1.5.2",
56
56
  "@rsbuild/plugin-css-minimizer": "1.0.3",
57
57
  "@rsdoctor/rspack-plugin": "1.2.3"
58
58
  },