Skip to content

Commit

Permalink
chore(deps-dev): bump the devdependencies group across 1 directory wi…
Browse files Browse the repository at this point in the history
…th 6 updates

Bumps the devdependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@badeball/cypress-cucumber-preprocessor](https://github.com/badeball/cypress-cucumber-preprocessor) | `22.0.0` | `22.0.1` |
| [@bahmutov/cypress-esbuild-preprocessor](https://github.com/bahmutov/cypress-esbuild-preprocessor) | `2.2.1` | `2.2.4` |
| [@dhis2/cli-style](https://github.com/dhis2/cli-style) | `10.7.3` | `10.7.6` |
| [cypress-real-events](https://github.com/dmtrKovalenko/cypress-real-events) | `1.13.0` | `1.14.0` |
| [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) | `1.5.4` | `1.5.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` |



Updates `@badeball/cypress-cucumber-preprocessor` from 22.0.0 to 22.0.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@v22.0.0...v22.0.1)

Updates `@bahmutov/cypress-esbuild-preprocessor` from 2.2.1 to 2.2.4
- [Release notes](https://github.com/bahmutov/cypress-esbuild-preprocessor/releases)
- [Commits](bahmutov/cypress-esbuild-preprocessor@v2.2.1...v2.2.4)

Updates `@dhis2/cli-style` from 10.7.3 to 10.7.6
- [Release notes](https://github.com/dhis2/cli-style/releases)
- [Changelog](https://github.com/dhis2/cli-style/blob/master/CHANGELOG.md)
- [Commits](dhis2/cli-style@v10.7.3...v10.7.6)

Updates `cypress-real-events` from 1.13.0 to 1.14.0
- [Release notes](https://github.com/dmtrKovalenko/cypress-real-events/releases)
- [Commits](dmtrKovalenko/cypress-real-events@v1.13.0...v1.14.0)

Updates `redux-mock-store` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/arnaudbenard/redux-mock-store/releases)
- [Commits](reduxjs/redux-mock-store@v1.5.4...v1.5.5)

Updates `typescript` from 5.7.3 to 5.8.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.7.3...v5.8.2)

---
updated-dependencies:
- dependency-name: "@badeball/cypress-cucumber-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: "@bahmutov/cypress-esbuild-preprocessor"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: "@dhis2/cli-style"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: cypress-real-events
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
- dependency-name: redux-mock-store
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: devdependencies
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: devdependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent 637c104 commit 2baee7d
Show file tree
Hide file tree
Showing 2 changed files with 979 additions and 353 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@badeball/cypress-cucumber-preprocessor": "^22.0.0",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.1",
"@badeball/cypress-cucumber-preprocessor": "^22.0.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.4",
"@cypress/webpack-preprocessor": "^6.0.2",
"@dhis2/cli-app-scripts": "^11.8.0",
"@dhis2/cli-style": "^10.7.3",
"@dhis2/cli-style": "^10.7.6",
"@dhis2/cypress-commands": "^10.0.6",
"@dhis2/cypress-plugins": "^10.0.6",
"@semantic-release/changelog": "^6",
Expand All @@ -53,19 +53,19 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^12",
"cypress": "^13.13.1",
"cypress-real-events": "^1.13.0",
"cypress-real-events": "^1.14.0",
"cypress-tags": "^1.2.2",
"d2-manifest": "^1.0.0",
"eslint-plugin-cypress": "^3.3.0",
"immutability-helper": "^3.1.1",
"import": "^0.0.6",
"patch-package": "^7",
"postinstall-postinstall": "^2.1.0",
"redux-mock-store": "^1.5.4",
"redux-mock-store": "^1.5.5",
"resize-observer-polyfill": "^1.5.1",
"semantic-release": "^20",
"start-server-and-test": "^1.14.0",
"typescript": "^5.7.3"
"typescript": "^5.8.2"
},
"jest": {
"moduleNameMapper": {
Expand Down
Loading

0 comments on commit 2baee7d

Please sign in to comment.