chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates - #988
dependabot[bot] wants to merge 1 commit into
Conversation
…ith 7 updates Bumps the dev-dependencies group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.5.9` | `2.5.13` | | [turbo](https://github.com/vercel/turborepo) | `2.10.10` | `2.10.12` | | [@clerk/backend](https://github.com/clerk/javascript/tree/HEAD/packages/backend) | `3.16.7` | `3.17.2` | | [@supabase/postgrest-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/postgrest-js) | `2.112.3` | `2.116.0` | | [@supabase/supabase-js](https://github.com/supabase/supabase-js/tree/HEAD/packages/core/supabase-js) | `2.112.3` | `2.116.0` | | [fast-check](https://github.com/dubzzz/fast-check/tree/HEAD/packages/fast-check) | `4.9.0` | `4.10.0` | | [yaml](https://github.com/eemeli/yaml) | `2.9.0` | `2.9.1` | Updates `@biomejs/biome` from 2.5.9 to 2.5.13 - [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/biome@2.5.13/packages/@biomejs/biome) Updates `turbo` from 2.10.10 to 2.10.12 - [Release notes](https://github.com/vercel/turborepo/releases) - [Changelog](https://github.com/vercel/turborepo/blob/main/RELEASE.md) - [Commits](vercel/turborepo@v2.10.10...v2.10.12) Updates `@clerk/backend` from 3.16.7 to 3.17.2 - [Release notes](https://github.com/clerk/javascript/releases) - [Changelog](https://github.com/clerk/javascript/blob/main/packages/backend/CHANGELOG.md) - [Commits](https://github.com/clerk/javascript/commits/@clerk/backend@3.17.2/packages/backend) Updates `@supabase/postgrest-js` from 2.112.3 to 2.116.0 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/postgrest-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.116.0/packages/core/postgrest-js) Updates `@supabase/supabase-js` from 2.112.3 to 2.116.0 - [Release notes](https://github.com/supabase/supabase-js/releases) - [Changelog](https://github.com/supabase/supabase-js/blob/master/packages/core/supabase-js/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-js/commits/v2.116.0/packages/core/supabase-js) Updates `fast-check` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/dubzzz/fast-check/releases) - [Changelog](https://github.com/dubzzz/fast-check/blob/main/packages/fast-check/CHANGELOG.md) - [Commits](https://github.com/dubzzz/fast-check/commits/v4.10.0/packages/fast-check) Updates `yaml` from 2.9.0 to 2.9.1 - [Release notes](https://github.com/eemeli/yaml/releases) - [Commits](eemeli/yaml@v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.5.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: turbo dependency-version: 2.10.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@clerk/backend" dependency-version: 3.17.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@supabase/postgrest-js" dependency-version: 2.116.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@supabase/supabase-js" dependency-version: 2.116.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: fast-check dependency-version: 4.10.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: yaml dependency-version: 2.9.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
freshtonic
left a comment
There was a problem hiding this comment.
Requesting changes. The bumps themselves are fine, but the PR is not mergeable as-is: Biome 2.5.13 formats two files differently from 2.5.9, and Lint (Biome) fails with exactly those two errors.
The blocker
packages/stack-prisma/test/operation-types.types.test-d.ts: the closing>of severalM3<…>generics now joins the previous line (five sites, lines 109–126).packages/stack/__tests__/operation-failure-diagnostics.test.ts: the same shape at line 82.
Reproduced locally:
pnpm dlx @biomejs/biome@2.5.13 check . --diagnostic-level=error
Dependabot will not fix this itself. Someone needs to push one commit onto this branch:
pnpm install --frozen-lockfile && pnpm run code:fix
It touches only those two files. Bumping Biome on main first has the same problem there, so the reformat has to ride with the bump.
Two more things 2.5.13 changes that CI does not gate on, worth the same commit
e2e/wasm/supabase-declared.test.ts:84: thebiome-ignore lint/suspicious/noExplicitAnycomment no longer reachesconst qb: anyon line 86, because adeno-lint-ignoreline sits between them. 2.5.13 reports the suppression as unused and theanyas unsuppressed (both warnings today). Move thebiome-ignoredirectly above line 86.lint/suspicious/useIterableCallbackReturnnow fires, at error level under our config, on aforEachcallback whose arrow body returns a call's value (for examplexs.forEach((x) => walk(x))). Nothing on main trips it. New code will, so expect it on rebases.
What I checked on the bumps
@supabase/postgrest-js/@supabase/supabase-js2.112.3 → 2.116.0 (devDependencies, pinned exactly): the only postgrest-js change in the range is a newgetOpenApiSpec(); the rest is auth, storage and realtime. The liveSupabase v3 integrationjob passed on this PR, which is the check that matters for the PostgREST wire behaviour the adapter depends on.@clerk/backend3.16.7 → 3.17.2 is not verified by this PR's CI. It is only exercised by the Drizzle identity (lock-context) suites, and those fail on every Dependabot PR withmissing CLERK_MACHINE_TOKEN: the two Clerk tokens are Actions secrets but not Dependabot secrets (details in my review on #986). Add them to Dependabot secrets and rebase, and those cells will both go green and actually test this bump.fast-check4.9 → 4.10,turbo2.10.10 → 2.10.12,yaml2.9.0 → 2.9.1: unit, property and e2e jobs green.- Lockfile-only otherwise. No
onlyBuiltDependencieschange; frozen-lockfile install, OSV scan and the supply-chain e2e passed.
Bumps the dev-dependencies group with 7 updates in the / directory:
2.5.92.5.132.10.102.10.123.16.73.17.22.112.32.116.02.112.32.116.04.9.04.10.02.9.02.9.1Updates
@biomejs/biomefrom 2.5.9 to 2.5.13Release notes
Sourced from @biomejs/biome's releases.
... (truncated)
Changelog
Sourced from @biomejs/biome's changelog.
... (truncated)
Commits
810ea56ci: release (#11614)e997900feat(linter): add useBetterDomTraversing nursery rule (#11667)de0528ffeat(lint/html/svelte): add noSvelteAtHtmlTags (#11606)07a0073feat(css_analyze): implement useLayeredStyles (#11379)c23e4c7feat: noUnsafeIframeSandbox (#11622)a2f8ff7feat(lint/js): add noXorAsExponentiation (#11628)a64d757feat(lint/js/vue): add useVueBaseImport (#11595)611767fchore: update depot logo (#11602)0a31d7cci: release (#11530)a20f44afeat: noBunModules (#11597)Updates
turbofrom 2.10.10 to 2.10.12Release notes
Sourced from turbo's releases.
... (truncated)
Commits
53752d4publish 2.10.12 to registry9d2b03bfix: Run pnpm directly on Windows (#13843)c97782bfeat: Require high confidence for issue fixes (#13842)f153cdachore: Alert Slack for low-confidence issues (#13841)e1674e4chore: Add automatic issue handling (#13840)7107f26fix: Escape ampersands in RSS feed enclosure URLs (#13839)a76330bchore: Handle feedback on Factory pull requests (#13836)3787c06chore: Use geistdocs 1.23.1 (#13834)bbe5406chore: Skip redundant Factory PR approval (#13837)72805d7fix: Move model selector to workspace creation (#13835)Updates
@clerk/backendfrom 3.16.7 to 3.17.2Release notes
Sourced from @clerk/backend's releases.
Changelog
Sourced from @clerk/backend's changelog.
... (truncated)
Commits
ed4e84dci(repo): Version packages (#9658)88a965cchore(repo): Migrate to Vitest 5 (#9664)7ea009ffix(repo): use canonical Dashboard links and ban legacy last-active URLs (#9653)15d4814chore(backend): Update dependency msw to v2.15.0 (#9528)804a501ci(repo): Version packages (#9635)63a8efcci(repo): Version packages (#9609)c4f9883feat(backend): add transactional email API (#9553)eef0cebfix(backend): Reject JWT-template tokens on the acceptsToken any/array header...b89ce56ci(repo): Version packages (#9552)9c5e93cdocs(backend,nextjs): Align JSDoc link targets with docs link rules (#9556)Updates
@supabase/postgrest-jsfrom 2.112.3 to 2.116.0Release notes
Sourced from @supabase/postgrest-js's releases.
... (truncated)
Changelog
Sourced from @supabase/postgrest-js's changelog.
Commits
dbe7679chore(release): version 2.115.0 changelogs (#2664)92fb8bafeat(postgrest): add getOpenApiSpec() (#2651)aef432bchore(release): version 2.114.0 changelogs (#2653)67b07b0chore(release): version 2.113.0 changelogs (#2650)062ae5echore(release): version 2.112.4 changelogs (#2628)c7397c1chore(supabase): bump supabase cli to 2.113.0 (#2606)6653465fix(postgrest): move override fixtures out of generated types, repair codegen...bbc167cchore(release): version 2.112.3 changelogs (#2608)Updates
@supabase/supabase-jsfrom 2.112.3 to 2.116.0Release notes
Sourced from @supabase/supabase-js's releases.
... (truncated)
Changelog
Sourced from @supabase/supabase-js's changelog.
Commits
5aedaabfeat(auth): add MFA recovery codes API (#2676)e4f675afix(supabase): warn when schema is passed outside db options (#2663)dbe7679chore(release): version 2.115.0 changelogs (#2664)3eb6193docs(supabase): clarify db.schema needs the second generic (#2662)92fb8bafeat(postgrest): add getOpenApiSpec() (#2651)aef432bchore(release): version 2.114.0 changelogs (#2653)67b07b0chore(release): version 2.113.0 changelogs (#2650)062ae5echore(release): version 2.112.4 changelogs (#2628)c7397c1chore(supabase): bump supabase cli to 2.113.0 (#2606)bbc167cchore(release): version 2.112.3 changelogs (#2608)Updates
fast-checkfrom 4.9.0 to 4.10.0Release notes
Sourced from fast-check's releases.
Changelog
Sourced from fast-check's changelog.
Commits
4fba17d🔖 Update CHANGELOG.md for fast-check@4.10.0,@fast-check/jest@2.3.0,@fast-ch...a433d8b⬆️ Update dependency@types/nodeto ^24.13.4 (#7263)8470c46⬆️ Update dependency@microsoft/api-extractorto ^7.59.1 (#7255)5382221🗑️ Deprecate v5 removals (#7261)3cc3696🗑️ Deprecate parameters superseded by plugins (#7260)a93374d✨ Add theunbiasedplugin to generate without bias (#7231)0f1bf99✨ Add ability to decorategeneratevia Plugins (#7259)917a447✨ Add plugins to drop runs on already covered cases (#7230)32daf74⚡️ Single timer forinterruptAfterTimeLimit(#7251)485f337👥 Add jkomyno as code contributor (#7246)Updates
yamlfrom 2.9.0 to 2.9.1Release notes
Sourced from yaml's releases.
Commits
1440ecd2.9.1c699bc5fix: Simplify line unfolding during quoted string parsing (#714)d11ce77fix: Limit recursive merge aliases (#713)