Skip to content

RC #234 - #235

Merged
rmenner merged 1 commit into
mainfrom
rc/234
Nov 17, 2025
Merged

RC #234#235
rmenner merged 1 commit into
mainfrom
rc/234

Conversation

@rmenner

@rmenner rmenner commented Nov 17, 2025

Copy link
Copy Markdown
Collaborator

Alaska Airlines Pull Request

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

Enhancements:

  • Expand custom-elements-manifest globs to include JS files in all nested src subdirectories

@rmenner
rmenner requested a review from a team as a code owner November 17, 2025 20:15
@sourcery-ai

sourcery-ai Bot commented Nov 17, 2025

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Update the custom-elements-manifest configuration to use a recursive glob pattern, ensuring all JavaScript files in nested directories under src are included in the manifest generation.

Flow diagram for manifest file discovery process update

flowchart TD
  Start([Start manifest generation]) --> Config["Read custom-elements-manifest.config.mjs"]
  Config --> Globs["Apply globs: src/**/*.*js and scripts/wca/**/*.*js"]
  Globs --> Files["Discover all matching JS files (including nested)"]
  Files --> Manifest["Generate manifest including all discovered files"]
  Manifest --> End([End])
Loading

File-Level Changes

Change Details Files
Enable deep scanning of src directory
  • Replaced the single-level glob src/*.*js with recursive src/**/*.*js
src/configs/custom-elements-manifest.config.mjs

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

@rmenner rmenner linked an issue Nov 17, 2025 that may be closed by this pull request

@sourcery-ai sourcery-ai Bot left a comment

Copy link
Copy Markdown

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.

@rmenner
rmenner merged commit c4962ae into main Nov 17, 2025
15 checks passed
@rmenner
rmenner deleted the rc/234 branch November 17, 2025 20:24
@jason-capsule42

Copy link
Copy Markdown
Member

🎉 This PR is included in version 3.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jason-capsule42 jason-capsule42 added the released Completed work has been released label Nov 17, 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 semantic-status: fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RC 2025-11-17

3 participants