Title: Bump tar, angular-datatables, @angular-devkit/build-angular and @angular/cli in /heatmap-angular by dependabot[bot] · Pull Request #280 · iDataVisualizationLab/HPCC · GitHub
Open Graph Title: Bump tar, angular-datatables, @angular-devkit/build-angular and @angular/cli in /heatmap-angular by dependabot[bot] · Pull Request #280 · iDataVisualizationLab/HPCC
X Title: Bump tar, angular-datatables, @angular-devkit/build-angular and @angular/cli in /heatmap-angular by dependabot[bot] · Pull Request #280 · iDataVisualizationLab/HPCC
Description: Bumps tar to 7.5.3 and updates ancestor dependencies tar, angular-datatables, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together.
Updates tar from 4.4.13 to 7.5.3
Release notes
Sourced from tar's releases.
v6.1.13
6.1.13 (2022-12-07)
Dependencies
cc4e0dd #343 bump minipass from 3.3.6 to 4.0.0
v6.1.12
6.1.12 (2022-10-31)
Bug Fixes
57493ee #332 ensuring close event is emited after stream has ended (@webark)
b003c64 #314 replace deprecated String.prototype.substr() (#314) (@CommanderRoot, @lukekarrys)
Documentation
f129929 #313 remove dead link to benchmarks (#313) (@yetzt)
c1faa9f add examples/explanation of using tar.t (@isaacs)
Changelog
Sourced from tar's changelog.
Changelog
7.5
Added zstd compression support.
7.4
Deprecate onentry in favor of onReadEntry for clarity.
7.3
Add onWriteEntry option
7.2
DRY the command definitions into a single makeCommand method,
and update the type signatures to more appropriately infer the
return type from the options and arguments provided.
7.1
Update minipass to v7.1.0
Update the type definitions of write() and end() methods on
Unpack and Parser classes to be compatible with the
NodeJS.WritableStream type in the latest versions of
@types/node.
7.0
Drop support for node <18
Rewrite in TypeScript, provide ESM and CommonJS hybrid
interface
Add tree-shake friendly exports, like import('tar/create')
and import('tar/read-entry') to get individual functions or
classes.
Add chmod option that defaults to false, and deprecate
noChmod. That is, reverse the default option regarding
explicitly setting file system modes to match tar entry
settings.
Add processUmask option to avoid having to call
process.umask() when chmod: true (or noChmod: false) is
set.
6.2
Add support for brotli compression
Add maxDepth option to prevent extraction into excessively
deep folders.
... (truncated)
Commits
0313844 7.5.3
340eb28 fix: sanitize absolute linkpaths properly
8bb83f7 update deps
1c4aedd Fix typo in onWriteEntry documentation
d9ea73a 7.5.2
5e1a8e6 Fix sync tar.list when file size reduces while reading
0fbeaed formatting
2dbacfe add types for make-tar util
c5865d3 remove unused taprc file
bdb3809 header: only read from ustar block if not specified in Pax
Additional commits viewable in compare view
Updates angular-datatables from 9.0.2 to 19.0.0
Release notes
Sourced from angular-datatables's releases.
19.0.0
What's Changed
chore: upgrade to Angular 19 by @shanmukhateja in l-lin/angular-datatables#1814
Full Changelog: l-lin/angular-datatables@18.0.0...19.0.0
18.0.0
What's Changed
chore: upgrade to Angular v18 by @shanmukhateja in l-lin/angular-datatables#1799
Full Changelog: l-lin/angular-datatables@17.1.0...18.0.0
17.1.0
Breaking Change
This release is NOT compatible with v17.0.0 due to migration to DataTables v2.x
I am terribly sorry for the inconvenience this may have caused.
What's Changed
Fixed columns extension documentation added by @bikos in l-lin/angular-datatables#1761
build(deps): bump axios and @angular-devkit/build-angular in /demo by @dependabot in l-lin/angular-datatables#1766
build(deps-dev): bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in l-lin/angular-datatables#1765
build(deps-dev): bump follow-redirects from 1.15.2 to 1.15.6 in /demo by @dependabot in l-lin/angular-datatables#1774
build(deps-dev): bump ip from 2.0.0 to 2.0.1 by @dependabot in l-lin/angular-datatables#1770
build(deps-dev): bump ip from 2.0.0 to 2.0.1 in /demo by @dependabot in l-lin/angular-datatables#1769
build(deps-dev): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in l-lin/angular-datatables#1775
build(deps): bump undici and @angular-devkit/build-angular in /demo by @dependabot in l-lin/angular-datatables#1776
build(deps-dev): bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /demo by @dependabot in l-lin/angular-datatables#1779
DT v2 + Project structure upgrades by @shanmukhateja in l-lin/angular-datatables#1783
New Contributors
@bikos made their first contribution in l-lin/angular-datatables#1761
Full Changelog: l-lin/angular-datatables@17.0.0...17.1.0
17.0.0
What's Changed
chore: upgrade to v17 by @shanmukhateja in l-lin/angular-datatables#1757
chore: remove server side previews by @l-lin in l-lin/angular-datatables#1759
chore(demo): show static text on preview for ajax callback by @shanmukhateja in l-lin/angular-datatables#1760
Full Changelog: l-lin/angular-datatables@v16.0.1...17.0.0
16.0.1
What's Changed
Create an id property, this new property will be used as unique to in… by @dlascarez in l-lin/angular-datatables#1750
build(deps): bump postcss and @angular-devkit/build-angular in /demo by @dependabot in l-lin/angular-datatables#1753
build(deps-dev): bump @babel/traverse from 7.22.5 to 7.23.2 by @dependabot in l-lin/angular-datatables#1755
... (truncated)
Commits
3c5eec3 chore: v19 support
fe8582b Merge pull request #1814 from l-lin/feat-ng19
e431f24 chore: upgrade to Angular 19
89e14f9 docs: fix typo in TemplateRef HTML code
983afe0 Merge pull request #1799 from l-lin/feat-ng18
a026651 chore: upgrade to Angular v18
a88e47d fix(ci): fix deploy-doc.sh bugs
84fc489 chore: release v17.1.0
2a3307a fix(docs): publish bug fixes
448bc82 chore: update CODE_OF_CONDUCT.md
Additional commits viewable in compare view
Updates @angular-devkit/build-angular from 0.901.7 to 21.1.0
Release notes
Sourced from @angular-devkit/build-angular's releases.
21.1.0
@schematics/angular
Commit
Description
add browserMode option to jasmine-vitest schematic
generate detailed migration report for refactor-jasmine-vitest
add MCP configuration file to new workspaces
@angular/cli
Commit
Description
add 'test' and 'e2e' MCP tools
Add "all" as an experimental tool group
Add MCP tools for building and running devservers
add signal forms lessons
correctly handle yarn classic tag manifest fetching
correctly spawn package managers on Windows in new abstraction
enhance list_projects MCP tool file system traversal and symlink handling
handle array output from npm view in manifest parser
improve signal forms lesson examples in AI tutor
rename mcp devserver tools to comply with naming spec
update dependency @modelcontextprotocol/sdk to v1.25.2
update yarn berry package manager configuration
use project-local temporary directory in ng add
cache resolved specific version in package manager abstraction
optimize ng add version discovery
@angular/build
Commit
Description
directly support ng-packagr in unit-test builder
disable TestBed teardown during debugging in Vitest
inject source-map-support for Vitest browser tests
normalize roots to POSIX in test discovery for Windows compatibility
resolve test files correctly on Windows when using non-C drives
simplify SSL handling for ng serve with SSR (#31722)
21.1.0-rc.0
@schematics/angular
Commit
Description
move 'provideZoneChangeDetection' to the root module
update application schematics for module-based apps to use 'provideZoneChangeDetection'
update default app component message
update default app component welcome message
@angular/cli
Commit
Description
add 'test' and 'e2e' MCP tools
Add "all" as an experimental tool group
handle array output from npm view in manifest parser
update dependency @modelcontextprotocol/sdk to v1.25.2
... (truncated)
Changelog
Sourced from @angular-devkit/build-angular's changelog.
21.1.0 (2026-01-14)
@angular/cli
Commit
Type
Description
772e6efe7
feat
add 'test' and 'e2e' MCP tools
8efb86318
feat
Add "all" as an experimental tool group
c3c9ac506
feat
Add MCP tools for building and running devservers
d635a6c63
feat
add signal forms lessons
d8b76e93d
fix
correctly handle yarn classic tag manifest fetching
7ab5c0b0a
fix
correctly spawn package managers on Windows in new abstraction
348096623
fix
enhance list_projects MCP tool file system traversal and symlink handling
316fca862
fix
handle array output from npm view in manifest parser
032257a6d
fix
improve signal forms lesson examples in AI tutor
18d74dde8
fix
rename mcp devserver tools to comply with naming spec
1ad773671
fix
update dependency @modelcontextprotocol/sdk to v1.25.2
45d4f5668
fix
update yarn berry package manager configuration
122ed27c9
fix
use project-local temporary directory in ng add
a15db28b2
perf
cache resolved specific version in package manager abstraction
240588b7e
perf
optimize ng add version discovery
@schematics/angular
Commit
Type
Description
36cf3afb4
feat
add browserMode option to jasmine-vitest schematic
e71a72ffd
feat
generate detailed migration report for refactor-jasmine-vitest
18cf6c51b
fix
add MCP configuration file to new workspaces
@angular/build
Commit
Type
Description
1eda0a99f
feat
directly support ng-packagr in unit-test builder
87175f9dc
feat
disable TestBed teardown during debugging in Vitest
1e39c77a4
fix
inject source-map-support for Vitest browser tests
3fd7dcd76
fix
normalize roots to POSIX in test discovery for Windows compatibility
164e7dbbc
fix
resolve test files correctly on Windows when using non-C drives
ad99e00ad
fix
simplify SSL handling for ng serve with SSR (#31722)
21.0.6 (2026-01-14)
@angular/ssr
| Commit | Type | Description |
... (truncated)
Commits
See full diff in compare view
Updates @angular/cli from 9.1.7 to 21.1.0
Release notes
Sourced from @angular/cli's releases.
21.1.0
@schematics/angular
Commit
Description
add browserMode option to jasmine-vitest schematic
generate detailed migration report for refactor-jasmine-vitest
add MCP configuration file to new workspaces
@angular/cli
Commit
Description
add 'test' and 'e2e' MCP tools
Add "all" as an experimental tool group
Add MCP tools for building and running devservers
add signal forms lessons
correctly handle yarn classic tag manifest fetching
correctly spawn package managers on Windows in new abstraction
enhance list_projects MCP tool file system traversal and symlink handling
handle array output from npm view in manifest parser
improve signal forms lesson examples in AI tutor
rename mcp devserver tools to comply with naming spec
update dependency @modelcontextprotocol/sdk to v1.25.2
update yarn berry package manager configuration
use project-local temporary directory in ng add
cache resolved specific version in package manager abstraction
optimize ng add version discovery
@angular/build
Commit
Description
directly support ng-packagr in unit-test builder
disable TestBed teardown during debugging in Vitest
inject source-map-support for Vitest browser tests
normalize roots to POSIX in test discovery for Windows compatibility
resolve test files correctly on Windows when using non-C drives
simplify SSL handling for ng serve with SSR (#31722)
21.1.0-rc.0
@schematics/angular
Commit
Description
move 'provideZoneChangeDetection' to the root module
update application schematics for module-based apps to use 'provideZoneChangeDetection'
update default app component message
update default app component welcome message
@angular/cli
Commit
Description
add 'test' and 'e2e' MCP tools
Add "all" as an experimental tool group
handle array output from npm view in manifest parser
update dependency @modelcontextprotocol/sdk to v1.25.2
... (truncated)
Changelog
Sourced from @angular/cli's changelog.
21.1.0 (2026-01-14)
@angular/cli
Commit
Type
Description
772e6efe7
feat
add 'test' and 'e2e' MCP tools
8efb86318
feat
Add "all" as an experimental tool group
c3c9ac506
feat
Add MCP tools for building and running devservers
d635a6c63
feat
add signal forms lessons
d8b76e93d
fix
correctly handle yarn classic tag manifest fetching
7ab5c0b0a
fix
correctly spawn package managers on Windows in new abstraction
348096623
fix
enhance list_projects MCP tool file system traversal and symlink handling
316fca862
fix
handle array output from npm view in manifest parser
032257a6d
fix
improve signal forms lesson examples in AI tutor
18d74dde8
fix
rename mcp devserver tools to comply with naming spec
1ad773671
fix
update dependency @modelcontextprotocol/sdk to v1.25.2
45d4f5668
fix
update yarn berry package manager configuration
122ed27c9
fix
use project-local temporary directory in ng add
a15db28b2
perf
cache resolved specific version in package manager abstraction
240588b7e
perf
optimize ng add version discovery
@schematics/angular
Commit
Type
Description
36cf3afb4
feat
add browserMode option to jasmine-vitest schematic
e71a72ffd
feat
generate detailed migration report for refactor-jasmine-vitest
18cf6c51b
fix
add MCP configuration file to new workspaces
@angular/build
Commit
Type
Description
1eda0a99f
feat
directly support ng-packagr in unit-test builder
87175f9dc
feat
disable TestBed teardown during debugging in Vitest
1e39c77a4
fix
inject source-map-support for Vitest browser tests
3fd7dcd76
fix
normalize roots to POSIX in test discovery for Windows compatibility
164e7dbbc
fix
resolve test files correctly on Windows when using non-C drives
ad99e00ad
fix
simplify SSL handling for ng serve with SSR (#31722)
21.0.6 (2026-01-14)
@angular/ssr
| Commit | Type | Description |
... (truncated)
Commits
9c5a2e3 release: cut the v21.1.0 release
94e7f49 build: update Angular versions to 21.1.0 stable versions
84a228c build: update dependency bazel to v8.5.1
9ae6844 build: update dependency node to v22.22.0
09c5c9f build: lock file maintenance
977d461 refactor: update license URL from angular.io to angular.dev and angular mater...
f13c845 refactor: update copyright from Google Inc to Google LLC
8d99cfe fix(@angular/ssr): handle platform destruction during rendering
8195bf8 build: update cross-repo angular dependencies
d45693a refactor(@angular/cli): support copying config files to temp package directory
Additional commits viewable in compare view
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
Open Graph Description: Bumps tar to 7.5.3 and updates ancestor dependencies tar, angular-datatables, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together. Updates tar from 4.4.13...
X Description: Bumps tar to 7.5.3 and updates ancestor dependencies tar, angular-datatables, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together. Updates tar from 4.4.13...
Opengraph URL: https://github.com/iDataVisualizationLab/HPCC/pull/280
X: @github
Domain: patch-diff.githubusercontent.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:493fbd98-c940-f976-5b13-f19909df3146 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | CD1C:405B5:175644:1EF920:698E5AD9 |
| html-safe-nonce | 5a032ee22ff1825873c3e4c61193db852f8cd27200556c621d2ae4de6ea9b85b |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDRDFDOjQwNUI1OjE3NTY0NDoxRUY5MjA6Njk4RTVBRDkiLCJ2aXNpdG9yX2lkIjoiMjA0OTYwNjQ4NjE3MDk1MDM2MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 91450924b31c6ba8f65e510b3b6475a191bf5c900300be20f82a0b4fb4ddbd55 |
| hovercard-subject-tag | pull_request:3183377271 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/iDataVisualizationLab/HPCC/pull/280/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps tar to 7.5.3 and updates ancestor dependencies tar, angular-datatables, @angular-devkit/build-angular and @angular/cli. These dependencies need to be updated together. Updates tar from 4.4.13... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 0e08b85f0035d49bc4c22868f70a4d30fb8c2a777936895c37e78df095242ddc |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/iDataVisualizationLab/HPCC git https://github.com/iDataVisualizationLab/HPCC.git |
| octolytics-dimension-user_id | 20982983 |
| octolytics-dimension-user_login | iDataVisualizationLab |
| octolytics-dimension-repository_id | 132034110 |
| octolytics-dimension-repository_nwo | iDataVisualizationLab/HPCC |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 132034110 |
| octolytics-dimension-repository_network_root_nwo | iDataVisualizationLab/HPCC |
| turbo-body-classes | logged-out env-production page-responsive full-width |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 9416d07f3607b074b276ccc81546278f89608a08 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width