Skip to content

Update dependency cssstyle to v5.3.7 (main)#248573

Merged
Ikuni17 merged 2 commits intomainfrom
renovate/main-cssstyle
Jan 21, 2026
Merged

Update dependency cssstyle to v5.3.7 (main)#248573
Ikuni17 merged 2 commits intomainfrom
renovate/main-cssstyle

Conversation

@elastic-renovate-prod
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Jan 10, 2026

This PR contains the following updates:

Package Type Update Change
cssstyle devDependencies patch 5.3.5 -> 5.3.7

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jsdom/cssstyle (cssstyle)

v5.3.7: 5.3.7

Compare Source

  • Fixed assigning non-string values to CSS properties to properly convert to strings.
  • Fixed negative values for the top property being treated as invalid. (This regressed in v5.3.6.)

v5.3.6: 5.3.6

Compare Source

  • Improved performance, notably by introducing a CSS parsing and validation cache.
  • Lots of internal refactoring to use more canonical sources of CSS data, e.g., around shorthands and property parsing grammars, instead of hand-rolled parsers. This fixed a few small bugs visible in web platform tests.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot added backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Operations Kibana-Operations Team labels Jan 10, 2026
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team January 10, 2026 05:34
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency cssstyle to v5.3.7 (main) Update dependency cssstyle to v5.3.6 (main) Jan 14, 2026
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update dependency cssstyle to v5.3.6 (main) Update dependency cssstyle to v5.3.7 (main) Jan 20, 2026
@Ikuni17 Ikuni17 enabled auto-merge (squash) January 21, 2026 03:58
@Ikuni17 Ikuni17 merged commit f144cd2 into main Jan 21, 2026
16 checks passed
@Ikuni17 Ikuni17 deleted the renovate/main-cssstyle branch January 21, 2026 05:58
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.19, 9.1, 9.2, 9.3

https://github.com/elastic/kibana/actions/runs/21199013432

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

@kibanamachine
Copy link
Contributor

💔 All backports failed

Status Branch Result
8.19 Backport failed because of merge conflicts
9.1 Backport failed because of merge conflicts
9.2 Backport failed because of merge conflicts
9.3 Backport failed because of merge conflicts

Manual backport

To create the backport manually run:

node scripts/backport --pr 248573

Questions ?

Please refer to the Backport tool documentation

@elastic-renovate-prod
Copy link
Contributor Author

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Ikuni17 pushed a commit to Ikuni17/kibana that referenced this pull request Jan 22, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cssstyle](https://github.com/jsdom/cssstyle) |
devDependencies | patch | [`5.3.5` ->
`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jsdom/cssstyle (cssstyle)</summary>

###
[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):
5.3.7

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)

- Fixed assigning non-string values to CSS properties to properly
convert to strings.
- Fixed negative values for the `top` property being treated as invalid.
(This regressed in v5.3.6.)

###
[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):
5.3.6

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)

- Improved performance, notably by introducing a CSS parsing and
validation cache.
- Lots of internal refactoring to use more canonical sources of CSS
data, e.g., around shorthands and property parsing grammars, instead of
hand-rolled parsers. This fixed a few small bugs visible in web platform
tests.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
(cherry picked from commit f144cd2)

# Conflicts:
#	package.json
#	yarn.lock
Ikuni17 pushed a commit to Ikuni17/kibana that referenced this pull request Jan 22, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cssstyle](https://github.com/jsdom/cssstyle) |
devDependencies | patch | [`5.3.5` ->
`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jsdom/cssstyle (cssstyle)</summary>

###
[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):
5.3.7

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)

- Fixed assigning non-string values to CSS properties to properly
convert to strings.
- Fixed negative values for the `top` property being treated as invalid.
(This regressed in v5.3.6.)

###
[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):
5.3.6

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)

