renovate[bot]
da12927ed6
chore(deps) Update create-tauri-app ( #2858 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-10 09:01:05 -03:00
renovate[bot]
f8b98edf29
chore(deps) Update create-tauri-app ( #2837 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-11-03 09:21:43 -03:00
renovate[bot]
e3bf23eb2d
chore(deps) Update create-tauri-app ( #2814 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-27 11:58:28 -03:00
Lucas Fernandes Nogueira
a9dfc01550
feat: update to edition 2021 and set minimum rust to 1.56 ( #2789 )
2021-10-22 10:04:42 -03:00
renovate[bot]
f13f3c590f
chore(deps) Update create-tauri-app ( #2777 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-20 10:56:49 -03:00
renovate[bot]
1e48b689f5
chore(deps) Update create-tauri-app (major) ( #2749 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-10-13 11:49:47 -03:00
renovate[bot]
c39797cb89
chore(deps) Update create-tauri-app ( #2744 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-13 08:44:58 -03:00
renovate[bot]
97344c1b07
chore(deps) Update create-tauri-app ( #2718 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-11 12:39:49 -03:00
renovate[bot]
54a4cf7ca3
chore(deps) Update dependency @rollup/plugin-commonjs to v21 ( #2724 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-10-11 10:16:22 -03:00
renovate[bot]
9081f9330c
chore(deps) Update create-tauri-app ( #2687 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-29 19:02:35 -03:00
renovate[bot]
b7bb314c46
chore(deps) Update create-tauri-app ( #2678 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-29 11:04:09 -03:00
renovate[bot]
60774350bf
chore(deps) Update dependency @types/inquirer to v8.1.2 ( #2637 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-22 17:50:51 -03:00
renovate[bot]
7500cbab98
chore(deps) Update create-tauri-app ( #2630 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-09-22 17:44:31 -03:00
David D
71ea86a443
feat(cta): add SolidJS recipe ( #2619 )
...
Co-authored-by: Amr Bashir <48618675+amrbashir@users.noreply.github.com >
2021-09-22 10:42:58 -03:00
renovate[bot]
943e6fe3b2
chore(deps) Update create-tauri-app (major) ( #2585 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-09-22 10:42:44 -03:00
renovate[bot]
277fa324d3
chore(deps) Update create-tauri-app ( #2583 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-09-21 14:32:08 -03:00
renovate[bot]
8a37be6817
chore(deps) Update create-tauri-app ( #2528 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com >
Co-authored-by: david <david@lemarier.ca >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh >
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-04 21:06:53 -03:00
dependabot[bot]
9f7ade2759
chore(deps): bump tar from 6.1.8 to 6.1.11 in /tooling/create-tauri-app ( #2559 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com >
Co-authored-by: david <david@lemarier.ca >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-04 00:37:16 -03:00
renovate[bot]
53cf4a80a3
chore(deps) Update dependency eslint-config-standard-with-typescript to v21 ( #2563 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com >
Co-authored-by: david <david@lemarier.ca >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: chip <chip@chip.sh >
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-09-03 23:31:35 -03:00
cybai
f2865fad13
fix: recommended run dev command in create-tauri-app ( #2555 )
...
`--dev` is not a valid option for `tauri` cli; instead, we should use
`-- dev` or just `dev`. Also, we can just use `tauri dev` for all
package managers so we don't need to do the npm checking.
2021-08-30 17:31:38 +02:00
Kris Scott
e706df7d03
Fix svelte recipe packageManager ternary ( #2534 )
...
* refactor: custom protocol (#2503 )
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
* Apply Version Updates From Current Changes (#2513 )
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
* fix(api): revert ES2021 target
* Apply Version Updates From Current Changes (#2520 )
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
* docs: webdriver guide (#2461 )
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com >
* fix(core): `Notification.requestPermission()` deadlock regression
* Fix packageManager ternary
Co-authored-by: david <david@lemarier.ca >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: chip <chip@chip.sh >
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <wusyong9104@gmail.com >
2021-08-26 10:36:10 -03:00
edgex004
97edb3ac49
Fix : #2508 . Update dominator recipe description. ( #2514 )
...
Co-authored-by: David Von Edge <david.vonedge@smiths.com >
2021-08-24 11:58:08 -03:00
renovate[bot]
2c1dff0e19
chore(deps) Update create-tauri-app ( #2481 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-24 10:30:16 -03:00
github-actions[bot]
80f16d35f9
Apply Version Updates From Current Changes ( #2246 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-08-16 17:59:06 -03:00
Alve Larsson
7057c0f7b8
New brand ( #2445 )
...
* Update readme
* Update splash.svg
* New logo
* change to image
* Update splash.png
* Update README.md
* Mac Tray icon fix
2021-08-16 22:00:40 +08:00
renovate[bot]
459f0145bf
chore(deps) Update create-tauri-app ( #1941 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-08-11 22:58:54 -03:00
dependabot[bot]
b6405313a0
chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /tooling/create-tauri-app ( #2385 )
...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-11 04:18:43 -03:00
renovate[bot]
9bfcab216a
chore(deps) Update dependency @rollup/plugin-commonjs to v20 ( #2351 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-08-08 20:28:33 -03:00
dependabot[bot]
4d69a445f3
chore(deps): bump tar from 6.1.1 to 6.1.6 in /tooling/create-tauri-app ( #2365 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-08-08 17:48:53 -03:00
Jacob Bolda
c410e034f7
convert jest tests to child_process run script ( #2308 )
...
* convert jest tests to child_process run script
* remove vuecli (it freezes), add angular
* run cargo build in correct dir
* add in asserts on fs
* normalize assert for node14
* fix installing empty dependencies
* add messages to asserts
* use test dir to check if running local cli
* try running in parallel
* run in parallel and log output serially
* avoid parallel, skip yarn for now
* add change file
* disable running with npm6 due to vite fail
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-08-08 03:13:05 -05:00
Amr Bashir
235e0f6785
feat(CTA): add official support for pnpm package manager ( #2348 )
...
* feat(CTA): add official support for `pnpm` package manager
* adjust post-message formatting [skip ci]
* optimize package managers checks
2021-08-06 23:35:39 +08:00
Pauan
af3cc7d7f7
Adding in Dominator recipe ( #1912 )
...
* Adding in Dominator recipe
* Running prettifier
* add dominator to cta tests
* update postinit message
* add `src-tauri` as a worksapce member
Co-authored-by: amrbashir <48618675+amrbashir@users.noreply.github.com >
2021-08-01 23:47:31 -03:00
ilukinov
4678144e22
fix(create-tauri-app): Change script name in App.tsx from 'App.js' to 'App.tsx' ( #2333 )
2021-08-01 23:44:11 -03:00
Amr Bashir
c0f42ad0e3
feat(cta): prompt users to install @tauri-apps/api package ( #2251 )
2021-07-29 09:34:29 -03:00
Amr Bashir
718d9513ce
refactor(cta): update vite recipe to use their new npm package ( #2220 )
2021-07-29 09:31:04 -03:00
Kris Scott
151c3157be
Add svelte recipe to create-tauri-app ( #2276 ) ( #2279 )
2021-07-22 15:26:57 -04:00
github-actions[bot]
e48bb3edff
apply version updates ( #2121 )
2021-07-16 09:23:10 -04:00
Epsilon_02
489fad5524
Angular create tauri app [ #1934 ] ( #2203 )
2021-07-14 16:36:46 -04:00
Amr Bashir
66916b739f
chore: add .prettierrc in repo root ( #2145 )
2021-07-03 19:48:04 -03:00
github-actions[bot]
5353379d15
Apply Version Updates From Current Changes ( #1823 )
...
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
2021-06-23 16:56:16 -03:00
Amr Bashir
3c21ddc73c
fix(cta): use correct beforeDevCommand for vite recipe ( #1931 )
...
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-31 19:37:16 -03:00
renovate[bot]
053a5a73b5
chore(deps) Update create-tauri-app ( #1903 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-30 17:00:00 -03:00
renovate[bot]
e85472b9e2
chore(deps) Update create-tauri-app to v27 ( #1906 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-26 20:50:34 -05:00
renovate[bot]
f0ca35f443
chore(deps) Update create-tauri-app ( #1867 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2021-05-19 18:17:32 -03:00
github-actions[bot]
a68b4ee827
Apply Version Updates From Current Changes ( #1799 )
...
Co-authored-by: jbolda <jbolda@users.noreply.github.com >
2021-05-12 16:31:52 -03:00
Jacob Bolda
8a164d0a1f
fix: CTA cache and vite build ( #1806 )
...
* use file as version for local links
this also makes it closer to the production version and less likely to accidentally introudce an issue
* always install latest without asking
* work around issues with esbuild installing properly
* test shouldn't run build-release on the cli
* build cli.js and api outside of the test
* try test on windows
* change file
* switch back to linux test
* -y prompt not available on npm@6, remove
* pipe
2021-05-12 14:25:44 -05:00
renovate[bot]
2067e20ee3
chore(deps) Update create-tauri-app ( #1787 )
...
* chore(deps) Update create-tauri-app
* fix: fmt [skip ci]
Co-authored-by: Renovate Bot <bot@renovateapp.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-12 09:59:25 -03:00
github-actions[bot]
7c7a0777ca
Apply Version Updates From Current Changes ( #1629 )
...
* apply version updates
* fix metadata.json [skip ci]
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com >
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-11 16:20:35 -03:00
Lucas Fernandes Nogueira
319cf16a54
fix: prune packages, add license files, closes #1507 ( #1769 )
...
Co-authored-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
2021-05-10 20:28:15 -03:00
nothingismagick
afb4f2f896
chore(docs): add root-level ARCHITECTURE.md ( #1766 )
...
* chore(docs): add root-level ARCHITECTURE.md
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(readme): cleanup [skip ci]
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(cli.js): update readme
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(license): ship both apache and mit
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(remove license): [skip ci]
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* chore(assimilation): we are now the borg
Signed-off-by: Daniel Thompson-Yvetot <denjell@mailscript.com >
* cleanup [skip ci]
Co-authored-by: Lucas Nogueira <lucas@tauri.studio >
2021-05-10 20:39:24 +02:00