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

Irmaku/wc generator issue #383

Merged
merged 26 commits into from
May 9, 2023
Merged

Irmaku/wc generator issue #383

merged 26 commits into from
May 9, 2023

Conversation

irma-kurnia-alaska
Copy link

@irma-kurnia-alaska irma-kurnia-alaska commented Apr 24, 2023

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.

Resolves: #181 , #294 , #330 , #337 , #345 , #374 , #382, #377, #339, #375, #381, #274, #345, #381, #320, #385

Summary:

...

Type of change:

  • Revision of an existing capability

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

This issue updates the bug report template to clarify
some of the content when form is completed.

Changes to be committed:
modified: .github/ISSUE_TEMPLATE/settings.yml
newfile: .github/ISSUE_TEMPLATE/bug_report.yml
newfile: .github/ISSUE_TEMPLATE/feature_request.yml
newfile: .github/ISSUE_TEMPLATE/general-support.yml
deleted: .github/ISSUE_TEMPLATE/bug_report.md
deleted: .github/ISSUE_TEMPLATE/feature_request.md
Remove the dependency from the wc-generator and update the documentation to support this transition. Retrofitting legacy elements is not a priority as there will be a time overlap while the population upgrades to the next version.

Changes to be committed:
modified: template/package.json
modified: docs/readme.md
deleted: docs/focus-visible.md
Change to be committed:
modified: .npmignore
@irma-kurnia-alaska irma-kurnia-alaska requested a review from a team as a code owner April 24, 2023 09:45
@CLAassistant
Copy link

CLAassistant commented Apr 24, 2023

CLA assistant check
All committers have signed the CLA.

@irma-kurnia-alaska irma-kurnia-alaska self-assigned this Apr 24, 2023
@irma-kurnia-alaska irma-kurnia-alaska marked this pull request as draft April 24, 2023 13:46
template/package.json Show resolved Hide resolved
.github/ISSUE_TEMPLATE/bug-report.yml Outdated Show resolved Hide resolved
.npmignore Outdated Show resolved Hide resolved
Change to modified:
modified: .github/ISSUE_TEMPLATE/bug-report.yml
Copy link
Member

@blackfalcon blackfalcon left a comment

Choose a reason for hiding this comment

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

Please see all notes from TEAMS message.

template/README.md Outdated Show resolved Hide resolved
Change to modified:
modified: template/src/[namespace]-[name].js
modified: template/package.json
Change to modified:
modified: package-lock.json
modified: .npmignore
modified: npmignore.temp
Change to modified:
newfile: template/tsconfig.json
Change to be Committed:

modified: template/package.json
modified: template/scripts/postCss.js
deleted: template/babel.config.js
deleted: template/index.html
deleted: template/rollup.config.js
deleted: template/scripts/removeNonRemPlugin.js
deleted: template/src/es5.js
deleted: template/src/style-fixed.scss
newfile: template/rollup.config.mjs
Change to be Committed:
modified: template/.github/settings.yml
newfile: template/.github/ISSUE_TEMPLATE/bug_report.yml
newfile: template/.github/ISSUE_TEMPLATE/feature_request.yml
newfile: template/.github/ISSUE_TEMPLATE/general-support.yml
deleted: template/.github/ISSUE_TEMPLATE/bug_report.md
deleted: template/.github/ISSUE_TEMPLATE/feature_request.md
deleted: template/.github/ISSUE_TEMPLATE/general-support.md
Change to be Commited:

newfile: template/README.md
Change to be Committed:

modified: template/index.js
modified: template/package.json
modified: template/demo/index.html
modified: template/docs/partials/demo.md
modified: template/src/[namespace]-[name].js
modified: template/test/[namespace]-[name].test.js
deleted: template/README.md
.github/ISSUE_TEMPLATE/bug-report.yml Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/bug-report.yml Show resolved Hide resolved
.github/settings.yml Show resolved Hide resolved
template/.github/ISSUE_TEMPLATE/bug_report.yml Outdated Show resolved Hide resolved
template/package.json Show resolved Hide resolved
template/package.json Outdated Show resolved Hide resolved
template/package.json Show resolved Hide resolved
template/package.json Outdated Show resolved Hide resolved
template/package.json Outdated Show resolved Hide resolved
@blackfalcon blackfalcon force-pushed the irmaku/WCGeneratorIssue branch 2 times, most recently from 2e78fbc to 370cea4 Compare May 2, 2023 22:57
@blackfalcon blackfalcon linked an issue May 2, 2023 that may be closed by this pull request
template/README.md Outdated Show resolved Hide resolved
irma-kurnia-phtn and others added 12 commits May 5, 2023 12:54
Change to be Committed:
modified: componentDocs/partials/usage/bundleUse.md
modified: componentDocs/partials/usage/bundleUseModBrowsers.md
modified: template/docs/partials/demo.md
This commit will add all suggested items from the code review.
This commit will address the following updates:

1. Update to support Node 18
2. Update dependencies
3. Update template to support latest Chalk
4. Update to latest version of Husky
5. Update template to support Sass override
6. Update src template to use Lit 2.0
7. Remove demo build process

Changes to be committed:
modified:   .github/workflows/testPublish.yml
modified:   package-lock.json
modified:   package.json
deleted:    template/demo/style.scss
modified:   template/package.json
renamed:    template/packageScripts/postinstall.js -> template/packageScripts/postinstall.mjs
modified:   template/scripts/generateDocs.js
modified:   template/scripts/postCss.js
renamed:    template/scripts/pre-commit.js -> template/scripts/pre-commit.mjs
modified:   template/src/[namespace]-[name].js
modified:   template/src/style.scss
BREAKING CHANGE: This commit will remove all functionality related
to the use of AuroLabs as a concept.

Changes to be committed:
modified:   bin/generate.js
modified:   componentDocs/README.md
modified:   componentDocs/README_v4.md
deleted:    componentDocs/partials/labsDisclaimer.md
deleted:    template/.github/settings__labs.yml
modified:   template/scripts/generateDocs.js
Changes to be committed:
modified:   template/.github/settings.yml
Changes to be committed:
modified:   template/.stylelintrc
Changes to be committed:
modified:   template/scripts/generateDocs.js
Changes to be committed:
modified:   demo/index.html
Changes to be committed:
modified:   template/package.json
Changes to be committed:
modified:   template/package.json
Changes to be committed:
modified:   componentDocs/README.md
modified:   componentDocs/README_v4.md
Changes to be committed:
modified:   template/demo/index.html
@blackfalcon blackfalcon force-pushed the irmaku/WCGeneratorIssue branch 3 times, most recently from 60221af to 24a51ab Compare May 5, 2023 20:19
Changes to be committed:
modified:   template/.npmignore.temp
modified:   template/.gitignore.temp
Changes to be committed:
modified:   template/package.json
This commit reverts the following commit

- commit 36ee012

Changes to be committed:
modified:   template/scripts/generateDocs.js
@blackfalcon blackfalcon self-assigned this May 5, 2023
@blackfalcon blackfalcon merged commit 80b2788 into master May 9, 2023
@blackfalcon blackfalcon deleted the irmaku/WCGeneratorIssue branch May 9, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants