Skip to content

Commit bd9db9f

Browse files
authored
Merge pull request #10 from coldrun/update-deps
chore(package): upgrade deps
2 parents 8cda1f0 + dcfe1df commit bd9db9f

File tree

6 files changed

+809
-625
lines changed

6 files changed

+809
-625
lines changed

CHANGELOG.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
- **ci:** deploy to github pages ([0948391](https://github.com/coldrun/monorepo-typescript/commit/0948391a5ebb7f307b499ac44529908f1973a032))
1212
- **docker:** add docker-compose.yml ([fba820d](https://github.com/coldrun/monorepo-typescript/commit/fba820dc4028de57f0f873c3d7f6d0f8b6231509))
1313

14-
## [0.0.3](https://github.com/coldrun/monorepo-typescript/compare/v0.0.2...v0.0.3) (2024-01-03)
14+
## [0.0.3](https://github.com/coldrun/monorepo-typescript/compare/v0.0.2...v0.0.3) (2024-01-04)
1515

1616
### Bug Fixes
1717

18-
- **ci:** dockerfile location ([c8c4e82](https://github.com/coldrun/monorepo-typescript/commit/c8c4e82e546311afacedcd9e80ad5e14a814025c))
18+
- **ci:** dockerfile location ([3bd58b9](https://github.com/coldrun/monorepo-typescript/commit/3bd58b9b653c53107d321a0332bb40fc35aeea87))
1919

20-
## [0.0.2](https://github.com/coldrun/monorepo-typescript/compare/v0.0.1...v0.0.2) (2024-01-03)
20+
## [0.0.2](https://github.com/coldrun/monorepo-typescript/compare/v0.0.1...v0.0.2) (2024-01-04)
2121

2222
### Bug Fixes
2323

24-
- **ci:** docker publish ([bcec0d8](https://github.com/coldrun/monorepo-typescript/commit/bcec0d833e7dfbea3cf6d39424a69e9da2f3db8f))
25-
- **release:** remove build step ([b9060fc](https://github.com/coldrun/monorepo-typescript/commit/b9060fc5bf43d00a3cbd312b9e00eff91e7cb7d0))
24+
- **ci:** docker publish ([27062d3](https://github.com/coldrun/monorepo-typescript/commit/27062d3ddf352aeb67a05750f2b1702cc3b180e8))
25+
- **release:** remove build step ([2e4f378](https://github.com/coldrun/monorepo-typescript/commit/2e4f3780340d2a5a64ba614799ff2810f0f4768a))
2626

2727
### Features
2828

29-
- **ci:** docker publish ([8dd57cf](https://github.com/coldrun/monorepo-typescript/commit/8dd57cfc3a722d9b1dd0ebfff5bd47b0a6fcdf6e))
30-
- **package:** docker build ([1994f9b](https://github.com/coldrun/monorepo-typescript/commit/1994f9b21548c41099f3daca5a09962d532e866a))
29+
- **ci:** docker publish ([d83d1c4](https://github.com/coldrun/monorepo-typescript/commit/d83d1c49815c20f90558923fad175db0bbce027b))
30+
- **package:** docker build ([98cdff9](https://github.com/coldrun/monorepo-typescript/commit/98cdff930f8d4824983e42161e795893ed8d78ba))
3131

32-
## 0.0.1 (2024-01-01)
32+
## [0.0.1](https://github.com/coldrun/monorepo-typescript/compare/78836223f74026dce4def8b2d69753202dfa18fc...v0.0.1) (2024-01-04)
3333

3434
### Features
3535

36-
- **package:** release & changelog ([fe74288](https://github.com/coldrun/monorepo-typescript/commit/fe74288d5fa5f1c5457154bc403c9370f0cfaa9d))
37-
- **setup:** typescript, prettier, eslint, lint-staged, simple-git-hooks ([65fd69a](https://github.com/coldrun/monorepo-typescript/commit/65fd69a4fba0be8dbabcaab2604641ed6e692d09))
38-
- shared library package ([c8dd89a](https://github.com/coldrun/monorepo-typescript/commit/c8dd89a33a3163761d17563f55d1139bf09944a6))
39-
- website package ([96bf20c](https://github.com/coldrun/monorepo-typescript/commit/96bf20c7e8cdf3bfcc29f2bb153fdcde3b0caca0))
36+
- **package:** release & changelog ([38acccc](https://github.com/coldrun/monorepo-typescript/commit/38acccc70a2a977be00fb09952bb3fbc4e62e1e9))
37+
- **setup:** typescript, prettier, eslint, lint-staged, simple-git-hooks ([7883622](https://github.com/coldrun/monorepo-typescript/commit/78836223f74026dce4def8b2d69753202dfa18fc))
38+
- shared library package ([5f37462](https://github.com/coldrun/monorepo-typescript/commit/5f3746295022c6ba530cb52f25bbcdeb342452bf))
39+
- website package ([828ab2d](https://github.com/coldrun/monorepo-typescript/commit/828ab2d1c77d8bfc3ea8cfea53d9f94ad49be949))

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@
2424
"@types/node": "^20.10.6",
2525
"@typescript-eslint/eslint-plugin": "^6.16.0",
2626
"@typescript-eslint/parser": "^6.16.0",
27-
"conventional-changelog-cli": "^4.1.0",
27+
"conventional-changelog-cli": "^5.0.0",
2828
"eslint": "^8.56.0",
2929
"eslint-config-prettier": "^9.1.0",
3030
"eslint-define-config": "^2.1.0",
3131
"eslint-plugin-prettier": "^5.1.2",
32-
"execa": "^8.0.1",
32+
"execa": "^9.3.1",
3333
"just-pnpm": "^1.0.2",
3434
"lint-staged": "^15.2.0",
3535
"minimist": "^1.2.8",
36-
"picocolors": "^1.0.0",
36+
"picocolors": "^1.1.0",
3737
"prettier": "^3.1.1",
3838
"prompts": "^2.4.2",
39-
"semver": "^7.5.4",
40-
"simple-git-hooks": "^2.9.0",
41-
"typescript": "^5.3.3"
39+
"semver": "^7.6.3",
40+
"simple-git-hooks": "^2.11.1",
41+
"typescript": "^5.5.4"
4242
},
4343
"simple-git-hooks": {
4444
"pre-commit": "pnpm lint-staged"

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@coldrun/monorepo-typescript-shared": "workspace:*"
1414
},
1515
"devDependencies": {
16-
"vite": "^5.0.8"
16+
"vite": "^5.4.3"
1717
}
1818
}

packages/playground/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"allowImportingTsExtensions": true,
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,
14+
"moduleDetection": "force",
1415
"noEmit": true,
1516

1617
/* Linting */

packages/shared/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "tsc && vite build"
1212
},
1313
"devDependencies": {
14-
"vite": "^5.0.8",
15-
"vite-plugin-dts": "^3.7.0"
14+
"vite": "^5.4.3",
15+
"vite-plugin-dts": "^4.1.0"
1616
}
1717
}

0 commit comments

Comments
 (0)