Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2026

Bumps the dependencies group with 1 update in the / directory: @biomejs/biome.

Updates @biomejs/biome from 2.3.13 to 2.3.14

Release notes

Sourced from @​biomejs/biome's releases.

Biome CLI v2.3.14

2.3.14

Patch Changes

  • #8921 29e2435 Thanks @​siketyan! - Fixed #8759: The useConsistentTypeDefinitions rule no longer converts empty object type declarations into interfaces, as it will conflict with the noEmptyInterface rule and can cause an infinite loop when both rules are enabled.

  • #8928 ccaeac4 Thanks @​taga3s! - Added the nursery rule useGlobalThis. This rule enforces using globalThis over window, self and global.

  • #8602 9a18daa Thanks @​dyc3! - Added the new nursery rule noVueArrowFuncInWatch. This rule forbids using arrow functions in watchers in Vue components, because arrow functions do not give access to the component instance (via this), while regular functions do.

  • #8905 9b1eea8 Thanks @​ryan-m-walker! - Fixed #8428: Improved parsing recovery when encountering qualified rules inside CSS @page at-rule blocks.

  • #8900 f788cff Thanks @​mdevils! - Fixed #8802: useExhaustiveDependencies now correctly suggests dependencies without including callback-scoped variables or method names.

    When accessing object properties with a callback-scoped variable, only the object path is suggested:

    // Now correctly suggests `props.value` instead of `props.value[day]`
    useMemo(() => {
      return WeekdayValues.filter((day) => props.value[day]);
    }, [props.value]);

    When calling methods on objects, only the object is suggested as a dependency:

    // Now correctly suggests `props.data` instead of `props.data.forEach`
    useMemo(() => {
      props.data.forEach((item) => console.log(item));
    }, [props.data]);
  • #8913 e1e20ea Thanks @​dyc3! - Fixed #8363: HTML parser no longer crashes when encountering a < character followed by a digit in text content (e.g., <12 months). The parser now correctly emits an "Unescaped < bracket character" error instead of treating <12 as a tag name and crashing.

  • #8910 2fb63a4 Thanks @​dyc3! - Fixed #8774: Type aliases with generic parameters that have extends constraints now properly indent comments after the equals sign.

    Previously, comments after the = in type aliases with extends constraints were not indented:

    -type A<B, C extends D> = // Some comment
    -undefined;
    +type A<B, C extends D> =
    +    // Some comment
    +    undefined;
  • #8916 ea4bd04 Thanks @​ryan-m-walker! - Fixed #4013, where comments in member chains caused unnecessary line breaks.

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

2.3.14

Patch Changes

  • #8921 29e2435 Thanks @​siketyan! - Fixed #8759: The useConsistentTypeDefinitions rule no longer converts empty object type declarations into interfaces, as it will conflict with the noEmptyInterface rule and can cause an infinite loop when both rules are enabled.

  • #8928 ccaeac4 Thanks @​taga3s! - Added the nursery rule useGlobalThis. This rule enforces using globalThis over window, self and global.

  • #8602 9a18daa Thanks @​dyc3! - Added the new nursery rule noVueArrowFuncInWatch. This rule forbids using arrow functions in watchers in Vue components, because arrow functions do not give access to the component instance (via this), while regular functions do.

  • #8905 9b1eea8 Thanks @​ryan-m-walker! - Fixed #8428: Improved parsing recovery when encountering qualified rules inside CSS @page at-rule blocks.

  • #8900 f788cff Thanks @​mdevils! - Fixed #8802: useExhaustiveDependencies now correctly suggests dependencies without including callback-scoped variables or method names.

    When accessing object properties with a callback-scoped variable, only the object path is suggested:

    // Now correctly suggests `props.value` instead of `props.value[day]`
    useMemo(() => {
      return WeekdayValues.filter((day) => props.value[day]);
    }, [props.value]);

    When calling methods on objects, only the object is suggested as a dependency:

    // Now correctly suggests `props.data` instead of `props.data.forEach`
    useMemo(() => {
      props.data.forEach((item) => console.log(item));
    }, [props.data]);
  • #8913 e1e20ea Thanks @​dyc3! - Fixed #8363: HTML parser no longer crashes when encountering a < character followed by a digit in text content (e.g., <12 months). The parser now correctly emits an "Unescaped < bracket character" error instead of treating <12 as a tag name and crashing.

  • #8910 2fb63a4 Thanks @​dyc3! - Fixed #8774: Type aliases with generic parameters that have extends constraints now properly indent comments after the equals sign.

    Previously, comments after the = in type aliases with extends constraints were not indented:

    -type A<B, C extends D> = // Some comment
    -undefined;
    +type A<B, C extends D> =
    +    // Some comment
    +    undefined;
  • #8916 ea4bd04 Thanks @​ryan-m-walker! - Fixed #4013, where comments in member chains caused unnecessary line breaks.

    // Before

... (truncated)

Commits

Updates next from 16.2.0-canary.24 to 16.2.0-canary.25

Release notes

Sourced from next's releases.

v16.2.0-canary.25

