Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
aa3c83cd95 | |||
20ed41df42 | |||
7162476f7f | |||
1b012628eb | |||
4081086621 | |||
b9cf09ccba |
24
changelog.md
24
changelog.md
@@ -1,5 +1,29 @@
|
||||
# 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)
|
||||
Add .npmrc and update dependency versions for smartfile and tstest
|
||||
|
||||
- Add .npmrc with registry configuration for npm
|
||||
- Bump @push.rocks/smartfile version from ^11.2.3 to ^11.2.4
|
||||
- Bump @git.zone/tstest version from ^1.9.0 to ^1.10.1
|
||||
|
||||
## 2025-05-21 - 2.6.3 - fix(tsbuild)
|
||||
minor maintenance updates and documentation improvements
|
||||
|
||||
- Updated commit metadata to align with project version
|
||||
- Refined CLI command parsing and diagnostics logging for better clarity
|
||||
- Improved code readability in compiler options merging
|
||||
|
||||
## 2025-05-21 - 2.6.2 - fix(npm configuration)
|
||||
Remove .npmrc file to default npm registry behavior
|
||||
|
||||
|
12
package.json
12
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsbuild",
|
||||
"version": "2.6.2",
|
||||
"version": "2.6.5",
|
||||
"private": false,
|
||||
"description": "A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.",
|
||||
"main": "dist_ts/index.js",
|
||||
@@ -36,19 +36,19 @@
|
||||
},
|
||||
"homepage": "https://code.foss.global/git.zone/tsbuild#README",
|
||||
"dependencies": {
|
||||
"@git.zone/tspublish": "^1.9.1",
|
||||
"@git.zone/tspublish": "^1.10.1",
|
||||
"@push.rocks/early": "^4.0.4",
|
||||
"@push.rocks/smartcli": "^4.0.11",
|
||||
"@push.rocks/smartdelay": "^3.0.5",
|
||||
"@push.rocks/smartfile": "^11.2.3",
|
||||
"@push.rocks/smartfile": "^11.2.7",
|
||||
"@push.rocks/smartlog": "^3.1.8",
|
||||
"@push.rocks/smartpath": "^5.0.18",
|
||||
"@push.rocks/smartpath": "^6.0.0",
|
||||
"@push.rocks/smartpromise": "^4.2.3",
|
||||
"typescript": "5.8.3"
|
||||
"typescript": "5.9.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tsrun": "^1.2.47",
|
||||
"@git.zone/tstest": "^1.9.0",
|
||||
"@git.zone/tstest": "^2.3.4",
|
||||
"@types/node": "^22.15.21"
|
||||
},
|
||||
"files": [
|
||||
|
4273
pnpm-lock.yaml
generated
4273
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 = {
|
||||
name: '@git.zone/tsbuild',
|
||||
version: '2.6.2',
|
||||
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.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user