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 12, 2024
1 parent 37ec01e commit a298d49
Show file tree
Hide file tree
Showing 11 changed files with 855 additions and 1,198 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"test:stylelint-config": "pnpm --filter \"stylelint-config\" run test"
},
"dependencies": {
"@anolilab/multi-semantic-release": "^1.1.3",
"@anolilab/multi-semantic-release": "^1.1.5",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
Expand All @@ -100,11 +100,11 @@
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
"@tsconfig/node16": "^16.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "16.18.36",
"@types/node": "16.18.122",
"@vitest/coverage-v8": "^2.0.3",
"audit-ci": "^7.0.1",
"audit-ci": "^7.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
Expand All @@ -116,20 +116,20 @@
"eslint-plugin-vitest-globals": "^1.5.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.11",
"nx": "19.4.3",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"publint": "^0.2.8",
"read-pkg": "^8.0.0",
"publint": "^0.2.12",
"read-pkg": "^8.1.0",
"rimraf": "^6.0.1",
"secretlint": "8.2.4",
"semantic-release": "^24.0.0",
"sort-package-json": "^2.10.0",
"sort-package-json": "^2.10.2",
"stylelint": "^16.7.0",
"textlint": "^14.0.4",
"tsup": "^8.1.0",
"typescript": "5.5.3",
"tsup": "^8.1.2",
"typescript": "5.5.4",
"vitest": "^2.0.3"
},
"packageManager": "pnpm@9.5.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"babel-plugin-annotate-pure-calls": "^0.4.0",
"babel-plugin-dev-expression": "^0.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-polyfill-regenerator": "^0.5.4"
"babel-plugin-polyfill-regenerator": "^0.5.5"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
Expand All @@ -107,9 +107,9 @@
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"core-js": "^3.34.0",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
Expand All @@ -119,9 +119,9 @@
"@babel/plugin-transform-typescript": "^7.22.15",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"babel-plugin-polyfill-corejs3": "^0.8.0",
"babel-plugin-polyfill-corejs3": "^0.8.7",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js": "^3.26.0"
"core-js": "^3.26.1"
},
"peerDependenciesMeta": {
"@babel/plugin-syntax-jsx": {
Expand Down
8 changes: 4 additions & 4 deletions packages/browserslist-config-anolilab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"browserslist": "4.22.2",
"caniuse-lite": "^1.0.30001571",
"browserslist": "4.22.3",
"caniuse-lite": "^1.0.30001688",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"engines": {
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 @@ -56,15 +56,15 @@
"@anolilab/package-json-utils": "3.0.9",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/core": "^18.4.4",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"cz-conventional-changelog": "^3.3.0"
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"@commitlint/cli": "^18.4.4",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"rimraf": "^5.0.10",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
14 changes: 7 additions & 7 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,17 +171,17 @@
"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"
"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,9 +211,9 @@
"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",
"vitest": "^1.1.0"
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 @@ -167,7 +167,7 @@
"dependencies": {
"@anolilab/package-json-utils": "3.0.9",
"@visulima/fs": "2.3.0",
"shell-quote": "^1.8.1"
"shell-quote": "^1.8.2"
},
"devDependencies": {
"@anolilab/semantic-release-pnpm": "^1.1.5",
Expand All @@ -178,8 +178,8 @@
"@visulima/packem": "^1.5.1",
"@vitest/coverage-v8": "^2.1.4",
"esbuild": "^0.24.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"rimraf": "^6.0.1",
"semantic-release": "^24.2.0",
"type-fest": "^4.26.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"test:coverage": "vitest --config ./vitest.config.ts --run --coverage"
},
"dependencies": {
"dot-path-value": "^0.0.10",
"dot-path-value": "^0.0.11",
"read-pkg-up": "^7.0.1"
},
"devDependencies": {
Expand All @@ -71,14 +71,14 @@
"@semantic-release/github": "^9.2.5",
"@semantic-release/npm": "^11.0.2",
"@semantic-release/release-notes-generator": "^12.1.0",
"commitizen": "^4.3.0",
"commitizen": "^4.3.1",
"conventional-changelog-conventionalcommits": "7.0.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"semantic-release-conventional-commits": "^3.0.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,10 @@
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"postcss": "^8.4.32",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"stylelint": "15.11.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/textlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"dependencies": {
"@anolilab/package-json-utils": "3.0.9",
"@textlint-rule/textlint-rule-no-invalid-control-character": "^2.0.0",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.2",
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4",
"@textlint-rule/textlint-rule-preset-google": "^0.1.2",
"@textlint/ast-node-types": "^13.4.1",
"@textlint/types": "^13.4.1",
Expand All @@ -88,10 +88,10 @@
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.10",
"semantic-release": "^22.0.12",
"textlint": "^13.4.1",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit a298d49

Please sign in to comment.