-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 2024.47.1 #1777
Merged
Release 2024.47.1 #1777
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Horsens have a problem, where an eventinstance has somehow ended up in a wrong translation state. That means that now, they're stuck - unable to edit, delete nor view the eventseries. I cant even use "drush entity:delete" as it fails: InvalidArgumentException: Invalid translation language (da) specified. in Drupal\Core\Entity\ContentEntityBase->getTranslation() (line 903 of core/lib/Drupal/Core/Entity/ContentEntityBase.php). I've debugged my way to /src/Plugin/ComputedField/EventInstances.php where I can see that we use ->getTranslation without checking if it exists. This is what the patch does, that i've posted upstream As a quickfix, I'll manually fix the faulty event on horsens until this gets merged.
If the config files for nginx changes, we need to build too.
Needed for running database updates for webmaster uploaded modules. Ref DDFHER-93
Replace it with an extended version that handles module updates too. Ref DDFHER-94
As most updates are controlled by DPL, this page doesn't really add value. Make it inaccessible. Ref DDFHER-94
Apparently Github Actions doesn't run Bash, so the `[[` (test) command is unknown. Use POSIX `[` instead, to avoid error messages.
Drupal proscribe (by example and its .prettierrc.json) use of single quotes in YAML files. But nobody told our instance of prettier.
…horsens Patch reccurring_events to avoid WSOD when eventinstance has wrong state
Bumps the minor-js-dependencies group with 2 updates: [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) and [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser). Updates `@typescript-eslint/eslint-plugin` from 8.14.0 to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.14.0 to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-js-dependencies - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-js-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps the minor-composer-dependencies group with 1 update: [spatie/color](https://github.com/spatie/color). Updates `spatie/color` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/spatie/color/releases) - [Changelog](https://github.com/spatie/color/blob/main/CHANGELOG.md) - [Commits](spatie/color@1.6.0...1.6.1) --- updated-dependencies: - dependency-name: spatie/color dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-composer-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps drupal/theme_permission from 2.0.0 to 2.0.1. --- updated-dependencies: - dependency-name: drupal/theme_permission dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
…npm_and_yarn/minor-js-dependencies-a27836cc37 Bump the minor-js-dependencies group with 2 updates
…composer/minor-composer-dependencies-d3ccea216d Bump spatie/color from 1.6.0 to 1.6.1 in the minor-composer-dependencies group
It is included in the latest release, 2.0.1.
…composer/drupal/theme_permission-2.0.1 Bump drupal/theme_permission from 2.0.0 to 2.0.1
…nalyse-af-intelligente-facetter Add placeholder for game platform facet translation
…update-honeypot-module DDFBRA-215 - Updated 'drupal/honeypot' from version '2.1.4' to '2.2.0'.
…pdate-webmaster-modules Ddfher 94 update webmaster modules
…1759 Revert premature merge
…4.47.1 Use release 2024.47.1 of design system and 2024.47.0 of React components
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.