Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Mar 10, 2022
1 parent ae81faf commit fac1ccc
Show file tree
Hide file tree
Showing 9 changed files with 478 additions and 518 deletions.
33 changes: 0 additions & 33 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

60 changes: 60 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms

name: Bug report
description: Create a report to help us improve
title: "Bug: "
labels: ["bug"]
# assignees: ''

body:
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: >-
Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected behavior
description: >-
A clear and concise description of what you expected to happen.
- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.

- type: input
attributes:
label: What's My Browser Link
description: Copy and paste a link generated on [What's My Browser](https://www.whatsmybrowser.org/)
validations:
required: true

- type: input
attributes:
label: Polyglot Version
description: Installed Polyglot version
validations:
required: true

- type: textarea
attributes:
label: Additional context
description: >-
Add any other context about the problem here.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms

name: Feature request
description: Suggest an idea for this project
title: "Feature request: "
labels: ["enhancement"]
# assignees: ''

body:
- type: textarea
attributes:
label: Is your feature request related to a problem? Please describe.
description: >-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
validations:
required: true

- type: textarea
attributes:
label: Describe the solution you'd like
description: >-
A clear and concise description of what you want to happen.
validations:
required: true

- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.

- type: textarea
attributes:
label: Additional context
description: >-
Add any other context or screenshots about the feature request here.
- type: dropdown
attributes:
label: Commitment
description: How far can you commit to this feature request?
multiple: true
options:
- Join discussions
- Send a pull-request
validations:
required: true
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/Artifacts
/Artifacts/
*.bundle.js
*.bundle.js.map
*.bundle.js.LICENSE.txt
.vscode

# Created by https://www.gitignore.io/api/visualstudiocode,node,xcode,swift
# Edit at https://www.gitignore.io/?templates=visualstudiocode,node,xcode,swift
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Actions Status](https://github.com/uetchy/Polyglot/workflows/Polyglot/badge.svg)](https://github.com/uetchy/Polyglot/actions)
[![Total alerts](https://img.shields.io/lgtm/alerts/g/uetchy/Polyglot.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/uetchy/Polyglot/alerts/)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
[![AppStore](https://badge.now.sh/appstore/rating/us/id1471801525)](https://apps.apple.com/app/polyglot/id1471801525)
[![AppStore](https://badge.vercel.app/appstore/rating/us/id1471801525)](https://apps.apple.com/app/polyglot/id1471801525)

> Polyglot is a Safari extension that translates selected text into your native language.
Expand Down Expand Up @@ -56,7 +56,7 @@ See [Contribution Guide](https://github.com/uetchy/Polyglot/blob/master/CONTRIBU

<!-- START mdmod {use: 'github-sponsors'} -->

[<img src="https://avatars.githubusercontent.com/u/6936373?u=4edd14e6636c45d10ac6a3eecb4b3ffa6cc2bf5c&v=4" width="35" />](https://github.com/Naturalclar) [<img src="https://avatars.githubusercontent.com/u/79023920?v=4" width="35" />](https://github.com/Lierin8oracle)
[<img src="https://avatars.githubusercontent.com/u/6936373?u=4edd14e6636c45d10ac6a3eecb4b3ffa6cc2bf5c&v=4" width="100" />](https://github.com/Naturalclar) [<img src="https://avatars.githubusercontent.com/u/79023920?v=4" width="100" />](https://github.com/Lierin8oracle)

<!-- END mdmod -->

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"main": "./PolyglotSafariExtension/ContentScript/content.bundle.js",
"dependencies": {
"franc": "^6.0.0",
"iso-639-3": "^3.0.0",
"iso-639-3": "^3.0.1",
"isomorphic-unfetch": "^3.1.0",
"mustache": "^4.2.0"
},
Expand All @@ -23,16 +23,16 @@
"@types/mustache": "^4.1.2",
"create-dmg": "^5.3.0",
"husky": "^7.0.4",
"lint-staged": "^11.2.6",
"mdmod": "^1.0.0",
"mdmod-plugin-github-sponsors": "^1.0.0",
"lint-staged": "^12.3.5",
"mdmod": "^2.0.0",
"mdmod-plugin-github-sponsors": "^1.1.0",
"plist": "^3.0.4",
"shx": "^0.3.3",
"terser-webpack-plugin": "^5.2.4",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
"shx": "^0.3.4",
"terser-webpack-plugin": "^5.3.1",
"ts-loader": "^9.2.7",
"typescript": "^4.6.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
},
"lint-staged": {
"*.swift": [
Expand Down
Loading

0 comments on commit fac1ccc

Please sign in to comment.