@cucumber/cucumber 12.4.0 → 12.6.0

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.
Files changed (53) hide show
  1. package/README.md +2 -0
  2. package/lib/api/convert_configuration.js +4 -0
  3. package/lib/api/convert_configuration.js.map +1 -1
  4. package/lib/api/index.d.ts +4 -2
  5. package/lib/api/index.js.map +1 -1
  6. package/lib/api/plugins.d.ts +1 -1
  7. package/lib/api/plugins.js +51 -2
  8. package/lib/api/plugins.js.map +1 -1
  9. package/lib/api/types.d.ts +25 -0
  10. package/lib/api/types.js.map +1 -1
  11. package/lib/configuration/argv_parser.d.ts +2 -0
  12. package/lib/configuration/argv_parser.js +2 -0
  13. package/lib/configuration/argv_parser.js.map +1 -1
  14. package/lib/configuration/default_configuration.js +2 -0
  15. package/lib/configuration/default_configuration.js.map +1 -1
  16. package/lib/configuration/types.d.ts +20 -0
  17. package/lib/configuration/types.js.map +1 -1
  18. package/lib/configuration/validate_configuration.js +5 -0
  19. package/lib/configuration/validate_configuration.js.map +1 -1
  20. package/lib/environment/console_logger.d.ts +1 -0
  21. package/lib/environment/console_logger.js +3 -0
  22. package/lib/environment/console_logger.js.map +1 -1
  23. package/lib/environment/types.d.ts +7 -0
  24. package/lib/environment/types.js.map +1 -1
  25. package/lib/filter/filter_plugin.d.ts +2 -3
  26. package/lib/filter/filter_plugin.js +3 -3
  27. package/lib/filter/filter_plugin.js.map +1 -1
  28. package/lib/filter/types.d.ts +4 -0
  29. package/lib/filter/types.js.map +1 -1
  30. package/lib/formatter/helpers/event_data_collector.js +0 -1
  31. package/lib/formatter/helpers/event_data_collector.js.map +1 -1
  32. package/lib/formatter/index.d.ts +3 -0
  33. package/lib/formatter/index.js.map +1 -1
  34. package/lib/paths/types.d.ts +7 -0
  35. package/lib/paths/types.js.map +1 -1
  36. package/lib/plugin/plugin_manager.d.ts +9 -7
  37. package/lib/plugin/plugin_manager.js +67 -16
  38. package/lib/plugin/plugin_manager.js.map +1 -1
  39. package/lib/plugin/types.d.ts +120 -32
  40. package/lib/plugin/types.js.map +1 -1
  41. package/lib/publish/publish_plugin.d.ts +2 -3
  42. package/lib/publish/publish_plugin.js.map +1 -1
  43. package/lib/sharding/sharding_plugin.d.ts +2 -3
  44. package/lib/sharding/sharding_plugin.js +2 -2
  45. package/lib/sharding/sharding_plugin.js.map +1 -1
  46. package/lib/tsconfig.node.tsbuildinfo +1 -1
  47. package/lib/version.d.ts +1 -1
  48. package/lib/version.js +1 -1
  49. package/lib/version.js.map +1 -1
  50. package/package.json +7 -7
  51. package/lib/plugin/events.d.ts +0 -2
  52. package/lib/plugin/events.js +0 -9
  53. package/lib/plugin/events.js.map +0 -1
package/lib/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // Generated by genversion.
5
- exports.version = '12.4.0';
5
+ exports.version = '12.6.0';
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '12.4.0'\n"]}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,2BAA2B;AACd,QAAA,OAAO,GAAG,QAAQ,CAAA","sourcesContent":["// Generated by genversion.\nexport const version = '12.6.0'\n"]}
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "gherkin",
9
9
  "tests"
10
10
  ],
11
- "version": "12.4.0",
11
+ "version": "12.6.0",
12
12
  "funding": "https://opencollective.com/cucumber",
13
13
  "homepage": "https://github.com/cucumber/cucumber-js",
14
14
  "author": "Julien Biezemans <jb@jbpros.com>",
@@ -218,14 +218,14 @@
218
218
  },
219
219
  "dependencies": {
220
220
  "@cucumber/ci-environment": "12.0.0",
221
- "@cucumber/cucumber-expressions": "18.0.1",
222
- "@cucumber/gherkin": "37.0.0",
221
+ "@cucumber/cucumber-expressions": "18.1.0",
222
+ "@cucumber/gherkin": "37.0.1",
223
223
  "@cucumber/gherkin-streams": "6.0.0",
224
224
  "@cucumber/gherkin-utils": "10.0.0",
225
- "@cucumber/html-formatter": "22.2.0",
225
+ "@cucumber/html-formatter": "22.3.0",
226
226
  "@cucumber/junit-xml-formatter": "0.9.0",
227
227
  "@cucumber/message-streams": "4.0.1",
228
- "@cucumber/messages": "31.0.0",
228
+ "@cucumber/messages": "31.2.0",
229
229
  "@cucumber/pretty-formatter": "1.0.1",
230
230
  "@cucumber/tag-expressions": "8.1.0",
231
231
  "assertion-error-formatter": "^3.0.0",
@@ -265,7 +265,7 @@
265
265
  "@eslint/eslintrc": "^3.3.1",
266
266
  "@eslint/js": "^9.29.0",
267
267
  "@microsoft/api-extractor": "7.55.2",
268
- "@sinonjs/fake-timers": "15.0.0",
268
+ "@sinonjs/fake-timers": "15.1.0",
269
269
  "@types/chai": "4.3.20",
270
270
  "@types/debug": "4.1.12",
271
271
  "@types/dirty-chai": "2.0.5",
@@ -305,7 +305,7 @@
305
305
  "prettier": "^3.5.3",
306
306
  "reindent-template-literals": "1.1.0",
307
307
  "shx": "0.4.0",
308
- "sinon": "21.0.0",
308
+ "sinon": "21.0.1",
309
309
  "sinon-chai": "3.7.0",
310
310
  "stream-to-string": "1.2.1",
311
311
  "tmp": "0.2.5",
@@ -1,2 +0,0 @@
1
- export declare const coordinatorVoidKeys: readonly ["message", "paths:resolve"];
2
- export declare const coordinatorTransformKeys: readonly ["pickles:filter", "pickles:order"];
@@ -1,9 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.coordinatorTransformKeys = exports.coordinatorVoidKeys = void 0;
4
- exports.coordinatorVoidKeys = ['message', 'paths:resolve'];
5
- exports.coordinatorTransformKeys = [
6
- 'pickles:filter',
7
- 'pickles:order',
8
- ];
9
- //# sourceMappingURL=events.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"events.js","sourceRoot":"","sources":["../../src/plugin/events.ts"],"names":[],"mappings":";;;AAAa,QAAA,mBAAmB,GAAG,CAAC,SAAS,EAAE,eAAe,CAAU,CAAA;AAC3D,QAAA,wBAAwB,GAAG;IACtC,gBAAgB;IAChB,eAAe;CACP,CAAA","sourcesContent":["export const coordinatorVoidKeys = ['message', 'paths:resolve'] as const\nexport const coordinatorTransformKeys = [\n 'pickles:filter',\n 'pickles:order',\n] as const\n"]}