renovate[bot]
6d9528d0c6
chore(deps) Update Tauri JS CLI (major) ( #1047 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-10-17 20:00:21 -03:00
renovate[bot]
d7b343e8c8
chore(deps) Update Tauri JS CLI ( #1029 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-10-10 16:19:10 -03:00
renovate[bot]
1d9dc18567
chore(deps) Update Tauri JS CLI (major) ( #979 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-09-23 22:43:01 -03:00
renovate[bot]
e7980ba94e
chore(deps) Update Tauri JS CLI ( #978 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-09-23 21:59:28 -03:00
Jacob Bolda
06dd75b68a
chore: bump all js/rust deps ( #983 )
...
* bump tauri.js deps
* bump tauri core deps
* bump tauri-api deps
* bump tauri-bundler deps
* change file
2020-08-20 16:03:46 -05:00
Jacob Bolda
6a21965ff3
chore: add prettier for js formatting ( #937 )
...
* chore: add prettier for js/ts formatting
* fix lint-staged to object
* test commit
* format all
* lock file bump
* eslint extends prettier
This will let us skip rules in eslint that prettier can control. Prettier for styles, eslint for code errors.
* add prettier config
* roll back to what we had with eslint settings
* skip mutation observer
* add prettier typescript eslint
* run prettier in lint workflow
* format:check script
* turn off space before function in eslint
it is fighting with prettier
* fix dir in workflow
* remove semis
* add api to eslint
* shift eslint ignore comment after prettier format
* ignore errors that currently exist
* build:typevalidators
* replace was broken on typevalidator build
* try pushing up error
* format
* try removing working dir from eslint workflow
* try node 12
* fix indent in action
* bump eslint
* fix supposeded error and try another
* try breaking eslint
* try building in action
* adjust action paths again
* need dot
* remove build
* fix(tauri.js/eslint): escape glob *
* fix(tauri.js): ignore lint error
* Create prettier-taurijs.md
Co-authored-by: Noah Klayman <noahklayman@gmail.com>
2020-08-18 21:36:46 -05:00
renovate[bot]
91f1c88009
chore(deps) Update Tauri JS CLI ( #882 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:08:33 -03:00
renovate[bot]
4fb16d103f
chore(deps) Update dependency @types/inquirer to v7 ( #883 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-22 09:08:07 -03:00
Rajiv Shah
e52afd94d0
chore(tauri.js): Update yarn.lock ( #860 )
2020-07-19 15:24:48 -03:00
renovate[bot]
97e34d7d6f
chore(deps) Update Tauri JS CLI ( #834 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-15 20:09:22 -03:00
renovate[bot]
4a622155ec
chore(deps) Pin dependencies ( #840 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 19:55:22 -03:00
Lucas Fernandes Nogueira
77282c1e51
feat(tauri.js) add dependency manager command ( #829 )
2020-07-15 18:01:37 -03:00
renovate[bot]
f42b3f7170
chore(deps) Pin dependencies ( #831 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 08:21:09 -03:00
renovate[bot]
8a4cbb2b1e
chore(deps) Update dependency @rollup/plugin-commonjs to v14 ( #835 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-15 08:15:45 -03:00
Noah Klayman
ee8724b90a
feat(tauri.js/init): prompt for default values (fix #422/#162) ( #472 )
...
* feat(tauri.js/init): prompt for default values
* fix(tauri.js/init): update help wording
* feat(tauri.js) prompt for appName on init
* feat(tauri.js) add --ci option
* chore(changes) add changefile
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-10 13:19:41 -03:00
Lucas Fernandes Nogueira
a26cffc575
fix(tauri.js) beforeDevCommand race condition ( #801 )
...
* fix(tauri.js) beforeDevCommand race condition
* chore(tauri.js) fix lint, change dev wait time to 30s
2020-07-10 16:17:47 +02:00
renovate[bot]
8dae73632f
chore(deps) Update Tauri JS CLI (major) ( #762 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-09 22:05:56 -03:00
renovate[bot]
cb5cbcc3bb
chore(deps) Update Tauri JS CLI ( #761 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-09 21:49:53 -03:00
renovate[bot]
28a333de83
chore(deps) Pin dependencies ( #759 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-09 21:27:20 -03:00
Rajiv Shah
466742f542
fix(tauri.js): Bump lodash to 4.17.19 ( #764 )
2020-07-09 21:14:18 -03:00
Lucas Fernandes Nogueira
960ad58c12
feat(tauri.js) validate tauri.conf.json schema on runtime ( #756 )
2020-07-07 15:42:15 -03:00
Lucas Fernandes Nogueira
6301df660a
fix(tauri.js) transpile TS API and fix cjs/esm export ( #752 )
2020-07-06 10:16:01 -03:00
Lucas Fernandes Nogueira
161112ed41
feat(tauri.js) add TS API definition files (.d.ts) ( #740 )
...
* feat(tauri.js) build TS API definitions
* chore(tauri.js) organize scripts
* fix(tauri.js) build:typedefs on windows
2020-07-03 20:57:52 +02:00
renovate[bot]
c59eebbced
chore(deps) Update dependency @rollup/plugin-typescript to v5 ( #734 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-07-02 19:14:50 -03:00
renovate[bot]
9d49fb14f5
chore(deps) Update Tauri JS CLI ( #733 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-07-02 10:42:54 -03:00
nothingismagick
2681ad361b
refactor(tauri.js) rewrite API module in TypeScript, closes #679 #435 ( #703 )
...
Co-authored-by: Quentin Goinaud <armaldio@gmail.com>
Co-authored-by: Lucas Fernandes Nogueira <lucasfernandesnog@gmail.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-06-27 12:20:00 -03:00
renovate[bot]
0067d5a5d2
chore(deps) Pin dependency toml-loader to 1.0.0 ( #707 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-26 00:58:35 +02:00
renovate[bot]
1fa958ce0e
chore(deps) Update Tauri JS CLI ( #710 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-26 00:56:00 +02:00
Lucas Fernandes Nogueira
ce8a7b8f6a
feat(tauri.js) automatically detect current tauri version for template ( #697 )
2020-06-18 13:53:41 -03:00
renovate[bot]
7464ba7219
chore(deps) Update Tauri JS CLI ( #685 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-17 12:26:13 -03:00
renovate[bot]
3a962274c2
chore(deps) Update Tauri JS CLI ( #653 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-10 11:48:38 -03:00
renovate[bot]
78b98cc7ee
chore(deps) Update Tauri JS CLI ( #638 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-04 07:57:10 +02:00
renovate[bot]
edb523dd02
chore(deps) Update dependency imagemin-pngquant to v9 ( #639 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-04 07:56:33 +02:00
renovate[bot]
d6e82b4f06
chore(deps) Update Tauri JS CLI ( #597 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-05-30 08:54:16 -03:00
renovate[bot]
5fc6ea79cf
chore(deps) Update Tauri JS CLI (major) ( #598 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-05-29 20:48:57 -03:00
renovate[bot]
974cd3d8ed
chore(deps) Pin dependencies ( #620 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-05-29 20:08:17 -03:00
Lucas Fernandes Nogueira
fef54ad6e8
Feat/proxy devserver ( #603 )
2020-05-21 11:48:57 -03:00
renovate[bot]
9718034023
chore(deps) Update Tauri JS CLI to v26 (major) ( #582 )
2020-05-08 10:08:34 -03:00
renovate[bot]
d2cf9c4ea2
chore(deps) Update Tauri JS CLI ( #578 )
2020-05-05 10:35:03 -03:00
renovate[bot]
a2b29949b7
chore(deps) Update Tauri JS CLI (major) ( #573 )
2020-04-26 10:13:20 -03:00
renovate[bot]
e0484ceab8
chore(deps) Update Tauri JS CLI ( #572 )
2020-04-26 08:26:11 -03:00
renovate[bot]
79e6f7f3f0
chore(deps) Update Tauri JS CLI ( #561 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Tensor-Programming <tensordeveloper@gmail.com>
2020-04-16 13:38:10 -04:00
renovate[bot]
db673ccf40
chore(deps) Update Tauri JS CLI ( #562 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-04-16 04:20:50 -04:00
Rajiv Shah
f7a1c36468
chore(tauri.js): Sync lockfile ( #550 )
2020-04-03 21:30:24 +02:00
Matthias
2fc2fc2ca0
Updated the dependencies (and fixed the decompress vulnerability) ( #545 )
2020-04-02 23:38:19 +02:00
Matthias
b9749b71d9
yarn upgrade ( #542 )
2020-04-01 10:28:15 +02:00
renovate[bot]
4313b197ae
chore(deps) Update Tauri JS CLI (major) ( #519 )
...
* chore(deps) Update Tauri JS CLI
* fix(tauri.js) lint error
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-03-29 15:27:29 -03:00
renovate[bot]
4b086426e4
chore(deps) Update Tauri JS CLI ( #518 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-29 13:57:47 -03:00
renovate[bot]
b7dfb001a1
chore(deps) Update Tauri JS CLI ( #508 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2020-03-12 18:53:51 -03:00
renovate[bot]
915437aa0c
chore(deps) Pin dependency is-running to 2.1.0 ( #506 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-03-12 11:51:30 -03:00