Skip to content

Update drupal/webform requirement from 6.3.0-beta9 to 6.3.0-rc1#5670

Merged
bberndt-uaz merged 1 commit into
mainfrom
dependabot/composer/main/drupal/webform-6.3.0-rc1
Jun 15, 2026
Merged

Update drupal/webform requirement from 6.3.0-beta9 to 6.3.0-rc1#5670
bberndt-uaz merged 1 commit into
mainfrom
dependabot/composer/main/drupal/webform-6.3.0-rc1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on drupal/webform to permit the latest version.

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)

Updates the requirements on drupal/webform to permit the latest version.

---
updated-dependencies:
- dependency-name: drupal/webform
  dependency-version: 6.3.0-rc1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 4, 2026
@dependabot dependabot Bot requested review from a team as code owners June 4, 2026 22:32
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 4, 2026
@bberndt-uaz bberndt-uaz added Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release labels Jun 4, 2026
@bberndt-uaz bberndt-uaz moved this from Todo to Needs review in 3.4.1 bug-fix patch release Jun 4, 2026
@bberndt-uaz

Copy link
Copy Markdown
Contributor

https://www.drupal.org/project/webform/releases/6.3.0-rc1

Release notes

Changes since 6.3.0-beta9 (compare):

Bug

  • fix: #3588766 Fix broken help link
  • fix: #3586789 Prevent InvalidArgumentException when source YAML is invalid
  • fix: #3590360 Ensure $operation is not NULL in Webform::getPages()
  • fix: #3590360 Ensure $key is not NULL in Webform::getPage()
  • fix: #3590360 Do not call FormStateInterface::setErrorByName() with NULL $name param
  • fix: #3590360 Avoid NULL array key in WebformAdminConfigBaseForm
  • fix: #3590360 Avoid NULL array key in Webform::getElement()
  • fix: #3590360 Avoid NULL array key WebformSubmission::isOwner()
  • fix: #3590360 Avoid NULL array key in WebformOptionsCustom::setTemplateOptions()
  • feat: #3547533 Fix potential XSS vulnerability in webform_submission_log
  • fix: #3592693 Fix docblock typehint on WebformHandlerInterface::setHandlerId()

Task

  • fix: #2914153 Correct comments in webform-element-more.html.twig
  • fix: #3589901 Do not use null as an array offset in WebformPluginElementController
  • fix: #3589901 Correct documentation for WebformElementInterface::getItemDefaultFormat()
  • fix: #3589284 Remove unused value variable in webform.element.signature.js
  • fix: #3588934 Refactor URL generation in webform_requirements()
  • fix: #3588934 Update URL for reCAPTCHA
  • feat: #3588934 Add cleantalk to the list of recommended spam protection modules
  • fix: #3592998 Fix the return type in WebformHandlerInterface::access()

@bberndt-uaz bberndt-uaz left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some general testing in Tugboat. I noticed this error when installing the Webform module:

Deprecated function: Using null as an array offset is deprecated, use an empty string instead in Drupal\views\Hook\ViewsViewsHooks->viewsData() (line 155 of /var/www/azqs/web/core/modules/views/src/Hook/ViewsViewsHooks.php)

See this active Webform issue: Make tests pass on PHP 8.5.

@github-project-automation github-project-automation Bot moved this from Needs review to Ready to merge in 3.4.1 bug-fix patch release Jun 15, 2026
@bberndt-uaz bberndt-uaz merged commit 5ae12aa into main Jun 15, 2026
32 checks passed
@github-project-automation github-project-automation Bot moved this from Ready to merge to Done in 3.4.1 bug-fix patch release Jun 15, 2026
@bberndt-uaz bberndt-uaz deleted the dependabot/composer/main/drupal/webform-6.3.0-rc1 branch June 15, 2026 23:48
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 Drupal Waiting on a fix from the Drupal community patch release Issues to be included in the next patch release php Pull requests that update Php code

Projects

Development

Successfully merging this pull request may close these issues.

2 participants