Skip to content

Commit ce35d5e

Browse files
chore: update dependencies and configuration files (#83)
* chore: update dependencies and configuration files - Updated package versions in package.json files across multiple directories: - Updated @workleap/eslint-configs to 2.0.3 - Updated @workleap/typescript-configs to 4.0.2 - Updated @workleap/rsbuild-configs to 4.0.0 - Removed "types" option from compilerOptions in tsconfig.json files for consistency. - Added lastUpdated configuration in retype.yml to disable date and author display. * chore: add changeset for updated dependencies * style(retype.yml): adjust indentation for lastUpdated section
1 parent 08659d4 commit ce35d5e

9 files changed

Lines changed: 79 additions & 83 deletions

File tree

.changeset/honest-carpets-thank.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+
Updated dependencies.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
"@types/node": "25.7.0",
3939
"@typescript-eslint/parser": "8.59.3",
4040
"@typescript/native-preview": "7.0.0-dev.20260512.1",
41-
"@workleap/eslint-configs": "2.0.2",
42-
"@workleap/typescript-configs": "4.0.0",
41+
"@workleap/eslint-configs": "2.0.3",
42+
"@workleap/typescript-configs": "4.0.2",
4343
"agent-browser": "0.27.0",
4444
"eslint": "9.39.2",
4545
"jiti": "2.7.0",

packages/logging/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
"@rslib/core": "0.21.4",
4040
"@typescript-eslint/parser": "8.59.3",
4141
"@typescript/native-preview": "7.0.0-dev.20260512.1",
42-
"@workleap/eslint-configs": "2.0.2",
43-
"@workleap/rslib-configs": "1.1.12",
44-
"@workleap/typescript-configs": "4.0.0",
42+
"@workleap/eslint-configs": "2.0.3",
43+
"@workleap/rslib-configs": "1.2.0",
44+
"@workleap/typescript-configs": "4.0.2",
4545
"eslint": "9.39.2",
4646
"typescript-eslint": "8.59.3",
4747
"vitest": "4.1.6"

packages/logging/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "@workleap/typescript-configs/library.json",
33
"compilerOptions": {
4-
"types": ["node"],
54
"incremental": true,
65
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json"
76
},

pnpm-lock.yaml

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

retype.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ theme:
3131
start:
3232
pro: true
3333

34+
lastUpdated:
35+
date:
36+
enabled: false
37+
by:
38+
enabled: false
39+
3440
# -------------------
3541
# Retype
3642
# -------------------

samples/web/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
"@typescript-eslint/parser": "8.59.3",
2727
"@typescript/native-preview": "7.0.0-dev.20260512.1",
2828
"@workleap/browserslist-config": "2.1.8",
29-
"@workleap/eslint-configs": "2.0.2",
30-
"@workleap/rsbuild-configs": "3.2.7",
31-
"@workleap/typescript-configs": "4.0.0",
29+
"@workleap/eslint-configs": "2.0.3",
30+
"@workleap/rsbuild-configs": "4.0.0",
31+
"@workleap/typescript-configs": "4.0.2",
3232
"browserslist": "4.28.2",
3333
"eslint": "9.39.2",
3434
"typescript-eslint": "8.59.3"

samples/web/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "@workleap/typescript-configs/web-application.json",
33
"compilerOptions": {
4-
"types": ["node"],
54
"incremental": true,
65
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
76
},

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"extends": "@workleap/typescript-configs/monorepo-workspace.json",
33
"compilerOptions": {
4-
"types": ["node"],
54
"incremental": true,
65
"tsBuildInfoFile": "node_modules/.cache/tsbuildinfo.json",
76
},

0 commit comments

Comments
 (0)