An open index of dependabot pull requests across open source projects.

Build(deps): Bump the npm-dependencies group across 1 directory with 26 updates

Open
Number: #87
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: August 01, 2025 at 09:15 AM UTC
(about 1 month ago)
Updated: August 14, 2025 at 09:11 AM UTC
(27 days ago)
Labels:
dependencies javascript
Description:

Bumps the npm-dependencies group with 26 updates in the / directory:

Package From To
@hookform/resolvers 5.1.1 5.2.1
@octokit/core 7.0.2 7.0.3
framer-motion 12.19.2 12.23.12
lucide-react 0.525.0 0.535.0
marked 16.0.0 16.1.1
react 19.1.0 19.1.1
@types/react 19.1.8 19.1.9
react-day-picker 9.7.0 9.8.1
react-dom 19.1.0 19.1.1
@types/react-dom 19.1.6 19.1.7
react-hook-form 7.59.0 7.61.1
react-resizable-panels 3.0.3 3.0.4
recharts 3.0.2 3.1.0
sonner 2.0.5 2.0.6
three 0.177.0 0.179.0
tw-animate-css 1.3.4 1.3.6
zod 3.25.67 4.0.14
@eslint/js 9.30.0 9.32.0
@testing-library/jest-dom 6.6.3 6.6.4
@vitejs/plugin-react 4.6.0 4.7.0
@vitejs/plugin-react-swc 3.10.2 3.11.0
eslint 9.30.0 9.32.0
globals 16.2.0 16.3.0
typescript 5.8.3 5.9.2
typescript-eslint 8.35.0 8.38.0
vite 7.0.0 7.0.6

Updates @hookform/resolvers from 5.1.1 to 5.2.1

Release notes

Sourced from @​hookform/resolvers's releases.

v5.2.1

5.2.1 (2025-07-29)

Bug Fixes

v5.2.0

5.2.0 (2025-07-25)

Features

  • ajv: add ajv-formats for ajvResolver (#797) (f040039)
Commits

Updates @octokit/core from 7.0.2 to 7.0.3

Release notes

Sourced from @​octokit/core's releases.

v7.0.3

7.0.3 (2025-07-10)

Bug Fixes

  • add createLogger to ensure that pino does not break (#744) (0896c50)
Commits

Updates framer-motion from 12.19.2 to 12.23.12

Changelog

Sourced from framer-motion's changelog.

[12.23.12] 2025-07-29

Added

  • Exporting internal APIs for use in view animations.

[12.23.11] 2025-07-28

Added

  • Children of variants with delayChildren: stagger() will now be staggered correctly alongside their newly-entering siblings.

[12.23.10] 2025-07-28

Fixed

  • Fixed shared layout animation in situations where no motion components have re-rendered between shared element switching.

[12.23.9] 2025-07-24

Changed

  • Removing redundant renderRequest MotionValue lifecycle.

[12.23.8] 2025-07-24

Fixed

  • Ensuring that when an animation is skipped via duration = 0 that we also set type = "keyframes" so that duration takes effect.

[12.23.7] 2025-07-23

Fixed

  • springValue cleanup.
  • Removed additional removeNode from AnimatePresence when using popLayout.

[12.23.6] 2025-07-11

Changed

  • Added explainer for reduced motion warning.
  • Refactored motion component creation to remove indirection.

[12.23.5] 2025-07-11

Fixed

  • Fix animation timings within dynamically-generated popups.

... (truncated)

Commits

Updates lucide-react from 0.525.0 to 0.535.0

Release notes

Sourced from lucide-react's releases.

Version 0.535.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.534.0...0.535.0

Version 0.534.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.533.0...0.534.0

Version 0.533.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.532.0...0.533.0

Version 0.532.0

What's Changed

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.531.0...0.532.0

... (truncated)

Commits

Updates marked from 16.0.0 to 16.1.1

Release notes

Sourced from marked's releases.

v16.1.1

16.1.1 (2025-07-18)

Bug Fixes

  • fix stong and em tokens in angle brackets (#3731) (ad8535c)

v16.1.0

16.1.0 (2025-07-17)

Features

  • add generic types for parser and renderer output (#3722) (39a0ee3)
Commits
  • 9ba9c02 chore(release): 16.1.1 [skip ci]
  • ad8535c fix: fix stong and em tokens in angle brackets (#3731)
  • eb3ad1a chore(release): 16.1.0 [skip ci]
  • 39a0ee3 feat: add generic types for parser and renderer output (#3722)
  • 1d687e0 docs: add marked-html-renderer to known extensions (#3724)
  • d816635 chore(deps-dev): Bump semantic-release from 24.2.6 to 24.2.7 (#3725)
  • 052f9ed chore(deps-dev): Bump esbuild from 0.25.5 to 0.25.6 (#3726)
  • 7fc8692 chore(deps-dev): Bump eslint from 9.30.1 to 9.31.0 (#3727)
  • 56642d9 chore(deps-dev): Bump eslint from 9.30.0 to 9.30.1 (#3723)
  • dbf29d9 chore(deps-dev): Bump semantic-release from 24.2.5 to 24.2.6 (#3721)
  • Additional commits viewable in compare view

Updates react from 19.1.0 to 19.1.1

Release notes

Sourced from react's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react from 19.1.8 to 19.1.9

Commits

Updates react-day-picker from 9.7.0 to 9.8.1

Release notes

Sourced from react-day-picker's releases.

v9.8.1

Improved captionLayout documentation and build process.

What's Changed

New Contributors

Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.8.0...v9.8.1

v9.8.0

DayPicker 9.8 includes better keyboard navigation and resolves edge cases with month and year rendering.

What's Changed

New Contributors

Full Changelog: https://github.com/gpbl/react-day-picker/compare/v9.7.0...v9.8.0

Commits
  • bd55df2 Bump v9.8.1
  • 3782986 build: upgrade dev dependencies (#2800)
  • f74c619 build: avoid locking dependencies (#2789)
  • 3da2e91 refactor(website): correct minor spelling error (#2790)
  • 7e70c4d docs: Improve documentation for captionLayout prop (#2788)
  • 14940f1 docs: fix captionLayout props doc (#2787)
  • 6619244 build: bump v9.8.0
  • f1023dd fix: initial month when numberOfMonths and endMonth are set (#2784)
  • 46ff759 fix: setting defaultMonth the next year when using the dropdown mode does not...
  • e4d66a0 feat(accessibility): Shift+Arrows to navigate months/years (#2770)
  • Additional commits viewable in compare view

Updates react-dom from 19.1.0 to 19.1.1

Release notes

Sourced from react-dom's releases.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Changelog

Sourced from react-dom's changelog.

19.1.1 (July 28, 2025)

React

  • Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @​hoxyq)
Commits

Updates @types/react-dom from 19.1.6 to 19.1.7

Commits

Updates react-hook-form from 7.59.0 to 7.61.1

Release notes

Sourced from react-hook-form's releases.

Version 7.61.1

Revert "⌨️ fix: watch return type based on defaultValue (#12896)"

Version 7.61.0

🧮 feat: compute prop for useWatch subscription (#12503)

  • subscribe to the entire form but only return updated value with certain condition
type FormValue = {
  test: string;
}

const watchedValue = useWatch({
control: methods.control,
compute: (data: FormValue) => {
if (data.test?.length) {
return data.test;
}

return '';

},
});

  • subscribe to a specific form value state
type FormValue = {
  test: string;
}

const watchedValue = useWatch({
control: methods.control,
name: 'test',
compute: (data: string) => {
return data.length > 3 ? data : '';
},
});

👨‍🔧 trigger watch callbacks in response to value changes only (#12945) 🙏 track name with setValue subscription callbacks (#12946) ⌨️ fix: watch return type based on defaultValue (#12896) 🐞 fix #12959 subscribe with latest defaultValues #12961 🐞 fix: handle explicit "multipart/form-data" encType in Form Component (#12948) 🐞 fix(build): Remove React wildcard import to resolve ESM build issues (#12942) 🦭 chore: improve exclude patterns (#12935) 🐿️ chore: remove unused omit function (#12958)

Big thanks to @​joshkel for helping with some of the subscription bugs! and also @​kamja44, @​mrazauskas, @​codepunkt, @​afontcu and @​rururux

... (truncated)

Commits
  • 13465d9 7.61.1
  • 4a7f371 Revert "⌨️ fix: watch return type based on defaultValue (#12896)"
  • 343ac03 7.61.0
  • 3f4d24c 🐞 fix #12959 subscribe with latest defaultValues #12961
  • e295dc7 🐿️ chore: remove unused omit function (#12958)
  • 7372556 🧪 test: add unit tests for unsetEmptyArray, isWeb, and getValidationModes (#1...
  • 6de4297 👨‍🔧 trigger watch callbacks in response to value changes only (#12945)
  • ce7e216 🙏 track name with setValue subscription callbacks (#12946)
  • 7ddbed4 🐞 fix: handle explicit "multipart/form-data" encType in Form Component (#12948)
  • 82b742a 🐞 fix(build): Remove React wildcard import to resolve ESM build issues (#12942)
  • Additional commits viewable in compare view

Updates react-resizable-panels from 3.0.3 to 3.0.4

Commits

Updates recharts from 3.0.2 to 3.1.0

Release notes

Sourced from recharts's releases.

v3.1.0

What's Changed

Bug fixes (old and new) and a few new hooks post 3.0 launch!

Feat

More hooks!

Fix

Docs

Chore

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v3.0.2...v3.1.0

Commits
  • de18308 3.1.0
  • 0241bff chore(deps-dev): bump the typescript-eslint group with 2 updates (#6077)
  • 1a6fad5 Fix active tooltip and dots when there are multiple graphical items each with...
  • 2ce5fdc Fix tickCount and allowDecimals if axis domain does not include the keyword '...
  • c3818b7 Add overflow: visible zero-size wrapper so that ResponsiveContainer can shrin...
  • 50e334c Add new hook: useActiveTooltipDataPoints (#6067)
  • e6dabde Add hook inspector documentation, put in all stories (#6059)
  • 4918569 Import useOffset and usePlotArea internally, make stable, fix negative width ...
  • 45270b7 Add useOffset and usePlotArea hooks (#6057)
  • c22323c Remove role=application from recharts wrapper (#6060)
  • Additional commits viewable in compare view

Updates sonner from 2.0.5 to 2.0.6

Release notes

Sourced from sonner's releases.

v2.0.6

What's Changed

New Contributors

Full Changelog: https://github.com/emilkowalski/sonner/compare/v2.0.5...v2.0.6

Commits

Updates three from 0.177.0 to 0.179.0

Commits

Updates tw-animate-css from 1.3.4 to 1.3.6

Release notes

Sourced from tw-animate-css's releases.

v1.3.6

Changelog

  • 58f3396: fix: allow changing animation parameters for ready-to-use animations
  • 8313476: chore: update dependencies nd package manager version
  • f81346c: chore: bump version to 1.3.6

Issues fixed

  • #47: feat: allow developers to change the transition timing function for --animate-accordion/collapsible-* (thanks for your help, @​mikeploythai)

v1.3.5

Changelog

  • b8cc09c: fix: update slide translate calculations to use correct sign for ratio values
  • 69fbfcd: chore: bump version to 1.3.5 and update dependencies

Issues fixed

  • #44 incorrect calculation in slide-in-from-left when using a ratio (thanks for reporting, @​alec-liminary)
Commits
  • f81346c chore: bump version to 1.3.6
  • 8313476 chore: update dependencies nd package manager version
  • 58f3396 fix: allow changing animation parameters for ready-to-use animations
  • 69fbfcd chore: bump version to 1.3.5 and update dependencies
  • b8cc09c fix: update slide translate calculations to use correct sign for ratio values
  • See full diff in compare view

Updates zod from 3.25.67 to 4.0.14

Release notes

Sourced from zod's releases.

v4.0.14

Commits:

  • 99391a844271558e0f1736c9550375e82e630bbd Docs: Fix typo (#5005)
  • e25303e98c8d13ea96c3296507c564011f403ffe Docs: fix typo (#5008)
  • dbb05ef990c86ec6b1f6eac11b91ec7572e29c89 Add JSON Schema draft-04 output (#4811)
  • b8257d7d1f51dd3cb4033a58271bb6ac8e3678c7 Improve tuple recursive inference.
  • 9bdbc2f10d466050421a8e28c4b95a8a5776d150 Avoid infinite loops in defineLazy. Fixes #4994.
  • af96ad4700879b0d6e390a0c65ded4e700049cb9 4.0.14

v4.0.13

Commits:

  • 362eb33093e9c5f306eeec95e36985a99aba8fc7 Fix optional + pipe handling. Closes #5002. v4.0.13

v4.0.12

Commits:

  • ff83fc916ec2b35c0008a48782fa14f84293149d Add eslint-plugin-import-zod (#4848)
  • 7c9ce388ae39b2324c5ad05420ecf4732ebca6fe Update docs for z.property check (#4863)
  • c432577ad1a7201631ae0a4d80e945fc4937bcc9 docs: add jwt schema docs (#4867)
  • 35e6a6f6d64d7d5ba58c4cb8c80105759b977c9b Add llms.txt (#4915)
  • 3ac7bf00d0d924d1afa1031b798bdd72b59117db Clean up Edit this Page
  • 60a9372414955094b84aae2f30b491a039780b7c Implement llms-full.txt (#5004)
  • 73a1970e7fd0cdcb2ffac3f6f7db85da849ee3d8 4.0.12

v4.0.11

Commits:

  • 8e6a5f8e48837fb403deb4025935e97a758ad6ca Fix “Edit on Github” link (#4997)
  • 930a2f68d799889df4c1f662dfe61934db84fdd1 Fix number of errors in doc (#4993)
  • c762dbb4fdb249cfddccdd69812da3f4b659df67 feat(locale): Add Yoruba (yo) locale (#4996)
  • 9a34a3a60d92c44f695b08e4c665209aa7160e24 Zod 4.0.11 (#4981)

v4.0.10

Commits:

  • 291c1ca9864570e68a6c104d869de467f665da86 Add should-build script
  • e32d99b54fff920c4b0b451e9099b472d20a3c4b Move should-build script
  • d4faf71b8cc156a49bae23fc09c4d54b88f22bd5 Add v3 docs (#4972)
  • dfae37195bed15dce84af0b17ef04cdc3704ef5e Update Jazz img on v3 docs
  • d6cd30d3898aaf592c6077464c1a45fd0f6f66d3 fix #4973 (#4974)
  • 18504960cdce29529e37415b87fed1732facf1ef Fix typo in valype (#4960)
  • 4ec2f8776193642d91814521d8a4c22bbb766cb1 Add Zod Playground to zod 4 ecosystem (#4975)
  • 2b571a21875e9e3299de261e512dad300878c3a1 Update docs z.enum with object literal example (#4967)
  • 813451db7fcf64c5322835984eded9bfe95be1da v4.0.10 (#4978)

v4.0.9

Commits:

... (truncated)

Commits

Updates @eslint/js from 9.30.0 to 9.32.0

Release notes

Sourced from @​eslint/js's releases.

v9.32.0

Features

  • 1245000 feat: support explicit resource management in core rules (#19828) (fnx)
  • 0e957a7 feat: support typescript types in accessor rules (#19882) (fnx)

Bug Fixes

  • 960fd40 fix: Upgrade @​eslint/js (#19971) (Nicholas C. Zakas)
  • bbf23fa fix: Refactor reporting into FileReport (#19877) (Nicholas C. Zakas)
  • d498887 fix: bump @​eslint/plugin-kit to 0.3.4 to resolve vulnerability (#19965) (Milos Djermanovic)
  • f46fc6c fix: report only global references in no-implied-eval (#19932) (Nitin Kumar)
  • 7863d26 fix: remove outdated types in ParserOptions.ecmaFeatures (#19944) (ntnyq)
  • 3173305 fix: update execScript message in no-implied-eval rule (#19937) (TKDev7)

Documentation

  • 86e7426 docs: Update README (GitHub Actions Bot)

Chores

  • 50de1ce chore: package.json update for @​eslint/js release (Jenkins)
  • 74f01a3 ci: unpin jiti to version ^2.5.1 (#19970) (루밀LuMir)
  • 2ab1381 ci: pin jiti to version 2.4.2 (#19964) (Francesco Trotta)
  • b7f7545 test: switch to flat config mode in SourceCode tests (#19953) (Milos Djermanovic)
  • f5a35e3 test: switch to flat config mode in eslint-fuzzer (#19960) (Milos Djermanovic)
  • e22af8c refactor: use CustomRuleDefinitionType in JSRuleDefinition (#19949) (Francesco Trotta)
  • e855717 chore: switch performance tests to hyperfine (#19919) (Francesco Trotta)
  • 2f73a23 test: switch to flat config mode in ast-utils tests (#19948) (Milos Djermanovic)
  • c565a53 chore: exclude further_reading_links.json from Prettier formatting (#19943) (Milos Djermanovic)

v9.31.0

Features

  • 35cf44c feat: output full actual location in rule tester if different (#19904) (ST-DDT)
  • a6a6325 feat: support explicit resource management in no-loop-func (#19895) (Milos Djermanovic)
  • 4682cdc feat: support explicit resource management in no-undef-init (#19894) (Milos Djermanovic)
  • 5848216 feat: support explicit resource management in init-declarations (#19893) (Milos Djermanovic)
  • bb370b8 feat: support explicit resource management in no-const-assign (#19892) (Milos Djermanovic)

Bug Fixes

  • 07fac6c fix: retry on EMFILE when writing autofix results (#19926) (TKDev7)
  • 28cc7ab fix: Remove incorrect RuleContext types (#19910) (Nicholas C. Zakas)

Documentation

  • 664cb44 docs: Update README (GitHub Actions Bot)
  • 40dbe2a docs: fix mismatch between globalIgnores() code and text (#19914) (MaoShizhong)
  • 5a0069d docs: Update README (GitHub Actions Bot)
  • fef04b5 docs: Update working on issues info (#19902) (Nicholas C. Zakas)

Chores

  • 3ddd454 chore: upgrade to @eslint/js@9.31.0 (#19935) (Francesco Trotta)
  • d5054e5 chore: package.json update for @​eslint/js release (Jenkins)
  • 0f4a378 chore: update eslint (#19933) (renovate[bot])
  • 76c2340 chore: bump mocha to v11 (#19917) (루밀LuMir)

... (truncated)

Changelog

Sourced from @​eslint/js's changelog.

v9.32.0 - July 25, 2025

Package Dependencies
Ecosystem:
npm
Version Change:
4.6.0 → 4.7.0
Update Type:
Minor
Package:
globals
Ecosystem:
npm
Version Change:
16.2.0 → 16.3.0
Update Type:
Minor
Package:
zod
Ecosystem:
npm
Version Change:
3.25.67 → 4.0.14
Update Type:
Major
Ecosystem:
npm
Version Change:
0.525.0 → 0.535.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.30.0 → 9.32.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
19.1.8 → 19.1.9
Update Type:
Patch
Package:
vite
Ecosystem:
npm
Version Change:
7.0.0 → 7.0.6
Update Type:
Patch
Package:
react-dom
Ecosystem:
npm
Version Change:
19.1.0 → 19.1.1
Update Type:
Patch
Ecosystem:
npm
Version Change:
19.1.6 → 19.1.7
Update Type:
Patch
Package:
typescript
Ecosystem:
npm
Version Change:
5.8.3 → 5.9.2
Update Type:
Minor
Ecosystem:
npm
Version Change:
12.19.2 → 12.23.12
Update Type:
Minor
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.30.0 → 9.32.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
8.35.0 → 8.38.0
Update Type:
Minor
Package:
marked
Ecosystem:
npm
Version Change:
16.0.0 → 16.1.1
Update Type:
Minor
Package:
react
Ecosystem:
npm
Version Change:
19.1.0 → 19.1.1
Update Type:
Patch
Package:
sonner
Ecosystem:
npm
Version Change:
2.0.5 → 2.0.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
7.59.0 → 7.61.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
3.10.2 → 3.11.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
5.1.1 → 5.2.1
Update Type:
Minor
Ecosystem:
npm
Version Change:
6.6.3 → 6.6.4
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.3.4 → 1.3.6
Update Type:
Patch
Ecosystem:
npm
Version Change:
3.0.3 → 3.0.4
Update Type:
Patch
Package:
recharts
Ecosystem:
npm
Version Change:
3.0.2 → 3.1.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
9.7.0 → 9.8.1
Update Type:
Minor
Package:
three
Ecosystem:
npm
Version Change:
0.177.0 → 0.179.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.0.2 → 7.0.3
Update Type:
Patch
Technical Details
ID: 5127439
UUID: 3283178052
Node ID: PR_kwDOO9FlBs6hrkfw
Host: GitHub
Repository: xebia/github-copilot-premium-reqs-usage