Skip to content

ci(deps): Bump googleapis/release-please-action from 4 to 5#11

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/googleapis/release-please-action-5
Closed

ci(deps): Bump googleapis/release-please-action from 4 to 5#11
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/github_actions/googleapis/release-please-action-5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown

Bumps googleapis/release-please-action from 4 to 5.

Release notes

Sourced from googleapis/release-please-action's releases.

v5.0.0

5.0.0 (2026-04-22)

⚠ BREAKING CHANGES

  • upgrade to node24 (#1188)

Features

Bug Fixes

  • bump release-please from 17.3.0 to 17.6.0 (#1199) (f533c26)

v4.4.1

4.4.1 (2026-02-20)

Bug Fixes

  • bump release-please from 17.1.3 to 17.3.0 (#1183) (ef9c274)

v4.4.0

4.4.0 (2025-10-09)

Features

  • add ability to select versioning-strategy and release-as (#1121) (ee0f5ba)

Bug Fixes

  • changelog-host parameter ignored when using manifest configuration (#1151) (535c413)
  • bump mocha from 11.7.1 to 11.7.2 in the npm_and_yarn group across 1 directory (#1149) (3612a99)
  • bump release-please from 17.1.2 to 17.1.3 (#1158) (66fbfe9)

v4.3.0

4.3.0 (2025-08-20)

Features

  • deps: update release-please to 17.1.2 (f07192c)

v4.2.0

4.2.0 (2025-03-07)

... (truncated)

Changelog

Sourced from googleapis/release-please-action's changelog.

4.1.1 (2024-05-14)

Bug Fixes

  • bump release-please from 16.10.0 to 16.10.2 (#969) (aa764e0)
  • bump the npm_and_yarn group with 1 update (#967) (ce529d4)

4.1.0 (2024-03-11)

Features

  • add changelog-host input to action.yml (#948) (863b06f)

4.0.3 (2024-03-11)

Bug Fixes

  • bump release-please from 16.5.0 to 16.10.0 (#953) (d7e88e0)

4.0.2 (2023-12-18)

Bug Fixes

4.0.1 (2023-12-07)

Bug Fixes

  • bump release-please from 16.3.1 to 16.4.0 (#897) (2463dad)

4.0.0 (2023-12-01)

⚠ BREAKING CHANGES

  • remove most configuration options in favor of manifest configuration to configure the release-please-action
  • rewrite in typescript
  • remove command option in favor of setting release-type and skip-github-release/skip-github-pull-request
  • run on node20
  • deps: upgrade release-please to v16
  • v4 release

Features

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 2, 2026
mateusdemboski and others added 4 commits July 2, 2026 18:32
Built-in UI served gzipped from LittleFS. Firmware is the source of truth; the
UI fetches its constants (/api/spec) + data (/api/db) at load.

- main page: brand -> filament -> size -> color -> Write, plus Read pre-fill
- config page: Device / Material database / OTA sub-tabs (WiFi/AP/serial,
  DB upload, firmware OTA)
- Vite build emits minified, fixed-name bundles (index.js/config.js/style.css)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Cross-platform desktop client driving the device over USB serial. Go backend
(serial-only) + a Vite/TypeScript frontend; the material DB is parsed in the
frontend like the web client.

- device auto-discovery (labels the ESP32-C3), gated connect flow + loading
- Write/Read, and Config sub-tabs: Device / Material database / OTA
- material DB: upload a file or pull from a printer (desktop fetches over HTTP,
  pushes to the device over serial)
- firmware OTA relay with progress + release auto-discovery (GitHub), and a
  desktop/firmware version compatibility gate

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- release-please (Conventional Commits, Angular) drives the version + CHANGELOG
  and tags releases; commitlint enforces the convention
- Release workflow builds + attaches firmware (firmware.bin, littlefs.bin +
  checksums) and desktop (macOS/Windows/Linux, UPX-compressed on Linux/Windows)
- CI builds firmware / web / desktop with per-job path filters; ESLint on the
  desktop frontend; dependabot for gomod + pnpm + actions
- firmware and desktop share one lockstep version (must match on the minor)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
README + CLAUDE.md (architecture, build/run, serial protocol, OTA + releases),
the project license, and .gitignore for the generated build artifacts.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 5.
- [Release notes](https://github.com/googleapis/release-please-action/releases)
- [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
- [Commits](googleapis/release-please-action@v4...v5)

---
updated-dependencies:
- dependency-name: googleapis/release-please-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/googleapis/release-please-action-5 branch from 7eba2a0 to 89a1819 Compare July 2, 2026 21:34
@mateusdemboski mateusdemboski force-pushed the main branch 2 times, most recently from 29f79b3 to ed0746f Compare July 2, 2026 21:40
@mateusdemboski

Copy link
Copy Markdown
Collaborator

Applied in the 1.0.0 history (release-please-action@v5).

@dependabot @github

dependabot Bot commented on behalf of github Jul 2, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/github_actions/googleapis/release-please-action-5 branch July 2, 2026 21:41
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant