Skip to content

Commit

Permalink
chore(Renovate): ⬆️ Update dependency tsup to v8 (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 22, 2023
1 parent 84d1a86 commit a480170
Show file tree
Hide file tree
Showing 12 changed files with 56 additions and 40 deletions.
13 changes: 13 additions & 0 deletions .changeset/heavy-hounds-give.md
@@ -0,0 +1,13 @@
---
"@terminal-nerds/browserslist-config": patch
"@terminal-nerds/constants-config": patch
"@terminal-nerds/eslint-config": patch
"@terminal-nerds/lint-staged-config": patch
"@terminal-nerds/prettier-config": patch
"@terminal-nerds/stylelint-config": patch
"@terminal-nerds/syncpack-config": patch
"@terminal-nerds/tsup-config": minor
"@terminal-nerds/vitest-config": patch
---

⬆️ Update `tsup` to `v8`
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"markdownlint-cli": "0.37.0",
"prettier": "3.1.0",
"syncpack": "11.2.1",
"tsup": "7.2.0",
"tsup": "8.0.0",
"turbo": "1.10.16",
"typescript": "5.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/browserslist/package.json
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/constants/package.json
Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint/package.json
Expand Up @@ -84,7 +84,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"@types/eslint": "8.44.7",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/lint-staged/package.json
Expand Up @@ -41,7 +41,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"lint-staged": "15.1.0",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier/package.json
Expand Up @@ -49,7 +49,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"@types/prettier": "2.7.3",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint/package.json
Expand Up @@ -49,7 +49,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"stylelint": "15.11.0",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/syncpack/package.json
Expand Up @@ -34,7 +34,7 @@
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"syncpack": "11.2.1",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tsup/package.json
Expand Up @@ -34,11 +34,11 @@
"/dist"
],
"peerDependencies": {
"tsup": "7.2.0"
"tsup": "8.0.0"
},
"devDependencies": {
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@terminal-nerds/tsup-config": "workspace:*",
"@terminal-nerds/typescript-config": "workspace:*",
"tsup": "7.2.0",
"tsup": "8.0.0",
"typescript": "5.2.2",
"vitest": "0.34.6"
},
Expand Down
61 changes: 32 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a480170

Please sign in to comment.