Skip to content

Commit

Permalink
Merge pull request #492 from UN-OCHA/develop
Browse files Browse the repository at this point in the history
Deploy 16-10-2024
  • Loading branch information
lazysoundsystem authored Oct 15, 2024
2 parents 9e72b75 + 076ec80 commit 4708418
Show file tree
Hide file tree
Showing 4 changed files with 686 additions and 354 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.5.7](https://github.com/UN-OCHA/common-design-site/compare/v1.5.6...v1.5.7) (2024-10-15)

### Chores

* Csp config for UNTV ([c0a518](https://github.com/UN-OCHA/common-design-site/commit/c0a5182f01d485137927e157601018ea1f361ed2))
* Ignore audit warning that doesn't affect us ([671dba](https://github.com/UN-OCHA/common-design-site/commit/671dba4a0a3efa571d5aa77dd6e37ad625b77b1e))
* Remove csp module ([e69384](https://github.com/UN-OCHA/common-design-site/commit/e693841de9f1a98887880f7a4c9ed5c7bf7178bc))
* Update all outdated drupal/* unocha/* drush/* packages. ([f157d4](https://github.com/UN-OCHA/common-design-site/commit/f157d41871d7a6151480b8284fbf00294e64cc78), [e1d877](https://github.com/UN-OCHA/common-design-site/commit/e1d877e7dea0500f1d847354186b2c140c42ae81), [f872e1](https://github.com/UN-OCHA/common-design-site/commit/f872e1ddba942cc710a93115a3992eb3021d08c4), [5e5330](https://github.com/UN-OCHA/common-design-site/commit/5e53306a2db6432e4ff2cf2d34bde06c5793d199))

##### Deps

* Bump drupal/core-recommended from 10.3.5 to 10.3.6 ([bafb59](https://github.com/UN-OCHA/common-design-site/commit/bafb59ad8ca56739a647a25a59407d1f621a444d))

## [1.5.6](https://github.com/UN-OCHA/common-design-site/compare/v1.5.5...v1.5.6) (2024-09-17)

### Bug Fixes
Expand Down
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"drupal/core-composer-scaffold": "^10",
"drupal/core-dev": "^10",
"drupal/core-recommended": "^10",
"drupal/csp": "^1.17",
"drupal/default_content": "^2.0@alpha",
"drupal/dynamic_entity_reference": "^3.2",
"drupal/environment_indicator": "^4.0",
Expand Down Expand Up @@ -105,6 +104,12 @@
"prefer-stable": true,
"config": {
"bin-dir": "vendor/bin/",
"audit": {
"abandoned": "report",
"ignore": {
"GHSA-mg8j-w93w-xjgc": "OPS-10899 - we do not store the hash salt in a file"
}
},
"sort-packages": true,
"allow-plugins": {
"composer/installers": true,
Expand All @@ -115,8 +120,9 @@
"drupal/core-project-message": true,
"oomphinc/composer-installers-extender": true,
"orakili/composer-drupal-info-file-patch-helper": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"tbachert/spi": true
}
},
"extra": {
Expand Down Expand Up @@ -235,5 +241,5 @@
"@git-hooks"
]
},
"version": "1.5.6"
"version": "1.5.7"
}
Loading

0 comments on commit 4708418

Please sign in to comment.