Skip to content

Commit 0820fce

Browse files
committed
Merge branch 'v1.x' of github.com:SocketDev/socket-cli into socket-target-fixes
2 parents fd5d126 + 898694a commit 0820fce

13 files changed

+1231
-162
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [1.1.33](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.33) - 2025-11-20
8+
9+
### Changed
10+
- Updated @coana-tech/cli to 14.12.94
11+
12+
### Fixed
13+
- Enhanced error badge visibility with improved text color contrast
14+
15+
## [1.1.32](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.32) - 2025-11-20
16+
17+
### Changed
18+
- Updated @coana-tech/cli to 14.12.90
19+
- Updated @cyclonedx/cdxgen to 11.11.0
20+
21+
### Fixed
22+
- Resolved `--limit` flag behavior to correctly restrict vulnerability processing in `socket fix` local mode
23+
- Exclude `.socket.facts.json` files from `socket fix` manifest uploads
24+
25+
## [1.1.31](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.31) - 2025-11-19
26+
27+
### Fixed
28+
- Enhanced pull request descriptions to remove duplicate package listings for cleaner, more readable output
29+
730
## [1.1.30](https://github.com/SocketDev/socket-cli/releases/tag/v1.1.30) - 2025-11-18
831

932
### Changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "socket",
3-
"version": "1.1.30",
3+
"version": "1.1.33",
44
"description": "CLI for Socket.dev",
55
"homepage": "https://github.com/SocketDev/socket-cli",
66
"license": "MIT AND OFL-1.1",
@@ -94,8 +94,8 @@
9494
"@babel/preset-typescript": "7.27.1",
9595
"@babel/runtime": "7.28.4",
9696
"@biomejs/biome": "2.2.4",
97-
"@coana-tech/cli": "14.12.88",
98-
"@cyclonedx/cdxgen": "11.7.0",
97+
"@coana-tech/cli": "14.12.94",
98+
"@cyclonedx/cdxgen": "11.11.0",
9999
"@dotenvx/dotenvx": "1.49.0",
100100
"@eslint/compat": "1.3.2",
101101
"@eslint/js": "9.35.0",

pnpm-lock.yaml

Lines changed: 325 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)