Skip to content

Commit 2541cd7

Browse files
chore(deps)(deps-dev): bump the development-dependencies group with 7 updates
Bumps the development-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [turbo](https://github.com/vercel/turborepo) | `2.8.17` | `2.8.20` | | [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.38` | `6.2.40` | | [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.58` | `5.4.59` | | [h3](https://github.com/h3js/h3) | `1.15.8` | `1.15.10` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.2.1` | `4.2.2` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.2.1` | `4.2.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.0` | `8.0.1` | Updates `turbo` from 2.8.17 to 2.8.20 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.8.17...v2.8.20) Updates `@oclif/plugin-help` from 6.2.38 to 6.2.40 - [Release notes](https://github.com/oclif/plugin-help/releases) - [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-help@6.2.38...6.2.40) Updates `@oclif/plugin-plugins` from 5.4.58 to 5.4.59 - [Release notes](https://github.com/oclif/plugin-plugins/releases) - [Changelog](https://github.com/oclif/plugin-plugins/blob/main/CHANGELOG.md) - [Commits](oclif/plugin-plugins@5.4.58...5.4.59) Updates `h3` from 1.15.8 to 1.15.10 - [Release notes](https://github.com/h3js/h3/releases) - [Changelog](https://github.com/h3js/h3/blob/v1.15.10/CHANGELOG.md) - [Commits](h3js/h3@v1.15.8...v1.15.10) Updates `@tailwindcss/postcss` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/@tailwindcss-postcss) Updates `tailwindcss` from 4.2.1 to 4.2.2 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.2.2/packages/tailwindcss) Updates `vite` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.1/packages/vite) --- updated-dependencies: - dependency-name: turbo dependency-version: 2.8.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@oclif/plugin-help" dependency-version: 6.2.40 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@oclif/plugin-plugins" dependency-version: 5.4.59 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: h3 dependency-version: 1.15.10 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@tailwindcss/postcss" dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: tailwindcss dependency-version: 4.2.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vite dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 559d958 commit 2541cd7

File tree

6 files changed

+321
-459
lines changed

6 files changed

+321
-459
lines changed

apps/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"devDependencies": {
2626
"@objectstack/spec": "workspace:*",
27-
"@tailwindcss/postcss": "^4.2.1",
27+
"@tailwindcss/postcss": "^4.2.2",
2828
"@types/mdx": "^2.0.13",
2929
"@types/negotiator": "^0.6.4",
3030
"@types/node": "^25.5.0",
3131
"@types/react": "^19.2.14",
3232
"@types/react-dom": "^19.2.3",
3333
"negotiator": "^1.0.0",
3434
"postcss": "^8.5.8",
35-
"tailwindcss": "^4.2.1",
35+
"tailwindcss": "^4.2.2",
3636
"typescript": "^5.9.3",
3737
"zod": "4.3.6"
3838
},

apps/studio/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,17 @@
5757
},
5858
"devDependencies": {
5959
"@objectstack/cli": "workspace:*",
60-
"@tailwindcss/postcss": "^4.2.1",
60+
"@tailwindcss/postcss": "^4.2.2",
6161
"@types/react": "^19.2.14",
6262
"@types/react-dom": "^19.2.3",
6363
"@vitejs/plugin-react": "^6.0.1",
6464
"autoprefixer": "^10.4.27",
6565
"happy-dom": "^20.8.4",
6666
"msw": "^2.12.14",
6767
"postcss": "^8.5.8",
68-
"tailwindcss": "^4.2.1",
68+
"tailwindcss": "^4.2.2",
6969
"typescript": "^5.0.0",
70-
"vite": "^8.0.0",
70+
"vite": "^8.0.1",
7171
"vitest": "^4.1.0"
7272
},
7373
"msw": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@types/node": "^25.5.0",
3333
"tsup": "^8.0.2",
3434
"tsx": "^4.21.0",
35-
"turbo": "^2.8.17",
35+
"turbo": "^2.8.20",
3636
"typescript": "^5.3.0"
3737
},
3838
"dependencies": {

packages/adapters/nuxt/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
},
1919
"peerDependencies": {
2020
"@objectstack/runtime": "workspace:^",
21-
"h3": "^1.15.8"
21+
"h3": "^1.15.10"
2222
},
2323
"devDependencies": {
2424
"@objectstack/runtime": "workspace:*",
25-
"h3": "^1.15.8",
25+
"h3": "^1.15.10",
2626
"typescript": "^5.0.0",
2727
"vitest": "^4.1.0"
2828
}

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"@objectstack/core": "workspace:^"
5858
},
5959
"devDependencies": {
60-
"@oclif/plugin-help": "^6.2.38",
61-
"@oclif/plugin-plugins": "^5.4.58",
60+
"@oclif/plugin-help": "^6.2.40",
61+
"@oclif/plugin-plugins": "^5.4.59",
6262
"@types/node": "^25.5.0",
6363
"tsup": "^8.0.2",
6464
"typescript": "^5.3.3",

0 commit comments

Comments
 (0)