Skip to content

Commit

Permalink
chore(deps-dev): bump the dependencies group across 1 directory with …
Browse files Browse the repository at this point in the history
…3 updates (#385)

Bumps the dependencies group with 3 updates in the /examples/cypress directory: [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [typescript](https://github.com/microsoft/TypeScript).


Updates `@badeball/cypress-cucumber-preprocessor` from 20.1.2 to 21.0.0
- [Release notes](https://github.com/badeball/cypress-cucumber-preprocessor/releases)
- [Changelog](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CHANGELOG.md)
- [Commits](badeball/cypress-cucumber-preprocessor@v20.1.2...v21.0.0)

Updates `@types/node` from 22.5.4 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 71300ad commit fe9accc
Show file tree
Hide file tree
Showing 2 changed files with 1,721 additions and 503 deletions.
6 changes: 3 additions & 3 deletions examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"author": "Wasiq Bhamla",
"license": "MIT",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.1.2",
"@badeball/cypress-cucumber-preprocessor": "^21.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.3",
"@types/node": "^22.5.4",
"@types/node": "^22.7.4",
"cypress": "^13.13.2",
"multiple-cucumber-html-reporter": "^3.7.0",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"dependencies": {
"dayjs": "^1.11.13"
Expand Down
Loading

0 comments on commit fe9accc

Please sign in to comment.