-
Notifications
You must be signed in to change notification settings - Fork 4
Updates for Dependencies, other things #58
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
base: main
Are you sure you want to change the base?
Conversation
New Issues (1)Checkmarx found the following issues in this Pull Request
Fixed Issues (7)Great job! The following issues were fixed in this Pull Request
|
Feedback from Zendesk for marketplace:
|
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
.github/CONTRIBUTING.md
Outdated
|
||
### Bug Report Template | ||
|
||
When creating a bug report, include: |
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.
is this in the ISSUE_TEMPLATE? maybe could just be there.
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.
Good call, removed
.github/CONTRIBUTING.md
Outdated
### Example PR Description | ||
```markdown |
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.
could be in the PULL_REQUEST_TEMPLATE
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.
Good call, removed
src/javascripts/modules/context.js
Outdated
@@ -1,27 +1,32 @@ | |||
/* eslint-disable camelcase */ |
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.
needed? looks like everything got camelcased?
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.
The custom_field
and user_fields
are from the objects from Zendesk, thats what it kept flagging. Maybe I can do it at the function level instead for those.
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.
ah (wasn't in the diff, so didn't see those)
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.
Got it resolved -- found a way to disable it specific for the fields
Description
I tried uploading
3.1.0
to the marketplace and received a few errors and warnings. I wanted to get screenshots added along with updating dependencies to remove some warnings in the build process. This required some test updating too.I ran this through and got a few more updates, dependencies, node version upgrade, etc. I am able to run it on a sandbox instance just fine. I am going to come back to the Zendesk upload piece later when I have a bit more time, but for now, this should keep things relatively up to date.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
So far I've got the unit tests passing but will test with our internal Zendesk.
Test Configuration:
Checklist: