Skip to content

Commit 622e2d9

Browse files
authored
updates (#2827)
1 parent 81eb3f4 commit 622e2d9

File tree

16 files changed

+708
-10501
lines changed

16 files changed

+708
-10501
lines changed

.github/dependabot.yml

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,51 @@ updates:
1010
schedule:
1111
interval: "daily"
1212

13+
- package-ecosystem: "pip"
14+
directory: "/sdks/python"
15+
schedule:
16+
interval: "daily"
17+
18+
- package-ecosystem: "pip"
19+
directory: "/sdks/python/examples/quickstart"
20+
schedule:
21+
interval: "daily"
22+
23+
- package-ecosystem: "pip"
24+
directory: "/cmd/hatchet-cli/cli/templates/python/poetry"
25+
schedule:
26+
interval: "daily"
27+
28+
- package-ecosystem: "npm"
29+
directory: "/frontend/app"
30+
schedule:
31+
interval: "daily"
32+
33+
- package-ecosystem: "npm"
34+
directory: "/frontend/docs"
35+
schedule:
36+
interval: "daily"
37+
38+
- package-ecosystem: "npm"
39+
directory: "/sdks/typescript"
40+
schedule:
41+
interval: "daily"
42+
43+
- package-ecosystem: "npm"
44+
directory: "/cmd/hatchet-cli/cli/templates/typescript/pnpm"
45+
schedule:
46+
interval: "daily"
47+
48+
- package-ecosystem: "rubygems"
49+
directory: "/sdks/ruby/src"
50+
schedule:
51+
interval: "daily"
52+
53+
- package-ecosystem: "rubygems"
54+
directory: "/sdks/ruby/examples"
55+
schedule:
56+
interval: "daily"
57+
1358

1459
# // We need to update the quickstart examples for typescript, go, and python
1560
- package-ecosystem: "npm"

cmd/hatchet-cli/cli/templates/python/poetry/poetry.lock

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

cmd/hatchet-cli/cli/templates/typescript/pnpm/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,10 @@
1717
},
1818
"dependencies": {
1919
"@hatchet-dev/typescript-sdk": "^1.10.3"
20+
},
21+
"pnpm": {
22+
"overrides": {
23+
"qs": "6.14.1"
24+
}
2025
}
2126
}

cmd/hatchet-cli/cli/templates/typescript/pnpm/pnpm-lock.yaml

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

examples/python/quickstart/poetry.lock

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

frontend/app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"lucide-react": "^0.446.0",
6868
"monaco-themes": "^0.4.4",
6969
"posthog-js": "^1.298.1",
70-
"qs": "^6.14.0",
70+
"qs": "^6.14.1",
7171
"react": "^18.3.1",
7272
"react-day-picker": "^8.10.1",
7373
"react-dom": "^18.3.1",
@@ -116,7 +116,9 @@
116116
},
117117
"pnpm": {
118118
"overrides": {
119+
"preact": "10.28.2",
119120
"prismjs": "^1.30.0",
121+
"qs": "6.14.1",
120122
"js-yaml": "^4.1.1"
121123
}
122124
}

frontend/app/pnpm-lock.yaml

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

0 commit comments

Comments
 (0)