chore(deps): bump the all-dependencies group across 1 directory with 3 updates#62
Merged
Merged
Conversation
…3 updates Bumps the all-dependencies group with 3 updates in the / directory: [@hono/standard-validator](https://github.com/honojs/middleware/tree/HEAD/packages/standard-validator), [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) and [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc). Updates `@hono/standard-validator` from 0.2.2 to 0.2.3 - [Release notes](https://github.com/honojs/middleware/releases) - [Changelog](https://github.com/honojs/middleware/blob/main/packages/standard-validator/CHANGELOG.md) - [Commits](https://github.com/honojs/middleware/commits/@hono/standard-validator@0.2.3/packages/standard-validator) Updates `tailwindcss` from 4.3.1 to 4.3.2 - [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.2/packages/tailwindcss) Updates `vue-tsc` from 3.3.5 to 3.3.6 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v3.3.6/packages/tsc) --- updated-dependencies: - dependency-name: "@hono/standard-validator" dependency-version: 0.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: tailwindcss dependency-version: 4.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: vue-tsc dependency-version: 3.3.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
PR author is in the excluded authors list. |
vue-tsc / @vue/language-core 3.3.6 type-checks that event handlers return
`void`, so inline `@click="x = y"` handlers (whose value is the assigned
expression) now fail with TS2322. Wrap the three affected handlers in a block
arrow `() => { ... }` so they return void. Behavior is unchanged; runtime
already ignored the return value.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-dependencies group with 3 updates in the / directory: @hono/standard-validator, tailwindcss and vue-tsc.
Updates
@hono/standard-validatorfrom 0.2.2 to 0.2.3Release notes
Sourced from @hono/standard-validator's releases.
Changelog
Sourced from @hono/standard-validator's changelog.
Commits
b9168e8Version Packages (#2011)a47c715fix(standard-validator): preserve literal unions in RPC input type and fix ho...c5ba38bchore(deps-dev): bump tsdown from 0.22.2 to 0.22.3 (#1996)f89ea30chore(deps-dev): bump typescript from 5.9.3 to 6.0.3 (#1866)bf845adchore: unblock TypeScript v6 (#1937)2cbc5f0chore(deps-dev): bump tsdown to 0.22.2 (#1908)4dca7a0chore(dev-deps): bump@cloudflare/vitest-pool-workersto 0.16.10 (#1907)841e2cefix(standard-validator): fix the type errors (#1830)fc4a20achore(deps-dev): bump arktype from 2.1.29 to 2.2.0 (#1816)af99687chore(deps-dev): bump valibot from 1.1.0 to 1.3.0 (#1800)Updates
tailwindcssfrom 4.3.1 to 4.3.2Release notes
Sourced from tailwindcss's releases.
Changelog
Sourced from tailwindcss's changelog.
Commits
056a1554.3.2 (#20281)c8b081dAdd suggestions for named opacity modifiers (#20287)c46f654Ensure--alpha(…)is seen as acolor, and--spacing(…)is seen as a `le...5e9f66eEnsure@variantcan be used in JS based APIs (#20252)707c23bEnsure custom variants can be used via@variantinaddBase(#20247)127d170Add bare value support forauto-rows-*andauto-cols-*(#20229)Updates
vue-tscfrom 3.3.5 to 3.3.6Release notes
Sourced from vue-tsc's releases.
... (truncated)
Changelog
Sourced from vue-tsc's changelog.
Commits
4893ec6v3.3.6 (#6112)3abce61refactor: normalize regexp variable names toxxxREformatbff182afix(language-core): make generic component internal context inference type-sa...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions