Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/dull-results-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-ads-appear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/forty-vans-live.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/frank-pumas-fail.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fruity-cycles-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-cities-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-impalas-heal.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slick-beds-share.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-radios-cross.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-moons-begin.md

This file was deleted.

7 changes: 7 additions & 0 deletions workspaces/cache/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/cache

## 2.0.0

### Major Changes

- [#690](https://github.com/NodeSecure/cli/pull/690) [`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40) Thanks [@fraxken](https://github.com/fraxken)! - Major refactor to enhance cache integration
2 changes: 1 addition & 1 deletion workspaces/cache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/cache",
"version": "1.0.0",
"version": "2.0.0",
"description": "NodeSecure cache module",
"type": "module",
"main": "./dist/index.js",
Expand Down
11 changes: 11 additions & 0 deletions workspaces/documentation-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @nodesecure/documentation-ui

## 2.0.0

### Major Changes

- [#693](https://github.com/NodeSecure/cli/pull/693) [`4c9f544`](https://github.com/NodeSecure/cli/commit/4c9f544ef069da660300dfd0bd0aef6f4d43327e) Thanks [@fraxken](https://github.com/fraxken)! - Migrate to TypeScript

### Patch Changes

- [#698](https://github.com/NodeSecure/cli/pull/698) [`730ec4a`](https://github.com/NodeSecure/cli/commit/730ec4afa0e3469e20f8cc46425e3e8a86d4aa43) Thanks [@fraxken](https://github.com/fraxken)! - Add missing setTimeout to header.ts component
2 changes: 1 addition & 1 deletion workspaces/documentation-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/documentation-ui",
"version": "1.3.0",
"version": "2.0.0",
"description": "Portable UI for NodeSecure tools (guides on flags, security docs etc..)",
"type": "module",
"scripts": {
Expand Down
20 changes: 20 additions & 0 deletions workspaces/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# @nodesecure/server

## 2.0.0

### Major Changes

- [#690](https://github.com/NodeSecure/cli/pull/690) [`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40) Thanks [@fraxken](https://github.com/fraxken)! - Major refactor to enhance cache integration

### Minor Changes

- [#691](https://github.com/NodeSecure/cli/pull/691) [`9443133`](https://github.com/NodeSecure/cli/commit/9443133f292954e98629869e442f6708556e5739) Thanks [@fraxken](https://github.com/fraxken)! - Implement custom middleware and optional dataFilePath

- [#705](https://github.com/NodeSecure/cli/pull/705) [`5d4fd0c`](https://github.com/NodeSecure/cli/commit/5d4fd0cfa658302dda0dabe0ec41161db722bc84) Thanks [@fraxken](https://github.com/fraxken)! - Improve report test and implementation

### Patch Changes

- [#700](https://github.com/NodeSecure/cli/pull/700) [`166244b`](https://github.com/NodeSecure/cli/commit/166244b36363c7629ff521e0788ec637084ace00) Thanks [@fraxken](https://github.com/fraxken)! - Add missing dependencies in server workspace

- Updated dependencies [[`027af46`](https://github.com/NodeSecure/cli/commit/027af462095bd0340fd9bdab397271bef078ad40)]:
- @nodesecure/cache@2.0.0
4 changes: 2 additions & 2 deletions workspaces/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/server",
"version": "1.0.0",
"version": "2.0.0",
"description": "NodeSecure server module",
"type": "module",
"main": "./dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"server-destroy": "1.0.1"
},
"dependencies": {
"@nodesecure/cache": "1.0.0",
"@nodesecure/cache": "2.0.0",
"@nodesecure/i18n": "4.1.0",
"@nodesecure/npm-registry-sdk": "4.5.2",
"@nodesecure/ossf-scorecard-sdk": "4.0.1",
Expand Down
7 changes: 7 additions & 0 deletions workspaces/size-satisfies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @nodesecure/size-satisfies

## 2.0.0

### Major Changes

- [#692](https://github.com/NodeSecure/cli/pull/692) [`fe6d808`](https://github.com/NodeSecure/cli/commit/fe6d808dd5e94ecab2fb514e09cb23ec423f52ab) Thanks [@fraxken](https://github.com/fraxken)! - Migrate codebase to TypeScript
2 changes: 1 addition & 1 deletion workspaces/size-satisfies/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/size-satisfies",
"version": "1.1.0",
"version": "2.0.0",
"description": "Same as SemVer.satisfies but for file size!",
"type": "module",
"main": "./dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions workspaces/vis-network/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @nodesecure/vis-network

## 2.0.0

### Major Changes

- [#694](https://github.com/NodeSecure/cli/pull/694) [`672b415`](https://github.com/NodeSecure/cli/commit/672b41512620e4309e4eecde06cb7380bbe162f1) Thanks [@fraxken](https://github.com/fraxken)! - Migrate to TypeScript

### Patch Changes

- [#688](https://github.com/NodeSecure/cli/pull/688) [`a290904`](https://github.com/NodeSecure/cli/commit/a290904e3bba09423def4d588f99c0e1947bd8e1) Thanks [@fraxken](https://github.com/fraxken)! - Return (stop) processing if data is either null or undefined

- [#702](https://github.com/NodeSecure/cli/pull/702) [`22d368a`](https://github.com/NodeSecure/cli/commit/22d368a3d39ab9bb05483386934fffcbb5d14f36) Thanks [@PierreDemailly](https://github.com/PierreDemailly)! - Skip `neighbourHighlight` on Ctrl+Click and Cmd+Click to allow drill-down interactions without conflicting focus animations
2 changes: 1 addition & 1 deletion workspaces/vis-network/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodesecure/vis-network",
"version": "1.4.0",
"version": "2.0.0",
"description": "NodeSecure vis.js network front module",
"type": "module",
"exports": {
Expand Down