Skip to content

Commit

Permalink
Brew: Update dependencies, upgrade deprecated APIs, fix lint (raycast…
Browse files Browse the repository at this point in the history
…#13336)

* Brew: Update dependencies and fix lint errors
* Brew: Use `accessories` instead of deprecated `accessoryTitle`
* Brew: Update changelog
  • Loading branch information
vpukhanov authored Jul 8, 2024
1 parent 5ba4780 commit d2a3b2f
Show file tree
Hide file tree
Showing 13 changed files with 1,583 additions and 1,562 deletions.
2 changes: 0 additions & 2 deletions extensions/brew/.eslintignore

This file was deleted.

6 changes: 2 additions & 4 deletions extensions/brew/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"root": true,
"extends": [
"@raycast"
]
}
"extends": ["@raycast"]
}
14 changes: 10 additions & 4 deletions extensions/brew/.gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

raycast-env.d.ts
node_modules
.vscode
.editorconfig
# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
.vscode
.editorconfig
4 changes: 4 additions & 0 deletions extensions/brew/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Brew Changelog

## [Improvements] - 2024-06-14

- Updated dependencies

## [Bug Fix] - 2024-07-03

- Fix a crash that could occur when showing installed formula or cask
Expand Down
Loading

0 comments on commit d2a3b2f

Please sign in to comment.