Skip to content
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

Dependabot updates #40

Merged
merged 39 commits into from
Jan 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
15f6e5a
Bump eslint-plugin-import from 2.26.0 to 2.29.1
dependabot[bot] Jan 13, 2024
811139d
Merge pull request #23 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
969ba84
Bump @types/normalize-path from 3.0.0 to 3.0.2
dependabot[bot] Jan 13, 2024
5835f01
Bump vercel from 28.11.0 to 33.1.0
dependabot[bot] Jan 13, 2024
e667790
Merge pull request #30 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
9a60d7f
Bump @types/bytes from 3.1.1 to 3.1.4
dependabot[bot] Jan 13, 2024
8629b5a
Bump zod from 3.20.2 to 3.22.4
dependabot[bot] Jan 13, 2024
c048c25
Merge pull request #24 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
b7d0f69
Merge pull request #25 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
e3fd6a2
Bump smee-client from 1.2.3 to 2.0.0
dependabot[bot] Jan 13, 2024
aa15381
Merge pull request #32 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
606677f
Bump eslint from 8.31.0 to 8.56.0
dependabot[bot] Jan 13, 2024
4dd54cb
Merge pull request #28 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
31cec96
Merge pull request #31 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
d0311d0
Bump typescript from 4.9.4 to 5.3.3
dependabot[bot] Jan 13, 2024
4580ce6
Bump rimraf from 3.0.2 to 5.0.5
dependabot[bot] Jan 13, 2024
e3d9029
Bump semver and @types/semver
dependabot[bot] Jan 13, 2024
5639388
Bump @octokit/webhooks-types from 4.4.0 to 7.3.1
dependabot[bot] Jan 13, 2024
0aaa163
Bump eslint-import-resolver-node from 0.3.6 to 0.3.9
dependabot[bot] Jan 13, 2024
08408cb
Merge pull request #33 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
a6218dc
Merge pull request #36 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
2724827
Merge pull request #34 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
c534772
Merge pull request #29 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
a1b63ba
Merge pull request #35 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
c878e16
Bump yaml from 2.2.1 to 2.3.4
dependabot[bot] Jan 13, 2024
7904b6d
Bump probot from 12.2.9 to 12.3.3
dependabot[bot] Jan 13, 2024
ecc2022
Merge pull request #37 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
9695342
Merge pull request #27 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
5d111fd
Bump minimatch from 5.1.2 to 9.0.3
dependabot[bot] Jan 13, 2024
7929975
Merge pull request #22 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
40c2f8f
Bump markdown-table from 2.0.0 to 3.0.3
dependabot[bot] Jan 13, 2024
df23318
Fix build
amitsingh-007 Jan 13, 2024
606f900
Merge pull request #26 from amitsingh-007/dependabot/npm_and_yarn/dep…
amitsingh-007 Jan 13, 2024
134b52b
Fix markdown table changes
amitsingh-007 Jan 13, 2024
1a7a6f9
Update message.ts
amitsingh-007 Jan 13, 2024
181409b
Merge branch 'main' into dependabot-updates
amitsingh-007 Jan 14, 2024
f847da2
Add status check
amitsingh-007 Jan 14, 2024
9a87760
Update build.yml
amitsingh-007 Jan 15, 2024
fd7320b
Migrate to json2md
amitsingh-007 Jan 15, 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
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: 'github-actions'
directory: '/'
open-pull-requests-limit: 100
target-branch: 'dependabot-updates'
labels: []
schedule:
interval: 'monthly'

# Maintain dependencies for pnpm
- package-ecosystem: 'npm'
directory: '/'
Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
Deploy:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -20,3 +20,11 @@ jobs:
vercel-org-id: ${{ secrets.VERCEL_ORG_ID}}
vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}}
github-comment: false

- name: Add status check
uses: LouisBrunner/[email protected]
if: always()
with:
token: ${{ github.token }}
name: Build Check
conclusion: ${{ job.status }}
35 changes: 18 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,28 +28,29 @@
},
"dependencies": {
"bytes": "3.1.2",
"markdown-table": "2.0.0",
"minimatch": "5.1.2",
"json2md": "2.0.1",
"minimatch": "9.0.3",
"normalize-path": "3.0.0",
"probot": "12.2.9",
"semver": "7.3.8",
"yaml": "2.2.1",
"zod": "3.20.2"
"probot": "12.3.3",
"semver": "7.5.4",
"yaml": "2.3.4",
"zod": "3.22.4"
},
"devDependencies": {
"@octokit/webhooks-types": "^4.0.0",
"@types/bytes": "3.1.1",
"@octokit/webhooks-types": "6.4.0",
"@types/bytes": "3.1.4",
"@types/json2md": "1.5.4",
"@types/minimatch": "5.1.2",
"@types/normalize-path": "3.0.0",
"@types/semver": "7.3.13",
"eslint": "8.31.0",
"eslint-import-resolver-node": "0.3.6",
"eslint-plugin-import": "2.26.0",
"@types/normalize-path": "3.0.2",
"@types/semver": "7.5.6",
"eslint": "8.56.0",
"eslint-import-resolver-node": "0.3.9",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"rimraf": "3.0.2",
"smee-client": "1.2.3",
"typescript": "4.9.4",
"vercel": "28.11.0"
"rimraf": "5.0.5",
"smee-client": "2.0.0",
"typescript": "5.3.3",
"vercel": "33.1.0"
},
"engines": {
"node": ">= 18"
Expand Down
Loading