Skip to content

Commit 8f7b95c

Browse files
build(deps-dev): bump @jridgewell/trace-mapping from 0.3.29 to 0.3.30 (#390)
Bumps [@jridgewell/trace-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/trace-mapping) from 0.3.29 to 0.3.30. <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.30] - 2025-08-12</h1> <ul> <li>Use <code>default</code> subpath export: <a href="https://github.com/jridgewell/sourcemaps/commit/aab8d72">https://github.com/jridgewell/sourcemaps/commit/aab8d72</a></li> <li>Transform <code>export default</code> into <code>module.exports =</code> in UMD plugin: <a href="https://github.com/jridgewell/sourcemaps/commit/cf85c75">https://github.com/jridgewell/sourcemaps/commit/cf85c75</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.29...trace-mapping/0.3.30">https://github.com/jridgewell/sourcemaps/compare/trace-mapping/0.3.29...trace-mapping/0.3.30</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jridgewell/sourcemaps/commit/095a5825c482003597a30aa380b50159219f3618"><code>095a582</code></a> trace-mapping/0.3.30</li> <li><a href="https://github.com/jridgewell/sourcemaps/commit/aab8d72a046d5f4c6935ed7c35f6cbabbade25e8"><code>aab8d72</code></a> Use default subpath condition for fallback</li> <li>See full diff in <a href="https://github.com/jridgewell/sourcemaps/commits/trace-mapping/0.3.30/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.29&new-version=0.3.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d6cb31 commit 8f7b95c

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
@@ -149,7 +149,7 @@
149149
},
150150
"devDependencies": {
151151
"@biomejs/biome": "^1.9.4",
152-
"@jridgewell/trace-mapping": "^0.3.29",
152+
"@jridgewell/trace-mapping": "^0.3.30",
153153
"@types/chai": "^4.3.20",
154154
"@types/estree": "^1.0.8",
155155
"@types/extract-zip": "^2.0.1",

0 commit comments

Comments
 (0)