Skip to content

Commit

Permalink
fix(deps): update patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent c1ec624 commit 0c688de
Show file tree
Hide file tree
Showing 8 changed files with 1,388 additions and 1,410 deletions.
4 changes: 2 additions & 2 deletions packages/browserslist-config-anolilab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "1.10.0",
"browserslist": "4.24.2",
"browserslist": "4.24.3",
"caniuse-lite": "^1.0.30001689",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"cz-conventional-changelog": "^3.3.0"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@anolilab/semantic-release-preset": "9.0.3",
"@commitlint/cli": "^19.6.1",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
Expand Down
36 changes: 18 additions & 18 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,11 @@
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-syntax-import-assertions": "^7.22.5",
"@eslint/js": "^8.52.0",
"@html-eslint/eslint-plugin": "^0.20.0",
"@html-eslint/parser": "^0.20.0",
"@jsenv/eslint-import-resolver": ">=8.0.4",
"@rushstack/eslint-patch": "^1.5.1",
"@rushstack/eslint-plugin-security": "^0.7.1",
"@html-eslint/eslint-plugin": "^0.31.1",
"@html-eslint/parser": "^0.31.0",
"@jsenv/eslint-import-resolver": ">=8.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@rushstack/eslint-plugin-security": "^0.8.3",
"@typescript-eslint/eslint-plugin": ">=6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"confusing-browser-globals": "^1.0.11",
Expand Down Expand Up @@ -167,21 +167,21 @@
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-yml": "^1.10.0",
"find-up": "5.0.0",
"globals": "^13.23.0",
"globals": "^14.0.0",
"jsonc-eslint-parser": "^2.4.0",
"read-pkg-up": "^7.0.1",
"semver": "^7.5.4",
"toml-eslint-parser": "^0.6.0",
"yaml-eslint-parser": "^1.2.2"
"read-pkg-up": "^8.0.0",
"semver": "^7.6.3",
"toml-eslint-parser": "^0.6.1",
"yaml-eslint-parser": "^1.2.3"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"@arthurgeron/eslint-plugin-react-usememo": "^2.2.1",
"@arthurgeron/eslint-plugin-react-usememo": "^2.2.3",
"@testing-library/dom": "^9.3.3",
"@total-typescript/ts-reset": "^0.5.1",
"@total-typescript/ts-reset": "^0.6.1",
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint": "^8.56.0",
"@types/semver": "^7.5.6",
"@types/eslint": "^9.6.1",
"@types/semver": "^7.5.8",
"eslint": "^8.56.0",
"eslint-find-rules": "^4.1.0",
"eslint-plugin-babel": "^5.3.1",
Expand Down Expand Up @@ -211,11 +211,11 @@
"eslint-plugin-zod": "^1.4.0",
"jest": "^29.7.0",
"react": "^18.2.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"tsup": "^8.0.2",
"type-fest": "^4.30.2",
"typescript": "^5.7.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"dependencies": {
"@visulima/fs": "2.3.0",
"@visulima/fs": "2.3.1",
"@visulima/package": "^3.2.0",
"shell-quote": "^1.8.2"
},
"devDependencies": {
"@anolilab/semantic-release-pnpm": "^1.1.6",
"@anolilab/semantic-release-preset": "9.0.2",
"@anolilab/semantic-release-preset": "9.0.3",
"@total-typescript/ts-reset": "^0.6.1",
"@types/lint-staged": "^13.3.0",
"@types/shell-quote": "^1.7.5",
Expand All @@ -98,7 +98,7 @@
"lint-staged": "^15.2.11",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"type-fest": "^4.30.1",
"type-fest": "^4.30.2",
"typescript": "5.6.3",
"vitest": "^2.1.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"clean": "rimraf node_modules dist"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
"prettier": "^3.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@
"stylelint-selector-no-empty": "^1.0.9"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
"postcss": "^8.4.49",
Expand Down
2 changes: 1 addition & 1 deletion packages/textlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"write-good": "^1.0.8"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
"rimraf": "^6.0.1",
Expand Down
Loading

0 comments on commit 0c688de

Please sign in to comment.