- Improved performance, notably by introducing a CSS parsing and
validation cache.
- Lots of internal refactoring to use more canonical sources of CSS
data, e.g., around shorthands and property parsing grammars, instead of
hand-rolled parsers. This fixed a few small bugs visible in web platform
tests.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
(cherry picked from commit f144cd2)

# Conflicts:
#	package.json
#	yarn.lock
Ikuni17 pushed a commit to Ikuni17/kibana that referenced this pull request Jan 22, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cssstyle](https://github.com/jsdom/cssstyle) |
devDependencies | patch | [`5.3.5` ->
`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jsdom/cssstyle (cssstyle)</summary>

###
[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):
5.3.7

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)

- Fixed assigning non-string values to CSS properties to properly
convert to strings.
- Fixed negative values for the `top` property being treated as invalid.
(This regressed in v5.3.6.)

###
[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):
5.3.6

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)

- Improved performance, notably by introducing a CSS parsing and
validation cache.
- Lots of internal refactoring to use more canonical sources of CSS
data, e.g., around shorthands and property parsing grammars, instead of
hand-rolled parsers. This fixed a few small bugs visible in web platform
tests.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
(cherry picked from commit f144cd2)

# Conflicts:
#	package.json
#	yarn.lock
Ikuni17 pushed a commit to Ikuni17/kibana that referenced this pull request Jan 22, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cssstyle](https://github.com/jsdom/cssstyle) |
devDependencies | patch | [`5.3.5` ->
`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jsdom/cssstyle (cssstyle)</summary>

###
[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):
5.3.7

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)

- Fixed assigning non-string values to CSS properties to properly
convert to strings.
- Fixed negative values for the `top` property being treated as invalid.
(This regressed in v5.3.6.)

###
[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):
5.3.6

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)

- Improved performance, notably by introducing a CSS parsing and
validation cache.
- Lots of internal refactoring to use more canonical sources of CSS
data, e.g., around shorthands and property parsing grammars, instead of
hand-rolled parsers. This fixed a few small bugs visible in web platform
tests.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
(cherry picked from commit f144cd2)

# Conflicts:
#	package.json
#	yarn.lock
@Ikuni17
Copy link
Contributor

Ikuni17 commented Jan 22, 2026

💚 All backports created successfully

Status Branch Result
9.3
9.2
9.1
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

Ikuni17 added a commit that referenced this pull request Jan 22, 2026
# Backport

This will backport the following commits from `main` to `9.3`:
- [Update dependency cssstyle to v5.3.7 (main)
(#248573)](#248573)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-21T05:58:38Z","message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"Update
dependency cssstyle to v5.3.7
(main)","number":248573,"url":"https://github.com/elastic/kibana/pull/248573","mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248573","number":248573,"mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Ikuni17 added a commit that referenced this pull request Jan 22, 2026
# Backport

This will backport the following commits from `main` to `9.2`:
- [Update dependency cssstyle to v5.3.7 (main)
(#248573)](#248573)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-21T05:58:38Z","message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"Update
dependency cssstyle to v5.3.7
(main)","number":248573,"url":"https://github.com/elastic/kibana/pull/248573","mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248573","number":248573,"mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Ikuni17 added a commit that referenced this pull request Jan 22, 2026
# Backport

This will backport the following commits from `main` to `8.19`:
- [Update dependency cssstyle to v5.3.7 (main)
(#248573)](#248573)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-21T05:58:38Z","message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"Update
dependency cssstyle to v5.3.7
(main)","number":248573,"url":"https://github.com/elastic/kibana/pull/248573","mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248573","number":248573,"mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Ikuni17 added a commit that referenced this pull request Jan 22, 2026
# Backport

This will backport the following commits from `main` to `9.1`:
- [Update dependency cssstyle to v5.3.7 (main)
(#248573)](#248573)

<!--- Backport version: 10.2.0 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-21T05:58:38Z","message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.4.0"],"title":"Update
dependency cssstyle to v5.3.7
(main)","number":248573,"url":"https://github.com/elastic/kibana/pull/248573","mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248573","number":248573,"mergeCommit":{"message":"Update
dependency cssstyle to v5.3.7 (main) (#248573)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[cssstyle](https://github.com/jsdom/cssstyle)
|\ndevDependencies | patch | [`5.3.5`
->\n`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7)
|\n\n---\n\n> [!WARNING]\n> Some dependencies could not be looked up.
Check the Dependency\nDashboard for more information.\n\n---\n\n###
Release Notes\n\n<details>\n<summary>jsdom/cssstyle
(cssstyle)</summary>\n\n###\n[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):\n5.3.7\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)\n\n-
Fixed assigning non-string values to CSS properties to properly\nconvert
to strings.\n- Fixed negative values for the `top` property being
treated as invalid.\n(This regressed in
v5.3.6.)\n\n###\n[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):\n5.3.6\n\n[Compare\nSource](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)\n\n-
Improved performance, notably by introducing a CSS parsing
and\nvalidation cache.\n- Lots of internal refactoring to use more
canonical sources of CSS\ndata, e.g., around shorthands and property
parsing grammars, instead of\nhand-rolled parsers. This fixed a few
small bugs visible in web platform\ntests.\n\n</details>\n\n---\n\n###
Configuration\n\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦
**Automerge**: Disabled by config. Please merge this manually once
you\nare satisfied.\n\n♻ **Rebasing**: Whenever PR becomes conflicted,
or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR
and you won't be reminded about this update\nagain.\n\n---\n\n- [ ] If
you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR has
been generated by
[Renovate\nBot](https://github.com/renovatebot/renovate).\n\n\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
Brad White
<Ikuni17@users.noreply.github.com>","sha":"f144cd23a96bef0c8b078c422077338f50d4e8ce"}}]}]
BACKPORT-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
qn895 pushed a commit to qn895/kibana that referenced this pull request Jan 22, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cssstyle](https://github.com/jsdom/cssstyle) |
devDependencies | patch | [`5.3.5` ->
`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jsdom/cssstyle (cssstyle)</summary>

###
[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):
5.3.7

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)

- Fixed assigning non-string values to CSS properties to properly
convert to strings.
- Fixed negative values for the `top` property being treated as invalid.
(This regressed in v5.3.6.)

###
[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):
5.3.6

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)

- Improved performance, notably by introducing a CSS parsing and
validation cache.
- Lots of internal refactoring to use more canonical sources of CSS
data, e.g., around shorthands and property parsing grammars, instead of
hand-rolled parsers. This fixed a few small bugs visible in web platform
tests.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
dennis-tismenko pushed a commit to dennis-tismenko/kibana that referenced this pull request Jan 22, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [cssstyle](https://github.com/jsdom/cssstyle) |
devDependencies | patch | [`5.3.5` ->
`5.3.7`](https://renovatebot.com/diffs/npm/cssstyle/5.3.5/5.3.7) |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jsdom/cssstyle (cssstyle)</summary>

###
[`v5.3.7`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.7):
5.3.7

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.6...v5.3.7)

- Fixed assigning non-string values to CSS properties to properly
convert to strings.
- Fixed negative values for the `top` property being treated as invalid.
(This regressed in v5.3.6.)

###
[`v5.3.6`](https://github.com/jsdom/cssstyle/releases/tag/v5.3.6):
5.3.6

[Compare
Source](https://github.com/jsdom/cssstyle/compare/v5.3.5...v5.3.6)

- Improved performance, notably by introducing a CSS parsing and
validation cache.
- Lots of internal refactoring to use more canonical sources of CSS
data, e.g., around shorthands and property parsing grammars, instead of
hand-rolled parsers. This fixed a few small bugs visible in web platform
tests.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
Co-authored-by: Brad White <Ikuni17@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:skip Skip the PR/issue when compiling release notes Team:Operations Kibana-Operations Team v8.19.11 v9.1.11 v9.2.5 v9.3.0 v9.4.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants