An open index of dependabot pull requests across open source projects.

chore(deps): bump source-map-resolve from 0.3.1 to 0.6.0 in /packages/core/css

Closed
Number: #10812
Type: Pull Request
State: Closed
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 1
Created: September 09, 2025 at 09:21 PM UTC
(5 months ago)
Updated: September 09, 2025 at 09:23 PM UTC
(5 months ago)
Closed: September 09, 2025 at 09:23 PM UTC
(5 months ago)
Time to Close: 2 minutes
Labels:
JavaScript dependencies
Description:

Bumps source-map-resolve from 0.3.1 to 0.6.0.

Changelog

Sourced from source-map-resolve's changelog.

Version 0.6.0 (2020-03-21)

  • Removed: The browser version. Only Node.js is now supported.
  • Improved: Three old, weird, tiny dependencies were inlined, which should decrease install size.

Version 0.5.3 (2019-12-28)

  • Fixed: base64 encoded source maps now correctly decodes as utf-8. Previously, non-ASCII characters could end up garbled. Thanks to ZHAO Jinxiang (@​xiaoxiangmoe)! (Note: This fix does not work in old evironments not supporting both TextDecoder and Uint8Array.)
  • Improved: Reduced size of the npm package.

Version 0.5.2 (2018-05-10)

  • Improved: Updated the version range of atob to disallow depending on 2.0.3 which as a security vulnerability.

Version 0.5.1 (2017-10-21)

  • Fixed: URLs are now decoded before being passed to read in Node.js. This allows reading files with spaces, for example.

  • Fixed: Missing or empty sources fields (such as sources: []) in source maps are now handled. Previously, such source maps would cause crashes or callbacks never bing called. Now, an empty result is produced:

    sourcesResolved: [],
    sourcesContent: []
    

Version 0.5.0 (2016-02-28)

  • Improved: Errors now have a sourceMapData property that contain as much as possible of the intended result of the function up until the error occurred.
  • Changed: resolveSources and resolve, as well as their *Sync alternatives, no longer fail when one single source fails to be fetched. Instead, the sourcesContent array in the result object will contain error objects for all failed sources, and strings otherwise. (Backwards-incompatible change.)

Version 0.4.0 (2015-08-29)

  • Removed: The ignoreSourceRoot option of resolveSources. It has been replaced with sourceRoot: false. (Backwards-incompatible change.)
  • Added: The sourceRoot option of resolveSources. It not only allows to ignore the source root, it also lets you replace it.
  • Added: The parseMapToJSON method.

... (truncated)

Commits

Dependabot compatibility score

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 commands and options

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)
Pull Request Statistics
Commits:
1
Files Changed:
1
Additions:
+1
Deletions:
-1
Package Dependencies
Ecosystem:
npm
Version Change:
0.3.1 → 0.6.0
Update Type:
Minor
Path:
/packages/core/css
Technical Details
ID: 7334549
UUID: 2813336765
Node ID: PR_kwDOAeCJis6nsBy9
Host: GitHub
Repository: NativeScript/NativeScript
Mergeable: Yes
Merge State: Unstable