build(deps): bump glean-parser from 17.3.0 to 18.2.0 #773 (lando@main)

Warnings
  • Checking...
Blockers
  • Checking...
Branches dependabot/pip/glean-parser-18.2.0 -> main
Repo lando@main (git) (git://github.com/mozilla-conduit/lando.git)
Author dependabot[bot]
State closed
Commit Title build(deps): bump glean-parser from 17.3.0 to 18.2.0
Commit Body Bumps [glean-parser](https://github.com/mozilla/glean_parser) from 17.3.0 to 18.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mozilla/glean_parser/releases">glean-parser's releases</a>.</em></p> <blockquote> <h2>v18.2.0</h2> <ul> <li>New lint: Warn against event metrics on the <code>metrics</code> or <code>baseline</code> ping (<a href="https://redirect.github.com/mozilla/glean_parser/pull/823">#823</a>)</li> <li>Go server: Add 'string_list' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/825">#825</a>)</li> </ul> <h2>v18.1.1</h2> <ul> <li>Python server: Fix logging mechanism (<a href="https://redirect.github.com/mozilla/glean_parser/pull/820">#820</a>)</li> </ul> <h2>v18.1.0</h2> <ul> <li>Python server: Support sending custom pings without events (<a href="https://redirect.github.com/mozilla/glean_parser/pull/817">#817</a>)</li> <li>Python server: Add 'object' and 'boolean' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/816">#816</a>)</li> <li>Kotlin: Avoid <code>toString()</code> conversion on strings (<a href="https://redirect.github.com/mozilla/glean_parser/issues/818">#818</a>)</li> </ul> <h2>v18.0.6</h2> <ul> <li>Swift: Rely on Swift's Codable and configure it properly for the expected serialization (<a href="https://redirect.github.com/mozilla/glean_parser/pull/815">#815</a>)</li> </ul> <h2>v18.0.5</h2> <ul> <li>BUGFIX: Kotlin: correctly build a serial descriptor</li> </ul> <h2>v18.0.4</h2> <ul> <li>BUGFIX: Kotlin: Implement serializers for the <code>oneOf</code> subtypes (<a href="https://redirect.github.com/mozilla/glean_parser/pull/814">#814</a>)</li> </ul> <h2>v18.0.3</h2> <ul> <li>BUGFIX: Kotlin: Implement Serializable again for object items (<a href="https://redirect.github.com/mozilla/glean_parser/pull/813">#813</a>)</li> <li>BUGFIX: Kotlin: Properly check that object arrays are non-empty before serializable (<a href="https://redirect.github.com/mozilla/glean_parser/pull/813">#813</a>)</li> </ul> <h2>v18.0.2</h2> <ul> <li>BUGFIX: Kotlin/Swift: Prefix new variables to avoid clashes with user code (<a href="https://redirect.github.com/mozilla/glean_parser/pull/812">#812</a>)</li> </ul> <h2>v18.0.1</h2> <ul> <li>BUGFIX: Swift: Fix variable naming in Swift template for object metric code (<a href="https://redirect.github.com/mozilla/glean_parser/pull/811">#811</a>)</li> </ul> <h2>v18.0.0</h2> <ul> <li>BREAKING CHANGE: Dropped support for Python 3.8 (<a href="https://redirect.github.com/mozilla/glean_parser/pull/800">#800</a>)</li> <li>New lint: <code>UNUSED_NO_LINT</code> when a lint is listed for a metric but doesn't actually trigger</li> <li>New lint: <code>UNKNOWN_LINT</code> when an unknown lint is named in the <code>no_lint</code> list</li> <li>Add Sendable conformance to Pings (<a href="https://redirect.github.com/mozilla/glean_parser/pull/810">#810</a>)</li> <li>BREAKING CHANGE: Add <code>oneOf</code> type to object metric type structure. This requires changes in the generated code and is thus breaking, but shouldn't affect users (<a href="https://redirect.github.com/mozilla/glean_parser/pull/803">#803</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/glean_parser/blob/main/CHANGELOG.md">glean-parser's changelog</a>.</em></p> <blockquote> <h2>18.2.0</h2> <ul> <li>New lint: Warn against event metrics on the <code>metrics</code> or <code>baseline</code> ping (<a href="https://redirect.github.com/mozilla/glean_parser/pull/823">#823</a>)</li> <li>Go server: Add 'string_list' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/825">#825</a>)</li> </ul> <h2>18.1.1</h2> <ul> <li>Python server: Fix logging mechanism (<a href="https://redirect.github.com/mozilla/glean_parser/pull/820">#820</a>)</li> </ul> <h2>18.1.0</h2> <ul> <li>Python server: Support sending custom pings without events (<a href="https://redirect.github.com/mozilla/glean_parser/pull/817">#817</a>)</li> <li>Python server: Add 'object' and 'boolean' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/pull/816">#816</a>)</li> <li>Kotlin: Avoid <code>toString()</code> conversion on strings (<a href="https://redirect.github.com/mozilla/glean_parser/issues/818">#818</a>)</li> </ul> <h2>18.0.6</h2> <ul> <li>Swift: Rely on Swift's Codable and configure it properly for the expected serialization (<a href="https://redirect.github.com/mozilla/glean_parser/pull/815">#815</a>)</li> </ul> <h2>18.0.5</h2> <ul> <li>BUGFIX: Kotlin: correctly build a serial descriptor</li> </ul> <h2>18.0.4</h2> <ul> <li>BUGFIX: Kotlin: Implement serializers for the <code>oneOf</code> subtypes (<a href="https://redirect.github.com/mozilla/glean_parser/pull/814">#814</a>)</li> </ul> <h2>18.0.3</h2> <ul> <li>BUGFIX: Kotlin: Implement Serializable again for object items (<a href="https://redirect.github.com/mozilla/glean_parser/pull/813">#813</a>)</li> <li>BUGFIX: Kotlin: Properly check that object arrays are non-empty before serializable (<a href="https://redirect.github.com/mozilla/glean_parser/pull/813">#813</a>)</li> </ul> <h2>18.0.2</h2> <ul> <li>BUGFIX: Kotlin/Swift: Prefix new variables to avoid clashes with user code (<a href="https://redirect.github.com/mozilla/glean_parser/pull/812">#812</a>)</li> </ul> <h2>18.0.1</h2> <ul> <li>BUGFIX: Swift: Fix variable naming in Swift template for object metric code (<a href="https://redirect.github.com/mozilla/glean_parser/pull/811">#811</a>)</li> </ul> <h2>18.0.0</h2> <ul> <li>BREAKING CHANGE: Dropped support for Python 3.8 (<a href="https://redirect.github.com/mozilla/glean_parser/pull/800">#800</a>)</li> <li>New lint: <code>UNUSED_NO_LINT</code> when a lint is listed for a metric but doesn't actually trigger</li> <li>New lint: <code>UNKNOWN_LINT</code> when an unknown lint is named in the <code>no_lint</code> list</li> <li>Add Sendable conformance to Pings (<a href="https://redirect.github.com/mozilla/glean_parser/pull/810">#810</a>)</li> <li>BREAKING CHANGE: Add <code>oneOf</code> type to object metric type structure. This requires changes in the generated code and is thus breaking, but shouldn't affect users (<a href="https://redirect.github.com/mozilla/glean_parser/pull/803">#803</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mozilla/glean_parser/commit/39c9b070d429983db233e7435ae7dfe69f48a543"><code>39c9b07</code></a> Release v18.2.0</li> <li><a href="https://github.com/mozilla/glean_parser/commit/7cea04cb3e20f7e17d931942afa892f104eca6bc"><code>7cea04c</code></a> feat(go server): Add 'string_list' to supported metric types (<a href="https://redirect.github.com/mozilla/glean_parser/issues/825">#825</a>)</li> <li><a href="https://github.com/mozilla/glean_parser/commit/34817126fc296479cddc2b53bf4968e869e16dee"><code>3481712</code></a> New lint: Warn against event metrics on the <code>metrics</code> or <code>baseline</code> ping</li> <li><a href="https://github.com/mozilla/glean_parser/commit/39a3ab2ac494be9e6fcd010a7b9b329c67b89b21"><code>39a3ab2</code></a> Always skip Node.js tests on Node.js v24</li> <li><a href="https://github.com/mozilla/glean_parser/commit/9b7a3ba7fd62658c75c610beb3449afcdfa089f8"><code>9b7a3ba</code></a> Release v18.1.1</li> <li><a href="https://github.com/mozilla/glean_parser/commit/31e9435fc5f8c0cf1c093b34a2cb245ff28b3955"><code>31e9435</code></a> chore(python_server): replace print with sys.stdout.write (<a href="https://redirect.github.com/mozilla/glean_parser/issues/820">#820</a>)</li> <li><a href="https://github.com/mozilla/glean_parser/commit/31efbeb1be30f3c82151c1a9d9b9d49f6b14829e"><code>31efbeb</code></a> Release v18.1.0</li> <li><a href="https://github.com/mozilla/glean_parser/commit/a18b76bd00c83783a8cddb940f92ab3d66666fca"><code>a18b76b</code></a> Kotlin: Avoid <code>toString()</code> conversion on strings</li> <li><a href="https://github.com/mozilla/glean_parser/commit/dba14bf7a398cced7380e783fceabe4b8fa296d1"><code>dba14bf</code></a> chore(python_server): support sending custom pings without events (<a href="https://redirect.github.com/mozilla/glean_parser/issues/817">#817</a>)</li> <li><a href="https://github.com/mozilla/glean_parser/commit/f1f8499bed8c2798a4c8454d193f7b01dd3f0b98"><code>f1f8499</code></a> chore(python_server): Add 'object' and 'boolean' to supported metric types (#...</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/glean_parser/compare/v17.3.0...v18.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glean-parser&package-manager=pip&previous-version=17.3.0&new-version=18.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Landings

Not yet Landed
There has been no attempt to land revisions in this stack.