Skip to content
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

Update dependency sass-embedded to ^1.78.0 (main) #192629

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Sep 11, 2024

This PR contains the following updates:

Package Type Update Change
sass-embedded devDependencies minor ^1.77.8 -> ^1.78.0

Release Notes

sass/embedded-host-node (sass-embedded)

v1.78.0

Compare Source

  • The meta.feature-exists function is now deprecated. This deprecation is
    named feature-exists.

  • Fix a crash when using @at-root without any queries or children in the
    indented syntax.

JS API
  • Backport the deprecation options (fatalDeprecations, futureDeprecations,
    and silenceDeprecations) to the legacy JS API. The legacy JS API is itself
    deprecated, and you should move off of it if possible, but this will allow
    users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

  • Fix a bug where accessing SourceSpan.url would crash when a relative URL was
    passed to the Sass API.

Embedded Sass
  • Explicitly expose a sass executable from the sass-embedded npm package.
    This was intended to be included in 1.63.0, but due to the way
    platform-specific dependency executables are installed it did not work as
    intended. Now users can run npx sass for local installs or just sass when
    sass-embedded is installed globally.

  • Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for the
    sass-embedded npm package.

  • Fix an edge case where the Dart VM could hang when shutting down when requests
    were in flight.

  • Fix a race condition where the embedded host could fail to shut down if it was
    closed around the same time a new compilation was started.

  • Fix a bug where parse-time deprecation warnings could not be controlled by
    the deprecation options in some circumstances.


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 Team label for Operations Team labels Sep 11, 2024
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team September 11, 2024 18:51
@elasticmachine
Copy link
Contributor

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

@Ikuni17
Copy link
Contributor

Ikuni17 commented Sep 11, 2024

/ci

@kibana-ci
Copy link
Collaborator

💚 Build Succeeded

Metrics [docs]

✅ unchanged

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@Ikuni17 Ikuni17 enabled auto-merge (squash) September 12, 2024 21:19
@Ikuni17 Ikuni17 merged commit e1ae00d into main Sep 12, 2024
43 checks passed
@Ikuni17 Ikuni17 deleted the renovate/main-scss branch September 12, 2024 21:20
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts
8.x

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 192629

Questions ?

Please refer to the Backport tool documentation

@jbudz jbudz removed the backport:all-open Backport to all branches that could still receive a release label Sep 12, 2024
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Sep 12, 2024
@jbudz jbudz added backport:all-open Backport to all branches that could still receive a release and removed backport:skip This commit does not require backporting labels Sep 12, 2024
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sass-embedded](https://togithub.com/sass/embedded-host-node) |
devDependencies | minor | [`^1.77.8` ->
`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)
|

---

### Release Notes

<details>
<summary>sass/embedded-host-node (sass-embedded)</summary>

###
[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)

[Compare
Source](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)

- The `meta.feature-exists` function is now deprecated. This deprecation
is
    named `feature-exists`.

- Fix a crash when using `@at-root` without any queries or children in
the
    indented syntax.

##### JS API

- Backport the deprecation options (`fatalDeprecations`,
`futureDeprecations`,
and `silenceDeprecations`) to the legacy JS API. The legacy JS API is
itself
deprecated, and you should move off of it if possible, but this will
allow
users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

- Fix a bug where accessing `SourceSpan.url` would crash when a relative
URL was
    passed to the Sass API.

##### Embedded Sass

- Explicitly expose a `sass` executable from the `sass-embedded` npm
package.
    This was intended to be included in 1.63.0, but due to the way
platform-specific dependency executables are installed it did not work
as
intended. Now users can run `npx sass` for local installs or just `sass`
when
    `sass-embedded` is installed globally.

- Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for
the
    `sass-embedded` npm package.

- Fix an edge case where the Dart VM could hang when shutting down when
requests
    were in flight.

- Fix a race condition where the embedded host could fail to shut down
if it was
    closed around the same time a new compilation was started.

- Fix a bug where parse-time deprecation warnings could not be
controlled by
    the deprecation options in some circumstances.

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit e1ae00d)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts
8.15
8.x

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 192629

Questions ?

Please refer to the Backport tool documentation

@jbudz jbudz removed the backport:all-open Backport to all branches that could still receive a release label Sep 12, 2024
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Sep 12, 2024
@jbudz jbudz added backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) and removed backport:skip This commit does not require backporting labels Sep 12, 2024
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

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

Questions ?

Please refer to the Backport tool documentation

@jbudz jbudz added backport:all-open Backport to all branches that could still receive a release and removed backport:prev-minor Backport to (8.x) the previous minor version (i.e. one version back from main) labels Sep 12, 2024
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sass-embedded](https://togithub.com/sass/embedded-host-node) |
devDependencies | minor | [`^1.77.8` ->
`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)
|

---

### Release Notes

<details>
<summary>sass/embedded-host-node (sass-embedded)</summary>

###
[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)

[Compare
Source](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)

- The `meta.feature-exists` function is now deprecated. This deprecation
is
    named `feature-exists`.

- Fix a crash when using `@at-root` without any queries or children in
the
    indented syntax.

##### JS API

- Backport the deprecation options (`fatalDeprecations`,
`futureDeprecations`,
and `silenceDeprecations`) to the legacy JS API. The legacy JS API is
itself
deprecated, and you should move off of it if possible, but this will
allow
users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

- Fix a bug where accessing `SourceSpan.url` would crash when a relative
URL was
    passed to the Sass API.

##### Embedded Sass

- Explicitly expose a `sass` executable from the `sass-embedded` npm
package.
    This was intended to be included in 1.63.0, but due to the way
platform-specific dependency executables are installed it did not work
as
intended. Now users can run `npx sass` for local installs or just `sass`
when
    `sass-embedded` is installed globally.

- Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for
the
    `sass-embedded` npm package.

- Fix an edge case where the Dart VM could hang when shutting down when
requests
    were in flight.

- Fix a race condition where the embedded host could fail to shut down
if it was
    closed around the same time a new compilation was started.

- Fix a bug where parse-time deprecation warnings could not be
controlled by
    the deprecation options in some circumstances.

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit e1ae00d)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Sep 12, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [sass-embedded](https://togithub.com/sass/embedded-host-node) |
devDependencies | minor | [`^1.77.8` ->
`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)
|

---

### Release Notes

<details>
<summary>sass/embedded-host-node (sass-embedded)</summary>

###
[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)

[Compare
Source](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)

- The `meta.feature-exists` function is now deprecated. This deprecation
is
    named `feature-exists`.

- Fix a crash when using `@at-root` without any queries or children in
the
    indented syntax.

##### JS API

- Backport the deprecation options (`fatalDeprecations`,
`futureDeprecations`,
and `silenceDeprecations`) to the legacy JS API. The legacy JS API is
itself
deprecated, and you should move off of it if possible, but this will
allow
users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

- Fix a bug where accessing `SourceSpan.url` would crash when a relative
URL was
    passed to the Sass API.

##### Embedded Sass

- Explicitly expose a `sass` executable from the `sass-embedded` npm
package.
    This was intended to be included in 1.63.0, but due to the way
platform-specific dependency executables are installed it did not work
as
intended. Now users can run `npx sass` for local installs or just `sass`
when
    `sass-embedded` is installed globally.

- Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for
the
    `sass-embedded` npm package.

- Fix an edge case where the Dart VM could hang when shutting down when
requests
    were in flight.

- Fix a race condition where the embedded host could fail to shut down
if it was
    closed around the same time a new compilation was started.

- Fix a bug where parse-time deprecation warnings could not be
controlled by
    the deprecation options in some circumstances.

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
(cherry picked from commit e1ae00d)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
7.17 Backport failed because of merge conflicts
8.15
8.x

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 192629

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Sep 13, 2024
…92787)

# Backport

This will backport the following commits from `main` to `8.x`:
- [Update dependency sass-embedded to ^1.78.0 (main)
(#192629)](#192629)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-12T21:20:05Z","message":"Update
dependency sass-embedded to ^1.78.0 (main) (#192629)\n\nThis PR contains
the following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[sass-embedded](https://togithub.com/sass/embedded-host-node)
|\r\ndevDependencies | minor | [`^1.77.8`
->\r\n`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)\r\n|\r\n\r\n---\r\n\r\n###
Release Notes\r\n\r\n<details>\r\n<summary>sass/embedded-host-node
(sass-embedded)</summary>\r\n\r\n###\r\n[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)\r\n\r\n[Compare\r\nSource](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)\r\n\r\n-
The `meta.feature-exists` function is now deprecated. This
deprecation\r\nis\r\n named `feature-exists`.\r\n\r\n- Fix a crash when
using `@at-root` without any queries or children in\r\nthe\r\n indented
syntax.\r\n\r\n##### JS API\r\n\r\n- Backport the deprecation options
(`fatalDeprecations`,\r\n`futureDeprecations`,\r\nand
`silenceDeprecations`) to the legacy JS API. The legacy JS API
is\r\nitself\r\ndeprecated, and you should move off of it if possible,
but this will\r\nallow\r\nusers of bundlers and other tools that are
still using the legacy API to\r\n still control deprecation
warnings.\r\n\r\n- Fix a bug where accessing `SourceSpan.url` would
crash when a relative\r\nURL was\r\n passed to the Sass
API.\r\n\r\n##### Embedded Sass\r\n\r\n- Explicitly expose a `sass`
executable from the `sass-embedded` npm\r\npackage.\r\n This was
intended to be included in 1.63.0, but due to the
way\r\nplatform-specific dependency executables are installed it did not
work\r\nas\r\nintended. Now users can run `npx sass` for local installs
or just `sass`\r\nwhen\r\n `sass-embedded` is installed
globally.\r\n\r\n- Add linux-riscv64, linux-musl-riscv64, and
android-riscv64 support for\r\nthe\r\n `sass-embedded` npm
package.\r\n\r\n- Fix an edge case where the Dart VM could hang when
shutting down when\r\nrequests\r\n were in flight.\r\n\r\n- Fix a race
condition where the embedded host could fail to shut down\r\nif it
was\r\n closed around the same time a new compilation was
started.\r\n\r\n- Fix a bug where parse-time deprecation warnings could
not be\r\ncontrolled by\r\n the deprecation options in some
circumstances.\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"e1ae00db826619e95d33e29ee276547784877df1","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","💝community","v9.0.0","backport:prev-minor"],"title":"Update
dependency sass-embedded to ^1.78.0
(main)","number":192629,"url":"https://github.com/elastic/kibana/pull/192629","mergeCommit":{"message":"Update
dependency sass-embedded to ^1.78.0 (main) (#192629)\n\nThis PR contains
the following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[sass-embedded](https://togithub.com/sass/embedded-host-node)
|\r\ndevDependencies | minor | [`^1.77.8`
->\r\n`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)\r\n|\r\n\r\n---\r\n\r\n###
Release Notes\r\n\r\n<details>\r\n<summary>sass/embedded-host-node
(sass-embedded)</summary>\r\n\r\n###\r\n[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)\r\n\r\n[Compare\r\nSource](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)\r\n\r\n-
The `meta.feature-exists` function is now deprecated. This
deprecation\r\nis\r\n named `feature-exists`.\r\n\r\n- Fix a crash when
using `@at-root` without any queries or children in\r\nthe\r\n indented
syntax.\r\n\r\n##### JS API\r\n\r\n- Backport the deprecation options
(`fatalDeprecations`,\r\n`futureDeprecations`,\r\nand
`silenceDeprecations`) to the legacy JS API. The legacy JS API
is\r\nitself\r\ndeprecated, and you should move off of it if possible,
but this will\r\nallow\r\nusers of bundlers and other tools that are
still using the legacy API to\r\n still control deprecation
warnings.\r\n\r\n- Fix a bug where accessing `SourceSpan.url` would
crash when a relative\r\nURL was\r\n passed to the Sass
API.\r\n\r\n##### Embedded Sass\r\n\r\n- Explicitly expose a `sass`
executable from the `sass-embedded` npm\r\npackage.\r\n This was
intended to be included in 1.63.0, but due to the
way\r\nplatform-specific dependency executables are installed it did not
work\r\nas\r\nintended. Now users can run `npx sass` for local installs
or just `sass`\r\nwhen\r\n `sass-embedded` is installed
globally.\r\n\r\n- Add linux-riscv64, linux-musl-riscv64, and
android-riscv64 support for\r\nthe\r\n `sass-embedded` npm
package.\r\n\r\n- Fix an edge case where the Dart VM could hang when
shutting down when\r\nrequests\r\n were in flight.\r\n\r\n- Fix a race
condition where the embedded host could fail to shut down\r\nif it
was\r\n closed around the same time a new compilation was
started.\r\n\r\n- Fix a bug where parse-time deprecation warnings could
not be\r\ncontrolled by\r\n the deprecation options in some
circumstances.\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"e1ae00db826619e95d33e29ee276547784877df1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192629","number":192629,"mergeCommit":{"message":"Update
dependency sass-embedded to ^1.78.0 (main) (#192629)\n\nThis PR contains
the following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[sass-embedded](https://togithub.com/sass/embedded-host-node)
|\r\ndevDependencies | minor | [`^1.77.8`
->\r\n`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)\r\n|\r\n\r\n---\r\n\r\n###
Release Notes\r\n\r\n<details>\r\n<summary>sass/embedded-host-node
(sass-embedded)</summary>\r\n\r\n###\r\n[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)\r\n\r\n[Compare\r\nSource](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)\r\n\r\n-
The `meta.feature-exists` function is now deprecated. This
deprecation\r\nis\r\n named `feature-exists`.\r\n\r\n- Fix a crash when
using `@at-root` without any queries or children in\r\nthe\r\n indented
syntax.\r\n\r\n##### JS API\r\n\r\n- Backport the deprecation options
(`fatalDeprecations`,\r\n`futureDeprecations`,\r\nand
`silenceDeprecations`) to the legacy JS API. The legacy JS API
is\r\nitself\r\ndeprecated, and you should move off of it if possible,
but this will\r\nallow\r\nusers of bundlers and other tools that are
still using the legacy API to\r\n still control deprecation
warnings.\r\n\r\n- Fix a bug where accessing `SourceSpan.url` would
crash when a relative\r\nURL was\r\n passed to the Sass
API.\r\n\r\n##### Embedded Sass\r\n\r\n- Explicitly expose a `sass`
executable from the `sass-embedded` npm\r\npackage.\r\n This was
intended to be included in 1.63.0, but due to the
way\r\nplatform-specific dependency executables are installed it did not
work\r\nas\r\nintended. Now users can run `npx sass` for local installs
or just `sass`\r\nwhen\r\n `sass-embedded` is installed
globally.\r\n\r\n- Add linux-riscv64, linux-musl-riscv64, and
android-riscv64 support for\r\nthe\r\n `sass-embedded` npm
package.\r\n\r\n- Fix an edge case where the Dart VM could hang when
shutting down when\r\nrequests\r\n were in flight.\r\n\r\n- Fix a race
condition where the embedded host could fail to shut down\r\nif it
was\r\n closed around the same time a new compilation was
started.\r\n\r\n- Fix a bug where parse-time deprecation warnings could
not be\r\ncontrolled by\r\n the deprecation options in some
circumstances.\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"e1ae00db826619e95d33e29ee276547784877df1"}},{"url":"https://github.com/elastic/kibana/pull/192786","number":192786,"branch":"8.15","state":"OPEN"}]}]
BACKPORT-->

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

