Skip to content

Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.InMemory#47

Open
dependabot[bot] wants to merge 102 commits into
mainfrom
dependabot/nuget/multi-5a4019fc98
Open

Bump Microsoft.EntityFrameworkCore and Microsoft.EntityFrameworkCore.InMemory#47
dependabot[bot] wants to merge 102 commits into
mainfrom
dependabot/nuget/multi-5a4019fc98

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown

Updated Microsoft.EntityFrameworkCore from 9.0.0 to 9.0.17.

Release notes

Sourced from Microsoft.EntityFrameworkCore's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.16...v9.0.17

9.0.16

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.15...v9.0.16

9.0.15

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.14...v9.0.15

9.0.14

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.13...v9.0.14

9.0.13

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.12...v9.0.13

9.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.11...v9.0.12

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.8...v9.0.9

9.0.7

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar

Dependency Updates

  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro

Technical Improvements

  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft

Infrastructure

  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft

Miscellaneous

  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd
    ... (truncated)

9.0.5

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.4...v9.0.5

9.0.4

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.3...v9.0.4

9.0.3

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.2...v9.0.3

9.0.2

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.1...v9.0.2

9.0.1

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.0...v9.0.1

Commits viewable in compare view.

Updated Microsoft.EntityFrameworkCore.InMemory from 9.0.0 to 9.0.17.

Release notes

Sourced from Microsoft.EntityFrameworkCore.InMemory's releases.

9.0.17

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.16...v9.0.17

9.0.16

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.15...v9.0.16

9.0.15

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.14...v9.0.15

9.0.14

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.13...v9.0.14

9.0.13

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.12...v9.0.13

9.0.12

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.11...v9.0.12

9.0.11

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.10...v9.0.11

9.0.10

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.8...v9.0.9

9.0.7

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Cosmos/FTS: Improved FullTextScore Translation for Multiple Keywords
    The translation of FullTextScore in Cosmos Full-Text Search has been updated to use multiple keywords instead of a keyword array, addressing issues with search accuracy and query compatibility. This resolves #​35983 and ensures more reliable full-text search results.
    #​36000 by @​maumar

Dependency Updates

  • [release/8.0] Update dependencies from dotnet/arcade
    Updated the Arcade build infrastructure dependencies for the 8.0 release branch, bringing in the latest improvements and security fixes from the Arcade ecosystem.
    #​35930 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Updated Arcade dependencies for the 9.0 release branch, ensuring the build system benefits from the latest tooling and reliability enhancements.
    #​36006 by @​dotnet-maestro
  • [release/8.0] Update dependencies from dotnet/arcade
    Another update to Arcade dependencies for the 8.0 branch, further aligning with upstream improvements and fixes.
    #​36085 by @​dotnet-maestro
  • [release/9.0] Update dependencies from dotnet/arcade
    Additional update to Arcade dependencies for the 9.0 branch, maintaining up-to-date build tooling and infrastructure.
    #​36065 by @​dotnet-maestro

Technical Improvements

  • Merging Internal Commits for release/8.0
    Integrated various internal commits into the 8.0 release branch, improving code quality, maintainability, and aligning with internal standards.
    #​35926 by @​vseanreesermsft
  • Merging Internal Commits for release/8.0
    Additional internal commits merged into the 8.0 branch, further enhancing stability and maintainability.
    #​36080 by @​vseanreesermsft
  • Merging Internal Commits for release/9.0
    Integrated internal improvements into the 9.0 branch, ensuring consistency and codebase health.
    #​36081 by @​vseanreesermsft

Infrastructure

  • Update Branding to 9.0.6
    Updated the product branding and version numbers to 9.0.6, ensuring that all assemblies and packages reflect the correct release version.
    #​36044 by @​vseanreesermsft
  • Update Branding to 8.0.17
    Updated branding for the 8.0 release line to version 8.0.17, keeping versioning consistent across all release artifacts.
    #​36043 by @​vseanreesermsft

Miscellaneous

  • [automated] Merge branch 'release/8.0' => 'release/9.0'
    Automated merge of changes from the 8.0 branch into the 9.0 branch, ensuring that all relevant fixes and improvements are carried forward.
    #​35927 by @​github-actions
  • Merge release/9.0 to release/9.0-staging
    Merged the 9.0 branch into the 9.0-staging branch, preparing for further testing and validation before final release.
    #​36051 by @​AndriySvyryd
    ... (truncated)

9.0.5

Release

What's Changed

Full Changelog: dotnet/efcore@v9.0.4...v9.0.5

9.0.4

Release

What's Changed

Description has been truncated

Soltectos added 30 commits June 17, 2026 19:48
…ditoría PENDIENTES.md

- CRÍTICO: Habitos/Index.cshtml - habit-card con flex-wrap, day checkboxes ocultos en <576px
- ALTO: Días semana con min-width, racha/streak visible en md+
- MEDIO: Logros con clamp(), timer ring responsive, paginación con wrap, admin acciones stacked, chart altura responsive, sidebar admin con scroll, timeline icon fijo, círculos historial con clamp, animo-btn responsive
- BAJO: Override columnas suavizado, danger zone texto no comprimido
- UX-007: Dashboard rediseñado con personaje, nivel, XP, barra de progreso y landing page con features grid
- UX-010/013: Animaciones fade-in, ripple en botones, hover effects, stagger en grids, micro-interacciones
- UX-009: Feedback visual en formularios (is-valid/invalid, shake, iconos SVG)
- UX-012: Páginas de error personalizadas (404/403/500) con diseño cuidado
- UX-008: Jerarquía tipográfica unificada (ep-page-title, ep-section-title, ep-card-title)
- UX-004/005: Contraste corregido en ambos modos (text-on-accent, text-white sobre warning, selects)
- UX-006: Placeholder SVG profesional para personajes
- UX-001: Encoding verificado correcto en Login/Registro
- Actualizados README.md y PENDIENTES.md
28 issues identificados (2 críticos, 4 altos, 8 medios, 6 bajos)
en nueva sección de responsividad móvil.
RMOB-01: Botones Pomodoro 28x28 → 44x44 (touch target mínimo)
RMOB-02: Pie chart Hábitos fijo 100px → min(100px, 35vw)
RMOB-03: Fuentes pequeñas (0.5-0.7rem) aumentadas en móvil
RMOB-04: col-6 en modal Hábitos → col-12 col-sm-6
RMOB-05: btn-sm con min-height:44px en móvil
RMOB-06: Paginación con min-width/height 44px
RMOB-07: Avatar Progreso 130px → min(130px, 35vw)
RMOB-08: Personaje hero reducido en móvil
RMOB-09: Stats Pomodoro apilados al 100%
RMOB-10: Círculos ánimo más compactos
RMOB-11: Icono auth 64px → 48px en móvil
RMOB-12: Icono error con clamp()
RMOB-13: Foto perfil con min(88px, 30vw)
RMOB-14: Padding Pomodoro reducido
RMOB-15: col-5/col-7 apilados en móvil
RMOB-16: container-fluid duplicado eliminado
RMOB-17: Sidebar overflow-y:auto
RMOB-18: Días hábito visibles (condensados) en móvil
RMOB-19: Barras fortaleza 4px → 6px
RMOB-20: Hint IA chat visible en móvil
…d CSS, y duplicado site.css en LayoutAdmin
…iertos 5 items (UX-004, UX-005, UX-009, UX-013, MEJ-019). Actualizados MEJ-016, MEJ-017 a parcial.
- 11 funcionalidades implementadas documentadas
- 11 brechas funcionales identificadas (alertas proactivas,
  gamificación, crisis resources, branding ODS 3, etc.)
- 7 errores de código (mojibake, CSS undefined, validación)
- 6 items incompletos/mejorables
- 5 hallazgos de UI (tema oscuro/claro, responsividad)
…ES.md

Hallazgos: 4 críticos (rate limiter inactivo, sin CSRF, mojibake,
sin límite server-side), 11 importantes (avatares sin tema,
sugerencias estáticas, falta historial, bienestar pasivo, etc.)
y 9 mejoras (gamificación, sentimiento, streaming, búsqueda).
- UX-017: theme-manager.js + toggle en _LayoutAdmin.cshtml
- UX-018: selector roto en notificaciones.css (body:not([data-theme=oscuro]))
- UX-019: variable undefined --ep-primario-rgb en variables.css
- UX-020: 20+ Bootstrap utilities sobrescritas con variables del tema
- UX-021/022: dropdown-menu-dark y btn-close fix en Habitos
- UX-024/025: iconos categoría y ep-task-tag con variables
- UX-027: emoji inconsistente reemplazado por Bootstrap Icon
- UX-029: skeleton loading en dashboard chart
- UX-030/031: pressed states + hover colors hardcodeados
- UX-033: btn-link con variable del tema
UX-019: fallback de --ep-primario-rgb actualizado en Bienestar
UX-027: emojis eliminados de Ia/Index.cshtml
UX-029/044: skeletons implementados en IA, Habitos, Progreso, Pomodoro
UX-035: colores de animo migrados a variables CSS
UX-036: colores de alertas migrados a variables CSS
UX-037: conic-gradient migrado a variables de chart
UX-038: card de consejo Pomodoro usa var(--warning)
UX-039: drop-shadows en Progreso usan variables del tema
UX-040: ep-summary-icon colors migrados a variables
UX-041/042: alert() nativos reemplazados por toasts
UX-043: --accent-primary-bg definido en variables.css
UX-045: inline styles del toggle movidos a clase CSS
UX-046: colores de fortaleza de password migrados a variables
…order, badges, swatches, auth CSS, mensajes)
UX-055: override bg-primary de Bootstrap con var(--accent-primary)
UX-056: override border-info y border-primary con vars del tema
UX-057: override btn-primary con hover/active states temáticos
UX-058: colores hardcodeados de zona peligro -> var(--error-rgb)
UX-059: theme-manager.js en _LayoutAuth, elimina JS inline duplicado
Soltectos added 19 commits June 21, 2026 15:15
- Bug: timer se quedaba en 00:00 al mostrar modal de descanso largo
  y no transicionaba a descanso si se cerraba el modal sin accion
- Bug: MinutosEnfocados siempre 0 porque FueCompletada nunca se setea
- Bug: variable 'mode' vs 'modo' inconsistente en estadoTimer
- Bug: botones de descanso en modal no auto-iniciaban el timer
- Bug: historial mostraba '0 min' por FechaFin siempre null
- Bug: catch vacio en cancelar al reiniciar sesion activa
…osEnfocados, ciclosObjetivo, listeners modal, chart semanal y test T4
…muerta, double volumen, margen CSS, AudioContext, desync XP, test coverage
…view, rate limit, badges, modales, async cancel
…ros historial + NF-6 estadisticas avanzadas
… gracia

- Agrega columna Tipo a SesionPomodoro (Enfoque/DescansoCorto/DescansoLargo/Personalizado)
- Nueva API POST /api/pomodoro/descanso para guardar sesiones de descanso
- Frontend ahora persiste descansos al completar timer
- Historial ahora muestra el Tipo real desde BD
- ActualizarRacha() ahora es llamado desde Habitos, Misiones y Pomodoro
- Corrige bug en dia de gracia: FechaUltimaActividad no se actualizaba
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: automerge, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Soltectos and others added 8 commits June 22, 2026 17:09
SEC-003: Mover UseRateLimiter antes de UseAuthentication/Authorization
SEC-005: Agregar DbSet<Log> Logs en ContextoAplicacion
ARQ-001: Unificar DTOs en carpeta DTOs/ (eliminar Models/DTOs/)
ARQ-002: Redirigir AjustesController a PerfilController
ARQ-003: Eliminar parseo manual Request.Form en HabitosController
ARQ-004: Extraer DTOs anidados a archivos separados en DTOs/
DB-002: Agregar EnableRetryOnFailure en conexion MySQL
…InMemory

Bumps Microsoft.EntityFrameworkCore from 9.0.0 to 9.0.17
Bumps Microsoft.EntityFrameworkCore.InMemory from 9.0.0 to 9.0.17

---
updated-dependencies:
- dependency-name: Microsoft.EntityFrameworkCore
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.EntityFrameworkCore.InMemory
  dependency-version: 9.0.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/nuget/multi-5a4019fc98 branch from 2f7a781 to 94b8b4c Compare June 24, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cosmos/FTS: update translation of FullTextScore to use multiple keywords rather than keyword array

0 participants