Skip to content

Commit

Permalink
Chore: Update changesets monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 24, 2024
1 parent 974a2fd commit f0dcea0
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 89 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"vite": "5.0.12",
"vitest": "1.2.1"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@8.15.9",
"engines": {
"pnpm": "^8.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/changesets-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@changesets/get-github-info": "0.6.0",
"dotenv": "16.3.1"
"dotenv": "16.4.5"
},
"devDependencies": {
"@changesets/parse": "0.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
},
"dependencies": {
"consola": "3.2.3",
"esbuild-register": "3.5.0",
"eslint": "8.56.0",
"esbuild-register": "3.6.0",
"eslint": "8.57.0",
"execa": "8.0.1",
"outdent": "0.8.0",
"prettier": "3.2.4",
"prettier": "3.3.3",
"sade": "1.8.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"test": "ava"
},
"dependencies": {
"@rushstack/eslint-patch": "1.7.0",
"@rushstack/eslint-patch": "1.10.4",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-xo": "0.43.1",
"eslint-config-xo": "0.46.0",
"eslint-config-xo-typescript": "1.0.1",
"eslint-plugin-etc": "2.0.3",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import-sorting": "1.1.0",
"eslint-plugin-import-sorting": "1.2.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-prefer-let": "3.0.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-unicorn": "50.0.1"
},
"devDependencies": {
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 @@ -12,7 +12,7 @@
"author": "Jeff (https://tidaltheory.io)",
"type": "module",
"dependencies": {
"prettier-plugin-packagejson": "2.4.10"
"prettier-plugin-packagejson": "2.5.2"
},
"peerDependencies": {
"prettier": ">=3"
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 @@ -20,9 +20,9 @@
"test": "node --test"
},
"dependencies": {
"@stylistic/stylelint-plugin": "2.1.2",
"stylelint-config-recess-order": "5.0.1",
"stylelint-config-recommended": "14.0.0",
"@stylistic/stylelint-plugin": "2.1.3",
"stylelint-config-recess-order": "5.1.0",
"stylelint-config-recommended": "14.0.1",
"stylelint-no-unsupported-browser-features": "8.0.1",
"stylelint-order": "6.0.4",
"stylelint-plugin-logical-css": "1.2.1"
Expand Down
Loading

0 comments on commit f0dcea0

Please sign in to comment.