Skip to content

Bump tar from 7.5.2 to 7.5.7#873

Open
dependabot[bot] wants to merge 8 commits intodevelopfrom
dependabot/npm_and_yarn/tar-7.5.7
Open

Bump tar from 7.5.2 to 7.5.7#873
dependabot[bot] wants to merge 8 commits intodevelopfrom
dependabot/npm_and_yarn/tar-7.5.7

Conversation

@dependabot
Copy link
Contributor

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

Bumps tar from 7.5.2 to 7.5.7.

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for tar since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jan 29, 2026
@dependabot dependabot bot requested a review from marklise as a code owner January 29, 2026 13:48
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 29, 2026
@dependabot dependabot bot added the javascript Pull requests that update javascript code label Jan 29, 2026
danieltruong and others added 8 commits January 29, 2026 21:59
- Replace *ngFor with @for loops
- Replace *ngIf with @if conditionals
- Fixes Angular ESLint template/prefer-control-flow errors
…mic-config

feat: dynamic penguin-analytics configuration via template substitution
- Copy default.conf as /tmp/default.conf.template in Dockerfile
- Process template at runtime to substitute analytics host/port
- Fix env.js permissions issue by using sed output redirect instead of -i
- Separate nginx.conf and default.conf template processing
…ime-processing

fix: process nginx default.conf and env.js as runtime templates
- Resolved merge conflict in run script
- Keep analytics configuration with template processing
- Process nginx default.conf and env.js at runtime
Container filesystem is read-only, so runtime template processing fails.
Solution: use literal values that work across all environments.

- default.conf: proxy to penguin-analytics-api:3000 (K8s DNS, same namespace)
- env.js: use /api/analytics (relative path via nginx reverse proxy)
- Dockerfile: copy default.conf directly to /etc/nginx/conf.d/
- run script: removed template processing code

This works because penguin-analytics is deployed to the same namespace
as eagle-admin (6cdc9e-dev, 6cdc9e-test, 6cdc9e-prod).
- Add analytics.service.ts wrapper around analytics.io library
- Add penguin-analytics-plugin.ts for backend communication
- Track page views, link clicks, button clicks, user activity
- Add getUserGuid() and getPreferredUsername() to KeycloakService
- Fix Keycloak reload loop (checkLoginIframe: false, URL hash cleanup)
- Add analytics npm package dependency
- Add proxy.conf.json for local dev (proxies to localhost:3000)
- Add proxyConfig to angular.json for local development
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.2 to 7.5.7.
- [Release notes](https://github.com/isaacs/node-tar/releases)
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v7.5.2...v7.5.7)

---
updated-dependencies:
- dependency-name: tar
  dependency-version: 7.5.7
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tar-7.5.7 branch from 5527b3c to 32a9758 Compare January 29, 2026 23:06
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.

2 participants