Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.7.3
->6.8.0
6.7.3
->6.8.0
6.7.3
->6.8.0
Release Notes
roots/bud
v6.8.0
Compare Source
Bugfixes, host/container URL mappings and an improved cli experience.
🩹 fix(@roots/bud): remote sources #2057
Fixes issue with modules loaded from registered remote schemas.
🩹 fix(@roots/bud): resolve extensions #2058
Adds missing extensions to set of resolvable extensions.
🩹 fix(@roots/sage): blade loader caching #2065
Improves regular expression used to extract
@asset
URLs and fixes caching for blade partials. Fixes issues referenced in this discourse topic.✨ feature(@roots/bud): distinct settings for mapped URLs #2074
This is primarily targeted at docker users (including lando), or really anyone who has need for internal/external URLs for the proxy server, dev server, or both.
Adds the following methods:
bud.setProxyUrl
bud.setPublicProxyUrl
bud.setUrl
bud.setPublicUrl
Like
bud.serve
andbud.proxy
they are pretty flexible and support strings, URL instances or numbers (if you only need to specify the port). If you only specify a port the default interface is used (0.0.0.0).So, a lando user mapping
0.0.0.0
toexample.lndo
can set it up like so:This is especially useful for replacing URLs in proxy responses since the public URLs will be used for find/replace operations. The hope is that you won't have to handle these manually any longer.
This change should be backwards compatible with the existing bud.proxy and bud.serve functions. They can be used together and there is no plan on deprecating them:
✨ feature(@roots/bud-vue): support typescript #2075
Adds automatic support for typescript in vue single file components. You only need to install @roots/bud-typescript and you should be good to go. Adds an example to the examples directory and integration tests to ensure this keeps working as the framework develops.
✨ feature(@roots/bud): improve bud cli #2004
Running
bud
(no subcommand) presents user with menu of common tasks to select from.bud doctor
now displays additional information about the project.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.