Skip to content

Commit a0c350d

Browse files
chore(deps)(deps-dev): bump the development-dependencies group across 1 directory with 8 updates
Bumps the development-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@changesets/cli](https://github.com/changesets/changesets) | `2.31.0` | `2.31.1` | | [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.63.0` | `8.64.0` | | [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) | `5.56.5` | `5.56.6` | | [turbo](https://github.com/vercel/turborepo) | `2.10.4` | `2.10.5` | | [ai](https://github.com/vercel/ai/tree/HEAD/packages/ai) | `7.0.22` | `7.0.31` | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.3.2` | `4.3.3` | | [postcss](https://github.com/postcss/postcss) | `8.5.18` | `8.5.20` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.3.2` | `4.3.3` | Updates `@changesets/cli` from 2.31.0 to 2.31.1 - [Release notes](https://github.com/changesets/changesets/releases) - [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.31.0...@changesets/cli@2.31.1) Updates `@typescript-eslint/parser` from 8.63.0 to 8.64.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.64.0/packages/parser) Updates `svelte` from 5.56.5 to 5.56.6 - [Release notes](https://github.com/sveltejs/svelte/releases) - [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md) - [Commits](https://github.com/sveltejs/svelte/commits/svelte@5.56.6/packages/svelte) Updates `turbo` from 2.10.4 to 2.10.5 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.10.4...v2.10.5) Updates `ai` from 7.0.22 to 7.0.31 - [Release notes](https://github.com/vercel/ai/releases) - [Changelog](https://github.com/vercel/ai/blob/main/packages/ai/CHANGELOG.md) - [Commits](https://github.com/vercel/ai/commits/ai@7.0.31/packages/ai) Updates `@tailwindcss/postcss` from 4.3.2 to 4.3.3 - [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.3.3/packages/@tailwindcss-postcss) Updates `postcss` from 8.5.18 to 8.5.20 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.18...8.5.20) Updates `tailwindcss` from 4.3.2 to 4.3.3 - [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.3.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@changesets/cli" dependency-version: 2.31.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@tailwindcss/postcss" dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.64.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: ai dependency-version: 7.0.31 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: postcss dependency-version: 8.5.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: svelte dependency-version: 5.56.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: tailwindcss dependency-version: 4.3.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: turbo dependency-version: 2.10.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6289ec3 commit a0c350d

4 files changed

Lines changed: 334 additions & 221 deletions

File tree

apps/docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"devDependencies": {
2929
"@objectstack/spec": "workspace:*",
30-
"@tailwindcss/postcss": "^4.3.2",
30+
"@tailwindcss/postcss": "^4.3.3",
3131
"@types/mdx": "^2.0.14",
3232
"@types/negotiator": "^0.6.4",
3333
"@types/node": "^26.1.1",
3434
"@types/react": "^19.2.17",
3535
"@types/react-dom": "^19.2.3",
3636
"negotiator": "^1.0.0",
37-
"postcss": "^8.5.18",
38-
"tailwindcss": "^4.3.2",
37+
"postcss": "^8.5.20",
38+
"tailwindcss": "^4.3.3",
3939
"typescript": "^6.0.3",
4040
"zod": "4.4.3"
4141
},

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@
4444
"author": "ObjectStack",
4545
"license": "Apache-2.0",
4646
"devDependencies": {
47-
"@changesets/cli": "^2.31.0",
47+
"@changesets/cli": "^2.31.1",
4848
"@types/node": "^26.1.1",
49-
"@typescript-eslint/parser": "^8.63.0",
49+
"@typescript-eslint/parser": "^8.64.0",
5050
"eslint": "^10.7.0",
5151
"semver": "^7.7.3",
52-
"svelte": "^5.55.7",
52+
"svelte": "^5.56.6",
5353
"tsup": "^8.5.1",
5454
"tsx": "^4.23.1",
55-
"turbo": "^2.10.4",
55+
"turbo": "^2.10.5",
5656
"typescript": "^6.0.3"
5757
},
5858
"engines": {

packages/spec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
"devDependencies": {
222222
"@types/node": "^26.1.1",
223223
"@vitest/coverage-v8": "^4.1.10",
224-
"ai": "^7.0.22",
224+
"ai": "^7.0.31",
225225
"tsx": "^4.23.1",
226226
"typescript": "^6.0.3",
227227
"vitest": "^4.1.10"

0 commit comments

Comments
 (0)