fix(dependencies): Bump dependencies and add pnpm-workspace configuration
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,5 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-08-18 - 2.6.5 - fix(dependencies)
|
||||||
|
Bump dependencies and add pnpm-workspace configuration
|
||||||
|
|
||||||
|
- Updated @git.zone/tspublish from ^1.9.1 to ^1.10.1
|
||||||
|
- Updated @push.rocks/smartfile from ^11.2.4 to ^11.2.7
|
||||||
|
- Updated @push.rocks/smartpath from ^5.0.18 to ^6.0.0
|
||||||
|
- Updated typescript from 5.8.3 to 5.9.2
|
||||||
|
- Updated devDependency @git.zone/tstest from ^1.10.1 to ^2.3.4
|
||||||
|
- Added pnpm-workspace.yaml with onlyBuiltDependencies list (esbuild, mongodb-memory-server, puppeteer)
|
||||||
|
|
||||||
## 2025-05-24 - 2.6.4 - fix(dependencies)
|
## 2025-05-24 - 2.6.4 - fix(dependencies)
|
||||||
Add .npmrc and update dependency versions for smartfile and tstest
|
Add .npmrc and update dependency versions for smartfile and tstest
|
||||||
|
|
||||||
|
10
package.json
10
package.json
@@ -36,19 +36,19 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://code.foss.global/git.zone/tsbuild#README",
|
"homepage": "https://code.foss.global/git.zone/tsbuild#README",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@git.zone/tspublish": "^1.9.1",
|
"@git.zone/tspublish": "^1.10.1",
|
||||||
"@push.rocks/early": "^4.0.4",
|
"@push.rocks/early": "^4.0.4",
|
||||||
"@push.rocks/smartcli": "^4.0.11",
|
"@push.rocks/smartcli": "^4.0.11",
|
||||||
"@push.rocks/smartdelay": "^3.0.5",
|
"@push.rocks/smartdelay": "^3.0.5",
|
||||||
"@push.rocks/smartfile": "^11.2.4",
|
"@push.rocks/smartfile": "^11.2.7",
|
||||||
"@push.rocks/smartlog": "^3.1.8",
|
"@push.rocks/smartlog": "^3.1.8",
|
||||||
"@push.rocks/smartpath": "^5.0.18",
|
"@push.rocks/smartpath": "^6.0.0",
|
||||||
"@push.rocks/smartpromise": "^4.2.3",
|
"@push.rocks/smartpromise": "^4.2.3",
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.9.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@git.zone/tsrun": "^1.2.47",
|
"@git.zone/tsrun": "^1.2.47",
|
||||||
"@git.zone/tstest": "^1.10.1",
|
"@git.zone/tstest": "^2.3.4",
|
||||||
"@types/node": "^22.15.21"
|
"@types/node": "^22.15.21"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
4251
pnpm-lock.yaml
generated
4251
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
4
pnpm-workspace.yaml
Normal file
4
pnpm-workspace.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
onlyBuiltDependencies:
|
||||||
|
- esbuild
|
||||||
|
- mongodb-memory-server
|
||||||
|
- puppeteer
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@git.zone/tsbuild',
|
name: '@git.zone/tsbuild',
|
||||||
version: '2.6.4',
|
version: '2.6.5',
|
||||||
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user