build(deps): bump subosito/flutter-action from 2.18.0 to 2.23.0#389
Closed
dependabot[bot] wants to merge 14 commits into
Closed
build(deps): bump subosito/flutter-action from 2.18.0 to 2.23.0#389dependabot[bot] wants to merge 14 commits into
dependabot[bot] wants to merge 14 commits into
Conversation
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>
Contributor
Semver Impact of This PR🟢 Patch (bug fixes) 📋 Changelog PreviewThis is how your changes will appear in the changelog. Bug Fixes 🐛
Internal Changes 🔧Deps
Release
Other
Other
🤖 This preview updates automatically when you update the PR. |
* 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
approved these changes
May 28, 2026
Contributor
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps subosito/flutter-action from 2.18.0 to 2.23.0.
Release notes
Sourced from subosito/flutter-action's releases.
... (truncated)
Commits
1a44944Simplify extraction of zip files (#379)4efee11readme: minor updates (#392)d97c38eadd a CI job that checks out a specific master commit (#391)75b905cchores (#390)7ff07e9Add separate pub-cache boolean flag (#377)6622f58feat: fvm support (#383)0ca7a94Remove macos-13 (Intel) runner from CI (#388)de04a6aUpgrade actions/cache to v5 (#385)fd55f4cSupport dynamic values for PUB-CACHE-PATH (#363)ca16aeefix broken links in README (#365)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)