Skip to content

Commit 17c0236

Browse files
build(deps-dev): bump @jridgewell/trace-mapping from 0.3.30 to 0.3.31 (#404)
Bumps [@jridgewell/trace-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping) from 0.3.30 to 0.3.31. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jridgewell/sourcemaps/blob/main/packages/trace-mapping/CHANGELOG.md"><code>@​jridgewell/trace-mapping</code>'s changelog</a>.</em></p> <blockquote> <h1>[0.3.31] - 2025-09-10</h1> <ul> <li>Improve the performance of <code>generatedPositionFor</code>: <a href="https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping/issues/42">#42</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.30...trace-mapping/0.3.31">https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.30...trace-mapping/0.3.31</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jridgewell/sourcemaps/commit/74fc8e11d30641b82e3ca3532cd89477671afeab"><code>74fc8e1</code></a> trace-mapping/0.3.31</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/2042d5f031bb436a2425cd0d451f24ef68972f36"><code>2042d5f</code></a> Use real arrays</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/e2f5db12bb57a06ff736ca5a30d662ba97798731"><code>e2f5db1</code></a> simplifiy with PR feedback</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/5c8e94e44636afb0e3a028426900b80c74bea745"><code>5c8e94e</code></a> Merge remote-tracking branch 'upstream/main' into connor4312/41</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/08f73074303a8be800a57e803603fa4e458b621c"><code>08f7307</code></a> Benchmark generatedPositionFor</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/d3b3fcd8fa92cab53a5505086521d1b28a32bf4e"><code>d3b3fcd</code></a> lint</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/392ea806b1d17d961d5859cfc00986e1bf31f195"><code>392ea80</code></a> fix: pathological slow case in bySource</li> <li>See full diff in <a href="https://github.com/jridgewell/sourcemaps/commits/trace-mapping/0.3.31/packages/trace-mapping">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@jridgewell/trace-mapping&package-manager=npm_and_yarn&previous-version=0.3.30&new-version=0.3.31)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7bc9621 commit 17c0236

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
},
179179
"devDependencies": {
180180
"@biomejs/biome": "^2.3.0",
181-
"@jridgewell/trace-mapping": "^0.3.30",
181+
"@jridgewell/trace-mapping": "^0.3.31",
182182
"@types/chai": "^4.3.20",
183183
"@types/estree": "^1.0.8",
184184
"@types/extract-zip": "^2.0.1",

0 commit comments

Comments
 (0)