FabianLars
2ebf2175cf
fix usage typo in help command output
2022-04-27 12:06:22 +02:00
Lucas Nogueira
607289e36f
chore: update covector
2022-04-26 20:38:34 -03:00
github-actions[bot]
e17300bfd8
Publish New Versions ( #19 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
tauricon-v1.0.0
2022-04-26 20:27:05 -03:00
Lucas Nogueira
9876edee50
fix: remove compression option
...
The zopfli compression is broken, we'll just remove the option for now
2022-04-26 17:12:20 -03:00
Lucas Fernandes Nogueira
965881a84d
fix: optipng compression options ( #33 )
2022-04-26 17:09:37 -03:00
renovate[bot]
194dcd18e3
chore(deps): update typescript-eslint monorepo to v5.21.0 ( #37 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-26 17:09:29 -03:00
renovate[bot]
b4c64175f6
fix(deps): update dependency got to v12.0.4 ( #35 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-26 17:09:22 -03:00
renovate[bot]
9fad9d2fdf
fix(deps): update dependency inquirer to v8.2.3 ( #38 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-26 17:09:16 -03:00
renovate[bot]
0bfdd4a4a7
chore(deps): update dependency eslint to v8.14.0 ( #32 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-23 00:12:34 +02:00
renovate[bot]
464ce29f97
fix(deps): update dependency sharp to v0.30.4 ( #28 )
...
* fix(deps): update dependency sharp to v0.30.4
* fix toBe comparison
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2022-04-22 09:59:06 +02:00
renovate[bot]
bb503f5815
chore(deps): update typescript-eslint monorepo to v5.20.0 ( #30 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-22 09:40:09 +02:00
renovate[bot]
5e14c314ce
chore(deps): update dependency tslib to v2.4.0 ( #31 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-22 09:39:58 +02:00
renovate[bot]
6363a85cb6
chore(deps): update dependency eslint-plugin-security to v1.5.0 ( #29 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-22 09:36:57 +02:00
renovate[bot]
051a8b8954
fix(deps): update dependency fs-extra to v10.1.0 ( #27 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-17 00:06:19 +02:00
renovate[bot]
37043f66d8
chore(deps): update dependency @rollup/plugin-commonjs to v21.1.0 ( #26 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-16 14:45:26 +02:00
renovate[bot]
e35bdf9f6b
chore(deps): update dependency @rollup/plugin-node-resolve to v13.2.1 ( #25 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-16 14:39:14 +02:00
renovate[bot]
f8558dfddf
chore(deps): update dependency rollup to v2.70.2 ( #24 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-16 14:37:57 +02:00
renovate[bot]
c8d1e60a0a
chore(deps): update dependency @rollup/plugin-typescript to v8.3.2 ( #22 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-16 14:36:18 +02:00
lzdyes
6b9980c160
fix: path not found on windows using local installation via npm, closes #23 ( #21 )
...
* fix: path not found on windows
* fix: change to the full path
* Revert "fix: change to the full path"
This reverts commit 8ea1f283d5 .
* remove unused helper functions
* simplify test commands in package.json
* rebuild dist files
* fix(action): use correct test command in workflow
* resolve dir before reading dirname
Co-authored-by: lizhenda <lizhenda@skieer.com >
Co-authored-by: FabianLars <fabianlars@fabianlars.de >
2022-04-16 14:35:44 +02:00
renovate[bot]
d47eb10b7f
chore(deps): update dependency @types/sharp to v0.30.2 ( #20 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 23:58:00 +02:00
renovate[bot]
bbb6feece4
fix(deps): update dependency semver to v7.3.7 ( #18 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 21:27:58 +02:00
renovate[bot]
0e998002b7
chore(deps): update dependency @rollup/plugin-node-resolve to v13.2.0 ( #17 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 21:27:42 +02:00
renovate[bot]
d3a2c1722e
fix(deps): update dependency glob to v8 ( #16 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-12 21:27:23 +02:00
Fabian-Lars
6a51744b69
Prepare repo for release ( #13 )
...
* Prepare repo for release
* fix path for formatter
* fix package name in covector config
* add resolution overwrite for semver-regex
* feat: add covector dep
* chore: pin covector
* rename jobs
* use uniform node-version string
* setup node for audit job
* cache yarn deps
* Revert "cache yarn deps"
This reverts commit ee37a117bb .
* remove outputs
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com >
* Revert "setup node for audit job"
This reverts commit 267170a74f .
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com >
2022-04-12 21:25:18 +02:00
Fabian-Lars
84123efba4
feat: support svg as input, closes #8 ( #12 )
2022-04-12 10:01:07 +02:00
renovate[bot]
eed775f8cd
chore(deps): update dependency eslint to v8.13.0 ( #14 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-11 20:18:26 +02:00
renovate[bot]
eb2f4a6612
chore(deps): update typescript-eslint monorepo to v5.19.0 ( #15 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-11 19:42:22 +02:00
FabianLars
2fa2a7e371
fix: remove ci flag from help message
2022-04-08 16:18:31 +02:00
renovate[bot]
9f0761aaf7
chore(deps): add renovate.json ( #5 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-04-08 15:53:57 +02:00
Fabian-Lars
dd07af1469
fix: ignore node_modules and target folders when searching for default paths, fixes #9 ( #10 )
...
* ignore `node_modules` and `target` folders when searching for default paths, fixes #9
* update dependencies
2022-04-08 15:49:26 +02:00
Thomas Meschede
2bb3dafd1e
Update tauricon.js ( #6 )
...
add shebang in order to prevent bugs like this:
https://github.com/tauri-apps/tauri/issues/3708
2022-03-16 20:06:11 +01:00
Fabian-Lars
36cd505f44
fix: Change cmd to tauricon. check-in dist dir to allow adding tauricon directly from git ( #3 )
2022-02-23 13:41:22 -03:00
nothingismagick
452799dc3a
fix(style): lint and format ( #2 )
2022-01-27 22:38:03 +01:00
nothingismagick
286bad9c85
Merge pull request #1 from tauri-apps/feat/clone
...
feat(create): standalone repo
2022-01-27 15:41:12 +01:00
denjell
2f8aab26c8
feat(create): standalone repo
2022-01-27 15:38:11 +01:00
nothingismagick
cfd99bf3ce
Initial commit
2022-01-27 13:05:40 +01:00