Skip to content

DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368

Draft
severinbeauvais wants to merge 66 commits intorelease-3.0.8from
master
Draft

DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368
severinbeauvais wants to merge 66 commits intorelease-3.0.8from
master

Conversation

@severinbeauvais
Copy link
Copy Markdown
Contributor

DO NOT MERGE

dependabot Bot and others added 30 commits March 16, 2023 10:18
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
changed a "var" to a "let"
fixed a redundant string declaration
* Fix serialize array

* Fix type hint

* use list comprehension
Added an environment alert that displays what environment is passed in (DEV, TEST, or SANDBOX)
…he updated Header component. (#358)

* Made it so DEV or DEVELOPMENT (case does not matter) for passing in environment

* Bumped up version numbers in package.json and package-lock.json
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.1 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.1...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#339)

Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.2.1 to 4.2.2.
- [Changelog](https://github.com/browserify/browserify-sign/blob/main/CHANGELOG.md)
- [Commits](browserify/browserify-sign@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: browserify-sign
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ts (#340)

Bumps [chromedriver](https://github.com/giggio/node-chromedriver) from 103.0.0 to 119.0.1.
- [Commits](giggio/node-chromedriver@103.0.0...119.0.1)

---
updated-dependencies:
- dependency-name: chromedriver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
// checking for account status
await this.checkAccountStatus()
}
this.$emit('account-data-loaded')
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you see this being used? Would it update a store property that a UI could do something with (or await)?

ochiu and others added 5 commits May 6, 2025 08:13
@sonarqubecloud
Copy link
Copy Markdown

* 31568 - remove release notes link from footer

* bump sbc-common-components to v3.1.7

* update packgae-lock.json
@sonarqubecloud
Copy link
Copy Markdown

Jxio and others added 12 commits February 25, 2026 16:34
* Fix SbcHeader Pinia store reactivity by using stores directly

The beforeCreate hook pattern using mapState/mapGetters/mapActions lost
reactivity in Vue 2.7 + Pinia + Vite environments. Replace with direct
store access via computed getters and method wrappers.

* Fix NavigationBar and NotificationPanel to use Pinia stores directly

* Fix PaySystemAlert and SbcProductSelector to use Pinia stores directly
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Mar 5, 2026

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 6, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.