fix(deps): update other dependencies (minor)#577
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
3d22c53 to
93aa1f8
Compare
93aa1f8 to
1bca716
Compare
1bca716 to
0005d96
Compare
0005d96 to
4350d21
Compare
4350d21 to
4d5e4b8
Compare
4d5e4b8 to
643cf47
Compare
643cf47 to
e6138f6
Compare
e6138f6 to
e7fce43
Compare
e7fce43 to
479fe3e
Compare
479fe3e to
fe66593
Compare
fe66593 to
e6cb1dd
Compare
f606d6c to
0812ce1
Compare
0812ce1 to
192fef7
Compare
192fef7 to
621e221
Compare
621e221 to
3b6d3d3
Compare
3b6d3d3 to
a57e95d
Compare
a57e95d to
4c8db84
Compare
4c8db84 to
de1572c
Compare
de1572c to
2516907
Compare
2516907 to
9e1655a
Compare
9e1655a to
8ddf11c
Compare
8ddf11c to
5a024be
Compare
5a024be to
c500121
Compare
c500121 to
2278e61
Compare
2278e61 to
9b45a60
Compare
9b45a60 to
60241eb
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:
1.0.0→1.1.0^1.16.0→^1.17.0^1.125.0→^1.130.01.4.10→1.5.1^1.60.0→^1.61.1^1.3.8→^1.4.3^4.2.4→^4.3.2^4.2.4→^4.3.2^22.19.20→^22.20.1^2.9.16→^2.10.5^4.16.2→^4.17.116.8.11→16.11.43.0.10→3.1.05.2.6→5.3.016.8.11→16.11.4^7.3.0→^7.5.0^20.9.0→^20.10.6^30.3.0→^30.4.210.33.4→10.34.5^3.8.3→^3.9.5^4.60.4→^4.62.2^1.99.0→^1.101.0^7.7.4→^7.8.5^4.2.4→^4.3.2^4.21.0→^4.23.1^2.9.16→^2.10.5^8.59.4→^8.64.0Release Notes
adobe/leonardo (@adobe/leonardo-contrast-colors)
v1.1.0Compare Source
Minor Changes
7385295: AddcolorSpaceas the canonical property name and deprecatecolorspace(non-breaking). The constructor,Theme.updateColor, andcreateScale()accept both names;colorSpacetakes precedence. The oldcolorspacegetter/setter remain as deprecated aliases and emit a console warning. TypeScript types includecolorSpaceand markcolorspaceas@deprecated. Existing code continues to work.v1.0.1Compare Source
Patch Changes
35073e8: Upgrade chroma-js from ^2 to ^3 and hsluv from ^0.1 to ^1.0. The hsluv 1.0 class-based API is wrapped internally so the public interface is unchanged. Color output for HSLuv-interpolated scales may differ by a small precision amount due to updated interpolation in the new libraries.antebudimir/eslint-plugin-vanilla-extract (@antebudimir/eslint-plugin-vanilla-extract)
v1.17.0Compare Source
figma/plugin-typings (@figma/plugin-typings)
v1.130.0Compare Source
v1.129.0Compare Source
v1.128.0Compare Source
v1.127.0Compare Source
v1.126.0Compare Source
microsoft/playwright (@playwright/test)
v1.61.1Compare Source
v1.61.0Compare Source
🔑 WebAuthn passkeys
New Credentials virtual authenticator, available via browserContext.credentials, lets tests register passkeys and answer
navigator.credentials.create()/navigator.credentials.get()ceremonies in the page — no real hardware key required, works in all browsers:You can also let the app register a passkey once in a setup test, read it back with credentials.get(), and seed it into later tests — see Credentials for details.
🗃️ Web Storage
New WebStorage API, available via page.localStorage and page.sessionStorage, reads and writes the page's storage for the current origin:
New APIs
Network
Browser and Screencast
artifactsDirin browserType.connectOverCDP() controls where artifacts such as traces and downloads are stored when attached to an existing browser.cursorin screencast.showActions() controls the cursor decoration rendered for pointer actions.onFramecallback in screencast.start() now receives atimestampof when the frame was presented by the browser.Test runner
trace: new'on-all-retries','retain-on-first-failure'and'retain-on-failure-and-retries'values. See the video modes table for which runs are recorded and kept in each mode.expect.soft.poll(...).process.argvfrom the runner process, handy for reading custom arguments passed after the--separator.AggregateErroras a separate entry.-Gcommand line shorthand for--grep-invert.🛠️ Other improvements
Browser Versions
This version was also tested against the following stable channels:
radix-ui/primitives (@radix-ui/react-radio-group)
v1.4.3RadioGroup,Slider,Select, andSwitch.@radix-ui/primitive@1.1.5,@radix-ui/react-context@1.2.0,@radix-ui/react-roving-focus@1.1.15,@radix-ui/react-presence@1.1.7v1.4.2@radix-ui/react-primitive@2.1.7,@radix-ui/react-roving-focus@1.1.14v1.4.1@radix-ui/react-primitive@2.1.6,@radix-ui/react-roving-focus@1.1.13v1.4.0RadioGroupItemProvider,RadioGroupItemTriggerandRadioGroupItemBubbleInputparts. These expose the previously internal composition of a radio item (context provider, the interactive control, and the hidden form input) so consumers can directly access and recompose them. TheRadioGroupItemcomponent continues to render them by default.@radix-ui/react-presence@1.1.6,@radix-ui/react-direction@1.1.2,@radix-ui/primitive@1.1.4,@radix-ui/react-compose-refs@1.1.3,@radix-ui/react-context@1.1.4,@radix-ui/react-primitive@2.1.5,@radix-ui/react-roving-focus@1.1.12,@radix-ui/react-use-controllable-state@1.2.3,@radix-ui/react-use-previous@1.1.2,@radix-ui/react-use-size@1.1.2tailwindlabs/tailwindcss (@tailwindcss/postcss)
v4.3.2Compare Source
Fixed
auto-rows-*andauto-cols-*utilities (e.g.auto-rows-12andauto-cols-16) (#20229)@tailwindcss/cliin--watchmode from crashing on Windows when@sourcepoints to a directory that doesn't exist (#20242)@tailwindcss/vitefrom crashing in Deno v2.8.x whencontext.parentURLis not a valid URL (#20245)@tailwindcss/cliin--watchmode rebuilds when the input CSS file changes in an ignored directory (#20246)@variantrules used inaddBase(…)to use custom variants defined later (#20247)@tailwindcss/vitefrom crashing during HMR when scanned files or directories are deleted (#20259)font-sizeinstead ofcolordeclarations fortext-[--spacing(…)](#20260)@sourcepatterns from scanning unrelated sibling files and folders (#20263)%]…[%in.tt,.tt2, and.txfiles (#20269)p.text-black[condition](#20269)@position-tryrules from triggering unknown at-rule warnings when optimizing CSS (#20277)--opacitytheme values (#20287)@tailwindcss/postcsswhen used with newer PostCSS patch releases (#20289)v4.3.1Compare Source
Added
--silentoption to suppress output in@tailwindcss/cli(#20100)Fixed
Module#registerHooksinstead ofModule#registeron Node 26+ (#20028)@applyto be used with CSS mixins (#19427)not-*correctly negates@containerqueries, includingstyle(…)queries (#20059)drop-shadow-*color utilities work with custom shadow values containingcalc(…)(#20080)@tailwindcss/vite(#20103)@tailwindcss/webpackcan be installed in Rspack projects without requiringwebpackas a peer dependency (#20027)calc(…)expressions (e.g.px-[calc(1rem+0px)]→px-[calc(1rem+0)]) (#20127)left-[99999px]→left-[99999px], notleft-24999.75) (#20130)@tailwindcss/cliin--watchmode recovers when a tracked dependency is deleted and restored (#20137)@tailwindcss/clibinaries are ignored when scanning for class candidates (#20139)addClass(…)andremoveClass(…)calls (#20198)@variantto be used insideaddBase(#19480)@sourceglobs with symlinks are preserved (#20203)@sourcerules can re-include files excluded by earlier@source notrules (#20203)@utilityrules (#20205)inset-shadow-noneand other inset shadows work correctly (#20208)@sourcedirectories are scanned even when ignored by git (#20214)@sourceglobs ending in**/*preserve dynamic path segments to avoid scanning too many files (#20217)calc(…)divisions when the result would require high precision (e.g.w-[calc(100%/3.5)]→w-[calc(100%/3.5)], notw-[28.571428571428573%]) (#20221)@tailwindcss/postcss(#20228)Changed
0instead ofcalc(var(--spacing) * 0)for spacing utilities likem-0andleft-0(#20196)var(--spacing)instead ofcalc(var(--spacing) * 1)for spacing utilities likem-1andleft-1(#20196)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)vercel/turborepo (eslint-config-turbo)
v2.10.5: Turborepo v2.10.5Compare Source
What's Changed
Changelog
Toolchainoutput availability by @anthonyshew in #13360New Contributors
Full Changelog: vercel/turborepo@v2.10.4...v2.10.5
v2.10.4: Turborepo v2.10.4Compare Source
What's Changed
Changelog
turbo queryby @anthonyshew in #13264Full Changelog: vercel/turborepo@v2.10.3...v2.10.4
v2.10.3: Turborepo v2.10.3Compare Source
What's Changed
Changelog
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.