Skip to content

Commit

Permalink
Merge pull request #2146 from massgov/feature/DP-28823_d10-upgrade-pa…
Browse files Browse the repository at this point in the history
…thologic-et-al
  • Loading branch information
tom-fleming authored Sep 15, 2023
2 parents c3d8faa + 5c55588 commit 0483ad5
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 194 deletions.
41 changes: 41 additions & 0 deletions changelogs/DP-28823.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
#
# Write your changelog entry here. Every pull request must have a changelog yml file.
#
# Change types:
# #############################################################################
# You can use one of the following types:
# - Added: For new features.
# - Changed: For changes to existing functionality.
# - Deprecated: For soon-to-be removed features.
# - Removed: For removed features.
# - Fixed: For any bug fixes.
# - Security: In case of vulnerabilities.
#
# Format
# #############################################################################
# The format is crucial. Please follow the examples below. For reference, the requirements are:
# - All 3 parts are required and you must include "Type", "description" and "issue".
# - "Type" must be left aligned and followed by a colon.
# - "description" must be indented with 2 spaces followed by a colon
# - "issue" must be indented with 4 spaces followed by a colon.
# - "issue" is for the Jira ticket number only e.g. DP-1234
# - No extra spaces, indents, or blank lines are allowed.
#
# Example:
# #############################################################################
# Fixed:
# - description: Fixes scrolling on edit pages in Safari.
# issue: DP-13314
#
# You may add more than 1 description & issue for each type using the following format:
# Changed:
# - description: Automating the release branch.
# issue: DP-10166
# - description: Second change item that needs a description.
# issue: DP-19875
# - description: Third change item that needs a description along with an issue.
# issue: DP-19843
#
Changed:
- description: D10 upgrade - pathologic, Components, Datalayer
issue: DP-28823
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
"drupal/ckeditor_liststyle": "dev-1.x",
"drupal/coffee": "^1",
"drupal/color": "^1",
"drupal/components": "^2.4",
"drupal/components": "^3",
"drupal/composer_deploy": "^1.4",
"drupal/conditional_fields": "4.0.0-alpha1",
"drupal/config_ignore": "3.x-dev",
Expand All @@ -181,7 +181,7 @@
"drupal/core-recommended": "^9.5",
"drupal/csv_field": "^1",
"drupal/csv_serialization": "^2.0 || ^3.0",
"drupal/datalayer": "^1",
"drupal/datalayer": "^2",
"drupal/devel": "^5",
"drupal/devel_entity_updates": "^4.0",
"drupal/diff": "^1.0",
Expand Down Expand Up @@ -230,7 +230,7 @@
"drupal/openid_connect_windows_aad": "dev-2.0.x",
"drupal/paragraphs": "^1.10",
"drupal/pathauto": "^1",
"drupal/pathologic": "^1",
"drupal/pathologic": "^2",
"drupal/prepopulate": "^2.0",
"drupal/private_files_download_permission": "^3",
"drupal/prod_no_redirect": "dev-1.0.x",
Expand Down Expand Up @@ -346,7 +346,6 @@
},
"drupal/core": {
"Don't break if telephone number is less than 6 digits. (https://www.drupal.org/node/2575577)": "https://www.drupal.org/files/issues/2022-07-12/2575577-38.patch",
"Fix config-import when uninstalling a theme": "https://www.drupal.org/files/issues/2018-04-04/2958649-1.patch",
"Remove final from a class in order to inherit from it": "patches/DP-11721-jsonapi-serializer.patch",
"Remove type hint which allows usage in combination with workbench_moderation": "patches/jsonapi-2.3.0-no-type-hint.patch",
"Notice: Undefined index: #type in drupal_process_states() (https://www.drupal.org/project/drupal/issues/2700667)": "https://www.drupal.org/files/issues/2019-12-05/2700667-89.patch",
Expand Down
Loading

0 comments on commit 0483ad5

Please sign in to comment.