Skip to content

chore(deps): bump marked from 17.0.5 to 18.0.4 in /frontend#13

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/marked-18.0.4
Open

chore(deps): bump marked from 17.0.5 to 18.0.4 in /frontend#13
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/marked-18.0.4

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 20, 2026

Bumps marked from 17.0.5 to 18.0.4.

Release notes

Sourced from marked's releases.

v18.0.4

18.0.4 (2026-05-19)

Bug Fixes

v18.0.3

18.0.3 (2026-05-01)

Bug Fixes

  • avoid task checkbox for setext heading text (#3960) (2608e81)

v18.0.2

18.0.2 (2026-04-18)

Bug Fixes

  • fix infinite loop for indented code blank line (#3947) (58a52e8)

v18.0.1

18.0.1 (2026-04-17)

Bug Fixes

  • rules: ensure lookbehind regex is evaluated correctly by minifiers (#3945) (abd907a)

v18.0.0

18.0.0 (2026-04-07)

Bug Fixes

  • Bump typescript from 5.9.3 to 6.0.2 (#3934) (e8efc51)
  • prevent GFM table tokens from greedily capturing trailing newlines (#3926) (40f2665)
  • prevent heading and def tokens from greedily capturing multiple newlines (#3925) (b379e3e)
  • trim blank lines from block tokens (#3939) (b70895f)

BREAKING CHANGES

  • trim trailing blank lines from block tokens
  • update Typescript to v6

... (truncated)

Commits
  • 0a2cd54 chore(release): 18.0.4 [skip ci]
  • 11adb69 fix: fix cli not reading stdin (#3967)
  • a37983f fix: cache list indentation regexes (#3969)
  • d38b8c2 chore(deps-dev): bump eslint from 10.3.0 to 10.4.0 (#3976)
  • 7d9b17e chore(docs): fix typo in package links (#3975)
  • a7affc3 chore(deps-dev): bump @​semantic-release/release-notes-generator from 14.1.0 t...
  • 47d6ba1 chore(deps-dev): bump @​semantic-release/github from 12.0.6 to 12.0.8 (#3972)
  • 69257e4 chore(deps-dev): bump eslint from 10.2.1 to 10.3.0 (#3966)
  • 1731d38 refactor(test): move task list output coverage to specs (#3963)
  • e8dc395 chore(release): 18.0.3 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> 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)

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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 20, 2026
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants