Skip to content

Commit

Permalink
👷 build(all): update dependences and add description to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
angelespejo committed Sep 27, 2024
1 parent 1a7627e commit ea43eb5
Show file tree
Hide file tree
Showing 16 changed files with 968 additions and 668 deletions.
10 changes: 0 additions & 10 deletions .pigeonposse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ web:
type:
- library
- cli
subtypes:
- Chromiun
- Chrome
- Firefox
- Safari
- Edge
- Brave
- Opera
- OperaGX
- Yandex
version: "1.3.17"
description: "{{package.description}}"
homepage: "https://bepp.pigeonposse.com"
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"workspaces": [
"packages/*"
],
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.11.0",
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.10.0"
Expand All @@ -32,14 +32,14 @@
"creator": "pnpm --filter create-backan $@",
"doc": "pnpm --filter @backan/docs $@",

"build": "pnpm run --sequential \"/^build:.*/\"",
"build": "pnpm run --sequential \"/build:.*/\"",
"build:core": "pnpm --filter @backan/core build",
"build:lib": "pnpm --filter backan build",
"build:builder": "pnpm --filter @backan/builder build",
"build:server": "pnpm --filter @backan/server build",
"build:create": "pnpm --filter create-backan build",
"build:docs": "pnpm --filter @backan/docs build",
"test": "pnpm run --sequential \"/^test:.*/\"",
"test": "pnpm run --sequential \"/test:.*/\"",
"test:core": "pnpm --filter @backan/core test",
"test:lib": "pnpm --filter backan test",
"test:builder": "pnpm --filter @backan/builder test",
Expand All @@ -64,15 +64,15 @@
"devDependencies": {
"@backan/config": "workspace:*",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.7",
"@commitlint/cli": "19.4.0",
"@changesets/cli": "2.27.8",
"@commitlint/cli": "19.5.0",
"@pigeon-posse/eslint-config": "1.0.1",
"@playwright/test": "1.46.1",
"@types/node": "22.3.0",
"@playwright/test": "1.47.2",
"@types/node": "22.7.3",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"cli-markdown": "3.4.0",
"commitizen": "4.3.0",
"commitizen": "4.3.1",
"commitlint-config-gitmoji": "2.3.1",
"cz-customizable": "7.2.1",
"cz-emoji": "1.3.2-canary.2",
Expand All @@ -87,19 +87,19 @@
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-yml": "1.14.0",
"git-cz": "4.9.0",
"husky": "9.1.4",
"husky": "9.1.6",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.2.9",
"markdownlint": "0.34.0",
"lint-staged": "15.2.10",
"markdownlint": "0.35.0",
"rimraf": "6.0.1",
"terser": "5.31.6",
"terser": "5.34.0",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tsx": "^4.17.0",
"typescript": "5.5.4",
"vite": "5.4.1",
"vite-plugin-dts": "4.0.3",
"vitest": "2.0.5",
"tslib": "2.7.0",
"tsx": "4.19.1",
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-plugin-dts": "4.2.2",
"vitest": "2.1.1",
"yaml-eslint-parser": "1.2.3"
},
"commitlint": {
Expand Down
9 changes: 9 additions & 0 deletions packages/backan/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# backan

## 0.0.20

### Patch Changes

- Update deps and add description to pkg

- Updated dependencies []:
- @backan/core@0.0.20

## 0.0.19

### Patch Changes
Expand Down
3 changes: 2 additions & 1 deletion packages/backan/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "backan",
"version": "0.0.19",
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.",
"version": "0.0.20",
"type": "module",
"license": "GPL-3.0",
"homepage": "https://backan.pigeonposse.com",
Expand Down
6 changes: 6 additions & 0 deletions packages/builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/builder

## 0.0.20

### Patch Changes

- Update deps and add description to pkg

## 0.0.19

## 0.0.18
Expand Down
14 changes: 7 additions & 7 deletions packages/builder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@backan/builder",
"version": "0.0.19",
"version": "0.0.20",
"description": "Backan library for building executables, client libraries, JSON schema files, TypeScript definitions, and Markdown documentation.",
"type": "module",
"license": "GPL-3.0",
"homepage": "https://backan.pigeonposse.com/",
Expand Down Expand Up @@ -54,13 +55,12 @@
"@types/archiver": "6.0.2"
},
"dependencies": {
"@vercel/ncc": "0.38.1",
"@yao-pkg/pkg": "5.12.1",
"@vercel/ncc": "0.38.2",
"@yao-pkg/pkg": "5.15.0",
"archiver": "7.0.1",
"esbuild": "0.23.1",
"openapi-fetch": "^0.12.0",
"esbuild": "0.24.0",
"openapi-fetch": "0.12.2",
"openapi-to-md": "1.0.24",
"openapi-typescript": "^7.4.0",
"sucrase": "^3.35.0"
"openapi-typescript": "7.4.1"
}
}
32 changes: 0 additions & 32 deletions packages/builder/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,38 +199,6 @@ export const buildConstructor = async ( {

} )
esbuildLog.end()

/**
* SUCRASE BUILD.
*
* @see https://sucrase.io/
*/
// const sucraseLog = log.group( 'Building cjs file...' )
// sucraseLog.start()

// try {

// const { code } = transform( input, {
// transforms : [
// 'imports',
// ],
// production : true, // optimiza el código para producción si es posible
// filePath : input,
// } )

// await writeFile( projectBuildIndexFile, code )

// sucraseLog.end()

// } catch ( err ) {

// sucraseLog.end()
// throw new BuildError( ERROR_ID.ON_SUCRASE, {
// ...data,
// error : err,
// } )

// }

/**
* NCC BUILD.
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/core

## 0.0.20

### Patch Changes

- Update deps and add description to pkg

## 0.0.19

### Patch Changes
Expand Down
11 changes: 6 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@backan/core",
"version": "0.0.19",
"description": "All in one web API builder. Create endpoints with type validations and OpenApi documentation, safely and quickly.",
"version": "0.0.20",
"type": "module",
"license": "GPL-3.0",
"homepage": "https://backan.pigeonposse.com",
Expand Down Expand Up @@ -44,11 +45,11 @@
"lint": "pnpm eslint src"
},
"devDependencies": {
"@hono/vite-dev-server": "0.14.0"
"@hono/vite-dev-server": "0.16.0"
},
"dependencies": {
"@hono/swagger-ui": "0.4.0",
"@hono/zod-openapi": "0.15.3",
"hono": "4.5.8"
"@hono/swagger-ui": "0.4.1",
"@hono/zod-openapi": "0.16.2",
"hono": "4.6.3"
}
}
6 changes: 6 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-backan

## 0.0.20

### Patch Changes

- Update deps and add description to pkg

## 0.0.19

## 0.0.18
Expand Down
7 changes: 4 additions & 3 deletions packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "create-backan",
"version": "0.0.19",
"description": "Quickly create a backan application to get started",
"version": "0.0.20",
"type": "module",
"license": "GPL-3.0",
"homepage": "https://backan.pigeonposse.com",
Expand Down Expand Up @@ -49,7 +50,7 @@
"lint": "pnpm eslint src"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"picocolors": "^1.0.1"
"@clack/prompts": "0.7.0",
"picocolors": "1.1.0"
}
}
2 changes: 2 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @backan/docs

## 0.0.20

## 0.0.19

## 0.0.18
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@backan/docs",
"version": "0.0.19",
"version": "0.0.20",
"description": "Documentation for backan",
"type": "module",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @backan/server

## 0.0.20

### Patch Changes

- Update deps and add description to pkg

## 0.0.19

## 0.0.18
Expand Down
5 changes: 3 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@backan/server",
"version": "0.0.19",
"description": "Build the Backan server with zero config.",
"version": "0.0.20",
"type": "module",
"license": "GPL-3.0",
"homepage": "https://backan.pigeonposse.com",
Expand Down Expand Up @@ -48,6 +49,6 @@
"@backan/core": "workspace:*"
},
"dependencies": {
"@hono/node-server": "1.12.0"
"@hono/node-server": "1.13.1"
}
}
Loading

0 comments on commit ea43eb5

Please sign in to comment.