Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps glean-parser from 14.5.2 to 18.0.6.

Release notes

Sourced from glean-parser's releases.

v18.0.6

  • Swift: Rely on Swift's Codable and configure it properly for the expected serialization (#815)

v18.0.5

  • BUGFIX: Kotlin: correctly build a serial descriptor

v18.0.4

  • BUGFIX: Kotlin: Implement serializers for the oneOf subtypes (#814)

v18.0.3

  • BUGFIX: Kotlin: Implement Serializable again for object items (#813)
  • BUGFIX: Kotlin: Properly check that object arrays are non-empty before serializable (#813)

v18.0.2

  • BUGFIX: Kotlin/Swift: Prefix new variables to avoid clashes with user code (#812)

v18.0.1

  • BUGFIX: Swift: Fix variable naming in Swift template for object metric code (#811)

v18.0.0

  • BREAKING CHANGE: Dropped support for Python 3.8 (#800)
  • New lint: UNUSED_NO_LINT when a lint is listed for a metric but doesn't actually trigger
  • New lint: UNKNOWN_LINT when an unknown lint is named in the no_lint list
  • Add Sendable conformance to Pings (#810)
  • BREAKING CHANGE: Add oneOf type to object metric type structure. This requires changes in the generated code and is thus breaking, but shouldn't affect users (#803)

v17.3.0

  • New lint: HIGHER_DATA_SENSITIVITY_REQUIRED for when an event extra key could potentially contain sensitive data (bug 1973017)
  • BUGFIX: Don't try to remove non-existent key on dual labeled metrics (#801)

v17.2.0

  • Forbid redefinition of metrics, categories, or pings within the same YAML document (bug 1921089)
  • Increase the maximum label length to 111 (#796)
  • Switch to pyproject.toml and uv (#783)
  • Add new metric type: DualLabeledCounter (#797)

v17.1.0

  • Permit object metrics named 'glean.attribution.ext' or 'glean.distribution.ext' even if allow_reserved is false (bug 1955428)

v17.0.1

  • BUGFIX: Fix missing ping_arg "uploader_capabilities" in util.py (#786)

v17.0.0

  • BREAKING CHANGE: Support uploader_capabilities for pings (bug 1920732)

v16.2.0

  • New lint: error when there are metrics whose names are too similar (bug 1934099)
  • Require array or object as the root type in object metrics (#780)
  • Remove 100-bucket limit for custom_distribution metrics (bug 1940967)

... (truncated)

Changelog

Sourced from glean-parser's changelog.

18.0.6

  • Swift: Rely on Swift's Codable and configure it properly for the expected serialization (#815)

18.0.5

  • BUGFIX: Kotlin: correctly build a serial descriptor

18.0.4

  • BUGFIX: Kotlin: Implement serializers for the oneOf subtypes (#814)

18.0.3

  • BUGFIX: Kotlin: Implement Serializable again for object items (#813)
  • BUGFIX: Kotlin: Properly check that object arrays are non-empty before serializable (#813)

18.0.2

  • BUGFIX: Kotlin/Swift: Prefix new variables to avoid clashes with user code (#812)

18.0.1

  • BUGFIX: Swift: Fix variable naming in Swift template for object metric code (#811)

18.0.0

  • BREAKING CHANGE: Dropped support for Python 3.8 (#800)
  • New lint: UNUSED_NO_LINT when a lint is listed for a metric but doesn't actually trigger
  • New lint: UNKNOWN_LINT when an unknown lint is named in the no_lint list
  • Add Sendable conformance to Pings (#810)
  • BREAKING CHANGE: Add oneOf type to object metric type structure. This requires changes in the generated code and is thus breaking, but shouldn't affect users (#803)

17.3.0

  • New lint: HIGHER_DATA_SENSITIVITY_REQUIRED for when an event extra key could potentially contain sensitive data (bug 1973017)
  • BUGFIX: Don't try to remove non-existent key on dual labeled metrics (#801)

17.2.0

  • Forbid redefinition of metrics, categories, or pings within the same YAML document (bug 1921089)
  • Increase the maximum label length to 111 (#796)
  • Switch to pyproject.toml and uv (#783)
  • Add new metric type: DualLabeledCounter (#797)

17.1.0

  • Permit object metrics named 'glean.attribution.ext' or 'glean.distribution.ext' even if allow_reserved is false (bug 1955428)

17.0.1

... (truncated)

Commits
  • b423bb9 Release v18.0.6
  • c7b5fe9 Swift: Rely on Swift's Codable and configure it properly for the expected ser...
  • b0fdb86 Release v18.0.5
  • e707b1b Kotlin: correctly build a serial descriptor
  • d95de42 Release v18.0.4
  • 3bb4f3c Kotlin: Implement Serializer again for oneOf enums
  • 59736fe Release v18.0.3
  • 8a046ec Kotlin: Properly check that object arrays are non-empty before serializing
  • 7452009 Kotlin: Implement Serializable again for object items
  • dd9115e Release v18.0.2
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [glean-parser](https://github.com/mozilla/glean_parser) from 14.5.2 to 18.0.6.
- [Release notes](https://github.com/mozilla/glean_parser/releases)
- [Changelog](https://github.com/mozilla/glean_parser/blob/main/CHANGELOG.md)
- [Commits](mozilla/glean_parser@v14.5.2...v18.0.6)

---
updated-dependencies:
- dependency-name: glean-parser
  dependency-version: 18.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 3, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2025

Superseded by #2125.

@dependabot dependabot bot closed this Nov 10, 2025
@dependabot dependabot bot deleted the dependabot/pip/glean-parser-18.0.6 branch November 10, 2025 13:10
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant