mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2026-01-20 20:01:20 +00:00
Bumps the eslint group with 5 updates: | Package | From | To | | --- | --- | --- | | [@eslint-community/eslint-plugin-eslint-comments](https://github.com/eslint-community/eslint-plugin-eslint-comments) | `4.5.0` | `4.6.0` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.52.0` | `8.53.0` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.52.0` | `8.53.0` | | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | `5.5.4` | `5.5.5` | | [yaml-eslint-parser](https://github.com/ota-meshi/yaml-eslint-parser) | `1.3.2` | `2.0.0` | Updates `@eslint-community/eslint-plugin-eslint-comments` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/eslint-community/eslint-plugin-eslint-comments/releases) - [Commits](https://github.com/eslint-community/eslint-plugin-eslint-comments/compare/v4.5.0...v4.6.0) Updates `@typescript-eslint/eslint-plugin` from 8.52.0 to 8.53.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.52.0 to 8.53.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.53.0/packages/parser) Updates `eslint-plugin-prettier` from 5.5.4 to 5.5.5 - [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases) - [Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.4...v5.5.5) Updates `yaml-eslint-parser` from 1.3.2 to 2.0.0 - [Release notes](https://github.com/ota-meshi/yaml-eslint-parser/releases) - [Changelog](https://github.com/ota-meshi/yaml-eslint-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/ota-meshi/yaml-eslint-parser/compare/v1.3.2...v2.0.0) --- updated-dependencies: - dependency-name: "@eslint-community/eslint-plugin-eslint-comments" dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: "@typescript-eslint/parser" dependency-version: 8.53.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: eslint - dependency-name: eslint-plugin-prettier dependency-version: 5.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: eslint - dependency-name: yaml-eslint-parser dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: eslint ... Signed-off-by: dependabot[bot] <support@github.com>
83 lines
2.6 KiB
JSON
83 lines
2.6 KiB
JSON
{
|
|
"name": "boilerplate-e2e-cypress-cucumber",
|
|
"version": "1.0.0",
|
|
"description": "A boilerplate for end-to-end testing with Cypress and Cucumber in Typescript",
|
|
"type": "module",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber/issues"
|
|
},
|
|
"homepage": "https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber#readme",
|
|
"keywords": [
|
|
"BDD",
|
|
"cypress",
|
|
"cucumber",
|
|
"docker",
|
|
"eslint",
|
|
"npm",
|
|
"nodejs",
|
|
"typescript",
|
|
"vuepress"
|
|
],
|
|
"author": "mahula",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"cypress:open": "cypress open --e2e --browser electron",
|
|
"cypress:run": "cypress run --e2e --browser electron",
|
|
"docs:dev": "vuepress dev .",
|
|
"docs:build": "vuepress build .",
|
|
"test:lint:eslint": "eslint --ext .ts,.tsx,.js,.jsx,.cjs,.json,.yml,.yaml --max-warnings 0 .",
|
|
"update": "npx npm-check-updates"
|
|
},
|
|
"devDependencies": {
|
|
"@badeball/cypress-cucumber-preprocessor": "^24.0.0",
|
|
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.8",
|
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
|
|
"@eslint/compat": "^2.0.1",
|
|
"@eslint/eslintrc": "^3.3.3",
|
|
"@eslint/js": "^9.39.2",
|
|
"@typescript-eslint/eslint-plugin": "^8.53.0",
|
|
"@typescript-eslint/parser": "^8.31.1",
|
|
"@vuepress/bundler-vite": "^2.0.0-rc.26",
|
|
"@vuepress/plugin-slimsearch": "^2.0.0-rc.121",
|
|
"cypress": "^15.8.2",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
"eslint-plugin-cypress": "^5.2.1",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-prettier": "^5.5.5",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"eslint-plugin-security": "^3.0.1",
|
|
"eslint-plugin-yml": "^1.19.1",
|
|
"globals": "^17.0.0",
|
|
"multiple-cucumber-html-reporter": "^3.9.3",
|
|
"prettier": "^3.8.0",
|
|
"sass-embedded": "^1.97.2",
|
|
"ts-loader": "^9.5.4",
|
|
"tsx": "^4.21.0",
|
|
"typescript": "^5.9.3",
|
|
"vuepress": "^2.0.0-rc.26",
|
|
"vuepress-theme-hope": "^2.0.0-rc.101",
|
|
"yaml-eslint-parser": "^2.0.0"
|
|
},
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true,
|
|
"stepDefinitions": "cypress/e2e/steps/**/*.{js,ts}",
|
|
"json": {
|
|
"enabled": true,
|
|
"output": "cypress/reports/json/cucumber-report.json"
|
|
},
|
|
"messages": {
|
|
"enabled": true,
|
|
"output": "cypress/reports/messages/cucumber-messages.ndjson"
|
|
},
|
|
"engines": {
|
|
"node": ">=21"
|
|
}
|
|
}
|
|
}
|