chore(deps+tests): combine dependabot PRs (#89,#90,#93,#94,#95,#96) + improve coverage to 99.4%#97
Merged
Merged
Conversation
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.27.2 to 7.28.6. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.6/packages/babel-cli) --- updated-dependencies: - dependency-name: "@babel/cli" dependency-version: 7.28.6 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 9.0.2 to 9.0.3. - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v9.0.2...v9.0.3) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 6.3.0. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v6.3.0) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 10.1.0 to 10.2.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v10.1.0...v10.2.1) --- updated-dependencies: - dependency-name: eslint dependency-version: 10.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pre-commit](https://github.com/observing/pre-commit) from 1.2.2 to 2.0.0. - [Release notes](https://github.com/observing/pre-commit/releases) - [Changelog](https://github.com/observing/pre-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/observing/pre-commit/commits) --- updated-dependencies: - dependency-name: pre-commit dependency-version: 2.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@babel/plugin-transform-modules-systemjs](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-modules-systemjs) from 7.29.0 to 7.29.4. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.29.4/packages/babel-plugin-transform-modules-systemjs) --- updated-dependencies: - dependency-name: "@babel/plugin-transform-modules-systemjs" dependency-version: 7.29.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…it-2.0.0' into chore/combine-dependabot-prs
…0.2.1' into chore/combine-dependabot-prs
…s/setup-node-6.3.0' into chore/combine-dependabot-prs
…oken-9.0.3' into chore/combine-dependabot-prs
…i-7.28.6' into chore/combine-dependabot-prs
- Install missing eslint-plugin-n (fixes lint failure) - Remove unused eslint-disable directive in UtilFunc.test.js - Add tests for SSOTokenData getter methods (all 20+ getters) - Add tests for _getSignedWrong sync/async/catch paths - Add tests for getSigned catch block (invalid RSA key) - Add tests for SSOToken appSecret null/non-string/empty validation - Add edge case tests for helpers.readKeyFile: - Sync: rethrow unexpected errors (not ENOENT/encoding too long) - Async: pass non-ENOENT fs errors to callback - Async: pass unexpected NodeRSA errors to callback Coverage: 73.3% → 99.4% statements, 30.5% → 100% functions Co-authored-by: GitHub Copilot <copilot@noreply.github.com>
This was referenced May 12, 2026
Ninerian
approved these changes
May 13, 2026
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.
Combined Dependabot PRs + Test Coverage Improvements
This PR combines all 6 open dependabot pull requests and adds significant test coverage improvements.
Included Dependency PRs
build(deps-dev): bump@babel/plugin-transform-modules-systemjsfrom 7.29.0 to 7.29.4 (fixes security alert build(deps-dev): bump semver from 5.7.1 to 5.7.2 #56 — high severity)build(deps-dev): bumppre-commitfrom 1.2.2 to 2.0.0build(deps-dev): bumpeslintfrom 10.1.0 to 10.2.1build(deps): bumpactions/setup-nodefrom 6 to 6.3.0build(deps): bumpjsonwebtokenfrom 9.0.2 to 9.0.3build(deps-dev): bump@babel/clifrom 7.27.2 to 7.28.6Test Coverage Improvements
Changes:
eslint-plugin-n(fixes lint failure) and removed unused eslint-disable directiveSSOTokenDatagetter methods_getSignedWrongsync/async/catch path testsgetSignedcatch block coverage (invalid RSA key path)SSOTokenconstructor appSecret edge cases (null/non-string/empty)readKeyFileedge cases: rethrow unexpected sync errors, non-ENOENT async errors, unexpected NodeRSA async errorsCo-authored-by: GitHub Copilot copilot@noreply.github.com