Skip to content

build(deps): bump subosito/flutter-action from 2.18.0 to 2.23.0#389

Closed
dependabot[bot] wants to merge 14 commits into
mainfrom
dependabot/github_actions/subosito/flutter-action-2.23.0
Closed

build(deps): bump subosito/flutter-action from 2.18.0 to 2.23.0#389
dependabot[bot] wants to merge 14 commits into
mainfrom
dependabot/github_actions/subosito/flutter-action-2.23.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps subosito/flutter-action from 2.18.0 to 2.23.0.

Release notes

Sourced from subosito/flutter-action's releases.

v2.23.0

What's Changed

New Contributors

Full Changelog: subosito/flutter-action@v2...v2.23.0

v2.22.0

What's Changed

New Contributors

Full Changelog: subosito/flutter-action@v2...v2.22.0

v2.21.0

What's Changed

New Contributors

Full Changelog: subosito/flutter-action@v2.20.0...v2.21.0

v2.20.0

What's Changed

New Contributors

Full Changelog: subosito/flutter-action@v2...v2.20.0

v2.19.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [subosito/flutter-action](https://github.com/subosito/flutter-action) from 2.18.0 to 2.23.0.
- [Release notes](https://github.com/subosito/flutter-action/releases)
- [Commits](subosito/flutter-action@f2c4f66...1a44944)

---
updated-dependencies:
- dependency-name: subosito/flutter-action
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies github_actions Pull requests that update GitHub Actions code labels Mar 30, 2026
@dependabot dependabot Bot requested a review from buenaflor as a code owner March 30, 2026 00:19
@dependabot dependabot Bot added dependencies github_actions Pull requests that update GitHub Actions code labels Mar 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 30, 2026

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Bug Fixes 🐛

  • Processor architecture selector for Linux by smihica in #355

Internal Changes 🔧

Deps

  • Bump subosito/flutter-action from 2.18.0 to 2.23.0 by dependabot[bot] in #389
  • Bump actions/create-github-app-token from 2.0.6 to 2.1.4 by dependabot in #356
  • Bump actions/upload-artifact from 4 to 5 by dependabot in #365
  • Bump actions/setup-java from 4 to 5 by dependabot in #353
  • Bump actions/checkout from 4 to 5 by dependabot in #350

Release

  • Fix changelog-preview permissions by BYK in #373
  • Switch from action-prepare-release to Craft by BYK in #371

Other

  • Use pull_request_target for changelog preview by BYK in #372

Other

  • internal: Instrument plugin with Sentry tracing & error by buenaflor in #381

🤖 This preview updates automatically when you update the PR.

buenaflor and others added 12 commits May 28, 2026 13:54
* Update

* Update

* Add comment

* Apply ignore

* Update

* Update

* Update

* Fix test

* update

* Update CHANGELOG

* Add test

* Add mising tests

* Update

* Remove todo

* Update test

* fix: Filter empty entries and strip brackets in list config parsing

- Filter empty strings after comma-split in `fromArguments` and `getList`
  to handle trailing commas gracefully
- Strip bracket syntax (`[`/`]`) in `PropertiesConfigReader.getList` so
  users can write `key=[a, b]` in sentry.properties without breaking Glob

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: Normalize Windows paths for glob matching and add doc comment

- Normalize backslash path separators to forward slashes before glob
  matching to ensure ignore patterns work cross-platform
- Add doc comment to ignoreWebSourcePaths for consistency with other
  configuration fields

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: Match ignore globs against both absolute and relative paths

The Dart glob package resolves relative paths against the current
working directory, causing patterns like `**/canvaskit/*.js` to fail
when matched against relative paths only. Match against both the
absolute and relative path so both pattern styles work. Also log
ignored files for user visibility.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
* fix: include custom symbols_path in iOS Dart symbol map dSYM discovery

Add symbols_path support to Dart symbol map debug file discovery, using custom symbol directories when configured and focused Android/iOS default roots otherwise, with regression tests for both behaviors.

* search custom symbols folder in ADDITIOn to knwon paths

* remove test

* update changelog

* fallback empty string to defaultfolder

* remove unused var

* test: wait for integration server readiness before running plugin
* feat: Improve flavored Apple debug symbol discovery

Improves iOS and macOS debug symbol discovery for apps that use build flavors.

Introduces a flavor parameter. When it is set, the plugin uploads native debug symbols only from the matching flavored Apple build output directories, making uploads deterministic in projects that build multiple flavors.

When flavor is not set, the plugin now also discovers Apple release directories with flavor-style names and uploads symbols from all matching candidates.

If multiple candidates are found, it warns and suggests setting the flavor parameter.

Relates to #308

* clean cl

* add cl entry

* update test

* remove explicit flavor config value

* rmove multi flavor warning
* fix:  Use SENTRY_URL for Dart symbol map uploads

Older sentry-cli versions reject --url for dart-symbol-map upload, which breaks uploads against custom Sentry URLs.

This switches Dart symbol map uploads to use SENTRY_URL instead of --url, keeping compatibility with older CLI versions while continuing to work with newer ones.

Includes test coverage for the new invocation behavior.

Upstream fix landed in sentry-cli 3.2.0 via getsentry/sentry-cli#3108

* add cl entry
* fix: Prevent stale dart symbol map debug ID markers

Fixes Dart symbol map uploads so each ABI uses the correct debug ID.

The uploader now waits for `debug-files check --json` stdout/stderr to finish, clears stale markers when debug ID lookup fails, and removes the marker after uploads.

Added regression coverage for delayed stdout and marker cleanup.

* add cl entry

* Fix framework integration tests on unsigned macOS CI

Only build Release outputs for ios-framework and macos-framework integration tests by passing --no-debug and --no-profile. Newer Flutter versions require Apple development signing for Debug/Profile framework builds, which hosted CI runners don’t have, while these tests only inspect Release artifacts.

* Don’t codesign 'ios-framework', 'macos-framework' release builds.
Bumps [getsentry/craft](https://github.com/getsentry/craft) from 2.19.0 to 2.25.2.
- [Release notes](https://github.com/getsentry/craft/releases)
- [Changelog](https://github.com/getsentry/craft/blob/master/CHANGELOG.md)
- [Commits](getsentry/craft@c6e2f04...ba01e59)

---
updated-dependencies:
- dependency-name: getsentry/craft
  dependency-version: 2.25.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Upgrade sentry-cli to [2.58.6](https://github.com/getsentry/sentry-cli/releases/tag/2.58.6), which includes security fixes.

Co-authored-by: Giancarlo Buenaflor <giancarlo_buenaflor@yahoo.com>
Add release automation that comments on issues closed by PRs included
in a published release, and document the PR keyword requirement so
contributors know how to opt issues into the notification flow.

Co-authored-by: GPT-5.5 <noreply@openai.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
* ci: Remove Danger workflow

Remove the Danger workflow because changelog handling is now covered by
Craft's automatic changelog policy and preview workflow.

Co-Authored-By: GPT-5.5 <noreply@openai.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* ci: Configure changelog preview

Use Craft's changelog preview workflow on pull requests and add release
category rules so changelog validation no longer relies on Danger.

Co-authored-by: Cursor <cursoragent@cursor.com>

* docs: Update contributing guide

Document branch naming and automatic changelog behavior so contributors
know how pull request metadata affects release notes.

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: GPT-5.5 <noreply@openai.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Remove the repeated linked-issue notification note so the contributing
guide keeps that guidance in the changelog section only.

Co-authored-by: Cursor <cursoragent@cursor.com>
@buenaflor buenaflor requested a review from denrase as a code owner May 28, 2026 11:54
@buenaflor buenaflor closed this May 28, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 28, 2026

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/subosito/flutter-action-2.23.0 branch May 28, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants