Skip to content

Commit

Permalink
chore(deps-dev): bump the build group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the build group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [turbo](https://github.com/vercel/turborepo) | `2.2.3` | `2.3.2` |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | `1.28.1` | `1.28.2` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.11` | `6.0.0` |
| [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) | `0.20.5` | `0.21.0` |
| [vite-plugin-webfont-dl](https://github.com/feat-agency/vite-plugin-webfont-dl) | `3.9.5` | `3.10.2` |



Updates `turbo` from 2.2.3 to 2.3.2
- [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.2)

Updates `lightningcss` from 1.28.1 to 1.28.2
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases)
- [Commits](https://github.com/parcel-bundler/lightningcss/commits/v1.28.2)

Updates `vite` from 5.4.11 to 6.0.0
- [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/v6.0.0/packages/vite)

Updates `vite-plugin-pwa` from 0.20.5 to 0.21.0
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](vite-pwa/vite-plugin-pwa@v0.20.5...v0.21.0)

Updates `vite-plugin-webfont-dl` from 3.9.5 to 3.10.2
- [Release notes](https://github.com/feat-agency/vite-plugin-webfont-dl/releases)
- [Commits](feat-agency/vite-plugin-webfont-dl@v3.9.5...v3.10.2)

---
updated-dependencies:
- dependency-name: turbo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: lightningcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: build
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: build
- dependency-name: vite-plugin-pwa
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build
- dependency-name: vite-plugin-webfont-dl
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: build
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent f16a180 commit abd2384
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 367 deletions.
6 changes: 3 additions & 3 deletions apps/gpa-calculator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"deputy": "workspace:^",
"eslint": "^9.14.0",
"fontaine": "^0.5.0",
"lightningcss": "^1.28.1",
"lightningcss": "^1.28.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.0",
"vite-plugin-html-minifier": "^1.0.4",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-pwa": "^0.21.0",
"workbox-build": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
Expand Down
8 changes: 4 additions & 4 deletions apps/phs-map/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
"deputy": "workspace:^",
"eslint": "^9.14.0",
"fontaine": "^0.5.0",
"lightningcss": "^1.28.1",
"lightningcss": "^1.28.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite": "^6.0.0",
"vite-plugin-html-minifier": "^1.0.4",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-webfont-dl": "^3.9.5",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-webfont-dl": "^3.10.2",
"workbox-build": "^7.3.0",
"workbox-core": "^7.3.0",
"workbox-precaching": "^7.3.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"husky": "^9.1.7",
"knip": "^5.37.1",
"prettier": "3.3.3",
"turbo": "^2.2.3",
"turbo": "^2.3.2",
"typesync": "^0.13.4"
},
"devEngines": {
Expand Down
Loading

0 comments on commit abd2384

Please sign in to comment.