Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,51 @@ updates:
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/sdks/python"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/sdks/python/examples/quickstart"
schedule:
interval: "daily"

- package-ecosystem: "pip"
directory: "/cmd/hatchet-cli/cli/templates/python/poetry"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/frontend/app"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/frontend/docs"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/sdks/typescript"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/cmd/hatchet-cli/cli/templates/typescript/pnpm"
schedule:
interval: "daily"

- package-ecosystem: "rubygems"
directory: "/sdks/ruby/src"
schedule:
interval: "daily"

- package-ecosystem: "rubygems"
directory: "/sdks/ruby/examples"
schedule:
interval: "daily"


# // We need to update the quickstart examples for typescript, go, and python
- package-ecosystem: "npm"
Expand Down
256 changes: 148 additions & 108 deletions cmd/hatchet-cli/cli/templates/python/poetry/poetry.lock

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions cmd/hatchet-cli/cli/templates/typescript/pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@
},
"dependencies": {
"@hatchet-dev/typescript-sdk": "^1.10.3"
},
"pnpm": {
"overrides": {
"qs": "6.14.1"
}
}
}
11 changes: 7 additions & 4 deletions cmd/hatchet-cli/cli/templates/typescript/pnpm/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

222 changes: 131 additions & 91 deletions examples/python/quickstart/poetry.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion frontend/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"lucide-react": "^0.446.0",
"monaco-themes": "^0.4.4",
"posthog-js": "^1.298.1",
"qs": "^6.14.0",
"qs": "^6.14.1",
"react": "^18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -116,7 +116,9 @@
},
"pnpm": {
"overrides": {
"preact": "10.28.2",
"prismjs": "^1.30.0",
"qs": "6.14.1",
"js-yaml": "^4.1.1"
}
}
Expand Down
22 changes: 12 additions & 10 deletions frontend/app/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading