Skip to content

Commit

Permalink
chore: bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Aug 27, 2023
1 parent b792d72 commit e9d25e2
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 45 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- name: Install
run: yarn
- name: Build
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]

steps:
- name: Check out
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
lib
dist
temp
external

todo.md
yarn.lock
Expand Down
4 changes: 2 additions & 2 deletions fixtures/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
],
"license": "MIT",
"devDependencies": {
"esbuild": "^0.17.12",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
}
}
2 changes: 1 addition & 1 deletion fixtures/default/tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"strict": true,
"target": "es2019",
"target": "es2022",
"module": "commonjs",
"declaration": true,
"emitDeclarationOnly": true,
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "1.0.0",
"workspaces": [
"external/*",
"fixtures/*",
"fixtures/default/packages/*",
"packages/*"
Expand All @@ -20,15 +21,15 @@
"test:html": "shx rm -rf coverage && c8 -r html yarn test"
},
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/chai": "^4.3.5",
"@types/mocha": "^9.1.1",
"@types/node": "^18.15.3",
"c8": "^7.13.0",
"@types/node": "^20.4.2",
"c8": "^7.14.0",
"chai": "^4.3.7",
"esbuild": "^0.17.12",
"esbuild": "^0.18.14",
"esbuild-register": "^3.4.2",
"mocha": "^9.2.2",
"shx": "^0.3.4",
"typescript": "^4.9.5"
"typescript": "^5.1.6"
}
}
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "yakumo",
"description": "Manage complex workspaces with ease",
"version": "0.3.12",
"version": "0.3.13",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"bin": "bin.js",
"engines": {
"node": ">=12.0.0"
"node": "^16.13.0 || >=18.0.0"
},
"files": [
"lib",
Expand All @@ -31,12 +31,12 @@
"devDependencies": {
"@types/js-yaml": "^4.0.5",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.3",
"@types/prompts": "^2.4.4",
"@types/which-pm-runs": "^1.0.0",
"@types/yargs-parser": "^21.0.0"
},
"dependencies": {
"cosmokit": "^1.4.1",
"cosmokit": "^1.4.5",
"detect-indent": "^6.1.0",
"execa": "^5.1.1",
"globby": "^11.1.0",
Expand Down
7 changes: 2 additions & 5 deletions packages/esbuild-yaml/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"version": "0.3.1",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"files": [
"lib"
],
Expand All @@ -30,8 +27,8 @@
"compile"
],
"peerDependencies": {
"yakumo": "^0.3.12",
"yakumo-esbuild": "^0.3.22"
"yakumo": "^0.3.13",
"yakumo-esbuild": "^0.3.25"
},
"dependencies": {
"js-yaml": "^4.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yakumo-esbuild",
"description": "Esbuild support for Yakumo",
"version": "0.3.22",
"version": "0.3.25",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand All @@ -27,10 +27,10 @@
"build"
],
"peerDependencies": {
"yakumo": "^0.3.12",
"yakumo": "^0.3.13",
"esbuild": "*"
},
"dependencies": {
"tsconfig-utils": "^3.0.0"
"tsconfig-utils": "^3.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"peerDependencies": {
"mocha": "^9",
"yakumo": "^0.3.12"
"yakumo": "^0.3.13"
},
"devDependencies": {
"@types/mocha": "^9.1.1"
Expand Down
9 changes: 3 additions & 6 deletions packages/publish-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
{
"name": "yakumo-publish-sync",
"description": "Sync other registry after publish",
"version": "0.3.2",
"version": "0.3.3",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"engines": {
"node": ">=12.0.0"
},
"files": [
"lib"
],
Expand All @@ -29,10 +26,10 @@
"registry"
],
"peerDependencies": {
"yakumo": "^0.3.12",
"yakumo": "^0.3.13",
"yakumo-publish": "^0.3.4"
},
"dependencies": {
"axios": "~1.1.3"
"axios": "^1.4.0"
}
}
8 changes: 4 additions & 4 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
"publish"
],
"peerDependencies": {
"yakumo": "^0.3.12"
"yakumo": "^0.3.13"
},
"devDependencies": {
"@types/prompts": "^2.4.3",
"@types/semver": "^7.3.13"
"@types/prompts": "^2.4.4",
"@types/semver": "^7.5.0"
},
"dependencies": {
"latest-version": "^5.1.0",
"ora": "^5.4.1",
"prompts": "^2.4.2",
"semver": "^7.3.8"
"semver": "^7.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/tsc/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yakumo-tsc",
"description": "Compile TypeScript for Yakumo",
"version": "0.3.8",
"version": "0.3.12",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,11 +29,11 @@
],
"peerDependencies": {
"typescript": "*",
"yakumo": "^0.3.12"
"yakumo": "^0.3.13"
},
"dependencies": {
"atsc": "^1.2.2",
"dtsc": "^2.3.0",
"tsconfig-utils": "^3.0.0"
"tsconfig-utils": "^3.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/tsc/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { promises as fsp } from 'fs'
import { join } from 'path'
import { register, cwd, PackageJson } from 'yakumo'
import { cwd, PackageJson, register } from 'yakumo'
import { compile, load } from 'tsconfig-utils'
import * as atsc from 'atsc'
import * as dtsc from 'dtsc'
Expand Down Expand Up @@ -35,7 +35,7 @@ register('tsc', async (project) => {
const nodes: Record<string, Node> = {}
for (const path in targets) {
const meta = targets[path]
if (!meta.main) continue
if (!meta.main && !meta.exports) continue
const fullpath = join(cwd, path)
try {
const config = await load(fullpath)
Expand Down
6 changes: 3 additions & 3 deletions packages/upgrade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
"dependency"
],
"peerDependencies": {
"yakumo": "^0.3.12"
"yakumo": "^0.3.13"
},
"devDependencies": {
"@types/semver": "^7.3.13"
"@types/semver": "^7.5.0"
},
"dependencies": {
"kleur": "^4.1.5",
"latest-version": "^5.1.0",
"ora": "^5.4.1",
"p-map": "^4.0.0",
"semver": "^7.3.8"
"semver": "^7.5.4"
}
}
6 changes: 3 additions & 3 deletions packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"bump"
],
"peerDependencies": {
"yakumo": "^0.3.12"
"yakumo": "^0.3.13"
},
"devDependencies": {
"@types/semver": "^7.3.13"
"@types/semver": "^7.5.0"
},
"dependencies": {
"kleur": "^4.1.5",
"semver": "^7.3.8"
"semver": "^7.5.4"
}
}
2 changes: 1 addition & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2019",
"target": "es2022",
"module": "commonjs",
"declaration": true,
"composite": true,
Expand Down

0 comments on commit e9d25e2

Please sign in to comment.