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

Node 18+ Update #72

Merged
merged 26 commits into from
Apr 21, 2023
Merged

Node 18+ Update #72

merged 26 commits into from
Apr 21, 2023

Conversation

irma-kurnia-alaska
Copy link

@irma-kurnia-alaska irma-kurnia-alaska commented Apr 17, 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: #62, #63, #64, #65, #66, #67, #68, #69, #70, #71, #74

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!

-- JetStream Design System Team

@irma-kurnia-alaska irma-kurnia-alaska added Type: Refactoring A code change that neither fixes a bug nor adds a feature auro-icon labels Apr 17, 2023
@CLAassistant
Copy link

CLAassistant commented Apr 17, 2023

CLA assistant check
All committers have signed the CLA.

@irma-kurnia-alaska irma-kurnia-alaska self-assigned this Apr 17, 2023
@blackfalcon
Copy link
Member

blackfalcon commented Apr 17, 2023

@irma-kurnia-alaska when working on issues, please link the issue to the DEVELOPMENT area of the PR as well as add them to the content of the PR. Thanks. I added these first three.

Also, please use DRAFT PR while all the work is in progress.

Labels and Milestones are NOT needed for PRs. We only tag the ISSUES.

@blackfalcon blackfalcon marked this pull request as draft April 17, 2023 14:52
@blackfalcon blackfalcon removed this from the Icon: Node 18+ support milestone Apr 17, 2023
@blackfalcon blackfalcon removed Type: Refactoring A code change that neither fixes a bug nor adds a feature auro-icon labels Apr 17, 2023
@irma-kurnia-alaska
Copy link
Author

irma-kurnia-alaska commented Apr 17, 2023 via email

@irma-kurnia-alaska
Copy link
Author

irma-kurnia-alaska commented Apr 17, 2023 via email

@irma-kurnia-alaska
Copy link
Author

irma-kurnia-alaska commented Apr 17, 2023 via email

@blackfalcon
Copy link
Member

@irma-kurnia-alaska a few things when coming back to this.

Generally, all commits should come with a body in the message. Please see the auro-badge examples, for example...
Screen Shot 2023-04-17 at 9 54 49 AM

This is VERY important when it comes to this issue of updating the namespace. This is a BREAKING CHANGE and the body of the commit MUST have the BREAKING CHANGE reference in it.

Screen Shot 2023-04-17 at 9 56 57 AM

Just a reminder. All the issues in this milestone are in an order that provides the best experience when making updates. Please do them in the order that they are listed. I.e. #62, #63, #64, etc... Your PR is missing #62.

.github/CODEOWNERS Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/bug_report.yml Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/feature_request.yml Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/general-support.yml Outdated Show resolved Hide resolved
.npmignore Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
irma-kurnia-phtn and others added 20 commits April 21, 2023 11:56
BREAKING CHANGE: This update requires a MAJOR release
as the namespace of the element has been changed.

Changes to be committed:
modified:   README.md
modified:   package.json
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/bug_report.yml
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/general-support.yml
Changes to be committed:
modified:
package-lock.json
package.json
Changes to be committed:
modified:
package-lock.json
package.json
scripts/postCss.js
This commit removes legacy content from current resources
and deleted files that are no longer required.

Changes to be committed:
modified:   demo/index.html
deleted:    demo/sass/style.scss
deleted:    polymer.json
Changes to be committed:
modified:   package-lock.json
modified:   package.json
Changes to be committed:
deleted:    index.html
This commit removes legacy content from current resources.

Changes to be committed:
modified:   README.md
modified:   src/auro-alaska.js
modified:   src/auro-icon.js
modified:   src/baseIcon.js
Changes to be committed:
modified:   package.json
Changes to be committed:
modified:   package-lock.json
Changes to be committed:
modified:   package.json
Changes to be committed:
modified:   src/auro-alaska.js
modified:   src/auro-icon.js
Changes to be committed:
modified:   .husky/pre-commit
@blackfalcon blackfalcon force-pushed the irmaku/node18update branch from 894c2c2 to dc1f5a7 Compare April 21, 2023 18:58
Changes to be committed:
modified:   packageScripts/postinstall.js
This commit updates the package-lock to the most recent
version of npm and removes unnecessary dependencies
from the repo.

Changes to be committed:
modified:   package-lock.json
modified:   package.json
@blackfalcon blackfalcon merged commit 737bf15 into master Apr 21, 2023
@blackfalcon blackfalcon deleted the irmaku/node18update branch April 21, 2023 19:39
@blackfalcon blackfalcon restored the irmaku/node18update branch April 21, 2023 19:56
@AuroDesignSystem
Copy link
Collaborator

🎉 This PR is included in version 3.4.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

@AuroDesignSystem AuroDesignSystem added the released Completed work has been released label Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment