chore(deps): bump the production-dependencies group with 8 updates#224
Merged
gadomski merged 1 commit intoMay 8, 2026
Merged
Conversation
Bumps the production-dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [geojson](https://github.com/georust/geojson) | `0.24.2` | `1.0.0` | | [geozero](https://github.com/georust/geozero) | `0.14.0` | `0.15.1` | | [jsonschema](https://github.com/Stranger6667/jsonschema) | `0.33.0` | `0.46.4` | | [sqlparser](https://github.com/apache/datafusion-sqlparser-rs) | `0.58.0` | `0.62.0` | | [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.120` | `0.2.121` | | [web-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.97` | `0.3.98` | | [wasm-bindgen-test](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.70` | `0.3.71` | | [js-sys](https://github.com/wasm-bindgen/wasm-bindgen) | `0.3.97` | `0.3.98` | Updates `geojson` from 0.24.2 to 1.0.0 - [Changelog](https://github.com/georust/geojson/blob/main/CHANGES.md) - [Commits](georust/geojson@0.24.2...v1.0.0) Updates `geozero` from 0.14.0 to 0.15.1 - [Commits](https://github.com/georust/geozero/commits) Updates `jsonschema` from 0.33.0 to 0.46.4 - [Release notes](https://github.com/Stranger6667/jsonschema/releases) - [Changelog](https://github.com/Stranger6667/jsonschema/blob/master/CHANGELOG.md) - [Commits](Stranger6667/jsonschema@rust-v0.33.0...ruby-v0.46.4) Updates `sqlparser` from 0.58.0 to 0.62.0 - [Changelog](https://github.com/apache/datafusion-sqlparser-rs/blob/main/CHANGELOG.md) - [Commits](apache/datafusion-sqlparser-rs@v0.58.0...v0.62.0) Updates `wasm-bindgen` from 0.2.120 to 0.2.121 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](wasm-bindgen/wasm-bindgen@0.2.120...0.2.121) Updates `web-sys` from 0.3.97 to 0.3.98 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `wasm-bindgen-test` from 0.3.70 to 0.3.71 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) Updates `js-sys` from 0.3.97 to 0.3.98 - [Release notes](https://github.com/wasm-bindgen/wasm-bindgen/releases) - [Changelog](https://github.com/wasm-bindgen/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/wasm-bindgen/wasm-bindgen/commits) --- updated-dependencies: - dependency-name: geojson dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: geozero dependency-version: 0.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: jsonschema dependency-version: 0.46.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: sqlparser dependency-version: 0.62.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: wasm-bindgen dependency-version: 0.2.121 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: web-sys dependency-version: 0.3.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: wasm-bindgen-test dependency-version: 0.3.71 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: js-sys dependency-version: 0.3.98 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
gadomski
approved these changes
May 8, 2026
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 the production-dependencies group with 8 updates:
0.24.21.0.00.14.00.15.10.33.00.46.40.58.00.62.00.2.1200.2.1210.3.970.3.980.3.700.3.710.3.970.3.98Updates
geojsonfrom 0.24.2 to 1.0.0Changelog
Sourced from geojson's changelog.
... (truncated)
Commits
f6eafedprepare for 1.0.0 release8c12816prepare for 0.25.0 releasec64043fsimpler docsfa96c26update to rust 2024 (#273)3c362b4Additional ergonomic constructors (for Geometry and FeatureCollection) (#271)f5fffd0Remove methods related to json to/from now that we ser/de directly (#270)de445d9Speed up parsing by deserializing directly to geojson (without intermediate s...a7870dbMove code around - no new functionality (#268)37ea3c9Merge branch 'mkirk/derive-serialization-3'67c07a1derive Serialization rather than manual implsUpdates
geozerofrom 0.14.0 to 0.15.1Commits
Updates
jsonschemafrom 0.33.0 to 0.46.4Release notes
Sourced from jsonschema's releases.
... (truncated)
Changelog
Sourced from jsonschema's changelog.
... (truncated)
Commits
d87ce88chore(ruby): Release 0.46.4ba1ed52chore(python): Release 0.46.4f1a8764chore(rust): Release 0.46.47dc8d6bfix: Panic in the regex engine when matching against patterns with very large...ab3a91fchore(ruby): Release 0.46.3a3185c1chore(python): Release 0.46.36cf992fchore(rust): Release 0.46.3ef3daebbuild(deps): update serde-saphyr requirement from 0.0.24 to 0.0.25cd85221fix: Compilation failure onwasm32targets with theresolve-asyncfeatureee4fd16chore: fix msrvUpdates
sqlparserfrom 0.58.0 to 0.62.0Commits
3dd0e30chore: Bump version to 0.62.0 and add changelog (#2331)9833c03feat(clickhouse): support PARTITION BY after ORDER BY and ARRAY JOIN (#2283)9550e93Add Teradata dialect (#2309)7eba3caPostgreSQL: Parse optimizer hints in leading comments (#2320)fa1dae1Snowflake: Add support for text data type modifiers (#2297)63e9a33Redshift: PartiQL AT <index> (#2303)19a7468TrackParens\<T>'s span (#2291)9a70c42PostgreSQL: Add support for LATERAL ... WITH ORDINALITY (#2304)53dcc82Spark SQL: Add SparkSqlDialect (#2305)9f04ebeCoding agents guidelines (#2298)Updates
wasm-bindgenfrom 0.2.120 to 0.2.121Release notes
Sourced from wasm-bindgen's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
49457f2Loosen JsFuture<T> bound to support Promise<Union> (#5149)e755d21release: 0.2.121 - schema bump (#5148)1cb17adRelease 0.2.1212064570Fix slice_to_array erroring on non-slice args of slice_to_array fns (#5146)dfefda7Fix panic unwind bundler js (#5142)12646beAdd slice_to_array attribute for plain-Array slice imports (#5145)f4706e3feat: support union types with Rust enums (#4734)b75c754feat: inheritance for Rust-exported types via #[wasm_bindgen(extends = ...)] ...b259436Support raw identifiers for enums, enum variants, extern types, and impls (#4...b7ffebcUpdate experimental ViewTransition interface (#5138)Updates
web-sysfrom 0.3.97 to 0.3.98Commits
Updates
wasm-bindgen-testfrom 0.3.70 to 0.3.71Commits
Updates
js-sysfrom 0.3.97 to 0.3.98Commits
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 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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions