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 Jan 7, 2025
1 parent b4f9dab commit a627e7f
Show file tree
Hide file tree
Showing 9 changed files with 1,294 additions and 1,015 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@secretlint/secretlint-rule-preset-recommend": "^9.0.0",
"@tsconfig/node16": "^16.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "22.10.2",
"@types/node": "22.10.5",
"@vitest/coverage-v8": "^2.1.8",
"audit-ci": "^7.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
Expand Down Expand Up @@ -126,7 +126,7 @@
"typescript": "5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.3",
"engines": {
"node": ">=18.* <=23.*"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/browserslist-config-anolilab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@visulima/packem": "1.10.0",
"browserslist": "4.24.2",
"caniuse-lite": "^1.0.30001689",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "1.10.4",
"browserslist": "4.24.3",
"caniuse-lite": "^1.0.30001690",
"cross-env": "^7.0.3",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"typescript": "^5.7.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
"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",
"@visulima/packem": "^1.10.4",
"esbuild": "^0.24.2",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"typescript": "^5.7.2",
Expand Down
22 changes: 11 additions & 11 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"@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",
"@jsenv/eslint-import-resolver": ">=8.2.0",
"@rushstack/eslint-patch": "^1.10.4",
"@rushstack/eslint-plugin-security": "^0.7.1",
"@typescript-eslint/eslint-plugin": ">=6.9.1",
"@typescript-eslint/parser": "^6.9.1",
Expand Down Expand Up @@ -170,18 +170,18 @@
"globals": "^13.23.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"
"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",
"@types/confusing-browser-globals": "^1.0.3",
"@types/eslint": "^8.56.0",
"@types/semver": "^7.5.6",
"@types/eslint": "^8.56.12",
"@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",
"tsup": "^8.0.2",
"type-fest": "^4.8.3",
"typescript": "^5.3.3",
"typescript": "^5.7.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,24 +81,24 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"dependencies": {
"@visulima/fs": "2.3.0",
"@visulima/package": "^3.2.0",
"@visulima/fs": "2.3.3",
"@visulima/package": "^3.2.2",
"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",
"@visulima/packem": "^1.10.0",
"@visulima/packem": "^1.10.4",
"@vitest/coverage-v8": "^2.1.8",
"esbuild": "^0.24.0",
"esbuild": "^0.24.2",
"husky": "^9.1.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
6 changes: 3 additions & 3 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
"clean": "rimraf node_modules dist"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "^1.10.4",
"esbuild": "^0.24.2",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@
"stylelint-selector-no-empty": "^1.0.9"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "^1.10.4",
"esbuild": "^0.24.2",
"postcss": "^8.4.49",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/textlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"@textlint-rule/textlint-rule-no-invalid-control-character": "^3.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
"@textlint/ast-node-types": "^14.4.0",
"@textlint/types": "^14.4.0",
"@textlint/ast-node-types": "^14.4.2",
"@textlint/types": "^14.4.2",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-abbr-within-parentheses": "^1.0.2",
"textlint-rule-alex": "^5.0.0",
Expand All @@ -87,9 +87,9 @@
"write-good": "^1.0.8"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "9.0.2",
"@visulima/packem": "^1.10.0",
"esbuild": "^0.24.0",
"@anolilab/semantic-release-preset": "9.0.3",
"@visulima/packem": "^1.10.4",
"esbuild": "^0.24.2",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"textlint": "^14.4.0",
Expand Down
Loading

0 comments on commit a627e7f

Please sign in to comment.