Skip to content

Commit

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

Bumps the dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.8.6` | `22.9.1` |
| [@swc/html](https://github.com/swc-project/swc) | `1.7.42` | `1.9.2` |
| [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.4.49` |
| [postcss-preset-env](https://github.com/csstools/postcss-plugins/tree/HEAD/plugin-packs/postcss-preset-env) | `10.0.9` | `10.1.1` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.14` | `3.4.15` |



Updates `@types/node` from 22.8.6 to 22.9.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@swc/html` from 1.7.42 to 1.9.2
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.7.42...v1.9.2)

Updates `postcss` from 8.4.47 to 8.4.49
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.47...8.4.49)

Updates `postcss-preset-env` from 10.0.9 to 10.1.1
- [Changelog](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/CHANGELOG.md)
- [Commits](https://github.com/csstools/postcss-plugins/commits/HEAD/plugin-packs/postcss-preset-env)

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: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: "@swc/html"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: postcss-preset-env
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 21, 2024
1 parent 3e8fc10 commit 34299ed
Show file tree
Hide file tree
Showing 5 changed files with 225 additions and 188 deletions.
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.6",
"@types/node": "^22.9.1",
"alwatr": "^2.2.0",
"common": "workspace:^",
"typescript": "^5.6.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@alwatr/windstyle": "workspace:^",
"@swc/html": "^1.7.42",
"@types/node": "^22.8.6",
"@swc/html": "^1.9.2",
"@types/node": "^22.9.1",
"@web/dev-server": "^0.4.6",
"alwatr": "^2.2.0",
"common": "workspace:^",
"cssnano": "^7.0.6",
"lit": "^3.2.1",
"postcss": "^8.4.47",
"postcss": "^8.4.49",
"postcss-custom-media": "^11.0.5",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^10.0.9",
"postcss-preset-env": "^10.1.1",
"postcss-variable-compress": "^3.0.0",
"postcss-viewport-unit-fallback": "^1.0.1",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"workbox-build": "^7.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"@types/node": "^22.8.6",
"@types/node": "^22.9.1",
"alwatr": "^2.2.0",
"lit": "^3.2.1",
"typescript": "^5.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/windstyle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@alwatr/prettier-config": "^5.0.0",
"@alwatr/tsconfig-base": "^5.0.0",
"@alwatr/type-helper": "^5.0.0",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}
Loading

0 comments on commit 34299ed

Please sign in to comment.