Skip to content

Commit aa358bf

Browse files
build(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates
Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [prettier](https://github.com/prettier/prettier) | `3.8.3` | `3.8.4` | | [turbo](https://github.com/vercel/turborepo) | `2.9.14` | `2.9.17` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.59.3` | `8.61.0` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.9` | `29.4.11` | | [tsx](https://github.com/privatenumber/tsx) | `4.22.2` | `4.22.4` | | [postcss](https://github.com/postcss/postcss) | `8.5.14` | `8.5.15` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.6` | `4.1.8` | Updates `prettier` from 3.8.3 to 3.8.4 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.3...3.8.4) Updates `turbo` from 2.9.14 to 2.9.17 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.9.14...v2.9.17) Updates `typescript-eslint` from 8.59.3 to 8.61.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.61.0/packages/typescript-eslint) Updates `ts-jest` from 29.4.9 to 29.4.11 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.9...v29.4.11) Updates `tsx` from 4.22.2 to 4.22.4 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.22.2...v4.22.4) Updates `postcss` from 8.5.14 to 8.5.15 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.14...8.5.15) Updates `vitest` from 4.1.6 to 4.1.8 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Changelog](https://github.com/vitest-dev/vitest/blob/main/docs/releases.md) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.8/packages/vitest) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.8.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: turbo dependency-version: 2.9.17 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript-eslint dependency-version: 8.61.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ts-jest dependency-version: 29.4.11 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tsx dependency-version: 4.22.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: postcss dependency-version: 8.5.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: vitest dependency-version: 4.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2904619 commit aa358bf

4 files changed

Lines changed: 210 additions & 206 deletions

File tree

apps/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@
9898
"nodemon": "^3.1.10",
9999
"rimraf": "^6.0.1",
100100
"supertest": "^7.2.2",
101-
"ts-jest": "^29.2.5",
101+
"ts-jest": "^29.4.11",
102102
"ts-node": "^10.9.2",
103-
"tsx": "^4.22.2",
103+
"tsx": "^4.22.4",
104104
"typescript": "^6.0.3"
105105
}
106106
}

apps/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"eslint-plugin-react-hooks": "^7.1.1",
5454
"globals": "^16.3.0",
5555
"jsdom": "^29.0.2",
56-
"postcss": "^8.5.10",
56+
"postcss": "^8.5.15",
5757
"typescript": "~6.0.3",
58-
"typescript-eslint": "^8.35.1",
59-
"vitest": "^4.1.4"
58+
"typescript-eslint": "^8.61.0",
59+
"vitest": "^4.1.8"
6060
},
6161
"optionalDependencies": {
6262
"@rolldown/binding-linux-x64-gnu": "*",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@
128128
"husky": "^9.1.7",
129129
"lint-staged": "^16.4.0",
130130
"next": "^16.2.4",
131-
"prettier": "^3.6.2",
132-
"turbo": "^2.5.6",
131+
"prettier": "^3.8.4",
132+
"turbo": "^2.9.17",
133133
"typescript": "6.0.3",
134-
"typescript-eslint": "^8.52.0"
134+
"typescript-eslint": "^8.61.0"
135135
},
136136
"pnpm": {
137137
"auditConfig": {

0 commit comments

Comments
 (0)