Skip to content

Commit 26c0dff

Browse files
committed
chore: upgrade deno dependencies
1 parent a5b810c commit 26c0dff

File tree

5 files changed

+107
-48
lines changed

5 files changed

+107
-48
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG VARIANT=ubuntu
2-
ARG DENO_VERSION=2.1.1
2+
ARG DENO_VERSION=2.3.7
33

44
FROM denoland/deno:bin-${DENO_VERSION} AS deno
55
FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}

.github/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ project you agree to abide by its terms.
1111

1212
### Prerequisites
1313

14-
- [Deno](https://deno.land/#installation) 2.1.1 or later
14+
- [Deno](https://deno.land/#installation) 2
1515
- MongoDB 8.0
1616
- Redis 7.4
1717

@@ -128,13 +128,15 @@ graph TD
128128
##### Main Components
129129

130130
1. **Routine Check (`routineCheck`):**
131+
131132
- Iterates through configured rules in `pull.yml`
132133
- For each rule:
133134
- Normalizes base and upstream branch names
134135
- Checks for differences between branches
135136
- Creates or updates pull requests as needed
136137

137138
2. **Difference Detection (`hasDiff`):**
139+
138140
- Compares commits between base and upstream branches
139141
- Handles special cases:
140142
- Large diffs that timeout
@@ -143,6 +145,7 @@ graph TD
143145
- Returns true if changes are detected
144146

145147
3. **Pull Request Management:**
148+
146149
- **Updates (`getOpenPR`):**
147150
- Finds existing PRs created by the bot
148151
- Validates PR matches current sync rule

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG DENO_VERSION=2.1.1
1+
ARG DENO_VERSION=2.3.7
22
FROM denoland/deno:alpine-${DENO_VERSION}
33

44
ENV \

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@/": "./",
1616
"@octokit/plugin-rest-endpoint-methods": "npm:@octokit/plugin-rest-endpoint-methods@^13.2.6",
1717
"@probot/pino": "npm:@probot/pino@^2.5.0",
18-
"@std/assert": "jsr:@std/assert@1",
19-
"@std/http": "jsr:@std/http@1",
18+
"@std/assert": "jsr:@std/assert@^1.0.13",
19+
"@std/http": "jsr:@std/http@^1.0.18",
2020
"@wei/pluralize": "jsr:@wei/pluralize@^8.0.2",
2121
"@wei/probot-scheduler": "jsr:@wei/[email protected]",
2222
"bullmq": "npm:bullmq@^5.26.2",

deno.lock

Lines changed: 99 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)