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 Oct 23, 2024
1 parent 5ce427e commit 073fc70
Show file tree
Hide file tree
Showing 11 changed files with 1,106 additions and 578 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"test:stylelint-config": "pnpm --filter \"stylelint-config\" run test"
},
"dependencies": {
"@anolilab/multi-semantic-release": "^1.0.3",
"@anolilab/multi-semantic-release": "^1.0.4",
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
Expand All @@ -97,12 +97,12 @@
"@nrwl/tao": "17.2.7",
"@nrwl/workspace": "17.2.7",
"@secretlint/secretlint-rule-preset-recommend": "^8.0.0",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "16.18.36",
"@tsconfig/node16": "^16.1.3",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "16.18.115",
"@vitest/coverage-v8": "^1.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"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",
Expand All @@ -114,23 +114,23 @@
"eslint-plugin-vitest-globals": "^1.4.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.0",
"lint-staged": "^15.2.10",
"nx": "17.2.7",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"publint": "^0.2.6",
"read-pkg": "^8.0.0",
"rimraf": "^5.0.5",
"publint": "^0.2.11",
"read-pkg": "^8.1.0",
"rimraf": "^5.0.10",
"secretlint": "8.0.0",
"semantic-release": "^22.0.12",
"sort-package-json": "^2.6.0",
"stylelint": "^15.11.0",
"textlint": "^13.4.1",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"typescript": "5.3.3",
"vitest": "^1.1.0"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].5",
"engines": {
"node": ">=18.* <=21.*"
},
Expand Down Expand Up @@ -168,7 +168,7 @@
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"tsconfig-paths": "^4.0.0",
"load-tsconfig": "^0.2.5",
"vite": "5.0.10",
"vite": "5.0.13",
"cosmiconfig-typescript-loader": "^4.3.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.30001669",
"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
10 changes: 5 additions & 5 deletions packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,23 @@
"@vitest/coverage-v8": "^1.1.0",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"rimraf": "^5.0.5",
"lint-staged": "^15.2.10",
"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"
},
"peerDependencies": {
"eslint": "^8.49.0",
"husky": "^8.x",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^13.x || ^14.0.0 || ^15.0.0",
"prettier": "^3.0.3",
"secretlint": "^7.0.7",
"stylelint": "^15.11.0",
"vite": "^4.4.9"
"vite": "^4.4.12"
},
"peerDependenciesMeta": {
"eslint": {
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.3",
"@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 073fc70

Please sign in to comment.