Skip to content

Conversation

@jordanjones243
Copy link
Contributor

@jordanjones243 jordanjones243 commented Aug 21, 2025

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

Summary by Sourcery

Update project dependencies to their latest minor versions including the Auro button, icons, library, design tokens, and webcore stylesheets.

Enhancements:

  • Bump @aurodesignsystem/auro-button to ^11.4.0
  • Upgrade @alaskaairux/icons to ^5.7.1
  • Update @aurodesignsystem/auro-library to ^5.5.2
  • Bump @aurodesignsystem/design-tokens to ^8.4.2
  • Bump @aurodesignsystem/webcorestylesheets to ^10.0.4

@jordanjones243 jordanjones243 requested a review from a team as a code owner August 21, 2025 21:12
@jordanjones243 jordanjones243 self-assigned this Aug 21, 2025
@sourcery-ai
Copy link

sourcery-ai bot commented Aug 21, 2025

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR updates package.json and package-lock.json by upgrading core Auro design system dependencies to their latest minor/patch releases and adds new Auro packages for design tokens and webcore styles.

Class diagram for updated and new dependencies in package.json

classDiagram
  class PackageJson {
    +@alaskaairux/icons: ^5.7.1
    +@aurodesignsystem/auro-button: ^11.4.0
    +@aurodesignsystem/auro-library: ^5.5.2
    +@aurodesignsystem/design-tokens: ^8.4.2
    +@aurodesignsystem/webcorestylesheets: ^10.0.4
  }
  class AuroButton {
    <<dependency>>
    version: ^11.4.0
  }
  class DesignTokens {
    <<dependency>>
    version: ^8.4.2
  }
  class WebcoreStylesheets {
    <<dependency>>
    version: ^10.0.4
  }
  PackageJson --> AuroButton
  PackageJson --> DesignTokens
  PackageJson --> WebcoreStylesheets
Loading

File-Level Changes

Change Details Files
Bump existing dependency versions to latest minor/patch releases
  • Update @alaskaairux/icons from 5.6.0 to ^5.7.1
  • Update @aurodesignsystem/auro-button from 11.3.3 to ^11.4.0
  • Update @aurodesignsystem/auro-library from 5.4.0 to ^5.5.2
package.json
package-lock.json
Add new Auro packages as dependencies
  • Add @aurodesignsystem/design-tokens at ^8.4.2
  • Add @aurodesignsystem/webcorestylesheets at ^10.0.4
package.json
package-lock.json

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@jordanjones243 jordanjones243 linked an issue Aug 21, 2025 that may be closed by this pull request
Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey there - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@github-actions
Copy link

github-actions bot commented Aug 21, 2025

Surge demo deployment failed! 😭

Copy link
Contributor

@chrisfalaska chrisfalaska left a comment

Choose a reason for hiding this comment

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

I built locally and noticed the icons appear in a different location than the DocSite:

DocSite:

Image

Local build:

(Appears closer to the top of the text)

Image

I'm assuming this is expected, but just want to confirm this has been design-approved?

@jordanjones243
Copy link
Contributor Author

I built locally and noticed the icons appear in a different location than the DocSite:

DocSite:

Image **Local build:**

(Appears closer to the top of the text)

Image I'm assuming this is expected, but just want to confirm this has been design-approved?

This is a good catch and this was NOT expected in my changes. Will do more investigation to see if my change is what caused this.

@jordanjones243
Copy link
Contributor Author

I built locally and noticed the icons appear in a different location than the DocSite:
DocSite:
Image
Local build:
(Appears closer to the top of the text)
Image
I'm assuming this is expected, but just want to confirm this has been design-approved?

This is a good catch and this was NOT expected in my changes. Will do more investigation to see if my change is what caused this.

Issue fixed by latest commit.

@DukeFerdinand DukeFerdinand merged commit a6c9133 into main Aug 25, 2025
6 of 7 checks passed
@DukeFerdinand DukeFerdinand deleted the jjones/updateButton/#187 branch August 25, 2025 16:34
@blackfalcon
Copy link
Member

🎉 This PR is included in version 5.2.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Aug 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Completed work has been released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update auro-button version to address icon only alignment bug

5 participants