Skip to content

Commit d2a3b2f

Browse files
authored
Brew: Update dependencies, upgrade deprecated APIs, fix lint (raycast#13336)
* Brew: Update dependencies and fix lint errors * Brew: Use `accessories` instead of deprecated `accessoryTitle` * Brew: Update changelog
1 parent 5ba4780 commit d2a3b2f

13 files changed

+1583
-1562
lines changed

extensions/brew/.eslintignore

-2
This file was deleted.

extensions/brew/.eslintrc.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
22
"root": true,
3-
"extends": [
4-
"@raycast"
5-
]
6-
}
3+
"extends": ["@raycast"]
4+
}

extensions/brew/.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
12

2-
raycast-env.d.ts
3-
node_modules
4-
.vscode
5-
.editorconfig
3+
# dependencies
4+
/node_modules
65

6+
# Raycast specific files
7+
raycast-env.d.ts
78
.raycast-swift-build
89
.swiftpm
910
compiled_raycast_swift
11+
12+
# misc
13+
.DS_Store
14+
.vscode
15+
.editorconfig

extensions/brew/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Brew Changelog
22

3+
## [Improvements] - 2024-06-14
4+
5+
- Updated dependencies
6+
37
## [Bug Fix] - 2024-07-03
48

59
- Fix a crash that could occur when showing installed formula or cask

0 commit comments

Comments
 (0)