Skip to content

Commit 8456cde

Browse files
chore(deps): bump the dependencies group across 1 directory with 4 updates (#476)
Bumps the dependencies group with 4 updates in the /examples/cypress directory: [dayjs](https://github.com/iamkun/dayjs), [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor), [@bahmutov/cypress-esbuild-preprocessor](https://github.com/bahmutov/cypress-esbuild-preprocessor) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `dayjs` from 1.11.13 to 1.11.18 - [Release notes](https://github.com/iamkun/dayjs/releases) - [Changelog](https://github.com/iamkun/dayjs/blob/v1.11.18/CHANGELOG.md) - [Commits](iamkun/dayjs@v1.11.13...v1.11.18) Updates `@badeball/cypress-cucumber-preprocessor` from 22.2.0 to 23.1.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@v22.2.0...v23.1.0) Updates `@bahmutov/cypress-esbuild-preprocessor` from 2.2.5 to 2.2.6 - [Release notes](https://github.com/bahmutov/cypress-esbuild-preprocessor/releases) - [Commits](bahmutov/cypress-esbuild-preprocessor@v2.2.5...v2.2.6) Updates `@types/node` from 24.2.1 to 24.4.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: dayjs dependency-version: 1.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@badeball/cypress-cucumber-preprocessor" dependency-version: 23.1.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@bahmutov/cypress-esbuild-preprocessor" dependency-version: 2.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: "@types/node" dependency-version: 24.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17fe307 commit 8456cde

File tree

2 files changed

+569
-482
lines changed

2 files changed

+569
-482
lines changed

examples/cypress/package.json

Lines changed: 4 additions & 4 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": "^22.2.0",
18-
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.5",
19-
"@types/node": "^24.2.1",
17+
"@badeball/cypress-cucumber-preprocessor": "^23.1.0",
18+
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.6",
19+
"@types/node": "^24.4.0",
2020
"cypress": "^14.4.1",
2121
"multiple-cucumber-html-reporter": "3.9.3",
2222
"typescript": "^5.9.2"
2323
},
2424
"dependencies": {
25-
"dayjs": "^1.11.13"
25+
"dayjs": "^1.11.18"
2626
},
2727
"packageManager": "pnpm@10.4.0"
2828
}

0 commit comments

Comments
 (0)