chore(deps): Bump flask from 3.0.0 to 3.1.3#19
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
web-werkstatt
pushed a commit
that referenced
this pull request
Apr 7, 2026
Fehlerhafte Marker-Bloecke in handoff.md fuehrten bisher zu HTTP 500 und einer generischen "Fehler beim Laden"-Meldung im Copilot-Board. Jetzt werden kaputte Bloecke isoliert, gueltige Marker weiter ausgeliefert und die Fehler im UI als Banner mit marker_id, Fehlertyp und Pfad angezeigt. Backend: - services/copilot_marker_format.py: parse_markers_with_errors(path) liefert (markers, errors); parse_markers ist jetzt tolerant - services/copilot_marker_service.py: list_markers_for_plan_with_errors - routes/copilot_marker_routes.py: GET /api/copilot/markers liefert zusaetzlich parse_errors-Feld Frontend: - static/js/copilot-marker-errors.js (neu): _renderMarkerParseErrors - static/js/copilot_board.js: _loadSections liest parse_errors, .catch zeigt echte Fehlermeldung - static/css/copilot-marker-errors.css (neu): Banner-Styling Folge-Refactor (file-size-limits): copilot.css (1150), copilot_board.js (539) und copilot_board.html (306) waren ueber Limit. Aufteilung: - copilot.css 1150 -> 320 (Tokens, Progress, Split, Board, Drag, Toast, Attachments, Responsive) - copilot-header.css 138 (Workspace-Header + Plan Switcher) - copilot-cards.css 235 (Cards + Status Badges) - copilot-panel.css 249 (Side Panel + Tabs) - copilot-chat.css 173 (Chat Messages + Input) - copilot_board.js 539 -> 474 (openAddSectionModal+createSection nach copilot-section-modal.js 36, marker-errors nach copilot-marker-errors.js 41) - copilot_board.html 306 -> 277 (Add-Section-Modal in Include _copilot_add_section_modal.html 30) - 5 neue <link> + 2 neue <script> in copilot_board.html Alle Dateien jetzt unter Limit (CSS 400 / JS 500 / HTML 300). Smoke-Tests: missing file, 1 valid + 1 broken JSON, validation error, parse_markers tolerant. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
web-werkstatt
pushed a commit
that referenced
this pull request
Apr 7, 2026
- Sprint 17 Reality-Check + Bugfix #19 Verifikation dokumentiert - End-to-End-Test mit kaputter handoff.md erfolgreich (parse_errors Feld liefert marker_id, error_type, error, handoff_path) - Sprint QT Block aus next-session.md ins Archiv verschoben - Doppelten Open-Sprints-Block bereinigt Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 flask from 3.0.0 to 3.1.3.
Release notes
Sourced from flask's releases.
... (truncated)
Changelog
Sourced from flask's changelog.
... (truncated)
Commits
22d9247release version 3.1.3089cb86Merge commit from forkc17f379request context tracks session access27be933start version 3.1.34e652d3Abort if the instance folder cannot be created (#5903)3d03098Abort if the instance folder cannot be created407eb76document using gevent for async (#5900)ac5664ddocument using gevent for async4f79d5bIncrease required flit_core version to 3.11 (#5865)fe3b215Increase required flit_core version to 3.11Dependabot 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 this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)