Core Changes

  • Replace flight navigation build id field with header: #88855
  • Upgrade React from da641178-20260129 to ed4bd540-20260202: #89401
  • Upgrade React from ed4bd540-20260202 to b1533b03-20260203: #89444
  • Upgrade React from b1533b03-20260203 to 3e00319b-20260203: #89449
  • Rename CACHE_ONE_YEAR for clarity and fix usage: #89450
  • [Codemod] Fix agents-md on Windows: #89319
  • Experimental deferred entries handling: #88347

Misc Changes

  • Snippet multi package syntax: #89381
  • TURBOPACK: support chunk_loading_global method: #88790

Credits

Huge thanks to @​icyJoseph, @​mischnic, @​ijjk, @​fireairforce, and @​gaojude for helping!

Commits

Updates @playwright/test from 1.59.0-alpha-2026-02-03 to 1.59.0-alpha-1770157258000

Commits

Updates babel-plugin-react-compiler from 0.0.0-experimental-cf25ec0-20260202 to 0.0.0-experimental-1c45570-20260203

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

…dates

Bumps the dependencies group with 1 update in the / directory: [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome).


Updates `@biomejs/biome` from 2.3.13 to 2.3.14
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/@biomejs/[email protected]/packages/@biomejs/biome)

Updates `next` from 16.2.0-canary.24 to 16.2.0-canary.25
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v16.2.0-canary.24...v16.2.0-canary.25)

Updates `@playwright/test` from 1.59.0-alpha-2026-02-03 to 1.59.0-alpha-1770157258000
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/commits)

Updates `babel-plugin-react-compiler` from 0.0.0-experimental-cf25ec0-20260202 to 0.0.0-experimental-1c45570-20260203
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/compiler/packages/babel-plugin-react-compiler)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-version: 2.3.14
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: next
  dependency-version: 16.2.0-canary.25
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@playwright/test"
  dependency-version: 1.59.0-alpha-1770157258000
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: babel-plugin-react-compiler
  dependency-version: 0.0.0-experimental-1c45570-20260203
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2026
@dependabot dependabot bot requested a review from Marukome0743 as a code owner February 3, 2026 22:44
@dependabot dependabot bot added javascript Pull requests that update Javascript code dependencies Pull requests that update a dependency file labels Feb 3, 2026
@vercel
Copy link

vercel bot commented Feb 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
caravan-kidstec Ready Ready Preview, Comment Feb 3, 2026 10:44pm

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

🪄 Deploy Preview for ready!

Open in Codeflow
Learn more about StackBlitz Codeflow.

@github-actions
Copy link

github-actions bot commented Feb 3, 2026

❌ Test Failed

@dependabot[bot], your commit 0c62aaf failed the test.

Test Log
$ bun --filter @caravan-kidstec/web test:app
@caravan-kidstec/web test:app: bun test v1.3.9-canary.21 (eba4da23)
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: ::group::test/app/page.test.tsx:
@caravan-kidstec/web test:app: (pass) className test > article test [7.00ms]
@caravan-kidstec/web test:app: 12 |     )
@caravan-kidstec/web test:app: 13 |   })
@caravan-kidstec/web test:app: 14 | 
@caravan-kidstec/web test:app: 15 |   test("section test", () => {
@caravan-kidstec/web test:app: 16 |     const sections = document.querySelectorAll("section")
@caravan-kidstec/web test:app: 17 |     expect(sections[0]?.className).toEqual(
@caravan-kidstec/web test:app:                                         ^
@caravan-kidstec/web test:app: error: expect(received).toEqual(expected)
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: Expected: "font-bold leading-7 space-y-4 text-base text-center tracking-[.29em]"
@caravan-kidstec/web test:app: Received: undefined
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app:       at <anonymous> (/home/runner/work/caravan-kidstec/caravan-kidstec/@caravan-kidstec/web/test/app/page.test.tsx:17:36)
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: ::error file=@caravan-kidstec/web/test/app/page.test.tsx,line=17,col=36,title=error: expect(received).toEqual(expected)::Expected: "font-bold leading-7 space-y-4 text-base text-center tracking-[.29em]"%0AReceived: undefined%0A%0A      at <anonymous> (/home/runner/work/caravan-kidstec/caravan-kidstec/@caravan-kidstec/web/test/app/page.test.tsx:17:36)
@caravan-kidstec/web test:app: (fail) className test > section test [1.00ms]
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app: ::endgroup::
@caravan-kidstec/web test:app: 
@caravan-kidstec/web test:app:  1 pass
@caravan-kidstec/web test:app:  1 fail
@caravan-kidstec/web test:app:  2 expect() calls
@caravan-kidstec/web test:app: Ran 2 tests across 1 file. [482.00ms]
@caravan-kidstec/web test:app: Exited with code 1
error: script "test:app" exited with code 1

👀View in Actions

Copy link
Member

@Marukome0743 Marukome0743 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

@Marukome0743 Marukome0743 merged commit 12f86dd into main Feb 3, 2026
23 of 26 checks passed
@Marukome0743 Marukome0743 deleted the dependabot/bun/dependencies-1fca697f2d branch February 3, 2026 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants