[READ-ONLY] Mirror of https://github.com/danielroe/siroc. Zero-config build tooling for Node
bundle node package rollup typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: release v0.1.0

Daniel Roe (Jun 16, 2020, 9:50 AM +0100) c4155dfd 8a2a2324

+75 -10
+65
CHANGELOG.md
··· 1 + ## [0.1.0](https://github.com/nuxt-contrib/siroc/compare/v0.0.2...v0.1.0) (2020-06-16) 2 + 3 + 4 + ### Features 5 + 6 + * **cli:** allow custom commands ([8a2a232](https://github.com/nuxt-contrib/siroc/commit/8a2a232434ba15e8b04f8800e337546abbfd093a)) 7 + * **cli:** default to running commands in parallel ([43ea6c8](https://github.com/nuxt-contrib/siroc/commit/43ea6c8e9ff1d6e73db30def9eaa8a45d3b7a6b9)) 8 + * **cli, eslint-config:** add support for eslint command ([7cdc0b1](https://github.com/nuxt-contrib/siroc/commit/7cdc0b17608f8a8ec8c58ce3dd483838e47ca132)) 9 + * **cli, jest-preset:** add jest config ([2fea3be](https://github.com/nuxt-contrib/siroc/commit/2fea3bec244d32ee0588cba014acff598f81167d)) 10 + * **core:** look in parent directories for package config ([ad77639](https://github.com/nuxt-contrib/siroc/commit/ad77639b86d27c5da9cb2ed89e11993f087078f2)) 11 + * **core, cli:** add support for dev stubbing ([fa77a7b](https://github.com/nuxt-contrib/siroc/commit/fa77a7bf23525f4e826f65c4946f55d6f0a04e23)) 12 + * **jest-preset:** add basic jest preset ([68f93c5](https://github.com/nuxt-contrib/siroc/commit/68f93c56ca54492c55e11f3ca367117828b542d3)) 13 + * **jest-preset:** allow extending jest ([e20c294](https://github.com/nuxt-contrib/siroc/commit/e20c294f50a83bb756b74ad6ebe5a7ea322351a1)) 14 + * add support for json config ([901609f](https://github.com/nuxt-contrib/siroc/commit/901609f9e737a8ca7c0696445f332ef766e4bb93)) 15 + * allow typescript siroc config ([79976d1](https://github.com/nuxt-contrib/siroc/commit/79976d178b0d5172cf57699ad69fea3cd49e543c)) 16 + 17 + 18 + ### Bug Fixes 19 + 20 + * **cli:** allow tests to pass with no tests ([1383ed1](https://github.com/nuxt-contrib/siroc/commit/1383ed167ba56f4463ec223c7f4daa7400ab614a)) 21 + * **jest-preset:** support js transform ([e2b0c6a](https://github.com/nuxt-contrib/siroc/commit/e2b0c6a6bd1d440cecaac8ddda3d3b400c9240c2)) 22 + * add `Object.entries` polyfill for node 10 ([5566a16](https://github.com/nuxt-contrib/siroc/commit/5566a16dbc8605401a0fad583d05b8746a6559ba)) 23 + * add `Object.fromEntries` polyfill for node 10 ([0c9d8e6](https://github.com/nuxt-contrib/siroc/commit/0c9d8e64daf3786dc24fe62528a399eb32d9124a)) 24 + * ix `allSettled` polyfill for node 10 ([e91e8c8](https://github.com/nuxt-contrib/siroc/commit/e91e8c84bac3fc892fcba1836533af34ea235a5e)) 25 + * remove circular dependency ([9053c27](https://github.com/nuxt-contrib/siroc/commit/9053c278de04384b331fc89be9f2fd5bd8cf4f60)) 26 + * remove nuxt known authors ([23c0019](https://github.com/nuxt-contrib/siroc/commit/23c0019d566014e72d8beb5d2f058d77a9710025)) 27 + * **core:** only create stubs for buildable packages ([32ca50d](https://github.com/nuxt-contrib/siroc/commit/32ca50de9a9b609602354e58e89784b9a20533d0)) 28 + * revert allSettled polyfill temporarily ([3d136f2](https://github.com/nuxt-contrib/siroc/commit/3d136f26f92ca5097e7e1e8ecbd90d3a753f4a77)) 29 + * use relative path for module stubs ([610c7d0](https://github.com/nuxt-contrib/siroc/commit/610c7d0ac056f3569a70ad8dcd77da3c71da3d71)) 30 + 31 + 32 + ### Performance Improvements 33 + 34 + * **core:** reduce code execution in build ([be34f6c](https://github.com/nuxt-contrib/siroc/commit/be34f6c5f3e5f9dfe8b213f20f2426ab2d2a360b)) 35 + * use `v8-compile-cache` for cli ([e601f30](https://github.com/nuxt-contrib/siroc/commit/e601f30275f4d78c2fdea1609c6e0cf1161d3e7b)) 36 + 37 + ### [0.0.2](https://github.com/nuxt-contrib/siroc/compare/v0.0.2...v0.1.0) (2020-06-09) 38 + 39 + 40 + ### Features 41 + 42 + * add --dev mode for building ([a7554b2](https://github.com/nuxt-contrib/siroc/commit/a7554b23e5f3d6c8f4cc6a76c337c57aeafd883a)) 43 + * add `jiti` runtime support ([dc245ba](https://github.com/nuxt-contrib/siroc/commit/dc245ba119bf3894713ff62f4d62fc96b0b30ff2)) 44 + * add node timing ([57ab8e5](https://github.com/nuxt-contrib/siroc/commit/57ab8e5b2038d64a87dc98cf55fe0496a99dd6f2)) 45 + * add support for running files in all workspaces ([47d7265](https://github.com/nuxt-contrib/siroc/commit/47d72652671328e9f9a6138b2d56e0d2fc365d9d)) 46 + * build speed improvement and dx ([e036a9f](https://github.com/nuxt-contrib/siroc/commit/e036a9f034d0401e4992d3449ec9fb91aee6a674)) 47 + * compile binaries ([c2c6642](https://github.com/nuxt-contrib/siroc/commit/c2c66425b582d8b2fe98f48423a4debe79022276)) 48 + * improve rollup config generation ([0e322bb](https://github.com/nuxt-contrib/siroc/commit/0e322bb63cc35b79cb72fb44aec4ed53dd14aabd)) 49 + * set permissions on binaries ([05b92d1](https://github.com/nuxt-contrib/siroc/commit/05b92d1ac0cfc6d126fb5816daeedba6381341e4)) 50 + * support legacy file name ([3f50db0](https://github.com/nuxt-contrib/siroc/commit/3f50db0408e6b5707cbbc692d220b1bce0b96a3e)) 51 + * use es build of cli ([5a4db66](https://github.com/nuxt-contrib/siroc/commit/5a4db66d68327cdba459e36c3b61a0b0f49506fc)) 52 + * use siroc (and `jiti`) to compile siroc ([51c1cf4](https://github.com/nuxt-contrib/siroc/commit/51c1cf4b4380320d91a868295b63dc04e3d95c65)) 53 + 54 + 55 + ### Bug Fixes 56 + 57 + * add execa types ([3cb4762](https://github.com/nuxt-contrib/siroc/commit/3cb4762a9c3b9cb52f67a7fb2af44da4bef86f5a)) 58 + * remove `.flat` (target node 10) ([0d72f9f](https://github.com/nuxt-contrib/siroc/commit/0d72f9f6e29f5499077040fde57c61cb76d84817)) 59 + * revert bootstrapping ([8b06abc](https://github.com/nuxt-contrib/siroc/commit/8b06abca04feafada5db707a760c9f8477ebb1da)) 60 + 61 + 62 + ### Performance Improvements 63 + 64 + * remove excess deps ([2224c79](https://github.com/nuxt-contrib/siroc/commit/2224c79995ede60f5b6649a99b73f07fb75d1c5b)) 65 +
+1 -1
package.json
··· 1 1 { 2 2 "name": "siroc-base", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",
+3 -3
packages/cli/package.json
··· 1 1 { 2 2 "name": "@siroc/cli", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node", ··· 34 34 "watch": "yarn build -w" 35 35 }, 36 36 "dependencies": { 37 - "@siroc/core": "0.0.1", 38 - "@siroc/jest-preset": "0.0.1", 37 + "@siroc/core": "0.1.0", 38 + "@siroc/jest-preset": "0.1.0", 39 39 "cac": "^6.5.10", 40 40 "chalk": "^4.1.0", 41 41 "consola": "^2.13.0",
+1 -1
packages/core/package.json
··· 1 1 { 2 2 "name": "@siroc/core", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node",
+1 -1
packages/eslint-config/package.json
··· 1 1 { 2 2 "name": "@siroc/eslint-config", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "eslint",
+1 -1
packages/jest-preset/package.json
··· 1 1 { 2 2 "name": "@siroc/jest-preset", 3 - "version": "0.0.1", 3 + "version": "0.1.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "jest",
+3 -3
packages/siroc/package.json
··· 1 1 { 2 2 "name": "siroc", 3 - "version": "0.0.2", 3 + "version": "0.1.0", 4 4 "description": "Zero-config build tooling for Node", 5 5 "keywords": [ 6 6 "node", ··· 35 35 "watch": "yarn build -w" 36 36 }, 37 37 "dependencies": { 38 - "@siroc/cli": "0.0.1", 39 - "@siroc/core": "0.0.1" 38 + "@siroc/cli": "0.1.0", 39 + "@siroc/core": "0.1.0" 40 40 } 41 41 }