Skip to content

Conversation

elastic-renovate-prod[bot]
Copy link
Contributor

@elastic-renovate-prod elastic-renovate-prod bot commented Sep 18, 2025

This PR contains the following updates:

Package Type Update Change
source-map devDependencies patch ^0.7.4 -> ^0.7.6

Release Notes

mozilla/source-map (source-map)

v0.7.6

Compare Source

v0.7.5

Compare Source

  • #​364 -
    Pass through the implementation of more index map operations.
  • #​362 -
    Remove the bundled dist/ directory?
  • #​363 -
    Split up wasm loading based on compilation target.
  • #​371 -
    Use WHATWG's URL to implement all of source-map's URL operations.
  • #​378 -
    Fix typo
  • #​384 -
    Add Mozilla Code of Conduct in
  • #​402 -
    Remove unused fromVLQSigned function
  • #​374 -
    Add lastGeneratedColumn to typing for MappingItem
  • #​395 -
    addMapping(): ensure that originalLine and originalColumn are null when original argument was undefined/null
  • #​394 -
    fix crash in url util function due to undefined root value
  • #​393 -
    minor binary-search code/comment fixes
  • #​407 -
    use Travis CI svg badge
  • #​397 -
    add prettier task for standardized code formatting => easier cross-branch/fork code comparison and merging
  • #​415 -
    Syntax highlight README HTML sample
  • #​439 -
    Add function to SourceMapConsumer TS interface
  • #​448 -
    Include types file extension in package.json
  • #​464 -
    Require Node.js 12 or later & switch CI to GitHub Actions
  • #​466 -
    Skip updating coveralls.io coverage
  • #​465 -
    Update WASM binary and Land WASM rust sources in this repository
  • #​463 -
    Update ESLint & Prettier to latest
  • #​467 -
    Adopt & enforce the mozilla-central Prettier config
  • #​468 -
    Simplify coverage tooling
  • #​469 -
    Update to doctoc v2 & simplify call pattern
  • #​470 -
    Filter out unnecessary rust tasks
  • #​471 -
    Improve coverage
  • #​472 -
    Include package-lock.json in repo
  • #​473 -
    fix: convert result of allocate_mappings from signed to unsigned
  • #​481 -
    Add support for the sourcemaps ignorelist
  • #​485 -
    Remove .DS_Store
  • #​488 -
    Fix reference to LICENSE file
  • #​507 -
    Fix an off-by-1 error in section lookup
  • #​505 -
    Add source map spec tests
  • #​517 -
    Remove whatwg-url module

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 Platform Operations Team t// labels Sep 18, 2025
@elastic-renovate-prod elastic-renovate-prod bot requested a review from a team September 18, 2025 19:08
@elasticmachine
Copy link
Contributor

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

@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 Ikuni17 merged commit 9ac9769 into main Sep 19, 2025
13 checks passed
@Ikuni17 Ikuni17 deleted the renovate/main-source-map branch September 19, 2025 01:48
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.18, 8.19, 9.0, 9.1

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

kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Sep 19, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [source-map](https://redirect.github.com/mozilla/source-map) |
devDependencies | patch | [`^0.7.4` ->
`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6) |

---

### Release Notes

<details>
<summary>mozilla/source-map (source-map)</summary>

###
[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)

- Bump package to 0.7.6 and remove `publishConfig` property in
package.json
([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))

###
[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)

- [#&elastic#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)
-
    Pass through the implementation of more index map operations.
- [#&elastic#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)
-
    Remove the bundled dist/ directory?
- [#&elastic#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)
-
    Split up wasm loading based on compilation target.
- [#&elastic#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)
-
    Use WHATWG's URL to implement all of source-map's URL operations.
- [#&elastic#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)
-
    Fix typo
- [#&elastic#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)
-
    Add Mozilla Code of Conduct in
- [#&elastic#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)
-
    Remove unused fromVLQSigned function
- [#&elastic#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)
-
    Add lastGeneratedColumn to typing for MappingItem
- [#&elastic#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)
-
`addMapping()`: ensure that `originalLine` and `originalColumn` are
`null` when `original` argument was undefined/`null`
- [#&elastic#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)
-
    fix crash in url util function due to undefined root value
- [#&elastic#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)
-
    minor binary-search code/comment fixes
- [#&elastic#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)
-
    use Travis CI svg badge
- [#&elastic#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)
-
add `prettier` task for standardized code formatting => easier
cross-branch/fork code comparison and merging
- [#&elastic#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)
-
    Syntax highlight README HTML sample
- [#&elastic#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)
-
    Add function to SourceMapConsumer TS interface
- [#&elastic#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)
-
    Include types file extension in package.json
- [#&elastic#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)
-
    Require Node.js 12 or later & switch CI to GitHub Actions
- [#&elastic#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)
-
    Skip updating coveralls.io coverage
- [#&elastic#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)
-
    Update WASM binary and Land WASM rust sources in this repository
- [#&elastic#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)
-
    Update ESLint & Prettier to latest
- [#&elastic#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)
-
    Adopt & enforce the mozilla-central Prettier config
- [#&elastic#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)
-
    Simplify coverage tooling
- [#&elastic#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)
-
    Update to doctoc v2 & simplify call pattern
- [#&elastic#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)
-
    Filter out unnecessary rust tasks
- [#&elastic#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)
-
    Improve coverage
- [#&elastic#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)
-
    Include package-lock.json in repo
- [#&elastic#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)
-
    fix: convert result of allocate_mappings from signed to unsigned
- [#&elastic#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)
-
    Add support for the sourcemaps ignorelist
- [#&elastic#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)
-
    Remove .DS_Store
- [#&elastic#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)
-
    Fix reference to LICENSE file
- [#&elastic#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)
-
    Fix an off-by-1 error in section lookup
- [#&elastic#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)
-
    Add source map spec tests
- [#&elastic#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)
-
    Remove whatwg-url module

</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://redirect.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: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 9ac9769)
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Sep 19, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [source-map](https://redirect.github.com/mozilla/source-map) |
devDependencies | patch | [`^0.7.4` ->
`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6) |

---

### Release Notes

<details>
<summary>mozilla/source-map (source-map)</summary>

###
[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)

- Bump package to 0.7.6 and remove `publishConfig` property in
package.json
([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))

###
[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)

- [#&elastic#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)
-
    Pass through the implementation of more index map operations.
- [#&elastic#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)
-
    Remove the bundled dist/ directory?
- [#&elastic#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)
-
    Split up wasm loading based on compilation target.
- [#&elastic#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)
-
    Use WHATWG's URL to implement all of source-map's URL operations.
- [#&elastic#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)
-
    Fix typo
- [#&elastic#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)
-
    Add Mozilla Code of Conduct in
- [#&elastic#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)
-
    Remove unused fromVLQSigned function
- [#&elastic#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)
-
    Add lastGeneratedColumn to typing for MappingItem
- [#&elastic#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)
-
`addMapping()`: ensure that `originalLine` and `originalColumn` are
`null` when `original` argument was undefined/`null`
- [#&elastic#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)
-
    fix crash in url util function due to undefined root value
- [#&elastic#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)
-
    minor binary-search code/comment fixes
- [#&elastic#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)
-
    use Travis CI svg badge
- [#&elastic#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)
-
add `prettier` task for standardized code formatting => easier
cross-branch/fork code comparison and merging
- [#&elastic#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)
-
    Syntax highlight README HTML sample
- [#&elastic#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)
-
    Add function to SourceMapConsumer TS interface
- [#&elastic#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)
-
    Include types file extension in package.json
- [#&elastic#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)
-
    Require Node.js 12 or later & switch CI to GitHub Actions
- [#&elastic#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)
-
    Skip updating coveralls.io coverage
- [#&elastic#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)
-
    Update WASM binary and Land WASM rust sources in this repository
- [#&elastic#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)
-
    Update ESLint & Prettier to latest
- [#&elastic#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)
-
    Adopt & enforce the mozilla-central Prettier config
- [#&elastic#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)
-
    Simplify coverage tooling
- [#&elastic#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)
-
    Update to doctoc v2 & simplify call pattern
- [#&elastic#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)
-
    Filter out unnecessary rust tasks
- [#&elastic#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)
-
    Improve coverage
- [#&elastic#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)
-
    Include package-lock.json in repo
- [#&elastic#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)
-
    fix: convert result of allocate_mappings from signed to unsigned
- [#&elastic#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)
-
    Add support for the sourcemaps ignorelist
- [#&elastic#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)
-
    Remove .DS_Store
- [#&elastic#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)
-
    Fix reference to LICENSE file
- [#&elastic#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)
-
    Fix an off-by-1 error in section lookup
- [#&elastic#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)
-
    Add source map spec tests
- [#&elastic#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)
-
    Remove whatwg-url module

</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://redirect.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: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 9ac9769)
kibanamachine added a commit to kibanamachine/kibana that referenced this pull request Sep 19, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [source-map](https://redirect.github.com/mozilla/source-map) |
devDependencies | patch | [`^0.7.4` ->
`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6) |

---

### Release Notes

<details>
<summary>mozilla/source-map (source-map)</summary>

###
[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)

- Bump package to 0.7.6 and remove `publishConfig` property in
package.json
([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))

###
[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)

- [#&elastic#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)
-
    Pass through the implementation of more index map operations.
- [#&elastic#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)
-
    Remove the bundled dist/ directory?
- [#&elastic#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)
-
    Split up wasm loading based on compilation target.
- [#&elastic#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)
-
    Use WHATWG's URL to implement all of source-map's URL operations.
- [#&elastic#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)
-
    Fix typo
- [#&elastic#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)
-
    Add Mozilla Code of Conduct in
- [#&elastic#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)
-
    Remove unused fromVLQSigned function
- [#&elastic#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)
-
    Add lastGeneratedColumn to typing for MappingItem
- [#&elastic#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)
-
`addMapping()`: ensure that `originalLine` and `originalColumn` are
`null` when `original` argument was undefined/`null`
- [#&elastic#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)
-
    fix crash in url util function due to undefined root value
- [#&elastic#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)
-
    minor binary-search code/comment fixes
- [#&elastic#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)
-
    use Travis CI svg badge
- [#&elastic#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)
-
add `prettier` task for standardized code formatting => easier
cross-branch/fork code comparison and merging
- [#&elastic#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)
-
    Syntax highlight README HTML sample
- [#&elastic#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)
-
    Add function to SourceMapConsumer TS interface
- [#&elastic#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)
-
    Include types file extension in package.json
- [#&elastic#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)
-
    Require Node.js 12 or later & switch CI to GitHub Actions
- [#&elastic#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)
-
    Skip updating coveralls.io coverage
- [#&elastic#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)
-
    Update WASM binary and Land WASM rust sources in this repository
- [#&elastic#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)
-
    Update ESLint & Prettier to latest
- [#&elastic#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)
-
    Adopt & enforce the mozilla-central Prettier config
- [#&elastic#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)
-
    Simplify coverage tooling
- [#&elastic#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)
-
    Update to doctoc v2 & simplify call pattern
- [#&elastic#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)
-
    Filter out unnecessary rust tasks
- [#&elastic#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)
-
    Improve coverage
- [#&elastic#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)
-
    Include package-lock.json in repo
- [#&elastic#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)
-
    fix: convert result of allocate_mappings from signed to unsigned
- [#&elastic#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)
-
    Add support for the sourcemaps ignorelist
- [#&elastic#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)
-
    Remove .DS_Store
- [#&elastic#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)
-
    Fix reference to LICENSE file
- [#&elastic#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)
-
    Fix an off-by-1 error in section lookup
- [#&elastic#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)
-
    Add source map spec tests
- [#&elastic#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)
-
    Remove whatwg-url module

</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://redirect.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: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 9ac9769)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.18 Backport failed because of merge conflicts
8.19
9.0
9.1

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

Manual backport

To create the backport manually run:

node scripts/backport --pr 235645

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Sep 19, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [Update dependency source-map to ^0.7.6 (main)
(#235645)](#235645)

<!--- Backport version: 9.6.6 -->

### 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":"2025-09-19T01:48:40Z","message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.2.0"],"title":"Update
dependency source-map to ^0.7.6
(main)","number":235645,"url":"https://github.com/elastic/kibana/pull/235645","mergeCommit":{"message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235645","number":235645,"mergeCommit":{"message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd"}}]}]
BACKPORT-->

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

This will backport the following commits from `main` to `9.0`:
- [Update dependency source-map to ^0.7.6 (main)
(#235645)](#235645)

<!--- Backport version: 9.6.6 -->

### 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":"2025-09-19T01:48:40Z","message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.2.0"],"title":"Update
dependency source-map to ^0.7.6
(main)","number":235645,"url":"https://github.com/elastic/kibana/pull/235645","mergeCommit":{"message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235645","number":235645,"mergeCommit":{"message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd"}}]}]
BACKPORT-->

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

This will backport the following commits from `main` to `9.1`:
- [Update dependency source-map to ^0.7.6 (main)
(#235645)](#235645)

<!--- Backport version: 9.6.6 -->

### 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":"2025-09-19T01:48:40Z","message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:all-open","v9.2.0"],"title":"Update
dependency source-map to ^0.7.6
(main)","number":235645,"url":"https://github.com/elastic/kibana/pull/235645","mergeCommit":{"message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/235645","number":235645,"mergeCommit":{"message":"Update
dependency source-map to ^0.7.6 (main) (#235645)\n\nThis PR contains the
following updates:\n\n| Package | Type | Update | Change
|\n|---|---|---|---|\n|
[source-map](https://redirect.github.com/mozilla/source-map)
|\ndevDependencies | patch | [`^0.7.4`
->\n`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6)
|\n\n---\n\n### Release Notes\n\n<details>\n<summary>mozilla/source-map
(source-map)</summary>\n\n###\n[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)\n\n-
Bump package to 0.7.6 and remove `publishConfig` property
in\npackage.json\n([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))\n\n###\n[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)\n\n[Compare\nSource](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)\n\n-
[#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)\n-\n
Pass through the implementation of more index map operations.\n-
[#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)\n-\n
Remove the bundled dist/ directory?\n-
[#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)\n-\n
Split up wasm loading based on compilation target.\n-
[#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)\n-\n
Use WHATWG's URL to implement all of source-map's URL operations.\n-
[#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)\n-\n
Fix typo\n-
[#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)\n-\n
Add Mozilla Code of Conduct in\n-
[#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)\n-\n
Remove unused fromVLQSigned function\n-
[#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)\n-\n
Add lastGeneratedColumn to typing for MappingItem\n-
[#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)\n-\n`addMapping()`:
ensure that `originalLine` and `originalColumn` are\n`null` when
`original` argument was undefined/`null`\n-
[#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)\n-\n
fix crash in url util function due to undefined root value\n-
[#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)\n-\n
minor binary-search code/comment fixes\n-
[#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)\n-\n
use Travis CI svg badge\n-
[#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)\n-\nadd
`prettier` task for standardized code formatting =>
easier\ncross-branch/fork code comparison and merging\n-
[#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)\n-\n
Syntax highlight README HTML sample\n-
[#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)\n-\n
Add function to SourceMapConsumer TS interface\n-
[#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)\n-\n
Include types file extension in package.json\n-
[#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)\n-\n
Require Node.js 12 or later & switch CI to GitHub Actions\n-
[#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)\n-\n
Skip updating coveralls.io coverage\n-
[#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)\n-\n
Update WASM binary and Land WASM rust sources in this repository\n-
[#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)\n-\n
Update ESLint & Prettier to latest\n-
[#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)\n-\n
Adopt & enforce the mozilla-central Prettier config\n-
[#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)\n-\n
Simplify coverage tooling\n-
[#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)\n-\n
Update to doctoc v2 & simplify call pattern\n-
[#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)\n-\n
Filter out unnecessary rust tasks\n-
[#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)\n-\n
Improve coverage\n-
[#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)\n-\n
Include package-lock.json in repo\n-
[#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)\n-\n
fix: convert result of allocate_mappings from signed to unsigned\n-
[#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)\n-\n
Add support for the sourcemaps ignorelist\n-
[#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)\n-\n
Remove .DS_Store\n-
[#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)\n-\n
Fix reference to LICENSE file\n-
[#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)\n-\n
Fix an off-by-1 error in section lookup\n-
[#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)\n-\n
Add source map spec tests\n-
[#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)\n-\n
Remove whatwg-url module\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://redirect.github.com/renovatebot/renovate).\n\n\n\n---------\n\nCo-authored-by:
elastic-renovate-prod[bot]
<174716857+elastic-renovate-prod[bot]@users.noreply.github.com>\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"9ac9769b42bec30bdb1de96a2135fe98253336cd"}}]}]
BACKPORT-->

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

| Package | Type | Update | Change |
|---|---|---|---|
| [source-map](https://redirect.github.com/mozilla/source-map) |
devDependencies | patch | [`^0.7.4` ->
`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6) |

---

### Release Notes

<details>
<summary>mozilla/source-map (source-map)</summary>

###
[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)

- Bump package to 0.7.6 and remove `publishConfig` property in
package.json
([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))

###
[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)

- [#&elastic#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)
-
    Pass through the implementation of more index map operations.
- [#&elastic#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)
-
    Remove the bundled dist/ directory?
- [#&elastic#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)
-
    Split up wasm loading based on compilation target.
- [#&elastic#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)
-
    Use WHATWG's URL to implement all of source-map's URL operations.
- [#&elastic#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)
-
    Fix typo
- [#&elastic#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)
-
    Add Mozilla Code of Conduct in
- [#&elastic#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)
-
    Remove unused fromVLQSigned function
- [#&elastic#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)
-
    Add lastGeneratedColumn to typing for MappingItem
- [#&elastic#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)
-
`addMapping()`: ensure that `originalLine` and `originalColumn` are
`null` when `original` argument was undefined/`null`
- [#&elastic#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)
-
    fix crash in url util function due to undefined root value
- [#&elastic#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)
-
    minor binary-search code/comment fixes
- [#&elastic#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)
-
    use Travis CI svg badge
- [#&elastic#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)
-
add `prettier` task for standardized code formatting => easier
cross-branch/fork code comparison and merging
- [#&elastic#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)
-
    Syntax highlight README HTML sample
- [#&elastic#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)
-
    Add function to SourceMapConsumer TS interface
- [#&elastic#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)
-
    Include types file extension in package.json
- [#&elastic#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)
-
    Require Node.js 12 or later & switch CI to GitHub Actions
- [#&elastic#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)
-
    Skip updating coveralls.io coverage
- [#&elastic#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)
-
    Update WASM binary and Land WASM rust sources in this repository
- [#&elastic#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)
-
    Update ESLint & Prettier to latest
- [#&elastic#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)
-
    Adopt & enforce the mozilla-central Prettier config
- [#&elastic#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)
-
    Simplify coverage tooling
- [#&elastic#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)
-
    Update to doctoc v2 & simplify call pattern
- [#&elastic#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)
-
    Filter out unnecessary rust tasks
- [#&elastic#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)
-
    Improve coverage
- [#&elastic#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)
-
    Include package-lock.json in repo
- [#&elastic#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)
-
    fix: convert result of allocate_mappings from signed to unsigned
- [#&elastic#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)
-
    Add support for the sourcemaps ignorelist
- [#&elastic#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)
-
    Remove .DS_Store
- [#&elastic#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)
-
    Fix reference to LICENSE file
- [#&elastic#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)
-
    Fix an off-by-1 error in section lookup
- [#&elastic#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)
-
    Add source map spec tests
- [#&elastic#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)
-
    Remove whatwg-url module

</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://redirect.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: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
niros1 pushed a commit that referenced this pull request Sep 30, 2025
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [source-map](https://redirect.github.com/mozilla/source-map) |
devDependencies | patch | [`^0.7.4` ->
`^0.7.6`](https://renovatebot.com/diffs/npm/source-map/0.7.4/0.7.6) |

---

### Release Notes

<details>
<summary>mozilla/source-map (source-map)</summary>

###
[`v0.7.6`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#076)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/0.7.5...0.7.6)

- Bump package to 0.7.6 and remove `publishConfig` property in
package.json
([801be934007c3ed0ef66c620641b1668e92c891d](https://redirect.github.com/mozilla/source-map/commit/801be934007c3ed0ef66c620641b1668e92c891d))

###
[`v0.7.5`](https://redirect.github.com/mozilla/source-map/blob/HEAD/CHANGELOG.md#075)

[Compare
Source](https://redirect.github.com/mozilla/source-map/compare/v0.7.4...0.7.5)

- [#&#8203;364](https://redirect.github.com/mozilla/source-map/pull/364)
-
    Pass through the implementation of more index map operations.
- [#&#8203;362](https://redirect.github.com/mozilla/source-map/pull/362)
-
    Remove the bundled dist/ directory?
- [#&#8203;363](https://redirect.github.com/mozilla/source-map/pull/363)
-
    Split up wasm loading based on compilation target.
- [#&#8203;371](https://redirect.github.com/mozilla/source-map/pull/371)
-
    Use WHATWG's URL to implement all of source-map's URL operations.
- [#&#8203;378](https://redirect.github.com/mozilla/source-map/pull/378)
-
    Fix typo
- [#&#8203;384](https://redirect.github.com/mozilla/source-map/pull/384)
-
    Add Mozilla Code of Conduct in
- [#&#8203;402](https://redirect.github.com/mozilla/source-map/pull/402)
-
    Remove unused fromVLQSigned function
- [#&#8203;374](https://redirect.github.com/mozilla/source-map/pull/374)
-
    Add lastGeneratedColumn to typing for MappingItem
- [#&#8203;395](https://redirect.github.com/mozilla/source-map/pull/395)
-
`addMapping()`: ensure that `originalLine` and `originalColumn` are
`null` when `original` argument was undefined/`null`
- [#&#8203;394](https://redirect.github.com/mozilla/source-map/pull/394)
-
    fix crash in url util function due to undefined root value
- [#&#8203;393](https://redirect.github.com/mozilla/source-map/pull/393)
-
    minor binary-search code/comment fixes
- [#&#8203;407](https://redirect.github.com/mozilla/source-map/pull/407)
-
    use Travis CI svg badge
- [#&#8203;397](https://redirect.github.com/mozilla/source-map/pull/397)
-
add `prettier` task for standardized code formatting => easier
cross-branch/fork code comparison and merging
- [#&#8203;415](https://redirect.github.com/mozilla/source-map/pull/415)
-
    Syntax highlight README HTML sample
- [#&#8203;439](https://redirect.github.com/mozilla/source-map/pull/439)
-
    Add function to SourceMapConsumer TS interface
- [#&#8203;448](https://redirect.github.com/mozilla/source-map/pull/448)
-
    Include types file extension in package.json
- [#&#8203;464](https://redirect.github.com/mozilla/source-map/pull/464)
-
    Require Node.js 12 or later & switch CI to GitHub Actions
- [#&#8203;466](https://redirect.github.com/mozilla/source-map/pull/466)
-
    Skip updating coveralls.io coverage
- [#&#8203;465](https://redirect.github.com/mozilla/source-map/pull/465)
-
    Update WASM binary and Land WASM rust sources in this repository
- [#&#8203;463](https://redirect.github.com/mozilla/source-map/pull/463)
-
    Update ESLint & Prettier to latest
- [#&#8203;467](https://redirect.github.com/mozilla/source-map/pull/467)
-
    Adopt & enforce the mozilla-central Prettier config
- [#&#8203;468](https://redirect.github.com/mozilla/source-map/pull/468)
-
    Simplify coverage tooling
- [#&#8203;469](https://redirect.github.com/mozilla/source-map/pull/469)
-
    Update to doctoc v2 & simplify call pattern
- [#&#8203;470](https://redirect.github.com/mozilla/source-map/pull/470)
-
    Filter out unnecessary rust tasks
- [#&#8203;471](https://redirect.github.com/mozilla/source-map/pull/471)
-
    Improve coverage
- [#&#8203;472](https://redirect.github.com/mozilla/source-map/pull/472)
-
    Include package-lock.json in repo
- [#&#8203;473](https://redirect.github.com/mozilla/source-map/pull/473)
-
    fix: convert result of allocate_mappings from signed to unsigned
- [#&#8203;481](https://redirect.github.com/mozilla/source-map/pull/481)
-
    Add support for the sourcemaps ignorelist
- [#&#8203;485](https://redirect.github.com/mozilla/source-map/pull/485)
-
    Remove .DS_Store
- [#&#8203;488](https://redirect.github.com/mozilla/source-map/pull/488)
-
    Fix reference to LICENSE file
- [#&#8203;507](https://redirect.github.com/mozilla/source-map/pull/507)
-
    Fix an off-by-1 error in section lookup
- [#&#8203;505](https://redirect.github.com/mozilla/source-map/pull/505)
-
    Add source map spec tests
- [#&#8203;517](https://redirect.github.com/mozilla/source-map/pull/517)
-
    Remove whatwg-url module

</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://redirect.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: kibanamachine <42973632+kibanamachine@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 Platform Operations Team t// v8.19.4 v9.0.8 v9.1.4 v9.2.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants