Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STCOR-944 upgrade stripes-* libraries #1590

Merged
merged 3 commits into from
Feb 5, 2025
Merged

STCOR-944 upgrade stripes-* libraries #1590

merged 3 commits into from
Feb 5, 2025

Conversation

zburke
Copy link
Member

@zburke zburke commented Feb 5, 2025

Upgrade stripes-* libraries.

Refs STCOR-944

Upgrade stripes-* libraries.

Refs STCOR-944
@zburke zburke requested a review from a team as a code owner February 5, 2025 18:34
Copy link

github-actions bot commented Feb 5, 2025

Jest Unit Test Results

  1 files  ±0   62 suites  ±0   1m 33s ⏱️ ±0s
364 tests ±0  364 ✅ ±0  0 💤 ±0  0 ❌ ±0 
367 runs  ±0  367 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 1fbb5fa. ± Comparison against base commit c92d889.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Feb 5, 2025

Bigtest Unit Test Results

189 tests  ±0   184 ✅ ±0   6s ⏱️ ±0s
  1 suites ±0     5 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 1fbb5fa. ± Comparison against base commit c92d889.

This pull request removes 5 and adds 3 tests. Note that renamed tests count towards both.
      equal to check email label in english translation
      equal to check email precautions label in english translation
      equal to sent email precautions label in english translation
Chrome_132_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the header with an appropriate text content
Chrome_132_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the paragraph with an appropriate text content
Chrome_132_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the header with an appropriate text content
      equal to check email label in english translation
Chrome_132_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the paragraph with an appropriate text content
      equal to check email precautions label in english translation
Chrome_132_0_0_0_(Linux_x86_64).Forgot username/password status test check email status page tests ‑ Forgot username/password status test check email status page tests should have the paragraph with an appropriate text content
      equal to sent email precautions label in english translation

♻️ This comment has been updated with latest results.

The stripes-config provided by stripes-cli to BigTest sets
`useSecureTokens: true` as of
folio-org/stripes-cli#350, so we need to provide
matching endpoints here as well.

This was an interesting lesson in the foibles of committing `yarn.lock`
files, as the reason these tests continued to pass until now was that
the version of `@folio/stripes-cli` present in the `yarn.lock` file here
predated that change. If we had rebuilt our `yarn.lock` at any point
after that change, we would have tripped on the tests then, and perhaps
noted it for the breaking change that it was.

It _was_ intended to be a breaking change -- that's why we're here,
after all -- but it was made months ago, and without bumping the major
version in stripes-cli at the time. We should have waited to change the
config until we bumped the version.
Copy link

sonarqubecloud bot commented Feb 5, 2025

@zburke zburke merged commit 7f5344a into master Feb 5, 2025
16 checks passed
@zburke zburke deleted the STCOR-944 branch February 5, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant