chore(deps): update dependency wasm-bindgen/wasm-pack to v0.15.0#94
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency wasm-bindgen/wasm-pack to v0.15.0#94renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
008a208 to
2602911
Compare
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.
This PR contains the following updates:
0.13.1→0.15.0Release Notes
wasm-bindgen/wasm-pack (wasm-bindgen/wasm-pack)
v0.15.0Compare Source
✨ Features
Add wasm64-unknown-unknown target support - audreyt, pull/1553
Parameterizes the target triple in
cargo_build_wasm()andcargo_build_wasm_tests(), extracts--targetfrom extra options, adds--enable-memory64to wasm-opt args for wasm64 targets, and dynamically constructs theCARGO_TARGET_*_RUNNERenv var from the target triple.Add
--panic-unwindflag to build and test commands - guybedford, pull/1572Move
wasm-pack-templateinto the repo - guybedford, pull/1573Vendors the project template directly into this repository so
wasm-pack newno longer depends on a separate external template repo.🤕 Fixes
Replace deprecated
binary-installand add release auto-publish - guybedford, pull/1579The 0.14.0 npm package shipped with the old
drager/wasm-packrelease URL and was never republished after the repository moved, sonpm install -g wasm-packfailed with a 404. This inlines the install/run logic intonpm/binary.js, drops the deprecatedbinary-installdependency (which pulled in unmaintainedrimraf@3,glob@7,inflight, andtar@6), promotestarto a real dependency, and adds release workflow automation so the npm package no longer requires a manualnpm publish.Make
init.shPOSIX-compatible and stop mangling$VERSION- guybedford, pull/1578Add trailing newline in
package.json- joaofreires, pull/1162Fix
drager→wasm-bindgenin URLs - akesling, pull/1571🛠️ Maintenance
Bump follow-redirects from 1.15.11 to 1.16.0 in /npm - [dependabot], pull/1565
Bump rustls-webpki from 0.103.9 to 0.103.13 - [dependabot], pull/1570
Bump brace-expansion from 1.1.12 to 1.1.14 in /npm - [dependabot], pull/1574
Bump tar from 0.4.44 to 0.4.45 - [dependabot], pull/1559
Bump time from 0.3.45 to 0.3.47 - [dependabot], pull/1549
Bump minimatch from 3.1.2 to 3.1.5 in /npm - [dependabot], pull/1555
📖 Documentation
Update documentation and references to the new GitHub repo - [qinyuhang], pull/1567
Fix typo in prerequisites documentation - pRizz, pull/1545
v0.14.0Compare Source
✨ Features
Support arbitrary wasm targets (WASI support) - RReverser, pull/1524
Allows building for targets other than wasm32-unknown-unknown, enabling WASI and other custom wasm targets.
macOS ARM (aarch64-apple-darwin) build support - kaleidawave, pull/1529
Adds native Apple Silicon support in release builds and NPM package.
Allow
--split-linked-modulesflag for wasm-bindgen - codeart1st, pull/1443Custom build profile support - rafaelbeckel, pull/1428
Allows using custom cargo profiles via
--profile.🤕 Fixes
Fix NPM package download URL - qinyuhang, pull/1543
Filter build artifacts to only .wasm files - [drager], pull/1535
Handle undefined VERSION in installer script - BrianHung, pull/1512
Fix it_gets_wasm_bindgen_version test - mshroyer, pull/1509
🛠️ Maintenance
Update dependencies to latest versions - [drager], pull/1536
Security workflow permissions fixes - [drager]
Bump ring from 0.17.8 to 0.17.14 - dependabot, pull/1516
Bump brace-expansion from 1.1.11 to 1.1.12 in /npm - dependabot, pull/1515
Bump rustls from 0.23.16 to 0.23.18 - dependabot, pull/1451
Fix tar vulnerability (CVE-2026-23745) in npm package
Override tar dependency to ^7.5.3 to fix arbitrary file overwrite and symlink poisoning vulnerability (GHSA-8qq5-rm4j-mr97).
Fix axios vulnerabilities in npm package
Override axios dependency to ^0.30.0 to fix SSRF/credential leakage via absolute URL and XSRF-TOKEN leakage (CSRF) vulnerabilities.
📖 Documentation
Update documentation links to drager's repo - yutannihilation, pull/1513
Document prerequisites for webdriver tests - mshroyer, pull/1509
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.