Skip to content

Bump surge from 0.33.0 to 0.40.2 - #782

Merged
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/surge-0.40.2
Aug 2, 2026
Merged

Bump surge from 0.33.0 to 0.40.2#782
github-actions[bot] merged 1 commit into
masterfrom
dependabot/npm_and_yarn/surge-0.40.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 2, 2026

Copy link
Copy Markdown
Contributor

Bumps surge from 0.33.0 to 0.40.2.

Changelog

Sourced from surge's changelog.

surge 0.40

The command line interface has been reorganized around a single idea: you name the thing you are working on, then say what to do with it.

surge <project> <command>

Everything else in this release follows from that. Your existing commands still work — skip to Migrating if that is all you need.

Projects now remember their domain

When you publish a directory for the first time, surge writes the domain into a CNAME file inside it. From then on that directory knows where it belongs, and you never have to repeat the domain.

Start a new project by naming the directory and the domain you want:

surge ./my-proj example.com

That is the only time you need to say both. To publish again, run the same command, or just name the project:

surge ./my-proj publish

The domain came from ./my-proj/CNAME. Surge writes that file on the first publish and never overwrites it, so the directory carries its own identity. If you keep your CNAME in source control (or in the directory your build copies into its output), every machine and every CI job publishes to the right place with no configuration.

The same shape for every command

Because the project knows its domain, every other command works the same way:

surge ./my-proj rollback
surge ./my-proj revs
surge ./my-proj teardown

You are welcome to name the domain directly instead. It means the same thing:

surge example.com rollback

And when you are already inside the project directory, surge assumes you mean the directory you are standing in:

surge . publish
surge rollback
surge revs
surge stats traffic

... (truncated)

Commits
  • ec1f74c 0.40.2
  • 3e7d422 only a CNAME may make the cwd the publish root - surge wrote that file into t...
  • 9a83f28 publish infers the cwd like every other command - teardown already removes a ...
  • 1471dee surge publish keeps its guided flow - naming the directory explicitly is righ...
  • bb3f61b release notes for 0.40 plus the cwd it promised - surge publish inside a proj...
  • 1ac922d a missing project dir with publish flags reports itself missing - a failed bu...
  • 1fe23c7 0.40.1
  • 6227419 restore publish-intent flags on a path target - 0.40.0 sent surge ./dist -d e...
  • 0ebd3a8 0.40.0
  • 6692437 lockfile sync for the sdk/stream 0.17.1 bump
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [surge](https://github.com/sintaxi/surge) from 0.33.0 to 0.40.2.
- [Release notes](https://github.com/sintaxi/surge/releases)
- [Changelog](https://github.com/sintaxi/surge/blob/master/RELEASE-NOTES.md)
- [Commits](sintaxi/surge@v0.33.0...v0.40.2)

---
updated-dependencies:
- dependency-name: surge
  dependency-version: 0.40.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 2, 2026
@github-actions
github-actions Bot merged commit 9956d95 into master Aug 2, 2026
2 of 9 checks passed
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/surge-0.40.2 branch August 2, 2026 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants