Commit 5011a8c
authored
chore(deps): update dependency conventional-changelog-conventionalcommits to ^10.2.0 (#63)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [@tailwindcss/postcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss))
| [`^4.3.1` →
`^4.3.2`](https://renovatebot.com/diffs/npm/@tailwindcss%2fpostcss/4.3.1/4.3.2)
|

|

|
|
[conventional-changelog-conventionalcommits](https://redirect.github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits#readme)
([source](https://redirect.github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits))
| [`^10.0.0` →
`^10.2.0`](https://renovatebot.com/diffs/npm/conventional-changelog-conventionalcommits/10.0.0/10.2.0)
|

|

|
| [convex](https://convex.dev)
([source](https://redirect.github.com/get-convex/convex-backend/tree/HEAD/npm-packages/convex))
| [`^1.42.0` →
`^1.42.1`](https://renovatebot.com/diffs/npm/convex/1.42.0/1.42.1) |

|

|
| [lucide-react](https://lucide.dev)
([source](https://redirect.github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react))
| [`^1.21.0` →
`^1.22.0`](https://renovatebot.com/diffs/npm/lucide-react/1.21.0/1.22.0)
|

|

|
| [tailwindcss](https://tailwindcss.com)
([source](https://redirect.github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss))
| [`^4.3.1` →
`^4.3.2`](https://renovatebot.com/diffs/npm/tailwindcss/4.3.1/4.3.2) |

|

|
---
### Release Notes
<details>
<summary>tailwindlabs/tailwindcss
(@​tailwindcss/postcss)</summary>
###
[`v4.3.2`](https://redirect.github.com/tailwindlabs/tailwindcss/blob/HEAD/CHANGELOG.md#432---2026-06-26)
[Compare
Source](https://redirect.github.com/tailwindlabs/tailwindcss/compare/v4.3.1...v4.3.2)
##### Fixed
- Support bare spacing values for `auto-rows-*` and `auto-cols-*`
utilities (e.g. `auto-rows-12` and `auto-cols-16`)
([#​20229](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20229))
- Prevent `@tailwindcss/cli` in `--watch` mode from crashing on Windows
when `@source` points to a directory that doesn't exist
([#​20242](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20242))
- Prevent `@tailwindcss/vite` from crashing in Deno v2.8.x when
`context.parentURL` is not a valid URL
([#​20245](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20245))
- Ensure `@tailwindcss/cli` in `--watch` mode rebuilds when the input
CSS file changes in an ignored directory
([#​20246](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20246))
- Allow `@variant` rules used in `addBase(…)` to use custom variants
defined later
([#​20247](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20247))
- Prevent `@tailwindcss/vite` from crashing during HMR when scanned
files or directories are deleted
([#​20259](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20259))
- Generate `font-size` instead of `color` declarations for
`text-[--spacing(…)]`
([#​20260](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20260))
- Prevent `@source` patterns from scanning unrelated sibling files and
folders
([#​20263](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20263))
- Extract class candidates adjacent to Template Toolkit delimiters like
`%]…[%` in `.tt`, `.tt2`, and `.tx` files
([#​20269](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20269))
- Extract class candidates from conditional Maud syntax like
`p.text-black[condition]`
([#​20269](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20269))
- Prevent `@position-try` rules from triggering unknown at-rule warnings
when optimizing CSS
([#​20277](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20277))
- Support class suggestions for named opacity modifiers from `--opacity`
theme values
([#​20287](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20287))
- Prevent type errors in `@tailwindcss/postcss` when used with newer
PostCSS patch releases
([#​20289](https://redirect.github.com/tailwindlabs/tailwindcss/pull/20289))
</details>
<details>
<summary>conventional-changelog/conventional-changelog
(conventional-changelog-conventionalcommits)</summary>
###
[`v10.2.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-conventionalcommits/CHANGELOG.md#1020-2026-06-27)
[Compare
Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v10.1.0...conventional-changelog-conventionalcommits-v10.2.0)
##### Features
- support changelog preamble partial
([#​1491](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1491))
([e93dbe4](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/e93dbe4a16bb621c6ae9d1082dcd09d34c6f8136))
###
[`v10.1.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-conventionalcommits/CHANGELOG.md#1010-2026-06-27)
[Compare
Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v10.0.0...conventional-changelog-conventionalcommits-v10.1.0)
##### Features
- support changelog preamble
([#​1489](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1489))
([7d9794f](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/7d9794ff7c4ca5e9bd916c400b7fb1e426319379))
</details>
<details>
<summary>get-convex/convex-backend (convex)</summary>
###
[`v1.42.1`](https://redirect.github.com/get-convex/convex-backend/blob/HEAD/npm-packages/convex/CHANGELOG.md#1421)
- Fixed an issue where the CLI would be unable to find the `tsgo` binary
in
newer versions of `@typescript/native-preview`.
- Added a new `initialAuthTokenReuse` option to `ConvexReactClient` that
prevents extra function calls when users re-authenticate.
</details>
<details>
<summary>lucide-icons/lucide (lucide-react)</summary>
###
[`v1.22.0`](https://redirect.github.com/lucide-icons/lucide/compare/1.21.0...1.22.0)
[Compare
Source](https://redirect.github.com/lucide-icons/lucide/compare/1.21.0...1.22.0)
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- Only on Sunday and Saturday (`* * * * 0,6`)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/giacomoguidotto/blueprint).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNDIuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI0Mi4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 3de6127 commit 5011a8c
2 files changed
Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments