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

Update Node support for app and generated repos #432

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

blackfalcon
Copy link
Member

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: #431

Summary:

This commit updates the generator to not only use the current Node version setting in the package.json to populate the template files with the appropriate node version, but update to support the next LTS version using the new abstractNodeVersionNext variable.

The updated template files are done to reflect this policy https://auro.alaskaair.com/node-support

This PR also updates dependencies and some MAJOR updates were not addressed that are described in this issue

the packages for chalk, inquirer and latest-version packages have been updated to the most current version supported by the app.

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

This commit updates the generator to not only use the current Node
version setting in the package.json to populate the template files with
the appropriate node version, but update to support the next LTS
version using the new `abstractNodeVersionNext` variable.

The updated template files are done to reflect thispolicy
https://auro.alaskaair.com/node-support

Changes to be committed:
modified:   .github/settings.yml
modified:   .github/workflows/testPublish.yml
modified:   bin/generate.js
modified:   template/.github/settings.yml
modified:   template/.github/workflows/testPublish.yml
modified:   template/package.json
@blackfalcon blackfalcon self-assigned this Nov 8, 2023
@blackfalcon blackfalcon requested a review from a team as a code owner November 8, 2023 16:08
@blackfalcon blackfalcon linked an issue Nov 8, 2023 that may be closed by this pull request
Some MAJOR updates were not addressed that are described in this issue
#203

chalk, inquirer and latest-version packages have been updated to the
most current version supported by the app.

Changes to be committed:
modified:   package-lock.json
modified:   package.json
@blackfalcon blackfalcon force-pushed the dsande/nodeSupport/431 branch from d18e4b4 to 1145b3c Compare November 10, 2023 04:11
@jason-capsule42 jason-capsule42 merged commit dea5ad6 into master Nov 16, 2023
5 checks passed
@jason-capsule42 jason-capsule42 deleted the dsande/nodeSupport/431 branch November 16, 2023 14:55
@blackfalcon
Copy link
Member Author

🎉 This PR is included in version 4.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Nov 16, 2023
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.

wc-generator: update generator to support new node support policy
2 participants