Skip to content

Bump tar from 6.1.13 to removed in /browser_library_test in the npm_and_yarn group across 1 directory#193

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/npm_and_yarn/browser_library_test/npm_and_yarn-eff1590ef8
Open

Bump tar from 6.1.13 to removed in /browser_library_test in the npm_and_yarn group across 1 directory#193
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/npm_and_yarn/browser_library_test/npm_and_yarn-eff1590ef8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2026

Bumps the npm_and_yarn group with 1 update in the /browser_library_test directory: tar.

Removes tar

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 17, 2026
@Goodwine
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/browser_library_test/npm_and_yarn-eff1590ef8 branch from b24c7df to f258698 Compare March 16, 2026 16:32
@Goodwine
Copy link
Copy Markdown
Contributor

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/browser_library_test/npm_and_yarn-eff1590ef8 branch from f258698 to 10f3276 Compare March 23, 2026 20:50
@Goodwine
Copy link
Copy Markdown
Contributor

I was so confused why this was causing an error. It turns out that the repo is already failing at HEAD !

@Goodwine
Copy link
Copy Markdown
Contributor

@dependabot recreate

the underlying bug has been fixed on main, so this should now pass.. or at the very least fail in a more obvious way

Bumps the npm_and_yarn group with 1 update in the /browser_library_test directory: [tar](https://github.com/isaacs/node-tar).


Removes `tar`

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/browser_library_test/npm_and_yarn-eff1590ef8 branch from 10f3276 to 71740ff Compare March 26, 2026 20:10
@Goodwine
Copy link
Copy Markdown
Contributor

great, now the error makes sense. I still don't know what it is 😅, but now I won't be chasing something unexpected

@Goodwine
Copy link
Copy Markdown
Contributor

okay, the generated HTML file for jspm changed the paths like this:

- "cli-pkg-test":"./packages/cli_pkg_test/build/./cli-pkg-test/cli-pkg-test.browser.js"
+ "cli-pkg-test":"./packages/cli_pkg_test/build/../../build/npm/cli-pkg-test.browser.js"

@Goodwine
Copy link
Copy Markdown
Contributor

Goodwine commented Mar 27, 2026

meh, I had hoped github would show a better diff

basically it went from /build/./cli-pkg-test to /build/../../build/npm/cli-pkg-test

this is generated with dart run grinder before-test, so I guess maybe the script just works differently and generates a different path and we just need to account for that :)

@Goodwine
Copy link
Copy Markdown
Contributor

if my understanding is correct, it seems like now the generated path uses the "real path" rather than the provided path. i.e. it replaces the symlink with the real path..

@Goodwine
Copy link
Copy Markdown
Contributor

Hm, I don't see a way to make it "preserveSymlinks"... but I suppose that we can simply .replace(concretepath, symlinkedpath)?

The `@jspm/generator` package seems like it now resolves symlinks by default and there is no way to turn it off unless we use file URLs (which I couldn't get to work with `file:./lib/build`). However, manually replacing the generated concrete path back to the symlinked path seems to do the trick.
@Goodwine Goodwine requested a review from nex3 March 27, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant