Skip to content

Commit 625c2d7

Browse files
Update configuration
1 parent ebf0f88 commit 625c2d7

18 files changed

Lines changed: 521 additions & 364 deletions

.github/dependabot.yml.dist

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
version: 2
4+
updates:
5+
- package-ecosystem: "composer" # See documentation for possible values
6+
directory: "/" # Location of package manifests
7+
schedule:
8+
interval: "weekly"
9+
allow:
10+
# Update only direct dependencies. This reduces spam since most
11+
# indirect dependencies are handles by update-config workflow.
12+
- dependency-type: "direct"
13+
ignore:
14+
# Updated by update-config workflow
15+
- dependency-name: "drupal/helfi_*"
16+
- dependency-name: "drupal/hdbt*"
17+
# Updated separately
18+
- dependency-name: "drupal/core*"

.platform/schema

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12
1+
14

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ services:
118118
profiles:
119119
- search
120120
elastic:
121-
image: docker.elastic.co/elasticsearch/elasticsearch:8.16.1
121+
image: docker.elastic.co/elasticsearch/elasticsearch:8.17.0
122122
container_name: "${COMPOSE_PROJECT_NAME}-elastic"
123123
environment:
124124
- node.name="${COMPOSE_PROJECT_NAME}-elastic"

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,9 @@
7878
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
7979
"dg/bypass-finals": "^1.5",
8080
"donatj/mock-webserver": "^2.4",
81-
"drupal/coder": "^8.3",
82-
"drupal/core-dev": "^10.2.4",
81+
"drupal/core-dev": "^10",
8382
"jangregor/phpstan-prophecy": "^1.0",
84-
"mglaman/phpstan-drupal": "^1.2",
85-
"phpspec/prophecy-phpunit": "^2",
86-
"phpstan/extension-installer": "^1.3",
87-
"phpstan/phpstan": "^1.10",
8883
"phpstan/phpstan-deprecation-rules": "^1.1",
89-
"phpunit/phpunit": "^9.5",
9084
"weitzman/drupal-test-traits": "^2.0"
9185
},
9286
"conflict": {
@@ -100,9 +94,9 @@
10094
"composer/installers": true,
10195
"cweagans/composer-patches": true,
10296
"drupal/core-composer-scaffold": true,
103-
"phpstan/extension-installer": true,
10497
"oomphinc/composer-installers-extender": true,
105-
"php-http/discovery": true
98+
"php-http/discovery": true,
99+
"phpstan/extension-installer": true
106100
},
107101
"audit": {
108102
"abandoned": "report",

composer.lock

Lines changed: 484 additions & 339 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conf/cmi/core.entity_view_display.paragraph.hearings.default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ content:
3131
weight: 0
3232
region: content
3333
list:
34-
weight: 100
3534
settings: { }
3635
third_party_settings: { }
36+
weight: 100
3737
region: content
3838
hidden:
3939
search_api_excerpt: true

conf/cmi/external_entities.external_entity_type.helfi_hearings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ id: helfi_hearings
88
label: 'Helfi: Hearing'
99
label_plural: 'Helfi: Hearing'
1010
description: 'Helfi hearings from hearing api.'
11-
generate_aliases: false
1211
read_only: true
12+
generate_aliases: false
1313
field_mapper_id: jsonpath
1414
field_mapper_config:
1515
field_mappings:

conf/cmi/external_entities.external_entity_type.helfi_news.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ id: helfi_news
88
label: 'Helfi: News'
99
label_plural: 'Helfi: News'
1010
description: ''
11-
generate_aliases: false
1211
read_only: true
12+
generate_aliases: false
1313
field_mapper_id: jsonpath
1414
field_mapper_config:
1515
field_mappings:

conf/cmi/external_entities.external_entity_type.helfi_news_groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ id: helfi_news_groups
88
label: 'Helfi: News groups'
99
label_plural: 'Helfi: News groups'
1010
description: 'Retrieves news groups taxonomy terms from Helfi'
11-
generate_aliases: null
1211
read_only: true
12+
generate_aliases: null
1313
field_mapper_id: jsonpath
1414
field_mapper_config:
1515
field_mappings:

conf/cmi/external_entities.external_entity_type.helfi_news_neighbourhoods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ id: helfi_news_neighbourhoods
88
label: 'Helfi: News neighbourhoods'
99
label_plural: 'Helfi: News neighbourhoods'
1010
description: 'Retrieves news neighbourhoods taxonomy terms from Helfi'
11-
generate_aliases: null
1211
read_only: true
12+
generate_aliases: null
1313
field_mapper_id: jsonpath
1414
field_mapper_config:
1515
field_mappings:

0 commit comments

Comments
 (0)