0.3.21
Merged PRs
dolt-workbench
- 469: App: use Next.js router for commit graph navigation in Electron production build
fixes:- added a few dependencies in build config since we bumped electron.
- fix the routing issue in electron production build.
- 468: Graphql: fix index type check
- 466: build(deps): bump next from 14.2.26 to 15.2.4 in /web
Bumps next from 14.2.26 to 15.2.4.Release notes
Sourced from next's releases.
v15.1.8
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: Merge link header from middleware with the ones from React (#73431)
- fix(edge): run after() if request is cancelled mid-streaming (#76013)
- gate segmentCache branch in base-server (#79505)
Credits
Huge thanks to
@amannn,@lubieowoce, and@ztannerfor helping!v14.2.29
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- Only share incremental cache for edge in next start (#79389)
Credits
Huge thanks to
@ijjkfor helping!v14.2.28
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix: node.js module import error when using middleware (#77945)
Credits
Huge thanks to
@ztannerfor helping!v14.2.27
[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.Core Changes
- fix dynamic route interception not working when deployed with middleware (#64923)
Credits
Huge thanks to
@ztannerfor helping!Commits
804aa35v15.2.4ecb72eeMatch subrequest handling for edge and node (#77474)25f810bexclude images and static media from dev origin check (#77417)d9bcb83ensure /__next middleware URLs are included in the origin check (#77416)cfeaa86remove direct ip/port bypass in dev origin check (#77414)f847302switch development origin verification to be opt-in rather than opt-out (#77395)535e26dv15.2.32fcae1dUpdate default allowed origins list (#77212)adf5462unify allowed origin detection handling (#77053)5e59da1Add dev warning for cross-origin and stabilize allowedDevOrigins (#77044)- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dolthub/dolt-workbench/network/alerts). - 465: Graphql: foreign key column index fix
- 464: build(deps): bump graphql from 16.10.0 to 16.11.0 in /graphql-server
Bumps graphql from 16.10.0 to 16.11.0.Release notes
Sourced from graphql's releases.
16.11.0
v16.11.0 (2025-04-26)
New Feature 🚀
- #4363 Ensure we validate for using nullable variables in oneOf input fields (
@JoviDeCroock) - #4366 feat(execution): add max coercion errors option to execution context (
@cristunaranjo)
Bug Fix 🐞
- #4367 fix(coerce-input-value): input object coercion rejects arrays (
@cristunaranjo)
Docs 📝
- #4310 First draft for upgrade guide to v17 (
@JoviDeCroock) - #4331 fix sidebar for documentation and
/api-v16(@dimaMachina) - #4335 Add cspell exception (
@JoviDeCroock) - #4340 Improve flow of documentation around GraphiQL (
@benjie) - #4343 typofix: removes extra parenthesis from getting started code snippet (
@rabahalishah) - #4351 fixed wrong variable name (
@fto-dev) - #4352 docs(getting-started): promises current links (
@guspan-tanadi) - #4368 Update docs for execution options (
@JoviDeCroock) - #4369 Correct some syntax (
@JoviDeCroock) - #4372 Refactor every code-first example to leverage resolve (
@JoviDeCroock) - #4373 docs: Update getting-started.mdx (
@Shubhdeep12)
Polish 💅
- #4312 Increase print/visit performance (
@JoviDeCroock)
Internal 🏠
- #4327 Add redirect for /api (
@JoviDeCroock) - #4377 Chore: bump setup-node (
@JoviDeCroock) - #4378 Change to gqlConf 2025 (
@JoviDeCroock) - #4379 Add missing parenthesis (
@benjie)
Committers: 8
- Benjie(
@benjie) - Cris Naranjo (
@cristunaranjo) - Dimitri POSTOLOV(
@dimaMachina) - Fatih Ozdemir(
@fto-dev) - Guspan Tanadi(
@guspan-tanadi) - Jovi De Croock(
@JoviDeCroock) - Rabah Ali Shah(
@rabahalishah) - Shubhdeep Chhabra(
@Shubhdeep12)
Commits
c18e9f616.11.0556c80fAdd missing parenthesis (#4379)b296a42Change to gqlConf 2025 (#4378)1bc2867Refactor every code-first example to leverage resolve (#4372)2ca1479docs: Update getting-started.mdx (#4373)2df9d6fChore: bump setup-node (#4377)7dd7812Update docs for execution options (#4368)8025494Correct some syntax (#4369)50cbe4afeat(execution): add max coercion errors option to execution context (#4366)5adeb7ffix(coerce-input-value): input object coercion rejects arrays (#4367)- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - #4363 Ensure we validate for using nullable variables in oneOf input fields (
- 463: build(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.1.5 in /graphql-server
Bumps eslint-config-prettier from 9.1.0 to 10.1.5.Release notes
Sourced from eslint-config-prettier's releases.
v10.1.5
Patch Changes
Full Changelog: prettier/eslint-config-prettier@v10.1.4...v10.1.5
v10.1.4
Patch Changes
- #328
94b4799Thanks@silvenon! - fix(cli): do not crash on no rules configured
Full Changelog: prettier/eslint-config-prettier@v10.1.3...v10.1.4
v10.1.3
Patch Changes
New Contributors
@pilikanmade their first contribution in prettier/eslint-config-prettier#325
Full Changelog: prettier/eslint-config-prettier@v10.1.2...v10.1.3
v10.1.2
Patch Changes
- #321
a8768bfThanks@Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
v10.1.1
Patch Changes
-
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat";
v10.1.0
Minor Changes
... (truncated)
Changelog
Sourced from eslint-config-prettier's changelog.
10.1.5
Patch Changes
10.1.4
Patch Changes
- #328
94b4799Thanks@silvenon! - fix(cli): do not crash on no rules configured
10.1.3
Patch Changes
10.1.2
Patch Changes
- #321
a8768bfThanks@Fdawgs! - chore(package): add homepage for some 3rd-party registry - see #321 for more details
10.1.1
Patch Changes
-
#309
eb56a5eThanks@JounQin! - fix: separate the/flatentry for compatibilityFor flat config users, the previous
"eslint-config-prettier"entry still works, but"eslint-config-prettier/flat"adds a newnameproperty for config-inspector, we just can't add it for the default entry for compatibility.See also prettier/eslint-config-prettier#308
// before import eslintConfigPrettier from "eslint-config-prettier"; // after import eslintConfigPrettier from "eslint-config-prettier/flat";
10.1.0
Minor Changes
10.0.3
... (truncated)
Commits
4c94893chore: release eslint-config-prettier (#333)60fef02chore: addfundingfield intopackage.json(#332)f55501fchore: release eslint-config-prettier (#329)50a8a22chore(deps): update all dependencies (#330)94b4799fix(cli): do not crash on no rules configured (#328)cdc4a5cchore: release eslint-config-prettier (#326)4e95a1dfix: this package iscommonjs, align its types correctly (#325)8911369chore: release eslint-config-prettier (#322)a8768bfchore(package): add homepage url (#321)4ae04c0chore(deps): update yarn to v4.8.1 (#320)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by jounqin, a new releaser for eslint-config-prettier since your current version.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - #328
- 462: build(deps): bump @nestjs/platform-express from 11.0.12 to 11.1.2 in /graphql-server
Bumps @nestjs/platform-express from 11.0.12 to 11.1.2.Release notes
Sourced from
@nestjs/platform-express's releases.v11.1.2 (2025-05-26)
Bug fixes
microservices- #15172 fix(microservices): support custom strategy in async usefactory config (
@mag123c) - #15166 fix(microservice): prevent error logs during redis client shutdown (
@janroker)
- #15172 fix(microservices): support custom strategy in async usefactory config (
Dependencies
common- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
@dependabot[bot])
- #15185 chore(deps): bump file-type from 20.5.0 to 21.0.0 (
platform-express- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
@dependabot[bot])
- #15159 chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0 (
Committers: 2
- JaeHo Jang (
@mag123c) - Jan Roček (
@janroker)
v11.1.1 (2025-05-14)
Bug fixes
core- #15056 fix(core): HTTP adapter error mapping (
@maxbronnikov10)
- #15056 fix(core): HTTP adapter error mapping (
microservices- #15062 fix(microservices): ensure all redis and amqp client closes properly (
@yatin166) - #15032 fix(microservices): ensure all the amqp connections are closed properly (
@yatin166) - #15020 fix(microservices): ensure all redis connections are closed (
@yatin166)
- #15062 fix(microservices): ensure all redis and amqp client closes properly (
core,platform-fastify- #15061 fix(core): bring back
getHeaderandappendHeadermethods fromAbstractHttpAdapter(@micalevisk)
- #15061 fix(core): bring back
platform-express
Enhancements
microservices- #14606 feat(microservices): add specific transport id to microservices (
@maxbronnikov10) - #15057 feat(microservices): Allow custom exchangeType as string for plugin compatibility (
@ChangmoKang) - #15072 feat(microservices): Add exchange arguments to RabbitMQ (
@gapon2401)
- #14606 feat(microservices): add specific transport id to microservices (
Dependencies
platform-fastify- #15129 chore(deps): bump fastify from 5.3.2 to 5.3.3 (
@dependabot[bot])
- #15129 chore(deps): bump fastify from 5.3.2 to 5.3.3 (
platform-ws- #15068 chore(deps): bump ws from 8.18.1 to 8.18.2 (
@dependabot[bot])
- #15068 chore(deps): bump ws from 8.18.1 to 8.18.2 (
common- #15029 chore(deps): bump file-type from 20.4.1 to 20.5.0 (
@dependabot[bot])
- #15029 chore(deps): bump file-type from 20.4.1 to 20.5.0 (
Committers: 7
- Antonio Tripodi (
@Tony133) - Changmo Kang (Ryan) (
@ChangmoKang) - Igor Gaponov (
@gapon2401) - Jackie McDoniel (
@jmcdo29)
... (truncated)
Commits
32b5febchore(@nestjs) publish v11.1.2 release492fb35chore(deps): bump multer from 1.4.5-lts.2 to 2.0.0f262812chore: update package.json2cccff1chore(@nestjs) publish v11.1.1 release3de1ec2feat: remove use of pipeline112450bchore(@nestjs) publish v11.1.0 release729a9cdchore(@nestjs) publish v11.0.21 released5bca88chore(@nestjs) publish v11.0.20 releasea6bdfd1chore(@nestjs) publish v11.0.19 release11acc59chore(@nestjs) publish v11.0.18 release- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 461: build(deps): bump pg-copy-streams from 6.0.6 to 7.0.0 in /graphql-server
Bumps pg-copy-streams from 6.0.6 to 7.0.0.Commits
c623afdBump version3a512ab(doc) clarify Buffer API mention with 'size' argument39bdf50(type) problem with quotes in READMEa6fa6eaUseBuffer.alloc(size)instead ofnew Buffer.alloc(size)cbd1ed5README.md5d88817Merge pull request #168 from noritaka1166/refactor-bench893f7c9Add obuf as an internal dependencyd26c5beAdd obuf.js tests from original repo15ea96elint obuf.js7f19934Use Buffer.alloc(.) instead of new Buffer(.) in obuf.js- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 460: build(deps-dev): bump cssnano from 7.0.6 to 7.0.7 in /web
Bumps cssnano from 7.0.6 to 7.0.7.Release notes
Sourced from cssnano's releases.
cssnano@7.0.7
What's Changed
- fix: update browserslist by
@ludofischerin cssnano/cssnano#1675 - fix: update postcss peer dependency to version without vulnerabilities by
@ludofischerin cssnano/cssnano#1676 - fix: update TypeScript declarations by
@ludofischerin cssnano/cssnano#1685 - perf: load default preset in startup by
@43081jin cssnano/cssnano#1691 - Add support for selector order preservation to postcss-minify-selectors by
@ezzakin cssnano/cssnano#1688 - fix(postcss-convert-values): preserve percent sign in percentage values in at-rules with double quotes by
@aramikutoin cssnano/cssnano#1695
Full Changelog: https://github.com/cssnano/cssnano/compare/cssnano@7.0.6...cssnano@7.0.7
Commits
fcd4d1dPublish cssnano 7.0.7eff4d88chore: update development deps171b669chore: update dependencies to latest minor versione3211fafix(postcss-convert-values): preserve percent sign in percentage values in at...70cffd5chore: regenerate typesbdd3edbchore: update development dependencies9e9e111chore: update postcss-calc (#1692)2e5a24fAdd support for selector order preservation to postcss-minify-selectors (#1688)a702d25perf: load default preset in startup9897eacchore: update TypeScript to 5.8.2- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - fix: update browserslist by
-
459: build(deps-dev): bump electron from 34.0.1 to 36.3.2 in /web
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-automerge-start)
[//]: # (dependabot-automerge-end)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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 458: build(deps-dev): bump @testing-library/react from 16.2.0 to 16.3.0 in /web
Bumps @testing-library/react from 16.2.0 to 16.3.0.Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 457: build(deps-dev): bump @graphql-codegen/typescript-operations from 4.4.0 to 4.6.1 in /web
Bumps @graphql-codegen/typescript-operations from 4.4.0 to 4.6.1.Release notes
Sourced from
@graphql-codegen/typescript-operations's releases.Release 2022-08-04T13:12:01.667Z
@graphql-codegen/graphql-modules-preset@2.5.0Minor Changes
- #6796
8b6e8e664Thanks@kamilkisiela! - Introduce requireRootResolvers flag
Release 2022-08-04T13:05:23.977Z
No release notes provided.
Release 2022-08-04T13:02:57.827Z
No release notes provided.
Changelog
Sourced from
@graphql-codegen/typescript-operations's changelog.4.6.1
Patch Changes
- #10330
c5efba3Thanks@jnoordsij! - Make graphql-sock optional peerDep
4.6.0
Minor Changes
- #10323
f3cf4dfThanks@eddeee888! - Add support fornullability.errorHandlingClient. This allows clients to get stronger types with semantic nullability-enabled schemas.
Patch Changes
- Updated dependencies [
f6909d1]:
4.5.1
Patch Changes
-
#10302
d8566c0Thanks@eddeee888! - Fix Apollo unmask directive incorrectly generating fragmentRefs -
Updated dependencies [
d8566c0]:
4.5.0
Minor Changes
Patch Changes
- Updated dependencies [
6d7c1d7]:
4.4.1
Patch Changes
Commits
d72bbacchore(release): update monorepo packages versions (#10334)c5efba3Mark graphql-sock peer dependency as optional in typescript/operations plugin...0350d25chore(release): update monorepo packages versions (#10322)d6a0615Crisp up the wording around error handling clients (#10326)f3cf4df[operations][client-preset] CODEGEN-500 - Support semantic non-null for clien...bd5772achore(release): update monorepo packages versions (#10303)d8566c0[operations] CODEGEN-784 - Fix Apollo@unmaskfragmentRefs (#10302)18d09a8[typescript-operations] Split apollo unmask tests (#10301)a7f5aa9chore(release): update monorepo packages versions (#10296)8192a88chore(release): update monorepo packages versions (#10222)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by theguild-bot, a new releaser for
@graphql-codegen/typescript-operationssince your current version.
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - #6796
- 456: build(deps): bump @dolthub/react-hooks from 0.1.7 to 0.1.8 in /web
Bumps @dolthub/react-hooks from 0.1.7 to 0.1.8.Commits
- See full diff in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - 455: build(deps-dev): bump electron-builder from 25.1.8 to 26.0.12 in /web
Bumps electron-builder from 25.1.8 to 26.0.12.Changelog
Sourced from electron-builder's changelog.
26.0.12
Patch Changes
- Updated dependencies [
2d25ec8c,7ba4fea9,81e0c472,f24a2ce0,ad151b9d]:- app-builder-lib@26.0.12
- dmg-builder@26.0.12
26.0.11
Patch Changes
- Updated dependencies [
14b96dfc,53a81939,70d7c855,e1ea62b0]:- app-builder-lib@26.0.11
- builder-util@26.0.11
- dmg-builder@26.0.11
26.0.10
Patch Changes
26.0.9
Patch Changes
- Updated dependencies [
22da6442,4cc475ed,62029b08,67b6f71f,69184315]:- app-builder-lib@26.0.9
- dmg-builder@26.0.9
26.0.8
Patch Changes
26.0.7
Patch Changes
... (truncated)
Commits
44c5265chore(deploy): Release v26.0.12 (#8949)e4d00c6chore(deploy): Release v26.0.11 (electron-updater@6.6.2) (#8930)3792826chore(deploy): Release v26.0.10 (electron-updater@6.6.1) (#8912)ea86783chore(deploy): Release v26.0.9 (#8891)d26efc0chore(deploy): Release v26.0.8 (#8878)48c9f88feat: allow usage of.cjs,.mjs, andtype=modulecustom publishers. Add...9bca417chore(deploy): Release v26.0.7 (electron-updater@6.6.0) (#8866)f4fc04achore(deploy): Release v26.0.6 (#8848)e0c1a19chore(deploy): Release v26.0.5 (#8847)6ac8f91chore(deploy): Release v26.0.4 (#8840)- Additional commits viewable in compare view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) ---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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - Updated dependencies [
- 454: web: Claude writes some react component unit tests
- 453: App: download latest dolt scripts
- Automate graphql-server build in the app build script.
- Fetch the latest dolt binary and build into the Workbench, instead of manually downloading it.
#439
- 452: App: reorganize server scripts
- 450: Bump multer and @babel/runtime
- 449: Cypress: Add remotes tests
- 448: Cypress: pulls page tests
- 447: Cypress: docs, commits, release, spreadsheets tests
- 446: Cypress: database tests
- 445: App: Linux build experiment
- Added Linux Build Configuration: added a build configuration yaml file for Linux, currently targeting arm64 AppImage builds.
- Modified the doltServer script to resolve path restrictions on Linux. Databases are now created in the
.local/sharedirectory instead of theuserDatafolder for Linux.
- 443: Liuliu/Cypress: add connection form test
Closed Issues
- 444: Build a Linux version of the Desktop App