Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9a2b548

Browse files
committed
Pin @angular-eslint/eslint-plugin instead of using "latest"
1 parent 63f6a18 commit 9a2b548

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/eslint-angular-pin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"ultracite": patch
3+
---
4+
5+
Pin `@angular-eslint/eslint-plugin` to `^21.3.1` in `packages/cli/package.json`. Previously declared as `"latest"`, which defeats lockfile reproducibility and means each `bun install` could pull a newer version than what was tested at publish time. The current resolved version (21.3.1) is unchanged.

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"zod": "^4.4.3"
6767
},
6868
"devDependencies": {
69-
"@angular-eslint/eslint-plugin": "latest",
69+
"@angular-eslint/eslint-plugin": "^21.3.1",
7070
"@biomejs/biome": "2.4.15",
7171
"@eslint/js": "^10.0.1",
7272
"@next/eslint-plugin-next": "^16.2.6",

0 commit comments

Comments
 (0)