DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368
DO NOT MERGE - this is a diff of what's changed since Release 3.0.8#368severinbeauvais wants to merge 49 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>
|
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
|
|
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.4 to 6.6.1. - [Commits](indutny/elliptic@v6.5.4...v6.6.1) --- updated-dependencies: - dependency-name: elliptic dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* upgrade keycloak library * Fix keycloak * Fix some unit tests * remove postcss.config * restore missing * lint
|
Is this the same as the sum of individual releases from 3.0.8 until now? |
* Add pinia store and remove vuex * npm version minor * components update * fee service change * add @vue/composition-api and 3 working unit tests * Reverted package-lock.json to commit 3d14179 * Reverted package.json to commit 3d14179 * upgrade axios * package-lock.json clean and some version rollback * tweaks * remove composition-api and store updates * add App.vue for testing * Readd in composition-api * small tweak for typescript * Remove junk * composition-api setup * fix lint * tweaks on unit tests * unit test tweaks * unit test tweaks * unit test tweaks * update stores to composition style * use toRefs on store.state * Missing import * tweaks * unit test tweaks * revert SBC-Connect changes, not ready * codecov fixes * code cov fixes * codecov fixes * fix unit test error * update CI and CD * fix lint * unit test fixes * fix lint * remove codecov --------- Co-authored-by: Travis Semple <travis8814@gmail.com>
* bug fix - login error * version update
| // checking for account status | ||
| await this.checkAccountStatus() | ||
| } | ||
| this.$emit('account-data-loaded') |
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
|




DO NOT MERGE