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

D8CORE-6976: updated to newest decanter #730

Merged
merged 3 commits into from
Oct 19, 2023
Merged

Conversation

jenbreese
Copy link
Contributor

@jenbreese jenbreese commented Oct 19, 2023

READY FOR REVIEW

Summary

  • Updated to new Decanter to remove the italics on quotes.
  • It also has all the webpack refactoring. I want to call this out in case you want to do more testing.

Review By (Date)

  • When time

Criticality

  • Normal

Urgency

  • Normal

Review Tasks

Setup tasks and/or behavior to test

  1. Check out this branch
  2. Checkout this other branch: D8CORE-6976: updating the Decanter version stanford_profile_helper#278
  3. Rebuild Cache and import config drush cr ; drush ci
  4. Navigate to a page
  5. Add a text paragraph with some text styled with the quote style
  6. Verify the text is not italic

Site Configuration Sync

  • Is there a config:export in this PR that changes the config sync directory? NO

Front End Validation

Backend / Functional Validation

Code

  • Are the naming conventions following our standards?
  • Does the code have sufficient inline comments?
  • Is there anything in this code that would be hidden or hard to discover through the UI?
  • Are there any code smells?
  • Are tests provided? eg (unit, behat, or codeception)

Code security

General

  • Is there anything included in this PR that is not related to the problem it is trying to solve?
  • Is the approach to the problem appropriate?

Affected Projects or Products

  • Does this PR impact any particular projects, products, or modules?

Associated Issues and/or People

- D8CORE-6976
SU-SWS/stanford_profile_helper#278

Resources

@@ -16,7 +16,7 @@
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.2",
"css-loader": "^6.8.1",
"decanter": "^6.2.14",
"decanter": "^6.3.2",
Copy link
Contributor

Choose a reason for hiding this comment

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

FWIW, ^6.2.14 still captures 6.3.2... But should there be an updated yarn.lock file with this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added the yarn.lock file. But, why would ^6.2.14 pick up the newer version? I'm missing something fundamental here.

Copy link
Contributor

Choose a reason for hiding this comment

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

It's because of the caret ^. It allows for versions up to a certain version. ^6.2 14 will download all versions up to 7.0.0. So it will download even 6.99.99 if a version existed

You can see this using this near semver calculator: https://semver.npmjs.com/

@pookmish pookmish merged commit 0defe66 into 11.x Oct 19, 2023
4 checks passed
@pookmish pookmish deleted the D8CORE-6976--updated-decanter branch October 19, 2023 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants