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

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

Open
Number: #85
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: July 28, 2025 at 05:56 PM UTC
(about 1 month ago)
Updated: July 30, 2025 at 08:56 AM UTC
(about 1 month ago)
Labels:
dependencies javascript
Description:

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

Package From To
@hookform/resolvers 5.1.1 5.2.0
@octokit/core 7.0.2 7.0.3
framer-motion 12.19.2 12.23.11
lucide-react 0.525.0 0.532.0
marked 16.0.0 16.1.1
react 19.1.0 19.1.1
react-day-picker 9.7.0 9.8.1
react-dom 19.1.0 19.1.1
react-hook-form 7.59.0 7.61.1
recharts 3.0.2 3.1.0
sonner 2.0.5 2.0.6
three 0.177.0 0.178.0
tw-animate-css 1.3.4 1.3.6
zod 3.25.67 4.0.10
@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-eslint 8.35.0 8.38.0
vite 7.0.0 7.0.6

Updates @hookform/resolvers from 5.1.1 to 5.2.0

Release notes

Sourced from @​hookform/resolvers's releases.

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.11

Changelog

Sourced from framer-motion's changelog.

[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.

[12.23.4] 2025-07-10

Added

  • Checks before attempting to perform animations on null.

... (truncated)

Commits

Updates lucide-react from 0.525.0 to 0.532.0

Release notes

Sourced from lucide-react's releases.

Version 0.532.0

What's Changed

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

Version 0.531.0

What's Changed

New Contributors

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

Version 0.530.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.529.0...0.530.0

Version 0.529.0

What's Changed

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.528.0...0.529.0

Version 0.528.0

What's Changed

... (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 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 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 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.178.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.10

Release notes

Sourced from zod's releases.

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:

  • 4e7a3ef180f6a5525d9021638e9df20b3ca50456 v4.0.9 (#4970)

v4.0.8

Commits:

  • 3048d14bc7b803507302b8ee3cd1eeeffbd27396 Fix #4961

v4.0.7

Commits:

  • 7ab1b3cd2e272a74c0f7c5cde70ee23c2ef288d6 Do not continue parsing in ZodPipe if issues exists. Closes #4926.
  • 34b400a5422bc30b48395cdd44007ff4e811fb71 4.0.7

v4.0.6

Commits:

  • a3e43911abb980f1830b68a440c231ae52eacec0 Unwiden catch input type (#4870)
  • 499df780b10dfcce29afba3e811757f7eade9570 Add RFC 9562 mentions. Closes #4872
  • d0493f3dceb117972464f01cb0765262a5ffed70 Doc tweak - spread vs destructuring (#4919)
  • 8dad394b805fd18cee8e44a37dab983916e0d92c feat: Icelandic translation (#4920)
  • 2ffdae1faafcc34639a7a846a55776c2a886a644 Bulgarian (bg) translation (#4928)
  • 09731358f69bb1238f6e00e0ca82e28c095b800f docs: add valype to xToZodConverts (#4930)
  • d2573409ab02e5d0c2a644315798999d619e4c89 Remove moduleResolution callout (#4932)
  • 075970d2aeb50c840840cc44559b31b16d7b6504 docs: add coercion note to fix compile errors (#4940)
  • b9e8a60ff44aa5fffc39617eec894117132fbbac Add @hey-api/openapi-ts to Zod 3 ecosystem (#4949)
  • ad7b0ffd91da4f0466c97b7b5e6b60f376ae4f33 Add @hey-api/openapi-ts to Zod 3 ecosystem (#4942)
  • 4619109e7927019837a3a13d4ab8bba5c72989de feat(locales): add Danish translations (#4953)
  • cb84a5711b83d25c7dcf218c4c01097cf036c1f5 Point to zod-v3-to-v4 codemod in Zod 4 migration guide (#4954)
  • 28a5091092b22146a26f8a4e7c18e2943f53a86a Update api.mdx (#4955)
  • 7f3cf946ca9aa90031cb954d6f683cb09de4d894 Fix URL sup example (#4959)
  • 17e7f3b4e1c2c97b3c9487c97ac6703a16ed1cfb Add @hey-api/openapi-ts to Zod 4 ecosystem (#4950)
  • f75d85294df2ff4ccea056e8eeb7c14750fa929f fix: escapes decimal place in z.literal (#4895)
  • 7dd7484802b1351c8b81d3d523aadd876fcdf73e v4.0.6 (#4941)

... (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.10
Update Type:
Major
Ecosystem:
npm
Version Change:
0.525.0 → 0.532.0
Update Type:
Minor
Package:
eslint
Ecosystem:
npm
Version Change:
9.30.0 → 9.32.0
Update Type:
Minor
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:
12.19.2 → 12.23.11
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.0
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
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.178.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
7.0.2 → 7.0.3
Update Type:
Patch
Technical Details
ID: 4328213
UUID: 3270855597
Node ID: PR_kwDOO9FlBs6hB9o4
Host: GitHub
Repository: xebia/github-copilot-premium-reqs-usage