-
Notifications
You must be signed in to change notification settings - Fork 3
build(deps): bump the dependencies group across 1 directory with 4 updates #1771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+27
−27
Conversation
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
…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]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🪄 Deploy Preview for ready!
|
❌ 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 |
Marukome0743
approved these changes
Feb 3, 2026
Member
Marukome0743
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
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.

Bumps the dependencies group with 1 update in the / directory: @biomejs/biome.
Updates
@biomejs/biomefrom 2.3.13 to 2.3.14Release notes
Sourced from
@biomejs/biome's releases.... (truncated)
Changelog
Sourced from
@biomejs/biome's changelog.... (truncated)
Commits
3a38d5cci: release (#8888)4561751feat(linter): add rule noRedundantDefaultExport (#8931)ccaeac4feat(biome_js_analyze): implementuseGlobalThis(#8928)d876a38feat(lint): implementuseConsistentMethodSignaturesfrom `typescript-eslint...9a18daafeat(analyze/js/vue): addnoVueArrowFuncInWatch(#8602)3531687feat(lint/css): addnoDeprecatedMediaType(#8861)95f1eeafeat(lint/css): addnoHexColors(#8860)d78e01dfeat(graphql_analyze): implement useInputName (#8619)Updates
nextfrom 16.2.0-canary.24 to 16.2.0-canary.25Release notes
Sourced from next's releases.
Commits
2465b50v16.2.0-canary.256d05b83Experimental deferred entries handling (#88347)b08049c[Codemod] Fix agents-md on Windows (#89319)fe174a3TURBOPACK: support chunk_loading_global method (#88790)e6b9294Rename CACHE_ONE_YEAR for clarity and fix usage (#89450)2f2a71dUpgrade React fromb1533b03-20260203to3e00319b-20260203(#89449)e01160fUpgrade React fromed4bd540-20260202tob1533b03-20260203(#89444)ba30f2dUpgrade React fromda641178-20260129toed4bd540-20260202(#89401)0aac540Replace flight navigation build id field with header (#88855)7437fedSnippet multi package syntax (#89381)Updates
@playwright/testfrom 1.59.0-alpha-2026-02-03 to 1.59.0-alpha-1770157258000Commits
Updates
babel-plugin-react-compilerfrom 0.0.0-experimental-cf25ec0-20260202 to 0.0.0-experimental-1c45570-20260203Commits
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