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 Jun 21, 2024
1 parent 5ce427e commit f123152
Show file tree
Hide file tree
Showing 11 changed files with 806 additions and 536 deletions.
22 changes: 11 additions & 11 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,9 +97,9 @@
"@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.101",
"@vitest/coverage-v8": "^1.1.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"commitizen": "^4.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.7",
"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.8",
"read-pkg": "^8.1.0",
"rimraf": "^5.0.7",
"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": "pnpm@8.10.0",
"packageManager": "pnpm@8.10.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.7",
"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.30001636",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"semantic-release": "^22.0.12",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"@commitlint/cli": "^18.4.4",
"rimraf": "^5.0.5",
"tsup": "^8.0.1",
"rimraf": "^5.0.7",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"@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",
"@jsenv/eslint-import-resolver": ">=8.1.1",
"@rushstack/eslint-patch": "^1.5.1",
"@rushstack/eslint-plugin-security": "^0.7.1",
"@typescript-eslint/eslint-plugin": ">=6.9.1",
Expand Down 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.10",
"@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.7",
"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.7",
"rimraf": "^5.0.7",
"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
4 changes: 2 additions & 2 deletions packages/package-json-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@
"conventional-changelog-conventionalcommits": "7.0.2",
"cross-env": "^7.0.3",
"cz-conventional-changelog": "^3.3.0",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"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.7",
"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.7",
"semantic-release": "^22.0.12",
"stylelint": "15.11.0",
"tsup": "^8.0.1",
"tsup": "^8.0.2",
"vitest": "^1.1.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/textlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@
},
"devDependencies": {
"@anolilab/semantic-release-preset": "8.0.3",
"rimraf": "^5.0.5",
"rimraf": "^5.0.7",
"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 f123152

Please sign in to comment.