Skip to content

Tags: dfinity/nns-dapp

Tags

tip

Toggle tip's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bot: Update sns_aggregator candid bindings (#7792)

# Motivation
A newer release of the internet computer is available.
We would like to parse all the latest SNS data. To do so, we update the
candid interfaces for the SNS aggregator.
Even with no changes, just updating the reference is good practice.

# Changes
* Update the version of `IC_COMMIT_FOR_SNS_AGGREGATOR` specified in
`config.json`.
* Updated the `sns_aggregator` candid files to the versions in that
commit.
* Updated the Rust code derived from `.did` files in the aggregator.

# Tests
- [ ] Please check the API updates for any breaking changes that affect
our code.
  Breaking changes are:
    * New mandatory fields
    * Removing mandatory fields
    * Renaming fields
    * Changing the type of a field
    * Adding new variants

Co-authored-by: gix-bot <gix-bot@users.noreply.github.com>

nightly-2026-03-25

Toggle nightly-2026-03-25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bot: Update sns_aggregator candid bindings (#7792)

# Motivation
A newer release of the internet computer is available.
We would like to parse all the latest SNS data. To do so, we update the
candid interfaces for the SNS aggregator.
Even with no changes, just updating the reference is good practice.

# Changes
* Update the version of `IC_COMMIT_FOR_SNS_AGGREGATOR` specified in
`config.json`.
* Updated the `sns_aggregator` candid files to the versions in that
commit.
* Updated the Rust code derived from `.did` files in the aggregator.

# Tests
- [ ] Please check the API updates for any breaking changes that affect
our code.
  Breaking changes are:
    * New mandatory fields
    * Removing mandatory fields
    * Renaming fields
    * Changing the type of a field
    * Adding new variants

Co-authored-by: gix-bot <gix-bot@users.noreply.github.com>

nightly-2026-03-24

Toggle nightly-2026-03-24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update changelog after release (#7791)

# Motivation

A release has been deployed to production.

# Changes

- Changelog - split out the changes included in the release.
- Increment the patch version of the nns-dapp.

release-candidate

Toggle release-candidate's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): patch flatted prototype pollution via npm audit fix (#7789)

# Motivation

```
# npm audit report

flatted  <=3.4.1
Severity: high
Prototype Pollution via parse() in NodeJS flatted - GHSA-rf6f-7fwh-wjgh
fix available via `npm audit fix`
node_modules/flatted

1 high severity vulnerability

To address all issues, run:
  npm audit fix
```

# Changes

- Ran `npm audit fix`

# Tests

- CI is green

# Todos

- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?

proposal-140953

Toggle proposal-140953's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): patch flatted prototype pollution via npm audit fix (#7789)

# Motivation

```
# npm audit report

flatted  <=3.4.1
Severity: high
Prototype Pollution via parse() in NodeJS flatted - GHSA-rf6f-7fwh-wjgh
fix available via `npm audit fix`
node_modules/flatted

1 high severity vulnerability

To address all issues, run:
  npm audit fix
```

# Changes

- Ran `npm audit fix`

# Tests

- CI is green

# Todos

- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?

prod

Toggle prod's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): patch flatted prototype pollution via npm audit fix (#7789)

# Motivation

```
# npm audit report

flatted  <=3.4.1
Severity: high
Prototype Pollution via parse() in NodeJS flatted - GHSA-rf6f-7fwh-wjgh
fix available via `npm audit fix`
node_modules/flatted

1 high severity vulnerability

To address all issues, run:
  npm audit fix
```

# Changes

- Ran `npm audit fix`

# Tests

- CI is green

# Todos

- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?

nightly-2026-03-23

Toggle nightly-2026-03-23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): patch flatted prototype pollution via npm audit fix (#7789)

# Motivation

```
# npm audit report

flatted  <=3.4.1
Severity: high
Prototype Pollution via parse() in NodeJS flatted - GHSA-rf6f-7fwh-wjgh
fix available via `npm audit fix`
node_modules/flatted

1 high severity vulnerability

To address all issues, run:
  npm audit fix
```

# Changes

- Ran `npm audit fix`

# Tests

- CI is green

# Todos

- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?

nightly-2026-03-22

Toggle nightly-2026-03-22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): patch flatted prototype pollution via npm audit fix (#7789)

# Motivation

```
# npm audit report

flatted  <=3.4.1
Severity: high
Prototype Pollution via parse() in NodeJS flatted - GHSA-rf6f-7fwh-wjgh
fix available via `npm audit fix`
node_modules/flatted

1 high severity vulnerability

To address all issues, run:
  npm audit fix
```

# Changes

- Ran `npm audit fix`

# Tests

- CI is green

# Todos

- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?

nightly-2026-03-21

Toggle nightly-2026-03-21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): patch flatted prototype pollution via npm audit fix (#7789)

# Motivation

```
# npm audit report

flatted  <=3.4.1
Severity: high
Prototype Pollution via parse() in NodeJS flatted - GHSA-rf6f-7fwh-wjgh
fix available via `npm audit fix`
node_modules/flatted

1 high severity vulnerability

To address all issues, run:
  npm audit fix
```

# Changes

- Ran `npm audit fix`

# Tests

- CI is green

# Todos

- [x] Accessibility (a11y) – any impact?
- [x] Changelog – is it needed?

nightly-2026-03-20

Toggle nightly-2026-03-20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bot: Update SNS Aggregator Response (#7787)

# Motivation
We would like to keep the ProdLaunchpad.spec up to date with mainnet
data.

# Changes
* Update the files used for the fetch mock in ProdLaunchpad.spec.

# Tests
Only test changes.

Co-authored-by: gix-bot <gix-bot@users.noreply.github.com>