Skip to content

chore(deps-dev): Bump prettier from 3.3.3 to 3.4.2 #31

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

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

### Issue details

- Command: <!-- zcli apps server -->
- Version: <!-- your issue might already be fixed with the latest version -->
- OS: <!-- windows, ubuntu, mac or all -->
- Command: <!-- zcli apps server -->
- Version: <!-- your issue might already be fixed with the latest version -->
- OS: <!-- windows, ubuntu, mac or all -->
14 changes: 7 additions & 7 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@

We are following [this pattern](https://semver.org/) to keep our package version updated. Please add the appropriate label to your Pull requests between the following:

- Version: Major
- Version: Minor
- Version: Patch
- Version: Major
- Version: Minor
- Version: Patch

## Acceptation criteria

<!-- Bullet point list to validate you did not missed anything. Please add the acceptation criterias for your issue. -->

- [ ] Added the corrected label to my pull request
- [ ] Added/updated tests impacted by the change
- [ ] Documentation is up-to-date (README.md / INSTALL.md)
- [ ] Manually tested?
- [ ] Added the corrected label to my pull request
- [ ] Added/updated tests impacted by the change
- [ ] Documentation is up-to-date (README.md / INSTALL.md)
- [ ] Manually tested?
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ ZAF Toolbox, a project developed with 🩷 by **Zendesk Labs**. This toolbox is

### Requirements

- Node 18 or higher
- Add the package into a [ZAF application](https://developer.zendesk.com/documentation/apps/)
- Node 18 or higher
- Add the package into a [ZAF application](https://developer.zendesk.com/documentation/apps/)

#### Sunshine Conversation Api Service configuration

Expand Down
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zendesk/zaf-toolbox",
"version": "0.2.2",
"version": "0.2.3",
"description": "A toolbox for ZAF application built with 🩷 by Zendesk Labs",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",
Expand Down Expand Up @@ -45,8 +45,8 @@
"@eslint/js": "^9.19.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/gulp": "^4.0.17",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.15",
"@types/node": "^22.7.5",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/parser": "^8.22.0",
Expand All @@ -60,12 +60,12 @@
"gulp": "^5.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tscpaths": "^0.0.9",
"typescript": "^5.6.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.21.0"
}
}