Skip to content

Dependabot updates #71

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1ec5c75
Bump LouisBrunner/checks-action from 1.6.2 to 2.0.0
dependabot[bot] Feb 1, 2024
938234c
Bump eslint from 8.56.0 to 8.57.0
dependabot[bot] Mar 1, 2024
4a41843
Bump smee-client from 2.0.0 to 2.0.1
dependabot[bot] Mar 1, 2024
d2bfac4
Bump bobheadxi/deployments from 1.4.0 to 1.5.0
dependabot[bot] Apr 1, 2024
ef5246d
Bump softprops/action-gh-release from 1 to 2
dependabot[bot] Apr 1, 2024
bb8827c
Bump minimatch from 9.0.3 to 9.0.4
dependabot[bot] Apr 1, 2024
115518c
Bump amitsingh-007/next-release-tag from 4.1.0 to 6.0.0
dependabot[bot] Jun 21, 2024
6ddc65f
Bump yaml from 2.3.4 to 2.4.5
dependabot[bot] Jun 21, 2024
4889047
Merge pull request #52 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
7404ebe
Merge pull request #53 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
4926d5e
Merge pull request #54 from amitsingh-007/dependabot/github_actions/d…
amitsingh-007 Jun 21, 2024
e125f7f
Merge pull request #60 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
fe5fee9
Merge pull request #66 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
8c8f780
Bump zod from 3.22.4 to 3.23.8
dependabot[bot] Jun 21, 2024
6346174
Bump rimraf from 5.0.5 to 5.0.7
dependabot[bot] Jun 21, 2024
5ef48b1
Bump semver and @types/semver
dependabot[bot] Jun 21, 2024
bec9313
Bump typescript from 5.3.3 to 5.5.2
dependabot[bot] Jun 21, 2024
fc7cfc3
Merge pull request #64 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
0f05cf6
Merge pull request #65 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
f9e733e
Merge pull request #70 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
1b77c2e
Merge pull request #63 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
2d312bd
Merge pull request #62 from amitsingh-007/dependabot/github_actions/d…
amitsingh-007 Jun 21, 2024
8229d79
Bump vercel from 33.1.0 to 34.2.7
dependabot[bot] Jun 21, 2024
3b31882
Merge pull request #55 from amitsingh-007/dependabot/github_actions/d…
amitsingh-007 Jun 21, 2024
1d8a042
Bump probot from 12.3.3 to 13.3.0
dependabot[bot] Jun 21, 2024
6c498cb
Bump @octokit/webhooks-types from 6.4.0 to 7.5.1
dependabot[bot] Jun 21, 2024
65f8e4c
Merge pull request #45 from amitsingh-007/dependabot/github_actions/d…
amitsingh-007 Jun 21, 2024
abbdd10
Merge pull request #68 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
ed23662
Merge pull request #69 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
4e222b2
Merge pull request #67 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jun 21, 2024
cd17fb6
Bump pnpm version
amitsingh-007 Jun 21, 2024
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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
github-comment: false

- name: Add status check
uses: LouisBrunner/checks-action@v1.6.2
uses: LouisBrunner/checks-action@v2.0.0
if: always()
with:
token: ${{ github.token }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Start deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
id: deployment
with:
step: start
Expand All @@ -31,7 +31,7 @@ jobs:
vercel-args: "--prod"

- name: Finish deployment
uses: bobheadxi/deployments@v1.4.0
uses: bobheadxi/deployments@v1.5.0
if: always()
with:
step: finish
Expand All @@ -50,14 +50,14 @@ jobs:

- name: Generate Release Tag
id: release_tag
uses: amitsingh-007/next-release-tag@v4.1.0
uses: amitsingh-007/next-release-tag@v6.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: "v"
tag_template: "yy.mm.i"

- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Release ${{ steps.release_tag.outputs.next_release_tag }}
tag_name: ${{ steps.release_tag.outputs.next_release_tag }}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@
"dependencies": {
"bytes": "3.1.2",
"json2md": "2.0.1",
"minimatch": "9.0.3",
"minimatch": "9.0.4",
"normalize-path": "3.0.0",
"probot": "12.3.3",
"semver": "7.5.4",
"yaml": "2.3.4",
"zod": "3.22.4"
"probot": "13.3.0",
"semver": "7.6.2",
"yaml": "2.4.5",
"zod": "3.23.8"
},
"devDependencies": {
"@octokit/webhooks-types": "6.4.0",
"@octokit/webhooks-types": "7.5.1",
"@types/bytes": "3.1.4",
"@types/json2md": "1.5.4",
"@types/minimatch": "5.1.2",
"@types/normalize-path": "3.0.2",
"@types/semver": "7.5.6",
"eslint": "8.56.0",
"@types/semver": "7.5.8",
"eslint": "8.57.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"rimraf": "5.0.5",
"smee-client": "2.0.0",
"typescript": "5.3.3",
"vercel": "33.1.0"
"rimraf": "5.0.7",
"smee-client": "2.0.1",
"typescript": "5.5.2",
"vercel": "34.2.7"
},
"engines": {
"node": ">= 18"
Expand Down
Loading