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

Modernize repo #53

Merged
merged 9 commits into from
Jan 24, 2024
Merged

Modernize repo #53

merged 9 commits into from
Jan 24, 2024

Conversation

jordanjones243
Copy link
Contributor

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.

Fixes: #49, #50, #51

Summary:

Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.

  • Rebuild component with new generator build
  • Add SSR support
  • Write new tests for component
  • Implement new Auro design tokens

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

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

@jordanjones243 jordanjones243 requested a review from a team January 21, 2024 21:12
@jordanjones243 jordanjones243 self-assigned this Jan 21, 2024
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

scripts/generateDocs.js Fixed Show fixed Hide fixed
scripts/generateDocs.mjs Dismissed Show dismissed Hide dismissed
@jordanjones243 jordanjones243 force-pushed the jordanjones243/modernizeRepo branch from 340c944 to 6b7b9e5 Compare January 21, 2024 21:22
Copy link
Member

@jason-capsule42 jason-capsule42 left a comment

Choose a reason for hiding this comment

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

The build script needs to be rerun as changes to the docs that occur from the script execution were not commited.

@jordanjones243 jordanjones243 force-pushed the jordanjones243/modernizeRepo branch from 6b7b9e5 to 20fcde4 Compare January 23, 2024 01:01
@blackfalcon blackfalcon requested review from blackfalcon and removed request for jason-capsule42 January 24, 2024 00:52
This commit updates the npm build config to current standard and removed
the inclusion of design tokens into the CSS output as it's no longer
needed for legacy browser fallback.

Changes to be committed:
modified:   .npmignore
modified:   src/style.scss
Changes to be committed:
deleted:    index.html
This commit uninstalls the legacy karama dependency

Changes to be committed:
modified:   package-lock.json
modified:   package.json
@blackfalcon blackfalcon merged commit 61d7d98 into main Jan 24, 2024
6 checks passed
@blackfalcon blackfalcon deleted the jordanjones243/modernizeRepo branch January 24, 2024 01:21
@blackfalcon
Copy link
Member

🎉 This PR is included in version 2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Jan 24, 2024
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.

Implement theming support Add SSR Support Modernize repo to support node 20
3 participants