-
-
Notifications
You must be signed in to change notification settings - Fork 3
chore(deps): update moon to v1.41.7 #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/moon
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
be00e01 to
9527d3c
Compare
9527d3c to
ddd4338
Compare
ddd4338 to
84e59bd
Compare
84e59bd to
82ed7f7
Compare
82ed7f7 to
0bf9f64
Compare
0bf9f64 to
7fbbef5
Compare
7fbbef5 to
b876dcb
Compare
b876dcb to
c0ea89d
Compare
c0ea89d to
a24fe40
Compare
a24fe40 to
3f1d817
Compare
3f1d817 to
aa1ddc6
Compare
aa1ddc6 to
ec8557c
Compare
ec8557c to
e2170e6
Compare
e2170e6 to
7e610f4
Compare
38d77bb to
b80b608
Compare
dc74f98 to
6102274
Compare
6102274 to
d3be123
Compare
04be3da to
26028d5
Compare
26028d5 to
7d9e2cf
Compare
7d9e2cf to
19ff0c6
Compare
19ff0c6 to
0da9d19
Compare
0da9d19 to
4b12e44
Compare
4b12e44 to
c931411
Compare
c931411 to
0adff68
Compare
0adff68 to
4d223c9
Compare
4d223c9 to
5f753c1
Compare
5f753c1 to
10ad7e9
Compare
10ad7e9 to
38fa99a
Compare
38fa99a to
b3c98df
Compare
Contributor
Author
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
1.26.7->1.41.71.26.7->1.41.7Release Notes
moonrepo/moon (@moonrepo/cli)
v1.41.7Compare Source
🚀 Updates
--upstream(dependencies) and--downstream(dependents) options tomoon cito controlthe graph depth for affected tracking.
🐞 Fixes
mutexwould not be respected, and tasks would still run in parallel.underlying lockfile timestamp kept changing.
v1.41.6Compare Source
🐞 Fixes
being traversed correctly.
MOON_TOOLCHAIN_FORCE_GLOBALShas been set.v1.41.5Compare Source
🚀 Updates
optionalparameter to task glob outputs.ParseManifestInput.rootandParseLockInput.rootfields.🧰 Toolchains
package.jsoncatalogs.parse_manifestto resolve versions from applicable catalogs.🐞 Fixes
affected/hashing calculation in CI.
v1.41.4Compare Source
🐞 Fixes
moon.
extendsdid not support query strings in URLs.projectinput types were not being included in the task hash, resulting inre-runs not working.
v1.41.3Compare Source
🐞 Fixes
moon.
extendsdid not support query strings in URLs.⚙️ Internal
v1.41.2Compare Source
🐞 Fixes
projectsBuildData.jsoncache state.🧰 Toolchains
v1.41.1Compare Source
🚀 Updates
entire pipeline.
🐞 Fixes
**/moon.ymland a root-levelmoon.ymlexisted,would trigger an invalid identifier error.
v1.41.0Compare Source
💥 Breaking
ParseLockOutput.packagesfield.🚀 Updates
Deno toolchain implementation,
powered entirely by our new WASM plugin system. It can be enabled with the
unstable_denoidentifier.
deno.jsonanddeno.jsoncmanifest files.deno.locklock files.deno install.unstable_javascripttoolchain.instead of depending on a project's task.
project://<id>project: '<id>'^.group://<name>group: '<name>'@files,@globs, etc, token functions.file://<path>andfile: '<path>'glob://<pattern>andglob: '<pattern>'optionalsupport to file outputs.runInCItask option:only- Only run the task in CI, and not locally, when affected.skip- Skip running in CI but run locally and allow task relationships to be valid.🧰 Toolchains
packageManagerwithdeno.install_dependenciesandsetup_environmentto take project toolchain configurationinto account.
🧩 Plugins
ManifestDependencyConfig.referencefield.SyncProjectInput.toolchain_workspace_configfield.⚙️ Internal
v1.40.5Compare Source
🧰 Toolchains
go.modparsing failures whentoolis a list.uv venv.v1.40.4Compare Source
🐞 Fixes
⚙️ Internal
v1.40.3Compare Source
🚀 Updates
MOON_TASK_RETRY_ATTEMPTandMOON_TASK_RETRY_TOTALenvironmentvariables, which can be accessed in child processes.
format of
ARG<n>(1-index based).🐞 Fixes
existed.
PATHcorrectly.
v1.40.2Compare Source
🧰 Toolchains
pnpm-lock.yamlparsing issues when usingpnpmas a package manager.⚙️ Internal
v1.40.1Compare Source
🐞 Fixes
yet.
PATHs may not always be injected correctly.🧰 Toolchains
package.jsondependency version parsing issues.⚙️ Internal
v1.40.0Compare Source
💥 Breaking
version defined in
.prototools, as there's no way to differentiate between the legacy and moderntoolchains.
moon query touched-filesto default to comparing against remote branches when in CI, andlocal when not in CI. This aligns with the other
moon querycommands.--localand--remoteflags.🚀 Updates
extensive work, as the JavaScript ecosystem is quite unique. The following plugins are being
introduced:
unstable_javascriptwith Deno coming soon).
installing dependencies, extending the project graph (aliases and tasks), parsing
lockfiles/manifests, and much more.
unstable_bunandunstable_nodethe tool into the proto toolchain. Most functionality is now in the
unstable_javascriptplugin.
unstable_npm,unstable_pnpm, andunstable_yarninstalling the tool into the proto toolchain. Most functionality is now in the
unstable_javascriptplugin.npm-shrinkwrap.json.node, and is now configured at the top-level within.moon/toolchain.yml.cacheoption, alongside the existing boolean.localto only use the local cache.remoteto only use the remote cache.unstable_remote.cache.localReadOnlysetting, which turns local development cachinginto a read-only mode (only downloads, doesn't upload).
relying entirely on proto shims. It achieves this by locating the executables, and prepending
their directory onto
PATH.moon taskcommand to include allPATHs that are injected when running the task.moon run --profileoption.unstable_nodetoolchain.
MOON_TASK_HASHenvironment variable for the current hash,which can be read from child processes.
https://open-vsx.org/extension/moonrepo/moon-console
🐞 Fixes
PATH, evenwhen proto is not required.
affectedFilesandrunFromWorkspaceRootgenerating invalidpaths.
moon docker filegenerating invalidDockerfiles after the recent proto install changes.🧰 Toolchains
binswhen installing multiple packages from different modules in parallel.uv venv, we now include the--no-managed-pythonflag when thepython.versionsetting is defined. This should ensure that moon/proto's Python managed version is used.
uv sync, we now include the--no-managed-pythonflag unless thepython.uv.syncArgssetting is defined.pathandgitvalues from dependencies.includeSharedTypesandsyncProjectReferencesare both enabled, and the shared typesfolder contains a
tsconfig.json, it will also be synced as a project reference.🧩 Plugins
define_requirementsplugin API for tier 2.DefineRequirementsInputandDefineRequirementsOutputtypes.MoonContext.get_project_rootandget_project_root_from_sourcemethods.ExtendProjectGraphInput.toolchain_configfield.ExtendTaskCommandInput.toolchain_configandprojectfields.ExtendTaskScriptInput.toolchain_configandprojectfields.load_toolchain_configandload_project_toolchain_configfunctions.load_toolchain_config_by_idhost function.⚙️ Internal
v1.39.4Compare Source
🐞 Fixes
moon setupfailing when proto is not available.$HOME,$USER, and$PWDenvironment variables.v1.39.3Compare Source
🐞 Fixes
layerwould trigger a violation error.v1.39.2Compare Source
🐞 Fixes
?and wasn't in URI format.typeforlayer, etc).⚙️ Internal
v1.39.1Compare Source
🐞 Fixes
@moonrepo/clipackage.v1.39.0Compare Source
🚀 Updates
SetupProtoaction, which is now part of theaction graph, and does not run on every command. It's also a bit smarter and will only install
when a toolchain requires it.
#1985
file://) and globs (glob://).optionalparam, which allows the file to be optional (missing) during hashing.Defaults to true.
contentparam, which will match against the file's contents to determine affectedstate.
cacheparam, which controls whether the glob results should be cached or not.@moonrepo/clinpm package to no longer rely on postinstall scripts.typetolayer, as it better reflects what it does, a layer of access withinthe project
stack. For backwards compatibility, thetypename will still be supported untilv2. The following changes have been made:
type->layerinmoon.yml--type->--layerinmoon query projectsprojectType->projectLayerfor MQL$projectType->$projectLayerfor task tokensenforceProjectTypeRelationships->enforceLayerRelationshipsin.moon/workspace.yml🐞 Fixes
moon query touched-files --defaultBranchrequiring a "true" or "false" explicit value.⚙️ Internal
v1.38.6Compare Source
🧰 Toolchains
go.*parsing failures when there was no trailing newline.⚙️ Internal
to resolve an "unknown field
spec" error. This is triggered when the globalprotobinary isusing v0.51, and moon is using proto < v0.50.5.
v1.38.5Compare Source
🚀 Updates
🐞 Fixes
bun.lockparsing error.v1.38.4Compare Source
🚀 Updates
2025-06-18from2025-03-26- in turn, allowing Claude Code to use the MCP.sync_projectstool to sync all projects if no IDs provided.📚 Documentation
v1.38.3Compare Source
🐞 Fixes
v1.38.2Compare Source
🚀 Updates
🐞 Fixes
moon cijob calculation.v1.38.1Compare Source
🚀 Updates
versionFromPrototools, which controls how we inherita version from the root
.prototoolsfile. By default this is enabled, but can be configured witha string if the IDs don't match.
extend_task_scriptWASMAPI.
race conditions.
moon setupto also install toolchain plugins.🐞 Fixes
.prototools.to be installed.
moon docker prunewould force install all toolchains. If you were relyingon this functionality, run
moon docker setupinstead.🧩 Plugins
ExtendTaskScriptOutput.scriptfield.v1.38.0Compare Source
💥 Breaking
RegisterToolchainOutput.lock_file_nametoRegisterToolchainOutput.lock_file_namesand its type to
Vec<String>.RegisterToolchainOutput.manifest_file_nametoRegisterToolchainOutput.manifest_file_namesand its type toVec<String>.🚀 Updates
Go toolchain implementation,
powered entirely by our new WASM plugin system. It can be enabled with the
unstable_goidentifier.
go.workfiles.go.modfiles.go.sumandgo.work.sumfiles.go mod vendor) during Docker prune.moon mcp.get_touched_files- Gets touched files between base and head.sync_projects- Runs theSyncProjectaction for one or many projects.sync_workspace- Runs theSyncWorkspaceaction.moon toolchaincommand and sub-commands..moon/toolchain.ymlwithmoon toolchain add.moon toolchain info.notifier.terminalNotificationssetting in.moon/workspace.yml.notifier.webhookAcknowledgesetting, that ensures webhooks resolve with a 2xx statuscode.
🐞 Fixes
when cleaning stale files.
🧩 Plugins
rust_toolchainto v0.2.0.LocateDependenciesRootInput.toolchain_configfield.PruneDockerInput.toolchain_configfield.ScaffoldDockerInput.toolchain_configfield.⚙️ Internal
v1.37.3Compare Source
🐞 Fixes
git://based code generation couldn't checkout a specific commit.moon migrate --skipTouchedFilesCheckoption.v1.37.2Compare Source
🚀 Updates
moon cito always run the sync workspace action, even when no tasks are affected.🐞 Fixes
gitcommands would attempt to execute, even when nogitbinary was found.moon docker scaffoldwould over scaffold the same project multiple times.MOON_TOOLCHAIN_FORCE_GLOBALSis set.gitcommands that are executed forgit://based code generation.⚙️ Internal
v1.37.1Compare Source
📚 Documentation
llms.txtfile to our website.MOON_WORKSPACE_ROOTenvironment variable.🐞 Fixes
🧩 Plugins
rust_toolchainto v0.1.2.cargo-binstallfailing in CI when the binary already exists.SetupEnvironmentInput.globals_dirfield.⚙️ Internal
v1.37.0Compare Source
🔖 RFCs
🚀 Updates
Rust toolchain implementation,
powered entirely by our new WASM plugin system. Since toolchain plugins are new and unstable, this
Rust toolchain can be enabled with the
unstable_rustidentifier (instead ofrust).addMsrvConstraintsetting.moon mcpcommand, which starts an MCP (model context protocol) stdio serverthat responds to AI agent requests.
get_project,get_projects,get_task,get_tasks.run_task, etc.environment.initializingandenvironment.initializedevents.rootandtoolchainfields todependencies.installinganddependencies.installedevents.
runtimefield in all events. Will be removed once toolchain plugins arecomplete.
🧩 Plugins
SetupEnvironmentandInstallDependenciesactions.ManifestDependencytype to be an enum instead of a struct.ProjectDependency.viafield.⚙️ Internal
v1.36.3Compare Source
🐞 Fixes
${VAR:+default}) werenot parsed correctly.
⚙️ Internal
v1.36.2Compare Source
🚀 Updates
values. Supports the following:
$E:- Elvish$env::- Ion$ENV.- Murex$env.- Nu$env:- PowerShell🐞 Fixes
MOON_TOOLCHAIN_FORCE_GLOBALSwasn't respected for Python and Rusttoolchains.
v1.36.1Compare Source
🐞 Fixes
did not run in a shell.
⚙️ Internal
v1.36.0Compare Source
🚀 Updates
SetupEnvironmentaction that executes thesetup_environmentWASM API.InstallDependenciesaction that executes theinstall_dependenciesWASM API.docker pruneto utilize the new WASM APIs for toolchain plugins.--hostand--portoptions tomoon action-graph,moon task-graph, andmoon project-graph.--stdinoption tomoon ciandmoon run, which will allow touched files to be passedvia stdin, instead of running VCS commands to determine them.
instead of the default, to avoid problematic edge cases.
unstable_remote.cache.verifyIntegritysetting, that will verify the digest ofdownloaded blobs to ensure they aren't corrupted or incomplete. Will degrade performance but
ensure reliability.
written files need to be removed.
arrayandobjectvariable types intemplate.yml. The values must be JSONcompatible.
generator.templatesto supporthttps://URLs that point to an archive that can beunpacked.
moon.{yml,pkl}not being allowed as a task input. However, willnot be included when using
**/*.🐞 Fixes
to write them all.
argsorenvof a task dependency would not invalidate its cache.env.🧩 Plugins
extend_project_graph- Extend projects with toolchain specific info.extend_task_command- Extend the command child process with parameters.extend_task_script- Extend the script child process with parameters.locate_dependencies_root- Locate the package dependencies workspace root.parse_manifest- Parse a manifest file to extract dependencies.parse_lock- Parse a lock file to extract resolved dependencies.InstallDependenciesInput.packagesandproductionfields.InstallDependenciesOutput.operationsfield.PruneDockerInput.projectsandrootfields.PruneDockerOutput.SetupEnvironmentOutput.operationsfield.SetupToolchainOutput.operationsfield.SyncWorkspaceInput.toolchain_configfield.TeardownToolchainInput.versionfield.⚙️ Internal
v1.35.7Compare Source
🐞 Fixes
moon ciandmoon runaccepting touched files via stdin, as it's causing issues in CIenvironments. Will revisit for the next release.
v1.35.6Compare Source
🚀 Updates
moon runto support passing touched files via stdin.🐞 Fixes
v1.35.5Compare Source
🐞 Fixes
"missing hash" error.
parallel and colliding.
v1.35.4Compare Source
🚀 Updates
🐞 Fixes
correct order in the pipeline.
affectedFilesandrunFromWorkspaceRootwould pass invalid relativefile paths.
v1.35.3Compare Source
🚀 Updates
🐞 Fixes
succesful, resulting in an invalid cache.
v1.35.2Compare Source
🚀 Updates
moon cito support passing touched files via stdin.🐞 Fixes
work like the old implementation.
v1.35.1Compare Source
🚀 Updates
🐞 Fixes
v1.35.0Compare Source
🚀 Updates
graph can be built in parallel across threads.
InstallDependenciesaction for WASM plugins.previous implementation that assumed everything was in the workspace root.
SetupEnvironmentaction for WASM plugins.SetupToolchainbut beforeInstallDependencies.venv, or making manifest/lockfile changes.
RunTaskto setup toolchains and install dependencies for eachtoolchainthat hasbeen configured, instead of just the 1st one (work in progress).
SyncProjectto no longer depend onSetupToolchain, and not be grouped bylanguage/toolchain, and instead encompass all of them applicable to the project.
cacheKey, which can be used to seed the hash, and invalidate local andremote caches.
priority, that controls the position in the pipeline queue.critical,high,normal(default), orlow.--log=verboselevel, which includes span information on top of the trace level.--theme=lightorMOON_THEME=light.toolchain.installingandtoolchain.installed, which emit when atoolchain WASM plugin is installing a tool (via proto).
experiments.fasterGlobWalkandexperiments.gitV2experiments.🧩 Plugins
locate_dependencies_root- Locates the dependencies root (workspace).setup_environment- Runs operations to setup an environment for a project/workspace beforeinstalling dependencies and running tasks.
install_dependencies- Defines commands to install/dedupe dependencies.setup_toolchain- Runs operations after the tool has been installed.teardown_toolchain- Runs operations before the tool will be uninstalled.🐞 Fixes
⚙️ Internal
0.47.7).
v1.34.3Compare Source
🐞 Fixes
inputswouldn't filter the file list when hashing.⚙️ Internal
v1.34.2Compare Source
🚀 Updates
🐞 Fixes
exceed the max upload size.
⚙️ Internal
v1.34.1Compare Source
🐞 Fixes
--versionand--help.v1.34.0Compare Source
💥 Breaking
moon. If you were using moonbase's remote caching, we suggest using
Depot or self-hosting instead.
🚀 Updates
moon templatesto render a list of data.moon query projectsandmoon query tasksto render a table of data.pipeline(formerlyrunner) in.moon/workspace.ymlto control whichkinds of action nodes exist in the action graph when running tasks.
syncWorkspacesetting toggles the rootSyncWorkspaceaction.syncProjectssetting toggles theSyncProjectactions, and can be scoped to project IDs.syncProjectDependenciessetting toggles whether to recursively linkSyncProjectactionsbased on project dependencies.
installDependenciessetting toggles theInstallWorkspaceDepsandInstallProjectDepsactions, and can be scoped to toolchain IDs.
experiments.fasterGlobWalksetting to.moon/workspace.yml, that will use a betterglob walker implementation. Do note that this is experimental and may be buggy!
experiments.gitV2setting to.moon/workspace.yml, that uses a new Git implementation.--no-actionsflag tomoon run, that will run the task without including the otheractions, like
SyncProject,SetupToolchain, etc.--jsonflag tomoon templates.pipeline.archivableTargetssetting. All tasks are now automatically cached ifusing Bazel Remote Caching.
moon docker fileto inherit the default Docker image from any applicable toolchainplugins.
moon syncto no longer be deprecated, and instead sync the workspace and all projects.DefineDockerMetadataOutput.default_imagefield.SettingPrompt.descriptionfield.⚙️ Internal
v1.33.3Compare Source
🐞 Fixes
npx @​moonrepo/cliwould no longer work.toolchain.typescript = trueinmoon.ymlwould not inherit it as atoolchain.
⚙️ Internal
v1.33.2Compare Source
🚀 Updates
MOON_REMOTE_*environment variables for manyunstable_remotesettings.🐞 Fixes
toolchaindisabled state inmoon.ymlinto account.⚙️ Internal
v1.33.1Compare Source
🐞 Fixes
shorthand.
presetwould sometimes not be inherited when usingextends.🧩 Plugins
typescript_toolchainto v0.1.3.extendsis missing during task hashing.v1.33.0Compare Source
💥 Breaking
moon.yml.--includeoption frommoon docker scaffold(it's been long deprecated). Use thedockersettings instead.🚀 Updates
WASM plugin. This is our
first step in supporting plugins in core. We chose TypeScript as our 1st plugin because it was the
simplest of all the toolchains, and primarily was used for project syncing.
plugin is then cached locally.
report an issues or differences you encounter.
and tasks. This is required since it runs operations in the context of the plugin.
typescriptsettings in.moon/toolchain.ymlcan now be defined as overrides inmoon.yml.SyncWorkspaceandSyncProjectactions.moon dockercommands.moonxexecutable, which is a shorthand formoon run.executable once we rework our release process.
moonbinary.
moon run ~:build, which will run thebuildtask in the closest project(traversing upwards).
$XDG_DATA_HOMEsupport when detecting the moon store. Will be used if$MOON_HOMEis notset, and will fallback to
$HOME/.moon.moon initwith toolchain plugin support.toolchain.defaultinmoon.ymlto support a list of IDs.unstable_remote.auth.headersto support environment variable interpolation..moon/cache/schemasto dynamically include toolchain pluginconfiguration.
git hash-object) to continously pipe stdin to avoid hanging processes.hasher.batchSizein.moon/workspace.yml.🧩 Plugins
register_toolchain- Registers the toolchain and provide metadata for detection and otherpurposes.
initialize_toolchain- Provides prompts to use duringmoon initto gather settings values.define_toolchain_config- Defines a configuration schema for use within JSON schemas.define_docker_metadata- Defines metadata related todockercommands.hash_task_contents- Injects content into the task hashing process.prune_docker- Custom operations to run duringdocker prune.scaffold_docker- Custom operations to run duringdocker scaffold.sync_project- Runs syncing operations per project (during theSyncProjectaction).sync_workspace- Runs syncing operations at the workspace root (during theSyncWorkspaceaction).
download_extensionto v0.0.9.migrate_nx_extensionto v0.0.9.--cleanupto remove them.migrate_turborepo_extensionto v0.1.6.--cleanupto remove them.🐞 Fixes
git hash-object) would hang when there are too many filesbeing hashed.
⚙️ Internal
v1.32.9Compare Source
🐞 Fixes
summary." as it caused a regression.
v1.32.8Compare Source
🐞 Fixes
scriptwould always be forced to the "system" toolchain.v1.32.7Compare Source
🚀 Updates
moon task-graph,moon-project-graph, andmoon action-graphto request a portdynamically, instead of defaulting to 8000.
🐞 Fixes
moon *-graphcommands could not be CTRL+C'd.git clonefailed.v1.32.6Compare Source
🐞 Fixes
v1.32.5Compare Source
🚀 Updates
project.nameinpyproject.toml.project.dependenciesinpyproject.toml.tool.uvor workspaces.🐞 Fixes
pyproject.tomloruv.lockwould sometimes not be parsed.v1.32.4Compare Source
🐞 Fixes
v1.32.3Compare Source
🐞 Fixes
moon setupwouldn't load configuration.moon docker scaffoldwould unexpectedly install the toolchain languages.moon docker scaffoldwould not copyuv.tomlanduv.lockfiles.python.versionwouldn't regenerate the Python virtual environment.v1.32.2Compare Source
🐞 Fixes
NO_COLORorFORCE_COLORwould be overwritten for task child processes.⚙️ Internal
v1.32.1Compare Source
🚀 Updates
runner.killProcessThresholdsetting to control the threshold in which to force killchild processes when a signal is received. Defaults to 2 seconds.
🐞 Fixes
bashandbatchproject language's would not inherit tasks.bun.lockparsing issues.v1.32.0Compare Source
🚀 Updates
lockfiles.
yarn.lockfiles throughout the repository, allowing formultiple Yarn/Node workspaces.
.pkl) based configuration to always be enabled, and is no longer hidden behind anexperimental flag.
http(s)protocols for gRPC servers, instead of justgrpc(s).unstable_remote.apisetting, which can be used to inform the server's API format.Defaults to
grpc.unstable_remote.authsetting, which can be used for HTTP Bearer/token Authorizationbased endpoints. Can also be used to set headers for all requests.
MOON_DEBUG_REMOTEenvironmentConfiguration
📅 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 was generated by Mend Renovate. View the repository job log.