AlaskaAirlines / auro-input

Custom HTML element for inputting string data in forms
https://auro.alaskaair.com/components/auro/input
Apache License 2.0
2 stars 4 forks source link

feat: search folders recursively during sass build tasks #341

Closed chrisfalaska closed 2 weeks ago

chrisfalaska commented 2 weeks ago

Alaska Airlines Pull Request

Recent changes to wc-generator (#579) and auro-form (#1) have prompted updates to how build tasks in package.json search for relevant files.

The build tasks for auro-input should be updated to better align with its intended consumption as part of the auro-form monorepo work in #1.

Resolves: #340

Summary:

Type of change:

Please delete options that are not relevant.

Checklist:

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 build tasks to search folders recursively during SASS build tasks, introduce HTML5 autocomplete functionality, and fix various bugs related to SSR support, text alignment, and color theming. Enhance the project by refactoring color token structure, updating dependencies, and improving component registration configuration. Update documentation to reflect the latest version changes.

New Features:

Bug Fixes:

Enhancements:

Build:

Documentation:

CLAassistant commented 2 weeks ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: chrisfalaska
:x: semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.

sourcery-ai[bot] commented 2 weeks ago

Reviewer's Guide by Sourcery

This pull request updates the build tasks in package.json to search recursively in folders for relevant files during the sass build process. It also updates the .gitignore patterns to search recursively in folders. These changes are made to align with recent updates in related projects and to support the auro-form monorepo work.

Other diagram for recursive folder search in build tasks

graph TD;
    A[Start] --> B{Search for files};
    B -->|Recursively| C[Search in all subfolders];
    C --> D[Process files];
    D --> E[End];

File-Level Changes

Change Details Files
Update build tasks to search recursively in folders
  • Modify package.json scripts to include recursive folder search
  • Update .gitignore patterns for recursive folder search
package.json
.gitignore
Update CHANGELOG.md with new version and changes
  • Add entry for version 4.0.0
  • Include various bug fixes, features, and performance improvements
CHANGELOG.md
Update README.md with new version number
  • Update CDN link to use version 4.0.0 instead of 4.0.0-beta.1
README.md

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. - **Generate a pull request title:** Write `@sourcery-ai` anywhere in the pull request title to generate a 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. You can also use this command to specify where the summary should be inserted. #### Customizing Your Experience Access your [dashboard](https://app.sourcery.ai) 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 - [Contact our support team](mailto:support@sourcery.ai) for questions or feedback. - Visit our [documentation](https://docs.sourcery.ai) for detailed guides and information. - Keep in touch with the Sourcery team by following us on [X/Twitter](https://x.com/SourceryAI), [LinkedIn](https://www.linkedin.com/company/sourcery-ai/) or [GitHub](https://github.com/sourcery-ai).
blackfalcon commented 2 days ago

:tada: This PR is included in version 4.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: