Skip to content

Commit

Permalink
chore(deps): upgrade deps to latest versions (#20)
Browse files Browse the repository at this point in the history
* build(deps): update dependencies in package.json

* chore: update .prettierignore and fix whitespace

* build(package.json): update devDependencies to latest versions

* build(package): update probot dependency to version 13.4.1

* revert: "build(package): update probot dependency to version 13.4.1"

This reverts commit 25baec7.
  • Loading branch information
joaocarmo authored Dec 29, 2024
1 parent 90255bf commit 8b79a73
Show file tree
Hide file tree
Showing 5 changed files with 2,955 additions and 2,207 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'

- name: Get release
id: get_release
uses: bruceadams/get-release@v1.3.2
Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
lib
node_modules
pnpm-lock.yaml
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
},
"dependencies": {
"escape-string-regexp": "^5.0.0",
"probot": "^12.1.1",
"typescript": "^4.4.4"
"probot": "^12.4.0",
"typescript": "^4.9.5"
},
"devDependencies": {
"@octokit/types": "^13.6.2",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"express": "^4.17.1",
"jest": "^27.3.1",
"nock": "^13.2.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.10.0",
"express": "^4.21.2",
"jest": "^27.5.1",
"nock": "^13.5.6",
"nock-knock": "^2.0.0",
"prettier": "^2.4.1",
"smee-client": "^1.2.2",
"ts-jest": "^27.0.7"
"prettier": "^3.4.2",
"smee-client": "^2.0.4",
"ts-jest": "^27.1.5"
},
"packageManager": "pnpm@10.0.0-rc.2+sha512.b6e59b96f90ca92449ac2f6dca9b430880448fc97d21f0fa9200e3d5ddb5289ad535255400554f7f3486e2d60058492161aaa9b58828e81f50c096718be9d156"
}
Loading

0 comments on commit 8b79a73

Please sign in to comment.