Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
d9beb24
fix: update mise to 2026.5.11
iloveitaly May 18, 2026
8818f49
test: update snapshots
iloveitaly May 18, 2026
596653b
chore: update mise upgrade task to run locally
iloveitaly May 18, 2026
d7d727a
chore: update go, mise, and bun packages
iloveitaly May 18, 2026
7497467
chore: update go, mise, and bun packages
iloveitaly May 18, 2026
dc19d02
chore: update mise to 2026.5.15
iloveitaly May 24, 2026
9b013e0
chore: update mise to 2026.5.15
iloveitaly May 24, 2026
dfbd730
chore: ignore .antigravitycli directory
iloveitaly May 28, 2026
335400e
chore: update mise 2026.5.11
iloveitaly May 28, 2026
76f10d0
chore: update better-sqlite3 dependency version
iloveitaly May 28, 2026
7d8d46c
feat(test): add example for testing npm native dependencies with node…
iloveitaly May 28, 2026
7b5fbaa
fix: do not run rdoc when compiling ruby
iloveitaly May 28, 2026
580b0af
chore: update python version in examples to 3.13.3
iloveitaly May 28, 2026
0cbaa80
chore: bump better-sqlite3 in examples
iloveitaly May 28, 2026
9c3dcc9
chore(node): update pnpm path to include bin directory
iloveitaly May 28, 2026
7ee0f9b
chore: update railpack-builder and runtime to mise 2026.5.16
iloveitaly May 28, 2026
929440d
chore: bump mise version to 2026.5.16
iloveitaly May 28, 2026
e260185
chore: update mise to 2026.5.16
iloveitaly May 29, 2026
d778471
feat(node): update pnpm path layout for version 11+
iloveitaly May 29, 2026
8d1e411
chore(node): update pnpm home paths and versioning logic
iloveitaly May 29, 2026
2277c85
chore: update python-freethreaded example configuration
iloveitaly May 29, 2026
10395bc
feat: add mise-builder-shell task
iloveitaly May 29, 2026
edf0915
test(python): fix fasthtml example
iloveitaly May 29, 2026
e9a02f6
chore: update mise configuration to 2026.5.16
iloveitaly May 29, 2026
b40465d
chore: ensure uv is installed when using pipx.uvx in mise
iloveitaly May 29, 2026
425a565
chore: update mise 2026.5.16
iloveitaly May 29, 2026
771b985
feat(node): prioritize mise-managed package manager versions
iloveitaly May 29, 2026
97d5fe0
chore: update test configuration for pnpm 11 compatibility
iloveitaly May 29, 2026
26dd356
chore: update example env configuration for mise compatibility
iloveitaly May 29, 2026
cde3afc
chore: update test snapshots for mise 2026.5.16
iloveitaly May 29, 2026
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ examples/*/size.json
.claude/settings.local.json
examples/**/.claude
.gemini/
.antigravitycli/
3 changes: 1 addition & 2 deletions .mise/tasks/mise-upgrade
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ fi
echo "Upgrading go and mise packages..."
mise run upgrade
if [[ -n "$(git status --porcelain go.mod go.sum)" ]]; then
git add go.mod go.sum
git add go.mod go.sum docs/package.json mise.lock docs/bun.lock
git commit -m "chore: update go, mise, and bun packages"
fi

Expand All @@ -113,7 +113,6 @@ if [[ -n "$(git status --porcelain --untracked-files=no)" ]]; then
git commit -m "style: fix formatting"
fi


# Push the branch (needed in CI and good practice locally)
git push -u origin "$branch"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -169,7 +169,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
}
],
"name": "packages:apt:runtime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:apt:build"
Expand Down Expand Up @@ -189,7 +189,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
}
],
"name": "packages:apt:runtime"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -45,7 +45,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand All @@ -17,7 +17,7 @@
{
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -153,7 +153,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
}
],
"name": "packages:apt:runtime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -153,7 +153,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
}
],
"name": "packages:apt:runtime"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -43,16 +43,23 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
"variables": {
"ELIXIR_ERL_OPTIONS": "+fnu",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ALL": "en_US.UTF-8",
"MISE_CACHE_DIR": "/mise/cache",
"MISE_CONFIG_DIR": "/mise",
"MISE_DATA_DIR": "/mise",
"MISE_INSTALLS_DIR": "/mise/installs",
"MISE_SHIMS_DIR": "/mise/shims"
"MISE_SHIMS_DIR": "/mise/shims",
"MIX_ARCHIVES": "/root/.mix/archives",
"MIX_ENV": "prod",
"MIX_HOME": "/root/.mix"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -47,16 +47,23 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
"variables": {
"ELIXIR_ERL_OPTIONS": "+fnu",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ALL": "en_US.UTF-8",
"MISE_CACHE_DIR": "/mise/cache",
"MISE_CONFIG_DIR": "/mise",
"MISE_DATA_DIR": "/mise",
"MISE_INSTALLS_DIR": "/mise/installs",
"MISE_SHIMS_DIR": "/mise/shims"
"MISE_SHIMS_DIR": "/mise/shims",
"MIX_ARCHIVES": "/root/.mix/archives",
"MIX_ENV": "prod",
"MIX_HOME": "/root/.mix"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -47,16 +47,23 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
"variables": {
"ELIXIR_ERL_OPTIONS": "+fnu",
"LANG": "en_US.UTF-8",
"LANGUAGE": "en_US:en",
"LC_ALL": "en_US.UTF-8",
"MISE_CACHE_DIR": "/mise/cache",
"MISE_CONFIG_DIR": "/mise",
"MISE_DATA_DIR": "/mise",
"MISE_INSTALLS_DIR": "/mise/installs",
"MISE_SHIMS_DIR": "/mise/shims"
"MISE_SHIMS_DIR": "/mise/shims",
"MIX_ARCHIVES": "/root/.mix/archives",
"MIX_ENV": "prod",
"MIX_HOME": "/root/.mix"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -48,7 +48,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -106,7 +106,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise:runtime",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -98,7 +98,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise:runtime",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"deploy": {
"base": {
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
},
"inputs": [
{
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -98,7 +98,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise:runtime",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -137,7 +137,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
}
],
"name": "packages:apt:runtime"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-builder:mise-2026.5.16"
}
],
"name": "packages:mise",
Expand Down Expand Up @@ -137,7 +137,7 @@
],
"inputs": [
{
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.3.17"
"image": "ghcr.io/railwayapp/railpack-runtime:mise-2026.5.16"
}
],
"name": "packages:apt:runtime"
Expand Down
Loading
Loading