Skip to content

v0.0.5#11

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
release/v0.0.5
Draft

v0.0.5#11
github-actions[bot] wants to merge 1 commit into
mainfrom
release/v0.0.5

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

v0.0.5 is the next patch release.

Timetable: to be announced.

👉 Changelog

compare changes

🏡 Chore

❤️ Contributors

@codecov

codecov Bot commented Jun 26, 2026

Copy link
Copy Markdown

❌ 38 Tests Failed:

Tests completed Failed Passed Skipped
85 38 47 0
View the full list of 38 ❄️ flaky test(s)
tests/scenarios/config.test.ts > Config > GIVEN custom include pattern THEN still injects matching files

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0263s run time
Error: Snapshot `Config > GIVEN custom include pattern THEN still injects matching files 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/scenarios/config.test.ts:33:5
tests/scenarios/config.test.ts > Config > GIVEN custom packageJsonPath THEN injects version from that file

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0662s run time
Error: Snapshot `Config > GIVEN custom packageJsonPath THEN injects version from that file 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/scenarios/config.test.ts:23:5
tests/scenarios/css/sass-parsing.test.ts > SCSS to CSS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.305s run time
Error: Snapshot `SCSS to CSS > GIVEN no plugin options THEN injects version 2` mismatched

- Expected
+ Received

@@ -1,8 +1,8 @@
  "/* .../build-mid/css/styles.css */
  .myClass {
-   content: "0.0.4";
+   content: "0.0.5";
  }
  .start-test-btn {
    border: 2px solid #a6a6a6;
    border-radius: 14px;
    color: #474747 !important;

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/css/sass-parsing.test.ts:35:5
tests/scenarios/esbuild/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.03s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/custom-inject-tag.mts
- var version = "0.0.4";
+ var version = "0.0.5";
  export {
    version
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/esbuild/custom-inject-tag.test.ts:26:5
tests/scenarios/esbuild/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0285s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  ""use strict";

  // .../fixtures/build-in/javascript.cjs
  module.exports = {
-   version: "0.0.4"
+   version: "0.0.5"
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/esbuild/js-based-cjs.test.ts:24:5
tests/scenarios/esbuild/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0277s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/javascript.mjs
- var version = "0.0.4";
+ var version = "0.0.5";
  export {
    version
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/esbuild/js-based-esm.test.ts:24:5
tests/scenarios/esbuild/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0339s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -21,11 +21,11 @@
  var typescript_exports = {};
  __export(typescript_exports, {
    version: () => version
  });
  module.exports = __toCommonJS(typescript_exports);
- var version = "0.0.4";
+ var version = "0.0.5";
  // Annotate the CommonJS export names for ESM import in node:
  0 && (module.exports = {
    version
  });
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/esbuild/ts-based-cjs.test.ts:24:5
tests/scenarios/esbuild/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.036s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";
  export {
    version
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/esbuild/ts-based-esm.test.ts:24:5
tests/scenarios/rolldown/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0339s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

  "//#region .../fixtures/build-in/custom-inject-tag.mts
- const version = "0.0.4";
+ const version = "0.0.5";
  //#endregion
  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rolldown/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0302s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "//#region .../fixtures/build-in/javascript.cjs
- module.exports = { version: "0.0.4" };
+ module.exports = { version: "0.0.5" };
  //#endregion
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rolldown/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0457s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "//#region .../fixtures/build-in/javascript.mjs
- const version = "0.0.4";
+ const version = "0.0.5";
  //#endregion
  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rolldown/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0357s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
  //#region .../fixtures/build-in/typescript.cts
- const version = "0.0.4";
+ const version = "0.0.5";
  //#endregion
  exports.version = version;
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rolldown/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0325s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "//#region .../fixtures/build-in/typescript.mts
- const version = "0.0.4";
+ const version = "0.0.5";
  //#endregion
  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0594s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

- "const version = "0.0.4";
+ "const version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0379s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "'use strict';

  module.exports = {
-   version: '0.0.4'
+   version: '0.0.5'
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0327s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

- "const version = '0.0.4';
+ "const version = '0.0.5';

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0516s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "'use strict';

- const version = "0.0.4";
+ const version = "0.0.5";

  exports.version = version;
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rollup/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0485s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

- "const version = "0.0.4";
+ "const version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.143s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

@@ -18,10 +18,10 @@
  var __webpack_exports__ = {};
  __webpack_require__.d(__webpack_exports__, {
    r: () => (version)
  });

- const version = "0.0.4";
+ const version = "0.0.5";

  var __webpack_exports__version = __webpack_exports__.r;
  export { __webpack_exports__version as version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0539s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -1,10 +1,10 @@
  "(() => {
  var __webpack_modules__ = ({
  MODULE_ID(module) {
  module.exports = {
-   version: '0.0.4'
+   version: '0.0.5'
  };


  },


 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0604s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -17,10 +17,10 @@
  })();
  var __webpack_exports__ = {};
  __webpack_require__.d(__webpack_exports__, {
    r: () => (version)
  });
- const version = '0.0.4';
+ const version = '0.0.5';

  var __webpack_exports__version = __webpack_exports__.r;
  export { __webpack_exports__version as version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.138s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -31,9 +31,9 @@
  // webpack/runtime/rspack_unique_id
  (() => {
  __webpack_require__.ruid = "bundler=rspack@1.7.11";
  })();

- const version = "0.0.4";
+ const version = "0.0.5";

  })()
  ;"

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/rspack/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.149s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -18,10 +18,10 @@
  var __webpack_exports__ = {};
  __webpack_require__.d(__webpack_exports__, {
    r: () => (version)
  });

- const version = "0.0.4";
+ const version = "0.0.5";

  var __webpack_exports__version = __webpack_exports__.r;
  export { __webpack_exports__version as version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/tsup/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0617s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/custom-inject-tag.mts
- var version = "0.0.4";
+ var version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/tsup/custom-inject-tag.test.ts:23:5
tests/scenarios/tsup/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.102s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -7,11 +7,11 @@

  // .../fixtures/build-in/javascript.cjs
  var require_javascript = __commonJS({
    ".../fixtures/build-in/javascript.cjs"(exports, module) {
      module.exports = {
-       version: "0.0.4"
+       version: "0.0.5"
      };
    }
  });
  var javascript = require_javascript();


 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/tsup/js-based-cjs.test.ts:21:5
tests/scenarios/tsup/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0759s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/javascript.mjs
- var version = "0.0.4";
+ var version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/tsup/js-based-esm.test.ts:21:5
tests/scenarios/tsup/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0812s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "'use strict';

  // .../fixtures/build-in/typescript.cts
- var version = "0.0.4";
+ var version = "0.0.5";

  exports.version = version;
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/tsup/ts-based-cjs.test.ts:21:5
tests/scenarios/tsup/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0899s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "// .../fixtures/build-in/typescript.mts
- var version = "0.0.4";
+ var version = "0.0.5";

  export { version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ .../scenarios/tsup/ts-based-esm.test.ts:21:5
tests/scenarios/vite/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.333s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

- "const version = "0.0.4";
+ "const version = "0.0.5";
  export {
    version
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/vite/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.108s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -6,11 +6,11 @@
  var hasRequiredJavascript;
  function requireJavascript() {
    if (hasRequiredJavascript) return javascript$1;
    hasRequiredJavascript = 1;
    javascript$1 = {
-     version: "0.0.4"
+     version: "0.0.5"
    };
    return javascript$1;
  }
  var javascriptExports = requireJavascript();
  const javascript = /* @__PURE__ */ getDefaultExportFromCjs(javascriptExports);

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/vite/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0812s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

- "const version = "0.0.4";
+ "const version = "0.0.5";
  export {
    version
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/vite/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.105s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  ""use strict";
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
- const version = "0.0.4";
+ const version = "0.0.5";
  exports.version = version;
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/vite/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.0794s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

- "const version = "0.0.4";
+ "const version = "0.0.5";
  export {
    version
  };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/webpack/custom-inject-tag.test.ts > Custom Version Inject Tag > GIVEN custom tag THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.599s run time
Error: Snapshot `Custom Version Inject Tag > GIVEN custom tag THEN injects version 1` mismatched

- Expected
+ Received

@@ -23,10 +23,10 @@
  var __webpack_exports__ = {};
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  /* harmony export */   r: () => (/* binding */ version)
  /* harmony export */ });

- const version = "0.0.4";
+ const version = "0.0.5";

  const __webpack_exports__version = __webpack_exports__.r;
  export { __webpack_exports__version as version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/webpack/js-based-cjs.test.ts > JS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.374s run time
Error: Snapshot `JS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -3,11 +3,11 @@

  /***/ MODULE_ID
  (module) {

  module.exports = {
-   version: '0.0.4'
+   version: '0.0.5'
  };


  /***/ }


 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/webpack/js-based-esm.test.ts > JS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.41s run time
Error: Snapshot `JS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -22,10 +22,10 @@
  /************************************************************************/
  var __webpack_exports__ = {};
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  /* harmony export */   r: () => (/* binding */ version)
  /* harmony export */ });
- const version = '0.0.4';
+ const version = '0.0.5';

  const __webpack_exports__version = __webpack_exports__.r;
  export { __webpack_exports__version as version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/webpack/ts-based-cjs.test.ts > TS based CJS > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.42s run time
Error: Snapshot `TS based CJS > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

  "/******/ (() => { // webpackBootstrap
  /******/ 	"use strict";
  /* unused harmony export version */

- const version = "0.0.4";
+ const version = "0.0.5";

  /******/ })()
  ;"

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5
tests/scenarios/webpack/ts-based-esm.test.ts > TS based ESM > GIVEN no plugin options THEN injects version

Flake rate in main: 80.00% (Passed 2 times, Failed 8 times)

Stack Traces | 0.464s run time
Error: Snapshot `TS based ESM > GIVEN no plugin options THEN injects version 1` mismatched

- Expected
+ Received

@@ -23,10 +23,10 @@
  var __webpack_exports__ = {};
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
  /* harmony export */   r: () => (/* binding */ version)
  /* harmony export */ });

- const version = "0.0.4";
+ const version = "0.0.5";

  const __webpack_exports__version = __webpack_exports__.r;
  export { __webpack_exports__version as version };
  "

 ❯ assertFileContent tests/common/util.ts:256:23
 ❯ tests/common/bundler-scenarios.ts:25:5

To view more test analytics, go to the Test Analytics Dashboard
📋 Got 3 mins? Take this short survey to help us improve Test Analytics.

@RedStar071 RedStar071 self-requested a review June 26, 2026 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants