chore(deps): bump marked from 17.0.5 to 18.0.4 in /frontend#13
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump marked from 17.0.5 to 18.0.4 in /frontend#13dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [marked](https://github.com/markedjs/marked) from 17.0.5 to 18.0.4. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](markedjs/marked@v17.0.5...v18.0.4) --- updated-dependencies: - dependency-name: marked dependency-version: 18.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
mazurwieslaw2022-cmd
added a commit
that referenced
this pull request
May 21, 2026
…ude T1) Pseudonim/detect.ts po refactor T1 ADR-0008 importuje walidatory checksum z kanonicznej biblioteki pl-entities/checksums.ts zamiast trzymac wlasne implementacje. Single source of truth dla algorytmow PESEL/NIP/REGON/KRS - ten sam kod uzywany przez warstwe pseudonim (ADR-0003) i przyszly graf cytowan (ADR-0008). Zmiany: - detect.ts usuwa lokalne isValidPesel + isValidNip, importuje z ../pl-entities/checksums (oraz isValidRegon i isValidKrsFormat dodatkowo). - Re-eksport walidatorow zachowany dla backward compat - testy pseudonim.test.ts importuja przez ./index -> ./detect. - REGON rule dostaje walidator isValidRegon (poprzednio TODO - "checksuma do dolozenia w iteracji"). Redukuje false-positive: ciag 9 lub 14 cyfr ktory nie jest walidnym REGON-em odpada. - KRS rule dostaje walidator isValidKrsFormat (sprawdza dokladnie 10 cyfr). - pseudonim.regression-pl.test.ts case #13 zaktualizowany: nowy valid REGON 9 (123456785) i valid REGON 14 (12345678500002) zamiast przypadkowych ciagow ktore nie byly REGON-ami. Dodany case #13b ktory potwierdza odrzucenie blednych checksum (regression test gwarantujacy ze refactor nie cofa walidacji). Smoke test: - 10 plikow testowych, 160 pass + 5 todo, 0 fail - 24 testy pseudonim.test.ts nadal zielone - 100 testy pseudonim.regression-pl.test.ts + 1 nowy nadal zielone - 44 testy pl-entities/ nadal zielone - npx tsc --noEmit: 0 errors Status Hey Jude (Faza 4.5 ADR-0003): - [x] T1 skeleton pseudonim/ (commit d715073 z 2026-05-20) - [x] T1 regression set PL 20 cases (commit 74b32b0 z 2026-05-20) - [x] T1 shared library pl-entities/ (commit a5f03c2 z 2026-05-21) - [x] T1 refactor pseudonim/ -> pl-entities/ (TEN commit) - [ ] T2 LLM-fallback Ollama qwen3.5/mistral-pl z polskim promptem - [ ] T3 wrapper opcjonalny + flaga `.env PSEUDONIM_ENABLED` - [ ] T4 shadow mode dla pilotazu kancelarii - [ ] T5 fork matematicsolutions/pseudonim-pl + RODO art. 17 - [ ] T6 default-on dla pilotazu + Konstytucja MINOR bump v1.1.1 -> v1.2.0 Wciaz pending decyzje Wieslawa (techniczne dlugi zaplacone, decyzje produktowe NIE moje): - Postgres vs Redis dla PseudonimStore persystencji - Latency budget +200-400ms per request - akceptowalne czy nie - Kiedy wpiac w streamChatWithTools (osobny ADR + osobna sesja decyzji) - Czy fork matematicsolutions/pseudonim-pl jako osobny pakiet AGPL-3.0 czy modul wewnatrz patron Co-Authored-By: Claude Opus 4.7 (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 marked from 17.0.5 to 18.0.4.
Release notes
Sourced from marked's releases.
... (truncated)
Commits
0a2cd54chore(release): 18.0.4 [skip ci]11adb69fix: fix cli not reading stdin (#3967)a37983ffix: cache list indentation regexes (#3969)d38b8c2chore(deps-dev): bump eslint from 10.3.0 to 10.4.0 (#3976)7d9b17echore(docs): fix typo in package links (#3975)a7affc3chore(deps-dev): bump@semantic-release/release-notes-generatorfrom 14.1.0 t...47d6ba1chore(deps-dev): bump@semantic-release/githubfrom 12.0.6 to 12.0.8 (#3972)69257e4chore(deps-dev): bump eslint from 10.2.1 to 10.3.0 (#3966)1731d38refactor(test): move task list output coverage to specs (#3963)e8dc395chore(release): 18.0.3 [skip ci]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 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)