Skip to content

Commit bcd87b7

Browse files
chore(pnpm-workspace): comment out minimumReleaseAge settings (#56)
1 parent 68ee944 commit bcd87b7

6 files changed

Lines changed: 167 additions & 188 deletions

File tree

.changeset/eighty-rats-juggle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@workleap/logging": patch
3+
---
4+
5+
Bumped dependencies.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"@changesets/cli": "2.29.8",
3636
"@eslint/js": "9.39.2",
3737
"@types/node": "25.2.2",
38-
"@typescript-eslint/parser": "8.54.0",
39-
"@workleap/eslint-configs": "1.1.11",
38+
"@typescript-eslint/parser": "8.55.0",
39+
"@workleap/eslint-configs": "1.1.12",
4040
"@workleap/typescript-configs": "3.0.7",
4141
"eslint": "9.39.2",
4242
"pkg-pr-new": "0.0.63",
@@ -45,7 +45,7 @@
4545
"syncpack": "13.0.4",
4646
"turbo": "2.8.3",
4747
"typescript": "5.9.3",
48-
"typescript-eslint": "8.54.0"
48+
"typescript-eslint": "8.55.0"
4949
},
5050
"engines": {
5151
"node": ">=24.0.0"

packages/logging/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"@eslint/js": "9.39.2",
3838
"@rsbuild/core": "1.7.3",
3939
"@rslib/core": "0.19.5",
40-
"@typescript-eslint/parser": "8.54.0",
41-
"@workleap/eslint-configs": "1.1.11",
42-
"@workleap/rslib-configs": "1.1.6",
40+
"@typescript-eslint/parser": "8.55.0",
41+
"@workleap/eslint-configs": "1.1.12",
42+
"@workleap/rslib-configs": "1.1.7",
4343
"@workleap/typescript-configs": "3.0.7",
4444
"eslint": "9.39.2",
4545
"typescript": "5.9.3",
46-
"typescript-eslint": "8.54.0",
46+
"typescript-eslint": "8.55.0",
4747
"vitest": "4.0.18"
4848
},
4949
"sideEffects": false

0 commit comments

Comments
 (0)