-
Notifications
You must be signed in to change notification settings - Fork 58
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
fix(deps): update dependency commander to v12 #597
base: main
Are you sure you want to change the base?
Conversation
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
f8b9c1f
to
4bc5aa6
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
4bc5aa6
to
3b9ffb6
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
3b9ffb6
to
90f4e0e
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
90f4e0e
to
6e67879
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
6e67879
to
ab71848
Compare
ab71848
to
39f6db5
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
70000d6
to
872b621
Compare
9a42891
to
ffc90ce
Compare
ffc90ce
to
da8ae4b
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
da8ae4b
to
c4619c8
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
c4619c8
to
e32e089
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
e32e089
to
0633576
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
0633576
to
965db5f
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
965db5f
to
1e55b05
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
1e55b05
to
18fdebe
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
9257ade
to
ec43d29
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
ec43d29
to
2f874d9
Compare
✅ Docs Preview ReadyNo new or changed pages found. |
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
2f874d9
to
d200c2d
Compare
Apollo Federation Subgraph Compatibility ResultsThe following open-source GraphQL server libraries and other solutions support acting as a subgraph in a federated supergraph. Table Legend
Ballerina
C# / .NET
Elixir
Go
Java / Kotlin
JavaScript / TypeScript
PHP
Python
Ruby
Rust
Scala
Swift
Other Solutions
|
This PR contains the following updates:
^11.0.0
->^12.0.0
Release Notes
tj/commander.js (commander)
v12.1.0
Compare Source
Added
v12.0.0
Compare Source
Added
.addHelpOption()
as another way of configuring built-in help option ([#2006]).helpCommand()
for configuring built-in help command ([#2087])Fixed
passThroughOptions
constraints when using.addCommand
and throw if parent command does not have.enablePositionalOptions()
enabled ([#1937])Changed
.storeOptionsAsProperties()
after setting an option value ([#1928])@api private
with documented@private
([#1949]).addHelpCommand()
now takes a Command (passing string or boolean still works as before but deprecated) ([#2087])Deprecated
.addHelpCommand()
passing string or boolean (use.helpCommand()
or pass a Command) ([#2087])Removed
program
export instead) ([#2017])Migration Tips
global program
If you are using the deprecated default import of the global Command object, you need to switch to using a named import (or create a new
Command
).option and command clashes
A couple of configuration problems now throw an error, which will pick up issues in existing programs:
v11.1.0
Compare Source
Fixed
OptionValueSource
to allow any string, to match supported use of custom sources ([#1983])Command.version()
can also be used as getter ([#1982])Commands.executableDir()
, for when not configured ([#1965])Added
registeredArguments
property onCommand
with the array of definedArgument
(likeCommand.options
forOption
) ([#2010])envVar
,presetArg
([#2019])argChoices
,defaultValue
,defaultValueDescription
([#2019])Changed
Deprecated
Command._args
was private anyway, but now available asregisteredArguments
([#2010])Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Los_Angeles, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.