build(deps): bump the minor group with 6 updates#90
Merged
Conversation
Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [wasm-bindgen](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.121` | `0.2.122` | | [autocfg](https://github.com/cuviper/autocfg) | `1.5.0` | `1.5.1` | | [bumpalo](https://github.com/fitzgen/bumpalo) | `3.20.2` | `3.20.3` | | [wasm-bindgen-macro](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.121` | `0.2.122` | | [wasm-bindgen-macro-support](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.121` | `0.2.122` | | [wasm-bindgen-shared](https://github.com/wasm-bindgen/wasm-bindgen) | `0.2.121` | `0.2.122` | Updates `wasm-bindgen` from 0.2.121 to 0.2.122 - [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.121...0.2.122) Updates `autocfg` from 1.5.0 to 1.5.1 - [Commits](cuviper/autocfg@1.5.0...1.5.1) Updates `bumpalo` from 3.20.2 to 3.20.3 - [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md) - [Commits](fitzgen/bumpalo@v3.20.2...v3.20.3) Updates `wasm-bindgen-macro` from 0.2.121 to 0.2.122 - [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.121...0.2.122) Updates `wasm-bindgen-macro-support` from 0.2.121 to 0.2.122 - [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.121...0.2.122) Updates `wasm-bindgen-shared` from 0.2.121 to 0.2.122 - [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.121...0.2.122) --- updated-dependencies: - dependency-name: wasm-bindgen dependency-version: 0.2.122 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: autocfg dependency-version: 1.5.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: bumpalo dependency-version: 3.20.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: wasm-bindgen-macro dependency-version: 0.2.122 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: wasm-bindgen-macro-support dependency-version: 0.2.122 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor - dependency-name: wasm-bindgen-shared dependency-version: 0.2.122 dependency-type: indirect update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
|
Size Change: 0 B Total Size: 62.6 kB ℹ️ View Unchanged
|
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 minor group with 6 updates:
0.2.1210.2.1221.5.01.5.13.20.23.20.30.2.1210.2.1220.2.1210.2.1220.2.1210.2.122Updates
wasm-bindgenfrom 0.2.121 to 0.2.122Release notes
Sourced from wasm-bindgen's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
ddd3225release: 0.2.122 - schema bump (#5162)a64603eFix emscripten output: dep graph, HEAP_DATA_VIEW, function declarations (#5156)2c543afImplement TryFromJsValue for Vec<T> (#5150)fabc617fix: key WrapInExportedClass/UnwrapExportedClass by qualified_name (renamed-s...32d8df2drop codspeed runner (#5161)f5bf1c8fix: HandleBrandBrIfinstructions in the descriptor interpreter (#5158)bbcdb9cfix: route methods to the right class when js_name + js_namespace + js_class ...8b5d213Enforce unwind safety on #[wasm_bindgen] exports under panic=unwind (#5128)e4fdb2cci: pin legacy EH job to nightly-2026-05-12 (#5155)14b86adAdd --export=__heap_base for threading after rust-lang/rust#156174 (#5152)Updates
autocfgfrom 1.5.0 to 1.5.1Commits
2799b09Merge pull request #80 from cuviper/noscript8e7f49aci: extend the tested versions303aa6aRelease 1.5.173483fbMaketests/wrapperswork without a scriptUpdates
bumpalofrom 3.20.2 to 3.20.3Changelog
Sourced from bumpalo's changelog.
Commits
84654acRewind on slice allocation failure (#324)5325624Fix a couple bugs (#323)fcf8370Fix UB inAllocator::grow_zeroed(#321)657caf8test: fix test for OOM instead of overflow (#320)1db9be9fix: fix typo in comment (#318)a47f6d6fix: bump pointer/bump chunk debug assertion (#313)0b12966Update Cargo.toml with keywords (#303)Updates
wasm-bindgen-macrofrom 0.2.121 to 0.2.122Release notes
Sourced from wasm-bindgen-macro's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen-macro's changelog.
... (truncated)
Commits
ddd3225release: 0.2.122 - schema bump (#5162)a64603eFix emscripten output: dep graph, HEAP_DATA_VIEW, function declarations (#5156)fabc617fix: key WrapInExportedClass/UnwrapExportedClass by qualified_name (renamed-s...f5bf1c8fix: HandleBrandBrIfinstructions in the descriptor interpreter (#5158)bbcdb9cfix: route methods to the right class when js_name + js_namespace + js_class ...8b5d213Enforce unwind safety on #[wasm_bindgen] exports under panic=unwind (#5128)14b86adAdd --export=__heap_base for threading after rust-lang/rust#156174 (#5152)Updates
wasm-bindgen-macro-supportfrom 0.2.121 to 0.2.122Release notes
Sourced from wasm-bindgen-macro-support's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen-macro-support's changelog.
... (truncated)
Commits
ddd3225release: 0.2.122 - schema bump (#5162)a64603eFix emscripten output: dep graph, HEAP_DATA_VIEW, function declarations (#5156)fabc617fix: key WrapInExportedClass/UnwrapExportedClass by qualified_name (renamed-s...f5bf1c8fix: HandleBrandBrIfinstructions in the descriptor interpreter (#5158)bbcdb9cfix: route methods to the right class when js_name + js_namespace + js_class ...8b5d213Enforce unwind safety on #[wasm_bindgen] exports under panic=unwind (#5128)14b86adAdd --export=__heap_base for threading after rust-lang/rust#156174 (#5152)Updates
wasm-bindgen-sharedfrom 0.2.121 to 0.2.122Release notes
Sourced from wasm-bindgen-shared's releases.
... (truncated)
Changelog
Sourced from wasm-bindgen-shared's changelog.
... (truncated)
Commits
ddd3225release: 0.2.122 - schema bump (#5162)a64603eFix emscripten output: dep graph, HEAP_DATA_VIEW, function declarations (#5156)fabc617fix: key WrapInExportedClass/UnwrapExportedClass by qualified_name (renamed-s...f5bf1c8fix: HandleBrandBrIfinstructions in the descriptor interpreter (#5158)bbcdb9cfix: route methods to the right class when js_name + js_namespace + js_class ...8b5d213Enforce unwind safety on #[wasm_bindgen] exports under panic=unwind (#5128)14b86adAdd --export=__heap_base for threading after rust-lang/rust#156174 (#5152)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