Skip to content
Merged
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
10 changes: 10 additions & 0 deletions .changeset/update-deps-20260303-143805.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@workleap/eslint-configs": patch
"@workleap/postcss-configs": patch
"@workleap/rsbuild-configs": patch
"@workleap/rslib-configs": patch
"@workleap/swc-configs": patch
"@workleap/webpack-configs": patch
---

Updated dependencies to their latest versions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,24 @@
"update-outdated-deps:fix-pkg-json": "eslint --fix --no-cache --no-ignore package.json **/package.json"
},
"devDependencies": {
"@changesets/changelog-github": "0.5.2",
"@changesets/cli": "2.29.8",
"@changesets/changelog-github": "0.6.0",
"@changesets/cli": "2.30.0",
"@eslint/js": "9.39.2",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@types/node": "25.3.3",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"agent-browser": "0.15.1",
"agent-browser": "0.15.2",
"cross-env": "10.1.0",
"eslint": "9.39.2",
"pkg-pr-new": "0.0.63",
"pkg-pr-new": "0.0.65",
"prettier": "3.8.1",
"retypeapp": "3.11.0",
"retypeapp": "4.1.0",
"syncpack": "14.0.0",
"turbo": "2.8.3",
"turbo": "2.8.12",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0"
"typescript-eslint": "8.56.1"
},
"engines": {
"node": ">=24.0.0",
Expand Down
8 changes: 5 additions & 3 deletions packages/browserslist-config/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "commonjs",
"name": "@workleap/browserslist-config",
"author": "Workleap",
"description": "Workleap recommended Browserslist configuration.",
Expand All @@ -19,6 +20,7 @@
"import": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -32,12 +34,12 @@
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@typescript-eslint/parser": "8.55.0",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"eslint": "9.39.2",
"rimraf": "6.1.2",
"rimraf": "6.1.3",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0"
"typescript-eslint": "8.56.1"
}
}
29 changes: 15 additions & 14 deletions packages/eslint-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
}
},
"exports": "./src/index.ts",
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -34,11 +35,11 @@
},
"peerDependencies": {
"@eslint/js": "^9.39.2",
"@typescript-eslint/parser": "^8.55.0",
"@typescript-eslint/parser": "^8.56.1",
"eslint": "^9.39.2",
"storybook": "^10.2.8",
"storybook": "^10.2.14",
"typescript": "^5.9.3",
"typescript-eslint": "^8.55.0"
"typescript-eslint": "^8.56.1"
},
"peerDependenciesMeta": {
"@typescript-eslint/parser": {
Expand All @@ -55,31 +56,31 @@
}
},
"dependencies": {
"@stylistic/eslint-plugin": "^5.8.0",
"@vitest/eslint-plugin": "^1.6.7",
"@stylistic/eslint-plugin": "^5.9.0",
"@vitest/eslint-plugin": "^1.6.9",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^29.13.0",
"eslint-plugin-jsonc": "^2.21.1",
"eslint-plugin-jest": "^29.15.0",
"eslint-plugin-jsonc": "^3.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-package-json": "^0.88.2",
"eslint-plugin-package-json": "^0.89.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.2.8",
"eslint-plugin-testing-library": "^7.15.4",
"eslint-plugin-storybook": "^10.2.14",
"eslint-plugin-testing-library": "^7.16.0",
"eslint-plugin-yaml": "^1.1.3",
"globals": "^17.3.0"
"globals": "^17.4.0"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@rsbuild/core": "1.7.3",
"@rslib/core": "0.19.5",
"@rslib/core": "0.19.6",
"@types/eslint-plugin-jsx-a11y": "6.10.1",
"@types/estree": "1.0.8",
"@types/node": "25.2.2",
"@types/node": "25.3.3",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0"
"typescript-eslint": "8.56.1"
}
}
13 changes: 7 additions & 6 deletions packages/postcss-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"default": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -33,24 +34,24 @@
"test": "vitest --config vitest.config.ts --no-watch"
},
"peerDependencies": {
"postcss": "^8.5.6"
"postcss": "^8.5.8"
},
"dependencies": {
"postcss-load-config": "^6.0.1",
"postcss-preset-env": "^11.1.3"
"postcss-preset-env": "^11.2.0"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@rslib/core": "0.19.5",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@rslib/core": "0.19.6",
"@types/node": "25.3.3",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/rslib-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.1",
"vitest": "4.0.18"
}
}
13 changes: 7 additions & 6 deletions packages/rsbuild-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"default": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -34,7 +35,7 @@
},
"peerDependencies": {
"@rsbuild/core": "^1.7.3",
"@rspack/core": "^1.7.5"
"@rspack/core": "^1.7.7"
},
"dependencies": {
"@rsbuild/plugin-basic-ssl": "^1.2.2",
Expand All @@ -45,17 +46,17 @@
"devDependencies": {
"@eslint/js": "9.39.2",
"@rsbuild/core": "1.7.3",
"@rslib/core": "0.19.5",
"@rspack/core": "1.7.5",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@rslib/core": "0.19.6",
"@rspack/core": "1.7.7",
"@types/node": "25.3.3",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/rslib-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.1",
"vitest": "4.0.18"
}
}
11 changes: 6 additions & 5 deletions packages/rslib-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"default": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -33,23 +34,23 @@
"test": "vitest --config vitest.config.ts --no-watch"
},
"peerDependencies": {
"@rslib/core": "^0.19.5"
"@rslib/core": "^0.19.6"
},
"dependencies": {
"@rsbuild/plugin-react": "^1.4.5",
"@rsbuild/plugin-svgr": "^1.3.0"
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@rslib/core": "0.19.5",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@rslib/core": "0.19.6",
"@types/node": "25.3.3",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.1",
"vitest": "4.0.18"
}
}
10 changes: 6 additions & 4 deletions packages/stylelint-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "commonjs",
"name": "@workleap/stylelint-configs",
"author": "Workleap",
"description": "Workleap recommended Stylelint configurations.",
Expand All @@ -14,6 +15,7 @@
"import": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
Expand Down Expand Up @@ -48,16 +50,16 @@
},
"devDependencies": {
"@eslint/js": "9.39.2",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@types/node": "25.3.3",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"prettier": "3.8.1",
"rimraf": "6.1.2",
"rimraf": "6.1.3",
"stylelint": "16.26.1",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0"
"typescript-eslint": "8.56.1"
}
}
15 changes: 9 additions & 6 deletions packages/swc-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"type": "commonjs",
"name": "@workleap/swc-configs",
"author": "Workleap",
"description": "Workleap recommended SWC configurations.",
"version": "2.3.7",
"license": "Apache-2.0",
Expand All @@ -20,6 +22,7 @@
}
},
"types": "./dist/index.d.ts",
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -37,8 +40,8 @@
"test": "vitest --config vitest.config.ts --no-watch"
},
"peerDependencies": {
"@swc/core": "^1.15.11",
"@swc/helpers": "^0.5.18",
"@swc/core": "^1.15.18",
"@swc/helpers": "^0.5.19",
"@swc/jest": "^0.2.39",
"browserslist": "^4.28.1"
},
Expand All @@ -53,16 +56,16 @@
"devDependencies": {
"@eslint/js": "9.39.2",
"@rsbuild/core": "1.7.3",
"@rslib/core": "0.19.5",
"@types/node": "25.2.2",
"@typescript-eslint/parser": "8.55.0",
"@rslib/core": "0.19.6",
"@types/node": "25.3.3",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/rslib-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.1",
"vitest": "4.0.18"
}
}
7 changes: 4 additions & 3 deletions packages/tsup-configs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"default": "./dist/index.js"
}
},
"sideEffects": false,
"files": [
"src",
"dist",
Expand All @@ -39,15 +40,15 @@
"devDependencies": {
"@eslint/js": "9.39.2",
"@rsbuild/core": "1.7.3",
"@rslib/core": "0.19.5",
"@typescript-eslint/parser": "8.55.0",
"@rslib/core": "0.19.6",
"@typescript-eslint/parser": "8.56.1",
"@typescript/native-preview": "7.0.0-dev.20260209.1",
"@workleap/eslint-configs": "workspace:*",
"@workleap/rslib-configs": "workspace:*",
"@workleap/typescript-configs": "workspace:*",
"eslint": "9.39.2",
"typescript": "5.9.3",
"typescript-eslint": "8.55.0",
"typescript-eslint": "8.56.1",
"vitest": "4.0.18"
}
}
17 changes: 17 additions & 0 deletions packages/typescript-configs/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"type": "commonjs",
"name": "@workleap/typescript-configs",
"author": "Workleap",
"description": "Workleap recommended typescript configurations.",
Expand All @@ -13,6 +14,22 @@
"access": "public",
"provenance": true
},
"exports": {
"./core.json": "./core.json",
"./library.json": "./library.json",
"./monorepo-workspace.json": "./monorepo-workspace.json",
"./react.json": "./react.json",
"./web-application.json": "./web-application.json"
},
"files": [
"core.json",
"library.json",
"monorepo-workspace.json",
"react.json",
"web-application.json",
"CHANGELOG.md"
],
"sideEffects": false,
"peerDependencies": {
"typescript": "^5.9.3"
}
Expand Down
Loading
Loading