chore(deps)(deps): bump the npm-low-risk-minor group with 7 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 3
(13 days ago)
(13 days ago)
(13 days ago)
dependencies
Bumps the npm-low-risk-minor group with 7 updates:
| Package | From | To |
|---|---|---|
| @radix-ui/react-select | 2.2.6 |
2.3.3 |
| date-fns | 4.1.0 |
4.4.0 |
| lucide-react | 0.563.0 |
0.577.0 |
| tailwind-merge | 3.4.0 |
3.6.0 |
| ajv | 8.18.0 |
8.20.0 |
| dotenv | 17.2.3 |
17.4.2 |
| prettier | 3.8.1 |
3.9.4 |
Updates @radix-ui/react-select from 2.2.6 to 2.3.3
Changelog
Sourced from @radix-ui/react-select's changelog.
2.3.3
- Fixed a bug in form control components to ensure their values are updated when their associated form's is reset. This affects
RadioGroup,Slider,Select, andSwitch.- Fixed menu items, tab triggers, toolbar links, and select items intercepting
Space/Enterkeys that originate from focusable descendants.- Updated dependencies:
@radix-ui/react-dismissable-layer@1.1.15,@radix-ui/primitive@1.1.5,@radix-ui/react-context@1.2.0,@radix-ui/react-focus-scope@1.1.12,@radix-ui/react-presence@1.1.7,@radix-ui/react-collection@1.1.12,@radix-ui/react-popper@1.3.32.3.2
- Fixed infinite re-render loop in React 19 caused by unstable composed ref callback references.
Other updates
- Updated dependencies:
@radix-ui/react-primitive@2.1.7,@radix-ui/react-dismissable-layer@1.1.14,@radix-ui/react-focus-scope@1.1.11,@radix-ui/react-popper@1.3.2,@radix-ui/react-collection@1.1.11,@radix-ui/react-portal@1.1.13,@radix-ui/react-visually-hidden@1.2.72.3.1
- Allowed a
Select.Itemwith an empty string value to act as a "clear" option. Selecting it resets the selection back to the placeholder, restoring the native<select>behavior for optional selects.- Fixed a bug where typeahead search resulted in focusing an element that no longer exists.
- Updated dependencies:
@radix-ui/react-slot@1.3.0,@radix-ui/react-popper@1.3.1,@radix-ui/react-dismissable-layer@1.1.13,@radix-ui/react-primitive@2.1.6,@radix-ui/react-collection@1.1.10,@radix-ui/react-focus-scope@1.1.10,@radix-ui/react-portal@1.1.12,@radix-ui/react-visually-hidden@1.2.62.3.0
- Added unstable
ProviderandBubbleInputparts to Select.Select.unstable_Providersets up Select's context and state without implicitly rendering the hidden nativeselect, andSelect.unstable_BubbleInputexposes that previously internal nativeselectso consumers can recompose it explicitly.Selectcontinues to render both by default.- Added support for presence-based exit animations in Select
- Fixed Select hidden input so it submits empty string when no value is selected
- Fixed placeholder rendering when a controlled Select is reset to an empty value
- Added missing
__selectScopeprop toPopperContentcomponent- Fixed
Selectclosing unexpectedly after touch-scrolling its content when rendered inside an open shadow DOM- Fixed a bug where iOS text selection and editing on HTML inputs within
react-dialogwere broken- Fixed triggers referencing a non-existent element via
aria-controlswhen their content is removed from the DOM (credit to@dodomorandifor the original PR)- Fixed
SelectValuelogging invalid prop errors when used with bothasChildand a placeholder- Added repository.directory to all package.json files
- Updated dependencies:
@radix-ui/react-presence@1.1.6,@radix-ui/react-popper@1.3.0,@radix-ui/react-slot@1.2.5,@radix-ui/react-focus-guards@1.1.4,@radix-ui/react-dismissable-layer@1.1.12,@radix-ui/react-collection@1.1.9,@radix-ui/react-direction@1.1.2,@radix-ui/number@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-focus-scope@1.1.9,@radix-ui/react-id@1.1.2,@radix-ui/react-portal@1.1.11,@radix-ui/react-primitive@2.1.5,@radix-ui/react-use-callback-ref@1.1.2,@radix-ui/react-use-controllable-state@1.2.3,@radix-ui/react-use-layout-effect@1.1.2,@radix-ui/react-use-previous@1.1.2,@radix-ui/react-visually-hidden@1.2.5
Commits
- See full diff in compare view
Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for @radix-ui/react-select since your current version.
Updates date-fns from 4.1.0 to 4.4.0
Release notes
Sourced from date-fns's releases.
v4.4.0
This release revisits the approach to CDN usage and introduces a new package,
@date-fns/cdnand deprecates thedate-fnsCDN scripts. It allowed reducing the zipped package size from5.83 MBdown to3.96 MBwithout introducing any breaking changes.In
v5.0.0-alpha.0where CDN scripts are completely removed fromdate-fnsthe change is more significant and brings the zipped package size down to2.89 MB.It is just the first step in optimizing the package size. Expect further size reduction in the future v4 and v5 versions.
Changed
DEPRECATED: The
date-fnsCDN scripts are now deprecated and will be removed in the next major release. Please switch to the new@date-fns/cdnpackage for CDN usage.Removed CDN source maps to reduce the package size. If you rely on them, please switch to the new
@date-fns/cdnpackage that still includes them.v4.3.0
Kudos to
@ImRodryand@puneetdixit200for their contributions.Fixed
Fixed missing modularized optimization fallback (for Next.js and others). See #4193.
Fixed
ptlocale first day of week to be Sunday. See #4195 by@ImRodry.Fixed
zh-CN,zh-HK, andzh-TWlocale month parsing for October, November, and December. See #4194 by@puneetdixit200.v4.2.1
Fixed
- Fixed type definitions missing in v4.2.0 due to TypeScript misconfiguration.
v4.2.0
This is a minor release in all senses, it only includes documentation updates (first of many) that points to the new You Don't Need date-fns* page.
* Not really
Changed
- Added Temporal API references to the JSDoc annotations of
add,addBusinessDays, andaddDays.
Commits
cd53d25Promote to v4.4.0d948ec1Preserve but deprecate CDN versions for v4, set up v5 with polyfillsee65753Add rootmise :formattask9f5bdf5Add positional argument totest/smoke.shscript651ead6Split CDN bundles into separate@date-fns/cdnpackage224c1a2Deprecate type tests as attw hangs on date-fns package7bb2842SwitchPACKAGE_OUTPUT_PATHto--distflag in the package build scriptb6ad5acAdd flags to control package build script424a783Fix docs release after moving to monorepo setupf95bcf1(docs): Add missingtsxdependency- Additional commits viewable in compare view
Updates lucide-react from 0.563.0 to 0.577.0
Release notes
Sourced from lucide-react's releases.
Version 0.577.0
What's Changed
- chore(deps): bump rollup from 4.53.3 to 4.59.0 by
@dependabot[bot] in lucide-icons/lucide#4106- fix(repo): correctly ignore docs/releaseMetadata via .gitignore by
@bhavberiin lucide-icons/lucide#4100- feat(icons): added
ellipseicon by@KISHORE-KUMAR-Sin lucide-icons/lucide#3749New Contributors
@bhavberimade their first contribution in lucide-icons/lucide#4100@KISHORE-KUMAR-Smade their first contribution in lucide-icons/lucide#3749Full Changelog: https://github.com/lucide-icons/lucide/compare/0.576.0...0.577.0
Version 0.576.0
What's Changed
- Added zodiac signs by
@karsa-mistmerein lucide-icons/lucide#712- fix(icons): fixes guideline violations in
package-*icons. by@karsa-mistmerein lucide-icons/lucide#4074- fix(icons): changed
receipticon by@karsa-mistmerein lucide-icons/lucide#4075- fix(icons): updated
cuboidicon tags and categories by@karsa-mistmerein lucide-icons/lucide#4095- fix(icons): changed
cuboidicon by@jamiemlawin lucide-icons/lucide#4098- fix(lucide-font, lucide-static): Fixing stable code points by
@ericfennisin lucide-icons/lucide#3894- feat(icons): added
fishing-rodicon by@7enderin lucide-icons/lucide#3839Full Changelog: https://github.com/lucide-icons/lucide/compare/0.575.0...0.576.0
Version 0.575.0
What's Changed
- feat(icons): added
message-square-checkicon by@karsa-mistmerein lucide-icons/lucide#4076- fix(lucide): Fix ESM Module output path in build by
@ericfennisin lucide-icons/lucide#4084- feat(icons): added
metronomeicon by@edwloefin lucide-icons/lucide#4063- fix(icons): remove execution permission of SVG files by
@duckafirein lucide-icons/lucide#4053- fix(icons): changed
file-pen-lineicon by@jguddasin lucide-icons/lucide#3970- feat(icons): added
square-arrow-right-exitandsquare-arrow-right-entericons by@EthanHazelin lucide-icons/lucide#3958- fix(icons): renamed
flip-*tosquare-centerline-dashed-*by@jguddasin lucide-icons/lucide#3945New Contributors
@edwloefmade their first contribution in lucide-icons/lucide#4063@duckafiremade their first contribution in lucide-icons/lucide#4053Full Changelog: https://github.com/lucide-icons/lucide/compare/0.573.0...0.575.0
Version 0.574.0
What's Changed
- fix(icons): changed
rocking-chairicon by@jamiemlawin lucide-icons/lucide#3445- fix(icons): flipped
coinsicon by@jguddasin lucide-icons/lucide#3158- feat(icons): added
x-line-topicon by@jguddasin lucide-icons/lucide#2838- feat(icons): added
mouse-lefticon by@marvfashin lucide-icons/lucide#2788- feat(icons): added
mouse-righticon by@marvfashin lucide-icons/lucide#2787New Contributors
... (truncated)
Commits
f6c0d06chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)- See full diff in compare view
Updates tailwind-merge from 3.4.0 to 3.6.0
Release notes
Sourced from tailwind-merge's releases.
v3.6.0
New Features
- Add support for Tailwind CSS v4.3 by
@dcastilin dcastil/tailwind-merge#677
- Add
postfixLookupClassGroupsoption to config to support Tailwind utilities where a slash is part of the full class name, like named container queries- Add support for readonly array values by
@unionalin dcastil/tailwind-merge#652Documentation
- Fix broken links in README by
@maurer2in dcastil/tailwind-merge#662Other
- Harden internal CI pipeline security by omitting git checkout by
@dcastil, suggested by@kyletayloredin https://github.com/dcastil/tailwind-merge/commit/6b2499c10cf52bed42426d30b4219e90374b30d6Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.5.0...v3.6.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraph,@mike-healyand more via@thnxdevfor sponsoring tailwind-merge! ❤️v3.5.0
New Features
- Add support for Tailwind CSS v4.2 by
@dcastilin dcastil/tailwind-merge#651Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.4.1...v3.5.0
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraphand more via@thnxdevfor sponsoring tailwind-merge! ❤️v3.4.1
Bug Fixes
- Prevent arbitrary font-family and font-weight from merging by
@roneymoonin dcastil/tailwind-merge#635Full Changelog: https://github.com/dcastil/tailwind-merge/compare/v3.4.0...v3.4.1
Thanks to
@brandonmcconnell,@manavm1990,@langy,@roboflow,@syntaxfm,@getsentry,@codecov, a private sponsor,@block,@openclaw,@sourcegraphand more via@thnxdevfor sponsoring tailwind-merge! ❤️
Commits
d54f7e5v3.6.0638871aUpdate README to add info about Tailwind CSS v4.3 support39fc7b5Revert "v3.6.0"bd8390fv3.6.0802877cadd v3.6.0 changeloga35fedaMerge pull request #665 from dcastil/renovate/rollup-plugin-babel-7.x940389cMerge pull request #667 from dcastil/renovate/release-drafter-release-drafter...005af6dpin to specific version5816cedimplement breaking changes17041e1Merge pull request #676 from dcastil/dependabot/npm_and_yarn/babel/plugin-tra...- Additional commits viewable in compare view
Updates ajv from 8.18.0 to 8.20.0
Release notes
Sourced from ajv's releases.
v8.20.0
What's Changed
- fix: add support for node 22/24, drop node 16/21 by
@jasoniangreenin ajv-validator/ajv#2580- fix: add ES2022.RegExp for RegExpIndicesArray by
@SignpostMarvin ajv-validator/ajv#2604Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.19.0...v8.20.0
v8.19.0
What's Changed
- fix prototype pollution via format keyword using $data ref by
@epoberezkinin ajv-validator/ajv#2607Full Changelog: https://github.com/ajv-validator/ajv/compare/v8.18.0...v8.19.0
Commits
0fba0b88.20.09caf8d6fix: add ES2022.RegExp for RegExpIndicesArray; fixes ajv-validator/ajv#2603 (...2065350fix: add support for node 22/24, drop node 16/21 (#2580)154b58d8.19.0e8d2bdctest/fix prototype pollution via $data ref with format keyword (#2607)- See full diff in compare view
Updates dotenv from 17.2.3 to 17.4.2
Changelog
Sourced from dotenv's changelog.
17.4.2 (2026-04-12)
Changed
- Improved skill files - tightened up details (#1009)
17.4.1 (2026-04-05)
Changed
- Change text
injectingtoinjected(#1005)17.4.0 (2026-04-01)
Added
- Add
skills/folder with focused agent skills:skills/dotenv/SKILL.md(core usage) andskills/dotenvx/SKILL.md(encryption, multiple environments, variable expansion) for AI coding agent discovery via the skills.sh ecosystem (npx skills add motdotla/dotenv)Changed
- Tighten up logs:
◇ injecting env (14) from .env(#1003)17.3.1 (2026-02-12)
Changed
- Fix as2 example command in README and update spanish README
17.3.0 (2026-02-12)
Added
- Add a new README section on dotenv’s approach to the agentic future.
Changed
- Rewrite README to get humans started more quickly with less noise while simultaneously making more accessible for llms and agents to go deeper into details.
17.2.4 (2026-02-05)
Changed
- Make
DotenvPopulateInputacceptNodeJS.ProcessEnvtype (#915)
- Give back to dotenv by checking out my newest project vestauth. It is auth for agents. Thank you for using my software.
Commits
f116f7017.4.23a81612fix visual order of faq13f55a8Merge branch 'skill'4bbbf73reorganize faqc3da64bMerge pull request #1009 from motdotla/skill6f743b1update sourcefc2c624update skill972315bTighten up skill2795fcereorganize faqd5495d4adjust skill- Additional commits viewable in compare view
Updates prettier from 3.8.1 to 3.9.4
Release notes
Sourced from prettier's releases.
3.9.4
- Angular: Format
@content(name)->@content (name)to align with other block syntax (#19499 by@fisker)3.9.3
- Markdown: Fix unexpected removal of characters in liquid syntax (prettier/prettier#19489 by
@seiyab)- TypeScript: Allow decorators to be used with declare on class fields (prettier/prettier#19492 by
@evoactivity)3.9.1
3.9.0
🔗 Prettier 3.9: Major parser upgrades and Formatting improvements
3.8.5
- Fix Flow variance annotation print (#19022 by
@marcoww6)3.8.4
- Markdown: Fix blank lines between list items and nested sub-lists being removed in Markdown/MDX (prettier/prettier#17746 by
@byplayer)3.8.3
- SCSS: Prevent trailing comma in
if()function (prettier/prettier#18471 by@kovsu)3.8.2
- Support Angular v21.2
Changelog
Sourced from prettier's changelog.
3.9.4
Angular: Format
@content(name)->@content (name)to align with other block syntax (#19499 by@fisker)<!-- Input --> <FancyButton [label]="title"> @content (icon) { <span>Icon!</span> } @content (description) { <span>Description text</span> } <span>Other children</span> </FancyButton><!-- Prettier 3.9.3 --> <FancyButton [label]="title">
@content(icon) { <span>Icon!</span> }@content(description) { <span>Description text</span> } <span>Other children</span> </FancyButton><!-- Prettier 3.9.4 --> <FancyButton [label]="title">
@content(icon) { <span>Icon!</span> }@content(description) { <span>Description text</span> } <span>Other children</span> </FancyButton>3.9.3
Markdown: Fix unexpected removal of characters in liquid syntax (#19489 by
@seiyab)</tr></table>
... (truncated)
Commits
b693cb2Release 3.9.42e92ac0Angular: Format@content(name)->@content (name)to align with other blo...abed2c2Bump Prettier dependency to 3.9.36cfbc00Clean changelog_unreleased3732e1dRelease 3.9.3a74a7b0Allow decorators to be used withdeclareon class fields (#19492)bd9e11aCorrect text identification in liquid syntax (#19489)269eee3Bump Prettier dependency to 3.9.1ec7ccd1Clean changelog_unreleasedc47654cRelease 3.9.1- Additional commits viewable in compare view
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
Package Dependencies
Technical Details
| ID: | 16124607 |
| UUID: | 4833294283 |
| Node ID: | PR_kwDOQfDlks7vEKMK |
| Host: | GitHub |
| Repository: | Jakeminator123/sajtmaskin |