Skip to content

deps: upgrade all dependencies to latest#317

Merged
jongio merged 1 commit into
mainfrom
deps/upgrade-all
Jul 20, 2026
Merged

deps: upgrade all dependencies to latest#317
jongio merged 1 commit into
mainfrom
deps/upgrade-all

Conversation

@jongio

@jongio jongio commented Jul 20, 2026

Copy link
Copy Markdown
Owner

Routine dependency refresh to latest installable versions.

Go (cli/go.mod, indirect)

Package From To
github.com/dlclark/regexp2/v2 2.5.1 2.5.2
github.com/go-logr/logr 1.4.3 1.4.4
github.com/charmbracelet/x/exp/slice pseudo latest
google.golang.org/genproto/googleapis/rpc pseudo latest

Web (web/package.json)

Package From To
@astrojs/mdx 7.0.2 7.0.3

Held back by the 7-day npm cooldown: astro 7.1.x, tailwindcss and @tailwindcss/vite 4.3.3, astro-expressive-code 0.44.1.

Validation: go build, vet, unit tests, and govulncheck pass; astro build passes.

Go (cli/go.mod, indirect):
- github.com/dlclark/regexp2/v2 2.5.1 -> 2.5.2
- github.com/go-logr/logr 1.4.3 -> 1.4.4
- github.com/charmbracelet/x/exp/slice -> latest pseudo
- google.golang.org/genproto/googleapis/rpc -> latest pseudo

Web (web/package.json):
- @astrojs/mdx 7.0.2 -> 7.0.3

Held back by the 7-day npm cooldown: astro 7.1.x, tailwindcss and
@tailwindcss/vite 4.3.3, astro-expressive-code 0.44.1.

Validation: go build, vet, unit tests, and govulncheck pass; astro build passes.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 32487a15-4cdf-4e02-8809-4a858dc4d96f
@jongio jongio added the deps Dependency updates label Jul 20, 2026
@jongio jongio self-assigned this Jul 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Website Preview

Your PR preview is ready!

📎 Preview URL: https://jongio.github.io/azd-rest/pr/317/

This preview will be automatically cleaned up when the PR is closed.

github-actions Bot added a commit that referenced this pull request Jul 20, 2026
@jongio
jongio merged commit ef1cc5c into main Jul 20, 2026
16 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Test This PR

A preview build (0.5.0-pr317) is ready for testing!

One-Line Install (Recommended)

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.ps1) } -PrNumber 317 -Version 0.5.0-pr317"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/install-pr.sh | bash -s 317 0.5.0-pr317

Uninstall

PowerShell (Windows):

iex "& { $(irm https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.ps1) } -PrNumber 317"

Bash (macOS/Linux):

curl -fsSL https://raw.githubusercontent.com/jongio/azd-rest/main/scripts/uninstall-pr.sh | bash -s 317

Build Info:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

deps Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant