Skip to content

Conversation

@soerenbf
Copy link
Collaborator

@soerenbf soerenbf commented Sep 9, 2025

Purpose

Next major release of @concordium/web-sdk

Changes

Checklist

  • My code follows the style of this project.
  • The code compiles without warnings.
  • I have performed a self-review of the changes.
  • I have documented my code, in particular the intent of the
    hard-to-understand areas.
  • (If necessary) I have updated the CHANGELOG.

soerenbf and others added 30 commits August 29, 2025 14:45
soerenbf and others added 24 commits September 10, 2025 13:12
* Add `CborContractAddress` type
* Add unit tests for `CborContractAddress`
merge `main` into `release/sdk/11`
Make everything optional for token init params + module state, according to CIS-7
Align cis-7 decode function with changes to init params and module state
* Create app token, and use it to push docs to gh-pages

* rm whitespace from comment

* Fix broken links and linkcheck in docs

* Update wasm pack + rust version (#519)

* move wasm-pack out of local deps
* update wasm-bindgen
* use rust version 1.85
* declare wasm-pack as a dependency in readme section
* install wasm-pack in workflows
* Fix module resolution due to rust-bindings package cjs->esm
* Fix CRA example app warnings
* Update sdk changelog

* changing tar fs version as per dependabot suggestion

* removed the entry from resolutions package.json
ran yarn up @size-limit/preset-big-lib
ran yarn estimo --recursive

* Updated babel traverse using yarn up @babel/traverse -R

* ran yarn up form-data -R
changed from 3.0.1 to 3.0.4, npm audit locally not complaining anymore

* updated path-to-regexp version
this one needed to be done via resolutions in package.json
could not update via yarn commands

* upgraded body-parser version to 1.20.3
had to use resolutions to upgrade.
yarn upd body-parser and the parents did not update body parser
stayed at 1.20.2

* removed path-to-regexp and body-parser from resolutions
ran yarn upd -R express. express is updated and the two children got updated

* ran yarn upd ws -R to make sure no version of ws between 8 and 8.17.1
confirmed the versions used via yarn why

* ran yarn upd -R rollup
checked that the rollup version is 2.79.2 and nothing lower
No vulnerability alert highlighted when npm audit is run

* updated http-proxy-middleware to 2.0.9
after running yarn upd http-proxy-middleware -R
it was 2.0.6 beforehand which is marked as vulnerable

---------

Co-authored-by: Stefan Madsen <[email protected]>
Co-authored-by: Stefan Madsen <[email protected]>
Co-authored-by: Richard B <[email protected]>
Co-authored-by: rbaconcordium <[email protected]>
@soerenbf soerenbf marked this pull request as ready for review October 13, 2025 10:11
@soerenbf soerenbf requested a review from limemloh October 13, 2025 11:24
@soerenbf soerenbf merged commit 3982ac7 into main Oct 13, 2025
31 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Breaking changes Implementation of the issue will cause breaking changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants