Skip to content

Commit c8b6327

Browse files
chore(deps): bump the dependencies group across 1 directory with 5 updates (#484)
Bumps the dependencies group with 5 updates in the /examples/cypress directory: | Package | From | To | | --- | --- | --- | | [dayjs](https://github.com/iamkun/dayjs) | `1.11.18` | `1.11.19` | | [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) | `23.1.0` | `23.2.1` | | [@bahmutov/cypress-esbuild-preprocessor](https://github.com/bahmutov/cypress-esbuild-preprocessor) | `2.2.6` | `2.2.7` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `24.4.0` | `24.10.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.2` | `5.9.3` | Updates `dayjs` from 1.11.18 to 1.11.19 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.18...v1.11.19) Updates `@badeball/cypress-cucumber-preprocessor` from 23.1.0 to 23.2.1 - [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@v23.1.0...v23.2.1) Updates `@bahmutov/cypress-esbuild-preprocessor` from 2.2.6 to 2.2.7 - [Release notes](https://github.com/bahmutov/cypress-esbuild-preprocessor/releases) - [Commits](bahmutov/cypress-esbuild-preprocessor@v2.2.6...v2.2.7) Updates `@types/node` from 24.4.0 to 24.10.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `typescript` from 5.9.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.9.2...v5.9.3) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-version: 23.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@bahmutov/cypress-esbuild-preprocessor" dependency-version: 2.2.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c7b8d9 commit c8b6327

File tree

2 files changed

+387
-388
lines changed

2 files changed

+387
-388
lines changed

examples/cypress/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"author": "Wasiq Bhamla",
1515
"license": "MIT",
1616
"devDependencies": {
17-
"@badeball/cypress-cucumber-preprocessor": "^23.1.0",
18-
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.6",
19-
"@types/node": "^24.4.0",
17+
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
18+
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
19+
"@types/node": "^24.10.0",
2020
"cypress": "^14.4.1",
2121
"multiple-cucumber-html-reporter": "3.9.3",
22-
"typescript": "^5.9.2"
22+
"typescript": "^5.9.3"
2323
},
2424
"dependencies": {
25-
"dayjs": "^1.11.18"
25+
"dayjs": "^1.11.19"
2626
},
2727
"packageManager": "[email protected]"
2828
}

0 commit comments

Comments
 (0)