chore: Update all non-major dependencies#148
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
d75ddb4 to
5afeb45
Compare
55b6e3a to
82ac8d0
Compare
3d911d8 to
65da63b
Compare
190094b to
ad0d6e3
Compare
1f5fc0f to
4901d59
Compare
8128a54 to
65653ca
Compare
bbd569e to
1ec20c2
Compare
2b5b8bf to
1a8e9a9
Compare
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.
This PR contains the following updates:
4.1.18→4.3.04.3.15.5.14→5.5.23v0.14.5→v0.14.6v1.11.0→v1.12.0v1.5.1→v1.5.2v2.5.7→v2.6.0v2.19.0→v2.21.2v2.0.0-20250828133012-308cfee50a57→v2.0.0-20260404020628-f149714c1d54v2.0.0-20250828133012-308cfee50a57→v2.0.0-20260404020628-f149714c1d54v5.3.0→v5.3.1v1.33.0→v1.34.3v0.13.0→v0.14.0ebf3e50→4c385a1v1.14.32→v1.14.45v0.35.0→v0.36.3v7.0.97→v7.2.0v2.6.0→v2.6.1v2.11.4→v2.12.1v9.17.2→v9.20.0v9.20.1v1.52.0→v1.53.0v4.25.12→v4.26.5v3.6.1→v3.9.1v0.15.0→v0.20.0v1.39.0→v1.44.0v1.39.0→v1.44.0v0.15.0→v0.20.0v1.39.0→v1.44.0v0.15.0→v0.20.0v1.39.0→v1.44.0v1.27.1→v1.28.0v0.46.0→v0.53.0v0.32.0→v0.38.04.1.18→4.3.04.3.1Release Notes
tailwindlabs/tailwindcss (@tailwindcss/cli)
v4.3.0Compare Source
Added
@container-sizeutility (#18901)scrollbar-{auto,thin,none}utilities forscrollbar-width, andscrollbar-thumb-*/scrollbar-track-*color utilities forscrollbar-color(#19981, #20019)scrollbar-gutter-*utilities (#20018)zoom-*utilities (#20020)tab-*utilities (#20022)@variantwith stacked variants (e.g.@variant hover:focus { … }) (#19996)@variantwith compound variants (e.g.@variant hover, focus { … }) (#19996)--default(…)in--value(…)and--modifier(…)for functional@utilitydefinitions (#19989)Fixed
@pluginresolves package JavaScript entries instead of browser CSS entries when using@tailwindcss/vite(#19949)@importand@pluginpaths resolving from the wrong directory when using@tailwindcss/vite(#19965)@variantare processed by@tailwindcss/vite(#19966)basewhenresult.opts.fromis not provided when using@tailwindcss/postcss(#19980)_whitespace in arbitrary values (#19986)w-[calc(100%---spacing(60))]→w-[calc(100%-(--spacing(60)))]) (#19986)-mt-[20in]→mt-[-20in], notmt-[-1920px]) (#19988):has()variants from[&:has(…)]tohas-[…](#19991)styleattributes (e.g.style="flex-grow: 1"→style="flex-grow: 1", notstyle="grow: 1") (#19918)@utilitydefinitions with the same name but different value types (#19777)PluginWithConfigtype fromtailwindcss/pluginto fix errors when inferring plugin config types (#19707)startandendlegacy utilities without values do not generate CSS (#20003)--value(…)is required in functional@utilitydefinitions (#20005)-left-[(var(--a)+var(--b))]) (#20011)v4.2.4Compare Source
Fixed
@importand@pluginstill resolve correctly when using Vite aliases in@tailwindcss/vite(#19947)v4.2.3Compare Source
Fixed
tracking-*utilities by preferring non-negative utilities (e.g.-tracking-tighter→tracking-wider) (#19827)@tailwindcss/webpack(#19723)px-[1.2rem] py-[1.2rem]→p-[1.2rem]) (#19837)border-{t,b}-*intoborder-y-*,border-{l,r}-*intoborder-x-*, andborder-{t,r,b,l}-*intoborder-*(#19842)scroll-m{t,b}-*intoscroll-my-*,scroll-m{l,r}-*intoscroll-mx-*, andscroll-m{t,r,b,l}-*intoscroll-m-*(#19842)scroll-p{t,b}-*intoscroll-py-*,scroll-p{l,r}-*intoscroll-px-*, andscroll-p{t,r,b,l}-*intoscroll-p-*(#19842)overflow-{x,y}-*intooverflow-*(#19842)overscroll-{x,y}-*intooverscroll-*(#19842)--placeholder-colorinstead of--background-colorforplaceholder-*utilities (#19843)config.contentwhen migrating from Tailwind CSS v3 to Tailwind CSS v4 (#19846).envand.env.*to default ignored content files (#19846)overflow-ellipsisintotext-ellipsis(#19849)start-full→inset-s-full,start-auto→inset-s-auto,start-px→inset-s-px, andstart-<number>→inset-s-<number>as well as negative versions (#19849)end-full→inset-e-full,end-auto→inset-e-auto,end-px→inset-e-px, andend-<number>→inset-e-<number>as well as negative versions (#19849)-sign inside the arbitrary value-left-[9rem]→left-[-9rem](#19858)-sign outside the arbitrary valueml-[calc(-1*var(--width))]→-ml-(--width)(#19858)NODE_PATHenvironment variable in standalone CLI (#19617)v4.2.2Compare Source
Fixed
row-constructor(#19725)calc(var(--spacing)*…)expressions into--spacing(…)(#19769)@propertyat-rules (e.g.shadow-sm border) (#19727)@tailwindcss/vite(#19745)@tailwindcss/vite(#19790)w-1234 h-1234→size-1234) (#19809)w-5 h-5 size-5→''instead ofsize-5) (#19812)@import '@​/path/to/file';when using@tailwindcss/vite(#19803)v4.2.1Compare Source
Fixed
.characters within curly braces in MDX files (#19711)v4.2.0Compare Source
Added
@tailwindcss/webpackpackage to run Tailwind CSS as a webpack plugin (#19610)pbs-*andpbe-*utilities forpadding-block-startandpadding-block-end(#19601)mbs-*andmbe-*utilities formargin-block-startandmargin-block-end(#19601)scroll-pbs-*andscroll-pbe-*utilities forscroll-padding-block-startandscroll-padding-block-end(#19601)scroll-mbs-*andscroll-mbe-*utilities forscroll-margin-block-startandscroll-margin-block-end(#19601)border-bs-*andborder-be-*utilities forborder-block-startandborder-block-end(#19601)inline-*,min-inline-*,max-inline-*utilities forinline-size,min-inline-size, andmax-inline-size(#19612)block-*,min-block-*,max-block-*utilities forblock-size,min-block-size, andmax-block-size(#19612)inset-s-*,inset-e-*,inset-bs-*,inset-be-*utilities forinset-inline-start,inset-inline-end,inset-block-start, andinset-block-end(#19613)font-features-*utility forfont-feature-settings(#19623)Fixed
@supportswrapper forcolor-mixvalues (#19450)@source inline()argument (#19461)@tailwindcss/cli(#19447)@utilityname validation with Oxide scanner rules (#19524)@variantinside@custom-variant(#19633).25inaspect-*fractions (e.g.aspect-8.5/11) (#19688)@sourcetrigger a full page reload when using@tailwindcss/vite(#19670)@tailwindcss/vite(#19677)@utilitynames to improve support with formatters such as Biome (#19626).jjto default ignored content directories (#19687)Deprecated
start-*andend-*utilities in favor ofinset-s-*andinset-e-*utilities (#19613)saadeghi/daisyui (daisyui)
v5.5.23Compare Source
v5.5.22Compare Source
v5.5.21Compare Source
Bug Fixes
v5.5.20Compare Source
Bug Fixes
v5.5.19Compare Source
Bug Fixes
v5.5.18Compare Source
Bug Fixes
z-1on box tab when focus-visible (#4425) (b2907eb), closes #4424v5.5.17Compare Source
v5.5.16Compare Source
v5.5.15Compare Source
Bug Fixes
.btnwhen used in.prosecloses #4400 (c1e1e11)ent/ent (entgo.io/ent)
v0.14.6Compare Source
PuerkitoBio/goquery (github.com/PuerkitoBio/goquery)
v1.12.0Compare Source
Note that Go1.25 is now required (use goquery < 1.12.0 if you can't use go1.25+, see README for version details).
ThreeDotsLabs/watermill (github.com/ThreeDotsLabs/watermill)
v1.5.2Compare Source
What's Changed
New Contributors
Full Changelog: ThreeDotsLabs/watermill@v1.5.1...v1.5.2
blevesearch/bleve (github.com/blevesearch/bleve/v2)
v2.6.0Compare Source
What's Changed
CoalesceQueuein hierarchical nested search by @CascadingRadium in #2283nilmultiSearchParams properly forMultiSearchby @capemox in #2286root.boltwith in-memory segment's data by @Thejas-bhat in #2296nullissue when parsing search request attributes by @CascadingRadium in #2312Introduced new file format - zapx@v17
Milestone: https://github.com/blevesearch/bleve/milestone/29
Full Changelog: blevesearch/bleve@v2.5.7...v2.6.0
go-co-op/gocron (github.com/go-co-op/gocron/v2)
v2.21.2Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v2.21.1...v2.21.2
v2.21.1Compare Source
What's Changed
New Contributors
Full Changelog: go-co-op/gocron@v2.21.0...v2.21.1
v2.21.0Compare Source
What's Changed
Schedule()method onJobinterface by @Copilot in #919Test Suite
Full Changelog: go-co-op/gocron@v2.20.0...v2.21.0
v2.20.0Compare Source
What's Changed
Performance improvements
Fixes
Docs
New Contributors
Full Changelog: go-co-op/gocron@v2.19.1...v2.20.0
v2.19.1Compare Source
What's Changed
NextRun()when multiple jobs complete simultaneously by @barkhayot in #907New Contributors
Full Changelog: go-co-op/gocron@v2.19.0...v2.19.1
golang-jwt/jwt (github.com/golang-jwt/jwt/v5)
v5.3.1Compare Source
What's Changed
🔐 Features
WithNotBeforeRequiredparser option and add test coverage by @equalsgibson in #456NewWithClaims()by @equalsgibson in #459ParseUnverifiedby @slickwilli in #414👒 Dependencies
New Contributors
Full Changelog: golang-jwt/jwt@v5.3.0...v5.3.1
invopop/jsonschema (github.com/invopop/jsonschema)
v0.14.0Compare Source
What's Changed
New Contributors
Configuration
📅 Schedule: (in timezone Asia/Singapore)
* 0-3 1 * *)🚦 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 if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.