Skip to content

Release v30.0.2#2430

Open
github-actions[bot] wants to merge 1 commit into
devfrom
releases/v30.0.2
Open

Release v30.0.2#2430
github-actions[bot] wants to merge 1 commit into
devfrom
releases/v30.0.2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Release Preparation

This PR prepares release v30.0.2.

Changes

  • drawio submodule: unchanged (no drawio_ref supplied; CI builds from drawio-dev)
  • Updated package.json version to 30.0.2
  • Electron version: 42.1.0

Audit Results

  • npm audit: ✅ No critical/high vulnerabilities

After Merging

Create and push the tag to trigger builds:

git checkout dev
git pull
git tag -a v30.0.2 -m "Release v30.0.2"
git push origin v30.0.2

Release Notes for 30.0.2

Windows Installer
Windows No Installer (zip)
macOS - Universal
Linux - deb, AppImage or rpm
Windows intel x32 releases are marked -ia32-

ChangeLog:

  • Uses electron 42.1.0.
  • Updates to draw.io core 30.0.2. All changes from 30.0.1 to 30.0.2 are added in this build.

- drawio submodule: unchanged (no drawio_ref supplied; CI builds from drawio-dev) (7b3544e85193ec326139facdeebc435cfb6c8e09)
- Updated package.json version to 30.0.2
- Updated package-lock.json
- Electron version: 42.1.0

Automated by prepare-release workflow
Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, straightforward release PR with version bumps and minor dependency updates (electron 42.0.1 → 42.1.0, electron-log 5.4.3 → 5.4.4).

Extended reasoning...

Overview

This PR prepares the v30.0.2 release. The only changes are version bumps in package.json (0.0.0 → 30.0.2) and package-lock.json (30.0.1 → 30.0.2), plus minor patch/feature bumps in the lockfile for electron (42.0.1 → 42.1.0) and electron-log (5.4.3 → 5.4.4).

Security risks

No application code is modified. The dependency updates are minor version bumps from upstream trusted sources (Electron and electron-log). The PR description notes npm audit shows no critical/high vulnerabilities.

Level of scrutiny

Low — this is a mechanical release-prep PR with only metadata/lockfile changes. No source files are touched and no logic changes are introduced. The release flow appears to match the pattern of prior release commits (e.g., 41073e3 Prepare release v30.0.2, a211b41 Updates to drawio core 30.0.2).

Other factors

No prior bot reviews on this PR, no outstanding reviewer comments, and the bug hunting system found no issues. The changes are self-consistent (version strings match across both files).

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.

0 participants