Skip to content

[pull] develop from frappe:develop - #1432

Merged
pull[bot] merged 24 commits into
fproldan:developfrom
frappe:develop
Jul 26, 2026
Merged

[pull] develop from frappe:develop#1432
pull[bot] merged 24 commits into
fproldan:developfrom
frappe:develop

Conversation

@pull

@pull pull Bot commented Jul 26, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 24 commits July 15, 2026 19:38
Bumps [alyf-de/po-review-action](https://github.com/alyf-de/po-review-action) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/alyf-de/po-review-action/releases)
- [Commits](alyf-de/po-review-action@ffb92a2...5928f84)

---
updated-dependencies:
- dependency-name: alyf-de/po-review-action
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6 to 7.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v6...v7)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.28.0 to 0.28.1.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.28.0...v0.28.1)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.28.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: naraitua <184562031+naraitua@users.noreply.github.com>
…zone

Co-authored-by: naraitua <184562031+naraitua@users.noreply.github.com>
* fix: Chinese Simplified translations

* fix: Chinese Traditional translations

* fix: Romanian translations

* fix: Persian translations
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.31 to 8.5.12.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.31...8.5.12)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 8.5.12 to 8.5.18.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.5.12...8.5.18)

---
updated-dependencies:
- dependency-name: postcss
  dependency-version: 8.5.18
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…-0.28.1

build(deps): bump esbuild from 0.28.0 to 0.28.1
…ns/setup-node-7

chore(deps): bump actions/setup-node from 6 to 7
…ns/setup-python-7

chore(deps): bump actions/setup-python from 6 to 7
…de/po-review-action-1.1.1

chore(deps): bump alyf-de/po-review-action from 1.1.0 to 1.1.1
Bumps [shell-quote](https://github.com/ljharb/shell-quote) from 1.8.1 to 1.10.0.
- [Changelog](https://github.com/ljharb/shell-quote/blob/main/CHANGELOG.md)
- [Commits](ljharb/shell-quote@v1.8.1...v1.10.0)

---
updated-dependencies:
- dependency-name: shell-quote
  dependency-version: 1.10.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-8.5.18

build(deps): bump postcss from 8.5.12 to 8.5.18
Bumps [launch-editor](https://github.com/vitejs/launch-editor) from 2.9.0 to 2.14.1.
- [Commits](vitejs/launch-editor@v2.9.0...v2.14.1)

---
updated-dependencies:
- dependency-name: launch-editor
  dependency-version: 2.14.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: percent-encode spaces in document email addresses
* fix: constrain read-only Text Editor field height with scroll

* fix: apply `max_height` when exists

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>

* revert: remove max-height handling from ControlTextEditor wrapper

* fix: cap read-only Text Editor field height with scroll

Long HTML content in a read-only Text Editor field rendered at full
height with no internal scroll, pushing the rest of the form down.
Give the read-only display (.control-value) a default max-height with
overflow:auto, matching the 300px height already used by the editable
.ql-editor, so long content scrolls within the field instead.

---------

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
…editor-2.14.1

build(deps): bump launch-editor from 2.9.0 to 2.14.1
…-translation

fix(form): translate datetime/date field description before appending timezone
…ea-scroll

fix(image-view): keep load more button pinned while scrolling
@pull pull Bot locked and limited conversation to collaborators Jul 26, 2026
@pull pull Bot added the ⤵️ pull label Jul 26, 2026
@pull
pull Bot merged commit 8bbc109 into fproldan:develop Jul 26, 2026
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants