Skip to content

Commit

Permalink
Bump the dev group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dev group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.2.3` | `2.3.0` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.4` | `2.1.5` |
| [@bufbuild/buf](https://github.com/bufbuild/buf) | `1.46.0` | `1.47.2` |
| [sass](https://github.com/sass/dart-sass) | `1.80.7` | `1.81.0` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.15` |



Updates `turbo` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/vercel/turborepo/releases)
- [Changelog](https://github.com/vercel/turborepo/blob/main/release.md)
- [Commits](vercel/turborepo@v2.2.3...v2.3.0)

Updates `vitest` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.5/packages/vitest)

Updates `@bufbuild/buf` from 1.46.0 to 1.47.2
- [Release notes](https://github.com/bufbuild/buf/releases)
- [Changelog](https://github.com/bufbuild/buf/blob/main/CHANGELOG.md)
- [Commits](bufbuild/buf@v1.46.0...v1.47.2)

Updates `sass` from 1.80.7 to 1.81.0
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.80.7...1.81.0)

Updates `tailwindcss` from 3.4.14 to 3.4.15
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.15/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.4.14...v3.4.15)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
- dependency-name: "@bufbuild/buf"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2024
1 parent 17c2bd9 commit 82c0291
Show file tree
Hide file tree
Showing 5 changed files with 351 additions and 162 deletions.
6 changes: 3 additions & 3 deletions apps/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tinycolor2": "1.4.2"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0",
"@bufbuild/buf": "^1.47.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@types/ms": "0.7.34",
Expand All @@ -82,9 +82,9 @@
"nodemon": "^3.1.7",
"postcss": "8.4.49",
"prettier-plugin-tailwindcss": "0.6.8",
"sass": "^1.80.7",
"sass": "^1.81.0",
"start-server-and-test": "^2.0.8",
"tailwindcss": "3.4.14",
"tailwindcss": "3.4.15",
"ts-proto": "^2.2.7",
"typescript": "^5.6.3",
"zitadel-tailwind-config": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^4.1.0",
"tsup": "^8.3.5",
"turbo": "2.2.3",
"turbo": "2.3.0",
"typescript": "^5.6.3",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.4"
"vitest": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/zitadel-proto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@bufbuild/protobuf": "^2.0.0"
},
"devDependencies": {
"@bufbuild/buf": "^1.46.0"
"@bufbuild/buf": "^1.47.2"
}
}
2 changes: 1 addition & 1 deletion packages/zitadel-tailwind-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"main": "index.js",
"devDependencies": {
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"@tailwindcss/forms": "0.5.3"
}
}
Loading

0 comments on commit 82c0291

Please sign in to comment.