Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jquery_ui_menu
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
jquery_ui_menu
Commits
1c0784dc
Commit
1c0784dc
authored
1 year ago
by
Pravin Gaikwad
Committed by
Ben Mullins
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3448724
by Rajeshreeputra, bnjmnm: Automated Drupal 11 compatibility...
Issue
#3448724
by Rajeshreeputra, bnjmnm: Automated Drupal 11 compatibility fixes for jquery_ui_menu
parent
cac2d22e
No related branches found
No related tags found
2 merge requests
!2
jQuery UI dependency
,
!1
Resolve #3448724 "Automated drupal 11"
Pipeline
#185482
passed
1 year ago
Stage: build
Stage: validate
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+31
-0
31 additions, 0 deletions
.gitlab-ci.yml
composer.json
+1
-1
1 addition, 1 deletion
composer.json
jquery_ui_menu.info.yml
+2
-2
2 additions, 2 deletions
jquery_ui_menu.info.yml
with
34 additions
and
3 deletions
.gitlab-ci.yml
0 → 100644
+
31
−
0
View file @
1c0784dc
include
:
################
# DrupalCI includes:
# As long as you include this, any future includes added by the Drupal Association will be accessible to your pipelines automatically.
# View these include files at https://git.drupalcode.org/project/gitlab_templates/
################
-
project
:
$_GITLAB_TEMPLATES_REPO
ref
:
$_GITLAB_TEMPLATES_REF
file
:
-
"
/includes/include.drupalci.main.yml"
-
"
/includes/include.drupalci.variables.yml"
-
"
/includes/include.drupalci.workflows.yml"
################
# Pipeline configuration variables
#
# These are the variables provided to the Run Pipeline form that a user may want to override.
#
# Docs at https://git.drupalcode.org/project/gitlab_templates/-/blob/1.0.x/includes/include.drupalci.variables.yml
################
variables
:
SKIP_ESLINT
:
'
1'
SKIP_STYLELINT
:
'
1'
SKIP_CSPELL
:
'
1'
# Broaden test versions.
OPT_IN_TEST_PREVIOUS_MAJOR
:
'
1'
OPT_IN_TEST_MAX_PHP
:
'
1'
OPT_IN_TEST_PREVIOUS_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MINOR
:
'
1'
OPT_IN_TEST_NEXT_MAJOR
:
'
1'
This diff is collapsed.
Click to expand it.
composer.json
+
1
−
1
View file @
1c0784dc
{
"require"
:
{
"
drupal/jquery_ui
"
:
"
^1.
6
"
"
drupal/jquery_ui
"
:
"
^1.
7
"
}
}
This diff is collapsed.
Click to expand it.
jquery_ui_menu.info.yml
+
2
−
2
View file @
1c0784dc
...
...
@@ -2,6 +2,6 @@ name: jQuery UI Menu
type
:
module
description
:
'
Provides
jQuery
UI
Menu
library.'
package
:
jQuery UI
core_version_requirement
:
^9.2 || ^10
core_version_requirement
:
^9.2 || ^10
|| ^11
dependencies
:
-
jquery_ui:jquery_ui
-
jquery_ui:jquery_ui
(>=8.x-1.7)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment