Skip to content

Jenkins: updated generated files#43

Merged
nnstanusic merged 1 commit into
mainfrom
staging
May 20, 2026
Merged

Jenkins: updated generated files#43
nnstanusic merged 1 commit into
mainfrom
staging

Conversation

@nnstanusic
Copy link
Copy Markdown
Contributor

@nnstanusic nnstanusic commented May 20, 2026

Summary by CodeRabbit

  • Documentation

    • Updated native build configuration documentation.
    • Added changelog entries for version 3.21.0.
  • Chores

    • Bumped version to 3.21.0 across all packages with internal dependency updates.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4fcf4db6-e593-4f04-a055-dc32311f2e8b

📥 Commits

Reviewing files that changed from the base of the PR and between 65a141d and c51fe26.

⛔ Files ignored due to path filters (27)
  • packages/blinkcard-wasm/dist/advanced-threads/BlinkCardModule.js is excluded by !**/dist/**
  • packages/blinkcard-wasm/dist/advanced-threads/BlinkCardModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkcard-wasm/dist/advanced/BlinkCardModule.js is excluded by !**/dist/**
  • packages/blinkcard-wasm/dist/advanced/BlinkCardModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkcard-wasm/dist/basic/BlinkCardModule.js is excluded by !**/dist/**
  • packages/blinkcard-wasm/dist/basic/BlinkCardModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkcard-wasm/dist/size-manifest.json is excluded by !**/dist/**
  • packages/blinkid-verify-wasm/dist/advanced-threads/BlinkIdVerifyModule.data is excluded by !**/dist/**
  • packages/blinkid-verify-wasm/dist/advanced-threads/BlinkIdVerifyModule.js is excluded by !**/dist/**
  • packages/blinkid-verify-wasm/dist/advanced-threads/BlinkIdVerifyModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-verify-wasm/dist/advanced/BlinkIdVerifyModule.data is excluded by !**/dist/**
  • packages/blinkid-verify-wasm/dist/advanced/BlinkIdVerifyModule.js is excluded by !**/dist/**
  • packages/blinkid-verify-wasm/dist/advanced/BlinkIdVerifyModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-verify-wasm/dist/size-manifest.json is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/full/advanced-threads/BlinkIdModule.js is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/full/advanced-threads/BlinkIdModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-wasm/dist/full/advanced/BlinkIdModule.js is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/full/advanced/BlinkIdModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-wasm/dist/full/basic/BlinkIdModule.js is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/full/basic/BlinkIdModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-wasm/dist/lightweight/advanced-threads/BlinkIdModule.js is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/lightweight/advanced-threads/BlinkIdModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-wasm/dist/lightweight/advanced/BlinkIdModule.js is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/lightweight/advanced/BlinkIdModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-wasm/dist/lightweight/basic/BlinkIdModule.js is excluded by !**/dist/**
  • packages/blinkid-wasm/dist/lightweight/basic/BlinkIdModule.wasm is excluded by !**/dist/**, !**/*.wasm
  • packages/blinkid-wasm/dist/size-manifest.json is excluded by !**/dist/**
📒 Files selected for processing (11)
  • docs/blinkid-verify/OssDependencies.md
  • packages/blinkid-verify-core/CHANGELOG.md
  • packages/blinkid-verify-core/package.json
  • packages/blinkid-verify-ux-manager/CHANGELOG.md
  • packages/blinkid-verify-ux-manager/package.json
  • packages/blinkid-verify-wasm/CHANGELOG.md
  • packages/blinkid-verify-wasm/package.json
  • packages/blinkid-verify-worker/CHANGELOG.md
  • packages/blinkid-verify-worker/package.json
  • packages/blinkid-verify/CHANGELOG.md
  • packages/blinkid-verify/package.json

📝 Walkthrough

Walkthrough

This PR performs a coordinated version bump across a monorepo, upgrading five packages from v3.20.3 to v3.21.0. Each package's manifest and changelog are updated, and documentation is refreshed to reflect an expanded native dependency configuration.

Changes

Version 3.21.0 release across packages

Layer / File(s) Summary
blinkid-verify-core package version and changelog
packages/blinkid-verify-core/package.json, packages/blinkid-verify-core/CHANGELOG.md
Version bumped to 3.21.0; changelog entry documents internal dependency updates for blinkid-verify-wasm and dependency bumps to wasm@3.21.0 and worker@3.21.0.
blinkid-verify-ux-manager package version and changelog
packages/blinkid-verify-ux-manager/package.json, packages/blinkid-verify-ux-manager/CHANGELOG.md
Version bumped to 3.21.0; changelog entry documents internal dependency updates and dependency bump to core@3.21.0.
blinkid-verify-wasm package version and changelog
packages/blinkid-verify-wasm/package.json, packages/blinkid-verify-wasm/CHANGELOG.md
Version bumped to 3.21.0; changelog entry documents internal dependency updates.
blinkid-verify-worker package version and changelog
packages/blinkid-verify-worker/package.json, packages/blinkid-verify-worker/CHANGELOG.md
Version bumped to 3.21.0; changelog entry documents internal dependency updates and dependency bump to wasm@3.21.0.
blinkid-verify package version and changelog
packages/blinkid-verify/package.json, packages/blinkid-verify/CHANGELOG.md
Version bumped to 3.21.0; changelog entry documents internal dependency updates and dependency bumps to core@3.21.0 and ux-manager@3.21.0.

OSS dependencies documentation update

Layer / File(s) Summary
Native dependency build flavor count
docs/blinkid-verify/OssDependencies.md
Documentation updated to describe native C++ dependencies as covering 2 build flavors instead of 1.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • microblink/web-sdks#37: Directly related prior update to C++ native dependency enumeration in the same OssDependencies.md file.

Suggested reviewers

  • ivancuric
  • mariokresic

Poem

🐰 Five packages hop in sync to 3.21,
With changelogs penned and versions set clean,
Native build flavors now dancing as two,
A minor release, coordinated and true!

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Jenkins: updated generated files' is vague and does not clearly describe the actual changes, which involve a version bump to 3.21.0 and dependency updates across multiple packages. Consider a more descriptive title like 'Release v3.21.0: Update package versions and dependencies' to better convey the actual changes in the pull request.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch staging

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@nnstanusic nnstanusic requested a review from mariokresic May 20, 2026 12:59
@nnstanusic nnstanusic merged commit f526684 into main May 20, 2026
5 checks passed
@nnstanusic nnstanusic deleted the staging branch May 20, 2026 13:43
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.

2 participants