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

feat: support sa11y on node 18 #475

Merged
merged 3 commits into from
Jun 5, 2023

Conversation

navateja-alagam
Copy link
Collaborator

No description provided.

@navateja-alagam navateja-alagam requested a review from a team as a code owner June 5, 2023 07:34
@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #475 (6dcf113) into master (63d0c03) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #475   +/-   ##
=======================================
  Coverage   97.85%   97.85%           
=======================================
  Files          23       23           
  Lines         373      373           
  Branches       71       71           
=======================================
  Hits          365      365           
  Misses          8        8           

@@ -40,7 +42,7 @@
"release:version:auto": "yarn release:version --conventional-commits --no-changelog && yarn build:clean",
"release:publish": "yarn test:clean && lerna publish from-package",
"test": "jest --coverage --runInBand",
"test:ci": "yarn lint:all && yarn test --ci --reporters=default --reporters=jest-junit && yarn test:wdio",
"test:ci": "yarn lint:all:except:depgraph && yarn test --ci --reporters=default --reporters=jest-junit && yarn test:wdio",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

'package-dependency-graph' has an issue generating dep graph on Node 18. Entered an issue item on the package.

For now, bypassing the dep graph generation check as part of CI processes, will see for a fix from package owners or look for an alternative as how it goes. W-13534678 to track.

@navateja-alagam navateja-alagam enabled auto-merge (squash) June 5, 2023 17:00
@navateja-alagam navateja-alagam merged commit 60b921b into salesforce:master Jun 5, 2023
@github-actions
Copy link

github-actions bot commented Jun 5, 2023

🎉 This PR is included in version 5.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@navateja-alagam navateja-alagam linked an issue Jun 6, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: add support for node@18 (current LTS)
2 participants