@cucumber/html-formatter
Advanced tools
Comparing version 20.3.1 to 20.4.0
{ | ||
"name": "@cucumber/html-formatter", | ||
"version": "20.3.1", | ||
"version": "20.4.0", | ||
"description": "HTML formatter for Cucumber", | ||
@@ -29,4 +29,4 @@ "main": "dist/src/CucumberHtmlStream.js", | ||
"devDependencies": { | ||
"@babel/core": "7.22.1", | ||
"@cucumber/compatibility-kit": "^11.0.0", | ||
"@babel/core": "7.22.9", | ||
"@cucumber/compatibility-kit": "^12.0.0", | ||
"@cucumber/gherkin": "26.2.0", | ||
@@ -38,11 +38,11 @@ "@cucumber/gherkin-streams": "^5.0.1", | ||
"@cucumber/query": "^12.0.0", | ||
"@cucumber/react-components": "21.0.1", | ||
"@cucumber/react-components": "21.1.1", | ||
"@types/glob": "^8.0.0", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.16.16", | ||
"@types/react": "18.2.8", | ||
"@types/react-dom": "18.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-loader": "9.1.2", | ||
"@types/node": "18.16.19", | ||
"@types/react": "18.2.14", | ||
"@types/react-dom": "18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"babel-loader": "9.1.3", | ||
"css-loader": "6.8.1", | ||
@@ -53,22 +53,22 @@ "eslint": "^8.13.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"glob": "^9.0.0", | ||
"glob": "^10.0.0", | ||
"mini-css-extract-plugin": "2.7.6", | ||
"mocha": "10.2.0", | ||
"prettier": "^2.6.2", | ||
"prettier": "^3.0.0", | ||
"puppeteer": "^20.0.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"sass": "1.62.1", | ||
"sass-loader": "13.3.1", | ||
"sass": "1.63.6", | ||
"sass-loader": "13.3.2", | ||
"shx": "^0.3.4", | ||
"source-map-support": "0.5.21", | ||
"ts-loader": "9.4.3", | ||
"ts-loader": "9.4.4", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.3", | ||
"webpack": "5.85.0", | ||
"webpack-cli": "5.1.1" | ||
"typescript": "5.1.6", | ||
"webpack": "5.88.1", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
@@ -75,0 +75,0 @@ "bugs": { |
@@ -18,3 +18,3 @@ "use strict"; | ||
const fs_1 = __importDefault(require("fs")); | ||
const glob_1 = __importDefault(require("glob")); | ||
const glob_1 = require("glob"); | ||
const path_1 = __importDefault(require("path")); | ||
@@ -44,3 +44,3 @@ const puppeteer_1 = __importDefault(require("puppeteer")); | ||
describe('html-formatter', () => { | ||
const files = glob_1.default.sync(`./node_modules/@cucumber/compatibility-kit/features/**/*.ndjson`); | ||
const files = (0, glob_1.sync)(`./node_modules/@cucumber/compatibility-kit/features/**/*.ndjson`); | ||
for (const ndjson of files) { | ||
@@ -47,0 +47,0 @@ it(`can render ${path_1.default.basename(ndjson, '.ndjson')}`, () => __awaiter(void 0, void 0, void 0, function* () { |
{ | ||
"name": "@cucumber/html-formatter", | ||
"version": "20.3.1", | ||
"version": "20.4.0", | ||
"description": "HTML formatter for Cucumber", | ||
@@ -29,4 +29,4 @@ "main": "dist/src/CucumberHtmlStream.js", | ||
"devDependencies": { | ||
"@babel/core": "7.22.1", | ||
"@cucumber/compatibility-kit": "^11.0.0", | ||
"@babel/core": "7.22.9", | ||
"@cucumber/compatibility-kit": "^12.0.0", | ||
"@cucumber/gherkin": "26.2.0", | ||
@@ -38,11 +38,11 @@ "@cucumber/gherkin-streams": "^5.0.1", | ||
"@cucumber/query": "^12.0.0", | ||
"@cucumber/react-components": "21.0.1", | ||
"@cucumber/react-components": "21.1.1", | ||
"@types/glob": "^8.0.0", | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.16.16", | ||
"@types/react": "18.2.8", | ||
"@types/react-dom": "18.2.4", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"babel-loader": "9.1.2", | ||
"@types/node": "18.16.19", | ||
"@types/react": "18.2.14", | ||
"@types/react-dom": "18.2.7", | ||
"@typescript-eslint/eslint-plugin": "^6.0.0", | ||
"@typescript-eslint/parser": "^6.0.0", | ||
"babel-loader": "9.1.3", | ||
"css-loader": "6.8.1", | ||
@@ -53,22 +53,22 @@ "eslint": "^8.13.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
"eslint-plugin-react": "^7.29.4", | ||
"eslint-plugin-react-hooks": "^4.4.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"glob": "^9.0.0", | ||
"glob": "^10.0.0", | ||
"mini-css-extract-plugin": "2.7.6", | ||
"mocha": "10.2.0", | ||
"prettier": "^2.6.2", | ||
"prettier": "^3.0.0", | ||
"puppeteer": "^20.0.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"sass": "1.62.1", | ||
"sass-loader": "13.3.1", | ||
"sass": "1.63.6", | ||
"sass-loader": "13.3.2", | ||
"shx": "^0.3.4", | ||
"source-map-support": "0.5.21", | ||
"ts-loader": "9.4.3", | ||
"ts-loader": "9.4.4", | ||
"ts-node": "10.9.1", | ||
"typescript": "5.1.3", | ||
"webpack": "5.85.0", | ||
"webpack-cli": "5.1.1" | ||
"typescript": "5.1.6", | ||
"webpack": "5.88.1", | ||
"webpack-cli": "5.1.4" | ||
}, | ||
@@ -75,0 +75,0 @@ "bugs": { |
import { NdjsonToMessageStream } from '@cucumber/message-streams' | ||
import assert from 'assert' | ||
import fs from 'fs' | ||
import glob from 'glob' | ||
import { sync } from 'glob' | ||
import path from 'path' | ||
@@ -32,3 +32,3 @@ import puppeteer from 'puppeteer' | ||
describe('html-formatter', () => { | ||
const files = glob.sync( | ||
const files = sync( | ||
`./node_modules/@cucumber/compatibility-kit/features/**/*.ndjson` | ||
@@ -35,0 +35,0 @@ ) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2095318
736