Skip to content
Closed
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
1 change: 0 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ labels:
matcher:
title: '^deps(\(\w+\))?: .*'
branch: '^renovate/.*'
files: ['pnpm-lock.yaml']

checks:
- context: 'Semantic Pull Request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Triage PR
on:
pull_request:
types: [opened, edited, synchronize, ready_for_review]
branches: [main]
branches: [master, main]

permissions:
contents: read # the config file
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.16.0
20.15.1
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The release process is automated. Follow the steps below.
* due date: date of release
* close milestone
9. Create a [New Milestone][github-new-milestone] for upcoming release.
10. A new homebrew cask will be [automatically published][homebrew-cask-autobump-workflow] (workflow runs ~3 hours)
10. A new homebrew cask will be automatically published (workflow runs ~3 hours)

### Project Philosophy

Expand All @@ -88,6 +88,5 @@ This project is a tool for monitoring new notifications from Github. It's not me
[github-milestones]: https://github.com/gitify-app/gitify/milestones
[github-new-milestone]: https://github.com/gitify-app/gitify/milestones/new
[github-new-release]: https://github.com/gitify-app/gitify/releases/new
[homebrew-cask-autobump-workflow]: https://github.com/Homebrew/homebrew-cask/actions/workflows/autobump.yml
[jest-website]: https://jestjs.io/

21 changes: 10 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitify",
"version": "5.11.0",
"version": "5.10.0",
"description": "GitHub Notifications on your menu bar.",
"main": "src/electron/main.js",
"scripts": {
Expand Down Expand Up @@ -106,34 +106,33 @@
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"date-fns": "3.6.0",
"electron-log": "5.1.7",
"electron-updater": "6.3.1",
"electron-updater": "6.2.1",
"final-form": "4.20.10",
"menubar": "9.5.0",
"nprogress": "0.2.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-final-form": "6.5.9",
"react-router-dom": "6.25.1",
"react-router-dom": "6.24.1",
"tailwind-merge": "2.4.0",
"ts-loader": "9.5.1",
"typescript": "5.5.4"
"typescript": "5.5.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@electron/notarize": "2.3.2",
"@testing-library/react": "16.0.0",
"@types/jest": "29.5.12",
"@types/node": "20.14.12",
"@types/node": "20.14.10",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-router-dom": "5.3.3",
"autoprefixer": "10.4.19",
"css-loader": "7.1.2",
"electron": "31.2.1",
"electron": "31.2.0",
"electron-builder": "24.13.3",
"graphql-tag": "2.12.6",
"husky": "9.1.1",
"husky": "9.0.11",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nock": "13.5.4",
Expand All @@ -142,14 +141,14 @@
"resize-observer-polyfill": "1.5.1",
"rimraf": "6.0.1",
"style-loader": "4.0.0",
"tailwindcss": "3.4.6",
"ts-jest": "29.2.3",
"tailwindcss": "3.4.4",
"ts-jest": "29.2.2",
"ts-node": "10.9.2",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-merge": "6.0.1"
},
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.5.0",
"lint-staged": {
"*": "biome check --fix --no-errors-on-unmatched",
"*.{js,ts,tsx}": "pnpm test -- --findRelatedTests -u --passWithNoTests"
Expand Down
Loading