| Package | Type | Update | Change |
|---|---|---|---|
| [sass-embedded](https://togithub.com/sass/embedded-host-node) |
devDependencies | minor | [`^1.77.8` ->
`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)
|

---

### Release Notes

<details>
<summary>sass/embedded-host-node (sass-embedded)</summary>

###
[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)

[Compare
Source](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)

- The `meta.feature-exists` function is now deprecated. This deprecation
is
    named `feature-exists`.

- Fix a crash when using `@at-root` without any queries or children in
the
    indented syntax.

##### JS API

- Backport the deprecation options (`fatalDeprecations`,
`futureDeprecations`,
and `silenceDeprecations`) to the legacy JS API. The legacy JS API is
itself
deprecated, and you should move off of it if possible, but this will
allow
users of bundlers and other tools that are still using the legacy API to
    still control deprecation warnings.

- Fix a bug where accessing `SourceSpan.url` would crash when a relative
URL was
    passed to the Sass API.

##### Embedded Sass

- Explicitly expose a `sass` executable from the `sass-embedded` npm
package.
    This was intended to be included in 1.63.0, but due to the way
platform-specific dependency executables are installed it did not work
as
intended. Now users can run `npx sass` for local installs or just `sass`
when
    `sass-embedded` is installed globally.

- Add linux-riscv64, linux-musl-riscv64, and android-riscv64 support for
the
    `sass-embedded` npm package.

- Fix an edge case where the Dart VM could hang when shutting down when
requests
    were in flight.

- Fix a race condition where the embedded host could fail to shut down
if it was
    closed around the same time a new compilation was started.

- Fix a bug where parse-time deprecation warnings could not be
controlled by
    the deprecation options in some circumstances.

</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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->

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

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

Ikuni17 commented Sep 13, 2024

💚 All backports created successfully

Status Branch Result
7.17

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

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Sep 13, 2024
…192786)

# Backport

This will backport the following commits from `main` to `8.15`:
- [Update dependency sass-embedded to ^1.78.0 (main)
(#192629)](#192629)

<!--- Backport version: 9.4.3 -->

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

<!--BACKPORT
[{"author":{"name":"elastic-renovate-prod[bot]","email":"174716857+elastic-renovate-prod[bot]@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-12T21:20:05Z","message":"Update
dependency sass-embedded to ^1.78.0 (main) (#192629)\n\nThis PR contains
the following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[sass-embedded](https://togithub.com/sass/embedded-host-node)
|\r\ndevDependencies | minor | [`^1.77.8`
->\r\n`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)\r\n|\r\n\r\n---\r\n\r\n###
Release Notes\r\n\r\n<details>\r\n<summary>sass/embedded-host-node
(sass-embedded)</summary>\r\n\r\n###\r\n[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)\r\n\r\n[Compare\r\nSource](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)\r\n\r\n-
The `meta.feature-exists` function is now deprecated. This
deprecation\r\nis\r\n named `feature-exists`.\r\n\r\n- Fix a crash when
using `@at-root` without any queries or children in\r\nthe\r\n indented
syntax.\r\n\r\n##### JS API\r\n\r\n- Backport the deprecation options
(`fatalDeprecations`,\r\n`futureDeprecations`,\r\nand
`silenceDeprecations`) to the legacy JS API. The legacy JS API
is\r\nitself\r\ndeprecated, and you should move off of it if possible,
but this will\r\nallow\r\nusers of bundlers and other tools that are
still using the legacy API to\r\n still control deprecation
warnings.\r\n\r\n- Fix a bug where accessing `SourceSpan.url` would
crash when a relative\r\nURL was\r\n passed to the Sass
API.\r\n\r\n##### Embedded Sass\r\n\r\n- Explicitly expose a `sass`
executable from the `sass-embedded` npm\r\npackage.\r\n This was
intended to be included in 1.63.0, but due to the
way\r\nplatform-specific dependency executables are installed it did not
work\r\nas\r\nintended. Now users can run `npx sass` for local installs
or just `sass`\r\nwhen\r\n `sass-embedded` is installed
globally.\r\n\r\n- Add linux-riscv64, linux-musl-riscv64, and
android-riscv64 support for\r\nthe\r\n `sass-embedded` npm
package.\r\n\r\n- Fix an edge case where the Dart VM could hang when
shutting down when\r\nrequests\r\n were in flight.\r\n\r\n- Fix a race
condition where the embedded host could fail to shut down\r\nif it
was\r\n closed around the same time a new compilation was
started.\r\n\r\n- Fix a bug where parse-time deprecation warnings could
not be\r\ncontrolled by\r\n the deprecation options in some
circumstances.\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"e1ae00db826619e95d33e29ee276547784877df1","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","💝community","v9.0.0","backport:all-open"],"title":"Update
dependency sass-embedded to ^1.78.0
(main)","number":192629,"url":"https://github.com/elastic/kibana/pull/192629","mergeCommit":{"message":"Update
dependency sass-embedded to ^1.78.0 (main) (#192629)\n\nThis PR contains
the following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[sass-embedded](https://togithub.com/sass/embedded-host-node)
|\r\ndevDependencies | minor | [`^1.77.8`
->\r\n`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)\r\n|\r\n\r\n---\r\n\r\n###
Release Notes\r\n\r\n<details>\r\n<summary>sass/embedded-host-node
(sass-embedded)</summary>\r\n\r\n###\r\n[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)\r\n\r\n[Compare\r\nSource](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)\r\n\r\n-
The `meta.feature-exists` function is now deprecated. This
deprecation\r\nis\r\n named `feature-exists`.\r\n\r\n- Fix a crash when
using `@at-root` without any queries or children in\r\nthe\r\n indented
syntax.\r\n\r\n##### JS API\r\n\r\n- Backport the deprecation options
(`fatalDeprecations`,\r\n`futureDeprecations`,\r\nand
`silenceDeprecations`) to the legacy JS API. The legacy JS API
is\r\nitself\r\ndeprecated, and you should move off of it if possible,
but this will\r\nallow\r\nusers of bundlers and other tools that are
still using the legacy API to\r\n still control deprecation
warnings.\r\n\r\n- Fix a bug where accessing `SourceSpan.url` would
crash when a relative\r\nURL was\r\n passed to the Sass
API.\r\n\r\n##### Embedded Sass\r\n\r\n- Explicitly expose a `sass`
executable from the `sass-embedded` npm\r\npackage.\r\n This was
intended to be included in 1.63.0, but due to the
way\r\nplatform-specific dependency executables are installed it did not
work\r\nas\r\nintended. Now users can run `npx sass` for local installs
or just `sass`\r\nwhen\r\n `sass-embedded` is installed
globally.\r\n\r\n- Add linux-riscv64, linux-musl-riscv64, and
android-riscv64 support for\r\nthe\r\n `sass-embedded` npm
package.\r\n\r\n- Fix an edge case where the Dart VM could hang when
shutting down when\r\nrequests\r\n were in flight.\r\n\r\n- Fix a race
condition where the embedded host could fail to shut down\r\nif it
was\r\n closed around the same time a new compilation was
started.\r\n\r\n- Fix a bug where parse-time deprecation warnings could
not be\r\ncontrolled by\r\n the deprecation options in some
circumstances.\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"e1ae00db826619e95d33e29ee276547784877df1"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/192629","number":192629,"mergeCommit":{"message":"Update
dependency sass-embedded to ^1.78.0 (main) (#192629)\n\nThis PR contains
the following updates:\r\n\r\n| Package | Type | Update | Change
|\r\n|---|---|---|---|\r\n|
[sass-embedded](https://togithub.com/sass/embedded-host-node)
|\r\ndevDependencies | minor | [`^1.77.8`
->\r\n`^1.78.0`](https://renovatebot.com/diffs/npm/sass-embedded/1.77.8/1.78.0)\r\n|\r\n\r\n---\r\n\r\n###
Release Notes\r\n\r\n<details>\r\n<summary>sass/embedded-host-node
(sass-embedded)</summary>\r\n\r\n###\r\n[`v1.78.0`](https://togithub.com/sass/embedded-host-node/blob/HEAD/CHANGELOG.md#1780)\r\n\r\n[Compare\r\nSource](https://togithub.com/sass/embedded-host-node/compare/1.77.8...1.78.0)\r\n\r\n-
The `meta.feature-exists` function is now deprecated. This
deprecation\r\nis\r\n named `feature-exists`.\r\n\r\n- Fix a crash when
using `@at-root` without any queries or children in\r\nthe\r\n indented
syntax.\r\n\r\n##### JS API\r\n\r\n- Backport the deprecation options
(`fatalDeprecations`,\r\n`futureDeprecations`,\r\nand
`silenceDeprecations`) to the legacy JS API. The legacy JS API
is\r\nitself\r\ndeprecated, and you should move off of it if possible,
but this will\r\nallow\r\nusers of bundlers and other tools that are
still using the legacy API to\r\n still control deprecation
warnings.\r\n\r\n- Fix a bug where accessing `SourceSpan.url` would
crash when a relative\r\nURL was\r\n passed to the Sass
API.\r\n\r\n##### Embedded Sass\r\n\r\n- Explicitly expose a `sass`
executable from the `sass-embedded` npm\r\npackage.\r\n This was
intended to be included in 1.63.0, but due to the
way\r\nplatform-specific dependency executables are installed it did not
work\r\nas\r\nintended. Now users can run `npx sass` for local installs
or just `sass`\r\nwhen\r\n `sass-embedded` is installed
globally.\r\n\r\n- Add linux-riscv64, linux-musl-riscv64, and
android-riscv64 support for\r\nthe\r\n `sass-embedded` npm
package.\r\n\r\n- Fix an edge case where the Dart VM could hang when
shutting down when\r\nrequests\r\n were in flight.\r\n\r\n- Fix a race
condition where the embedded host could fail to shut down\r\nif it
was\r\n closed around the same time a new compilation was
started.\r\n\r\n- Fix a bug where parse-time deprecation warnings could
not be\r\ncontrolled by\r\n the deprecation options in some
circumstances.\r\n\r\n</details>\r\n\r\n---\r\n\r\n###
Configuration\r\n\r\n📅 **Schedule**: Branch creation - At any time (no
schedule defined),\r\nAutomerge - At any time (no schedule
defined).\r\n\r\n🚦 **Automerge**: Disabled by config. Please merge this
manually once you\r\nare satisfied.\r\n\r\n♻ **Rebasing**: Whenever PR
becomes conflicted, or you tick the\r\nrebase/retry checkbox.\r\n\r\n🔕
**Ignore**: Close this PR and you won't be reminded about this
update\r\nagain.\r\n\r\n---\r\n\r\n- [ ] <!-- rebase-check -->If you
want to rebase/retry this PR, check\r\nthis box\r\n\r\n---\r\n\r\nThis
PR has been generated by
[Renovate\r\nBot](https://togithub.com/renovatebot/renovate).\r\n\r\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJUZWFtOk9wZXJhdGlvbnMiLCJiYWNrcG9ydDphbGwtb3BlbiIsInJlbGVhc2Vfbm90ZTpza2lwIl19-->\r\n\r\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>","sha":"e1ae00db826619e95d33e29ee276547784877df1"}},{"url":"https://github.com/elastic/kibana/pull/192780","number":192780,"branch":"8.x","state":"OPEN"}]}]
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 Sep 13, 2024
…192790)

# Backport

This will backport the following commits from `main` to `7.17`:
- [Update dependency sass-embedded to ^1.78.0 (main)
(#192629)](#192629)

Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com>
@jbudz jbudz added backport:version Backport to applied version labels and removed backport:all-open Backport to all branches that could still receive a release labels Sep 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels 💝community release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v8.15.2 v8.16.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants