Skip to content

chore(deps): bump pdfjs-dist from 6.0.227 to 6.1.200 - #97

Merged
BigSimmo merged 2 commits into
mainfrom
dependabot/npm_and_yarn/pdfjs-dist-6.1.200
Jun 29, 2026
Merged

chore(deps): bump pdfjs-dist from 6.0.227 to 6.1.200#97
BigSimmo merged 2 commits into
mainfrom
dependabot/npm_and_yarn/pdfjs-dist-6.1.200

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubJun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps pdfjs-dist from 6.0.227 to 6.1.200.

Release notes

Sourced from pdfjs-dist's releases.

v6.1.200

This release contains improvements for annotation rendering, annotation editing, font conversion, image conversion, merging files, SMask rendering and the viewer.

Changes since v6.0.227

... (truncated)

Commits
  • 6353ace Merge pull request #21508 from Snuffleupagus/optional-chaining-not-length
  • b7b3a4c Use more optional chaining in the src/ and web/ folders
  • 8bdd159 Merge pull request #21505 from Snuffleupagus/StructTreeRoot-rm-init
  • 195226e Merge pull request #21500 from calixteman/bug2050191
  • d852613 Merge pull request #21487 from calixteman/issue17333
  • 8232440 Inline the init method in the StructTreeRoot constructor
  • 86ffd68 Merge pull request #21504 from nicolo-ribaudo/move-selection-styles
  • 5d81fe5 Move SVG text selection styles to pdf_viewer.css
  • a1953e7 Merge pull request #21502 from Snuffleupagus/issue17906-test-forms
  • beb332a Change issue17906 to test "forms" rendering
  • 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 [pdfjs-dist](https://github.com/mozilla/pdf.js) from 6.0.227 to 6.1.200.
- [Release notes](https://github.com/mozilla/pdf.js/releases)
- [Commits](mozilla/pdf.js@v6.0.227...v6.1.200)
---
updated-dependencies:
- dependency-name: pdfjs-dist
dependency-version: 6.1.200
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 29, 2026
@BigSimmo
BigSimmo merged commit eced9be into mainJun 29, 2026
6 checks passed
@dependabot
dependabotBot deleted the dependabot/npm_and_yarn/pdfjs-dist-6.1.200 branch June 29, 2026 03:40
BigSimmo added a commit that referenced this pull request Jul 30, 2026
…ine (#1413)
* ci: hygiene gates for matrix, scope, cancel, gitleaks, RAG offline
Unblock the weekly release-browser-matrix from pr-required so a
blocking scheduled dependency audit cannot skip Firefox/WebKit.
Narrow ui_changed away from src/app/api and db_changed away from
API routes; fail-fast @critical UI on PRs before the full suite;
treat aggregate cancelled as neutral; pin Gitleaks to event SHAs;
wire eval:rag:offline when rag_eval_changed.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* docs(ledger): record ci-hygiene-gates implementation review
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* style: format outstanding-issues after CI hygiene ledger edits
Static PR failed format:check on docs/outstanding-issues.md after the
#95/#97 resolution rows were rewritten.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* fix(ci): avoid cancel-to-green on PR required (#95)
Use always() && !cancelled() so superseded concurrency cancels leave the
aggregate cancelled/skipped instead of false-red, without treating cancelled
needs as success when the tip never produced proof. Format the merged
outstanding-issues archive for Prettier.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* docs: record PR #1413 merge-readiness ledger row
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* docs: supersede PR #1413 merge-readiness ledger at tip
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* ci: checksum-pin Gitleaks tarball and scope the pin script
Verify the linux_x64 release archive against the published SHA-256 before
install, keep the pin in the gitleaks self-test, and treat
scripts/run-gitleaks-pinned.mjs as a workflow-scope change.
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
* ci: retrigger checks after gitleaks checksum pin
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: BigSimmo <BigSimmo@users.noreply.github.com>
BigSimmo pushed a commit that referenced this pull request Jul 30, 2026
main's #1418 (ledger merge dedupe + L4 quarterly archive rotation) and #1413
both edited docs/outstanding-issues.md, so this was a real content conflict
rather than staleness: git merge-tree --write-tree confirmed CONFLICT before
any resolution was attempted.
Resolved by taking main's version of the ledger wholesale and re-applying this
branch's five-row archive move on top, so neither side's work is lost:
- from main: #88 and #97 archived, new open row #126 (quarterly ledger
rotation) with queue order 35, the #23 "When" update (release-browser-matrix
no longer blocked by pr-required), the #86 detail update, and the
issues:next-id bump to 127.
- from this branch: #95, #96, #104, #109 and #115 moved from Open items to
Resolved / archive.
No row from either side was dropped, and no id appears in both tables.
Verified: 121 rows (52 open, 69 archived), marker next-id=127 above the highest;
each of #88, #97, #95, #96, #104, #109, #115 resolves to exactly one archive
row and #126 to one open row; zero conflict markers remain.
npm run verify:cheap -> EXIT=0; "Gate-manifest OK: all 29 verify:cheap gates are
enforced in CI"; "Test Files 431 passed (431)"; "Tests 4496 passed | 4 skipped
(4500)". npx prettier --check . -> "All matched files use Prettier code style!"
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011YdPS2KhKqz2buzsUgmX3c
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filejavascriptPull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@BigSimmo