-
Notifications
You must be signed in to change notification settings - Fork 2
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
[SEC-580] Bump drupal/coder from 8.3.15 to 8.3.22 #30
Conversation
Bumps [drupal/coder](https://github.com/pfrenssen/coder) from 8.3.15 to 8.3.22. - [Commits](pfrenssen/coder@8.3.15...8.3.22) --- updated-dependencies: - dependency-name: drupal/coder dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
composer.lockPackage changes
Important Metadata Changes
Settings · Docs · Powered by Private Packagist |
Given errors in the ticket creation automation, pretty sure CodeSniffer/.github/workflows/dependabot.yml Lines 9 to 22 in 16fe706
|
}, | ||
{ | ||
"name": "symfony/yaml", | ||
"version": "v6.1.2", | ||
"version": "v5.4.31", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Regressing a major version seems...not good?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we really care? It fits whatever given specs, that's all that really matters, yeah?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$ composer why --tree symfony/yaml
symfony/yaml v5.4.31 Loads and dumps YAML files
└──drupal/coder 8.3.22 (requires symfony/yaml >=3.4.0)
└──__root__ dev-main (requires drupal/coder ^8.3)
drupal/coder
is the only thing requiring it, and appears to be rather (excessively?) permissive in what it accepts.
Superseded by #33. |
Bumps drupal/coder from 8.3.15 to 8.3.22.
Commits
ba6e623
fix(VariableComment): Allow intersection types in@var
comment (#3392423)c3f8e28
test(github): Add Drupal core regression testing (#3374864)0b7f9af
feat(Array): Allow array definition lines up to 120 characters for better rea...7a35274
feat(enums): Add support for enums (#3283741 by chfoidl, claudiu.cristea, pfr...a0b76c6
Revert "feat(FunctionT): Allow passing constants to t() (#3326197 by Murz)"e79554b
fix(ConstantName): Fix constant name detection with define() calls (#3369978 ...88055e4
style(FunctionT): Fix coding standard spacing in test (#3326197)1c4a092
feat(FunctionT): Allow passing constants to t() (#3326197 by Murz)e4e2e22
fix(FunctionComment): Fix regression in 8.3.19 for variadic function paramete...bae4c1f
test(github): Remove phpstan install workaround for removed PHP 7.1 (#203)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 merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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)