-
Notifications
You must be signed in to change notification settings - Fork 2
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+ updates #84
Node 18+ updates #84
Conversation
263458a
to
91af5f4
Compare
c08a6f7
to
2a9db8b
Compare
web-test-runner.config.mjs
Outdated
lines: 80 | ||
} | ||
} | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please always add a new line at the end of the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do, thanks for the reminder.
rollup.config.mjs
Outdated
] | ||
}; | ||
|
||
export default [modernConfig]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please always have a new line at the end of a file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do, thanks for the reminder.
Hi @blackfalcon, the "Test and publish" check is failing again, I did npm install in latest node 18. |
When running into these issues, please review the error logs in the actions UI. This is the issue. This is the fix You should have also seen this in your localhost logs. |
@fajar-apri-alaska I see that you are adding the links to the issues in progress in the PR message itself, please also add these references in the DEVELOPMENT section of the PR as well. |
@fajar-apri-alaska it's important that you add the correct information into the body of the commit message. The following commit is missing the Please see this example from auro-badge. |
324d89a
to
975b405
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are missing updates. Please reference the following updates.
- https://github.com/AlaskaAirlines/auro-badge/pull/45/files#diff-0947e2727d6bad8cd0ac4122f5314bb5b04e337393075bc4b5ef143b17fcbd5b
- https://github.com/AlaskaAirlines/auro-badge/pull/45/files#diff-3d36a1bf06148bc6ba1ce2ed3d19de32ea708d955fed212c0d27c536f0bd4da7
- https://github.com/AlaskaAirlines/auro-badge/pull/45/files#diff-2bdae0a46b80ac55c81e2b572d97d11454b86cad730cf0370164e80296fbc0ba
- https://github.com/AlaskaAirlines/auro-badge/pull/45/files#diff-cac4e090272551ada3915212866aa18637b83dac40952859e496b0af91e20e40
- https://github.com/AlaskaAirlines/auro-badge/pull/45/files#diff-43207385fe61862722b57bd45d8bef3c30b504feb8b7342a02088fee2cda3c46
Remove this file and its related resources
https://github.com/AlaskaAirlines/auro-header/blob/fajarapri/node18update/scripts/polyfills.js
f643658
to
0989708
Compare
6a302f1
to
062ddb4
Compare
The following outlines the steps needed for updating any repo to the latest version of Husky. - npx husky-init - npm i @open-wc/testing@latest @web/test-runner@latest @web/dev-server@latest --save-dev - npm run prepare - chmod ug+x .husky/* - chmod ug+x .git/hooks/* - Update package.json - "test": "wtr --coverage", and "test:watch": "wtr --watch", - Add web-test-runner.config.mjs - Update .husky/pre-commit and necessary pre-commit actions - Delete legacy Husky configs from package.json - Delete karma.conf.js file - Uninstall @open-wc/testing-karma Changes to be committed: new file: .husky/pre-commit deleted: karma.conf.js modified: package-lock.json modified: package.json new file: web-test-runner.config.mjs
Changes to be committed: modified: README.md deleted: babel.config.js modified: package-lock.json modified: package.json deleted: rollup.config.js new file: rollup.config.mjs deleted: src/es5.js
Changes to be committed: modified: .github/workflows/testPublish.yml modified: package-lock.json modified: package.json modified: src/style-fixed.scss modified: src/style.scss
Changes to be committed: modified: .npmignore
Changes to be committed: new file: .editorconfig
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
malformed / incorrect yml code Changes to be committed: modified: .github/ISSUE_TEMPLATE/general-support.yml
062ddb4
to
c5786a1
Compare
This commit removes legacy content from current resources and deleted files that are no longer required. Changes to be committed: modified: README.md deleted: demo/alert.js modified: demo/index.html deleted: demo/index_old.html deleted: demo/sass/style.scss deleted: polymer.json
Changes to be committed: modified: package-lock.json modified: package.json
Changes to be committed: modified: package.json
Changes to be committed: deleted: scripts/postinstall.js
Changes to be committed: modified: .github/ISSUE_TEMPLATE/general-support.yml
Changes to be committed: modified: package.json
Changes to be committed: deleted: index.html
🎉 This PR is included in version 2.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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: #63, #61, #62, #64, #65, #66, #68, #69, #70
Summary:
...
Type of change:
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!
-- JetStream Design System Team