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
Draft
DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368severinbeauvais wants to merge 66 commits intorelease-3.0.8from
severinbeauvais wants to merge 66 commits intorelease-3.0.8from
Conversation
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
…nvironment prop for this to work
…e: 'DEV', 'TEST', 'PROD'
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>
severinbeauvais
commented
Apr 9, 2025
| // checking for account status | ||
| await this.checkAccountStatus() | ||
| } | ||
| this.$emit('account-data-loaded') |
Contributor
Author
There was a problem hiding this comment.
How do you see this being used? Would it update a store property that a UI could do something with (or await)?
27075-account-queue-messages
* update the footer and package version update the footer and package version * Update package-lock.json
|
* 31568 - remove release notes link from footer * bump sbc-common-components to v3.1.7 * update packgae-lock.json
|
* 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
|
33181 - add queue message type for continuation in
27545 - Add a queue message type for membership rejection
|
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.



DO NOT MERGE