Skip to content

chore(deps)(deps-dev): bump @sentry/cli from 3.4.0 to 3.4.2 in /packages/mobile#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/mobile/sentry/cli-3.4.2
Open

chore(deps)(deps-dev): bump @sentry/cli from 3.4.0 to 3.4.2 in /packages/mobile#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/packages/mobile/sentry/cli-3.4.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown

Bumps @sentry/cli from 3.4.0 to 3.4.2.

Release notes

Sourced from @​sentry/cli's releases.

3.4.2

Fixes

  • (snapshots) Stop sending Sentry auth token to Objectstore (#3286)
  • (js) Fix argument injection in JavaScript API's serializeOptions. String/number options now validate input types and prevent Array.prototype.concat() from flattening array values into separate CLI arguments. (#3287)

3.4.2-snapshot.20260511.9081115

Snapshot build from master at 9081115.

3.4.2-snapshot.20260511.4052e78

Snapshot build from master at 4052e78.

3.4.2-snapshot.20260511.04c061a

Snapshot build from master at 04c061a.

3.4.2-snapshot.20260511.f5db2f6

Snapshot build from master at f5db2f6.

3.4.2-snapshot.20260508.660e98b

Snapshot build from master at 660e98b.

3.4.2-snapshot.20260505.848b63a

Snapshot build from master at 848b63a.

3.4.2-snapshot.20260505.54eefbd

Snapshot build from master at 54eefbd.

3.4.2-snapshot.20260505.5b673e5

Snapshot build from master at 5b673e5.

3.4.2-snapshot.20260505.4e81e6a

Snapshot build from master at 4e81e6a.

3.4.2-snapshot.20260505.d23f02b

Snapshot build from master at d23f02b.

3.4.2-snapshot.20260505.c937179

Snapshot build from master at c937179.

3.4.2-snapshot.20260505.c3e59a9

Snapshot build from master at c3e59a9.

3.4.2-snapshot.20260430.b383d38

Snapshot build from master at b383d38.

3.4.2-snapshot.20260428.3a7d03f

Snapshot build from master at 3a7d03f.

3.4.2-snapshot.20260428.b797278

Snapshot build from master at b797278.

... (truncated)

Changelog

Sourced from @​sentry/cli's changelog.

3.4.2

Fixes

  • (snapshots) Stop sending Sentry auth token to Objectstore (#3286)
  • (js) Fix argument injection in JavaScript API's serializeOptions. String/number options now validate input types and prevent Array.prototype.concat() from flattening array values into separate CLI arguments. (#3287)

3.4.1

Improvements

  • (bundle-jvm) Warn and skip subsequent duplicates when multiple files strip to the same URL (e.g. Android build variants contributing the same FQCN). The warning points users at --exclude to scope the bundle to a single variant (#3275).

Fixes

  • (bundle-jvm) Strip the [<module>/]src/<sourceset>/<lang>/ prefix from bundle URLs so Symbolicator can resolve them from package-based stack traces (e.g. sentry-android-core/src/main/java/io/sentry/android/core/ANRWatchDog.java~/io/sentry/android/core/ANRWatchDog.jvm) (#3275).
Commits
  • e3f5f55 release: 3.4.2
  • f5db2f6 build(deps): Update openssl dependency (#3294)
  • 4052e78 build(deps): Bump rand (#3296)
  • 04c061a build(js): Update fast-uri (#3295)
  • 9081115 fix(js): Prevent argument injection via type coercion in serializeOptions (#3...
  • 660e98b ref(upload): Remove redundant function parameter (#3280)
  • 54eefbd build(rust): Update Rust toolchain to 1.95 (#3271)
  • cbaec55 build(deps): bump actions/create-github-app-token from 2.2.1 to 3.1.1 (#3267)
  • c937179 meta: Prevent script injection in rust-toolchain-update workflow (#3284)
  • d23f02b meta: Prevent potential shell injection in GitHub Actions workflow (#3283)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [@sentry/cli](https://github.com/getsentry/sentry-cli) from 3.4.0 to 3.4.2.
- [Release notes](https://github.com/getsentry/sentry-cli/releases)
- [Changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-cli@3.4.0...3.4.2)

---
updated-dependencies:
- dependency-name: "@sentry/cli"
  dependency-version: 3.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates (dependabot) label May 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github May 11, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: mobile. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

KouemouSah added a commit that referenced this pull request Jun 18, 2026
… F.2+)

Bulk import (#18): POST /reference/{entity}/import {rows} mass-creates currencies/
countries/regions. Each row is validated via the entity schema and inserted in its
OWN savepoint, so a bad/duplicate row is reported (row index + reason) without
aborting the batch and without silent drops; bounded at 1000 rows. Frontend: a pure
CSV parser (lib/parse-csv, RFC-4180-ish, +4 Vitest) + an "Import CSV" button per tab
that parses client-side, posts the rows, and shows a created/errors summary.

Inline-create (#17, Odoo "Create and Edit"): RefSelect gains an optional
onRequestCreate(term) — when the search has no exact match it shows "+ Create
'<term>'", delegating the pre-filled create to the consumer. Reusable affordance;
fully consumed in the org/site forms in F.3.

Validated: pytest reference 4 green (import per-row error reporting) + live smoke
(2 created / 1 bad reported); web tsc 0 / eslint 0 / Vitest 35.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates (dependabot)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants