dependabot[bot]
28337bb6c9
chore(deps): bump tj-actions/changed-files from 44 to 45
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 44 to 45.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v44...v45 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-21 18:22:38 +00:00
Greg Johnston
288da232ac
Merge pull request #2782 from leptos-rs/dependabot/github_actions/pnpm/action-setup-4
...
chore(deps): bump pnpm/action-setup from 3 to 4
2024-08-06 10:26:01 -04:00
Greg Johnston
ef52e8620b
Merge pull request #2781 from leptos-rs/dependabot/github_actions/tj-actions/changed-files-44
...
chore(deps): bump tj-actions/changed-files from 41 to 44
2024-08-06 10:25:51 -04:00
Greg Johnston
a8c5ce2722
chore(ci): temporarily disable semver checks while main branch is itself a breaking change ( #2783 )
2024-08-06 09:51:21 -04:00
dependabot[bot]
a40ba9a39e
chore(deps): bump pnpm/action-setup from 3 to 4
...
Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup ) from 3 to 4.
- [Release notes](https://github.com/pnpm/action-setup/releases )
- [Commits](https://github.com/pnpm/action-setup/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: pnpm/action-setup
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 01:32:44 +00:00
dependabot[bot]
83a110fb85
chore(deps): bump tj-actions/changed-files from 41 to 44
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 41 to 44.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v41...v44 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 01:32:42 +00:00
Saber Haj Rabiee
5deedf721e
feat: add dependabot to get dep's update alerts and PRs automatically ( #2768 )
2024-08-05 21:23:45 -04:00
Greg Johnston
ac751dd0d3
chore(ci): update nightly
2024-08-01 21:28:19 -04:00
Greg Johnston
7034375cdd
chore(ci): only run semver checks if not labeled 'breaking'
2024-08-01 19:42:21 -04:00
Greg Johnston
cb788758df
update workflows
2024-08-01 19:42:20 -04:00
Greg Johnston
528d1eae65
chore(ci): update nightly
2024-08-01 14:48:52 -04:00
Greg Johnston
b06097d085
chore(ci): fix wasm-pack
installation
2024-06-02 15:38:22 -04:00
martin frances
158b0bd294
chore(ci): bump trunk-action to 0.5. ( #2533 )
2024-04-16 19:19:01 -04:00
Greg Johnston
03a56f8795
chore(ci): latest nightly
2024-04-15 18:33:06 -04:00
Greg Johnston
ab1c4ca7a6
chore(ci): run all examples under stable and fix remaining linting issue ( #2503 )
2024-04-05 16:09:23 -04:00
Greg Johnston
43178b56dc
chore(ci): move example CI over to stable ( #2502 )
2024-04-05 14:55:31 -04:00
Lukas Potthast
119c9ea23f
feat: allow spreading of both attributes and event handlers ( #2432 )
2024-04-05 14:30:34 -04:00
Joseph Cruz
e5af1456a6
fix(ci): false leptos changes detected ( #2491 )
2024-04-04 20:06:09 -07:00
Joseph Cruz
cc1f6f0a94
chore(ci): run semver checks on push ( #2483 )
2024-04-01 20:38:28 -04:00
Greg Johnston
41f3c46830
chore: bump nightly version in examples ( #2479 )
2024-04-01 15:16:53 -04:00
Joseph Cruz
e926ff24a6
ci: disable semver checks ( #2471 )
2024-03-30 20:05:20 +00:00
Joseph Cruz
572ae5bbdf
test(ci): check semver ( #2450 )
...
* test(ci): check semver
* chore: simulate change
* fix(ci): add checkout
* fix(ci): version typo
* chore: remove simulated change
2024-03-22 15:51:13 -07:00
martin frances
5819014ccc
Chore(ci) bumping tj-actions/changed-files to version 43. ( #2454 )
2024-03-22 07:23:57 -04:00
Joseph Cruz
630fd4570d
fix(ci): trunk command not found ( #2453 )
...
* chore: simulate change
* chore: remove print trunk version
* Revert "chore: remove print trunk version"
This reverts commit c203a83b44
.
* chore(ci): use jetli/trunk-action
* chore: remove simulated change
2024-03-22 07:23:48 -04:00
Joseph Cruz
ac75999c9f
chore(ci): upgrade actions to node 20 ( #2444 )
...
* chore(ci): install jq with apt
* chore(ci): install trunk with cargo
* chore(ci): replace toolchain action
* chore(ci): upgrade pnpm cache action
* chore: simulate change
* fix(ci): pnpm cache action typo
* chore: remove simulated change
2024-03-19 09:36:30 -07:00
Joseph Cruz
97fd8ff6c4
fix(ci): leptos examples fail with bindgen schema error ( #2428 )
2024-03-13 22:33:54 -04:00
Joseph Cruz
2ca30a0b2d
ci(examples): build hackernews_js_fetch with deno ( #2344 )
...
* ci(examples): refactor process management
* ci(examples): build hackernews_js_fetch with deno
* ci(workflows): detect hackernews_js_fetch change
* chore(web-report): report deno usage
* chore(web-report): ignore gtk example
* ci(todo_app_sqlite): simulate change
* ci(workflows): install deno
* ci(todo_app_sqlite): remove simulated change
2024-02-23 13:40:44 -05:00
martin frances
98633c8700
chore(ci): update node version for GitHub Actions ( #2303 )
2024-02-15 20:17:12 -05:00
Joseph Cruz
cd70b2f52b
fix(ci): should exclude cargo-make
2024-02-11 20:40:20 -05:00
Joseph Cruz
4222c832b1
fix(ci): empty directory vector error ( #2288 )
...
* fix(ci): empty directory vector error
* chore(ci): simulate example change
* chore(ci): remove simulated example change
2024-02-10 10:02:21 -08:00
Joseph Cruz
65b7603192
fix(ci): address clippy issue ( #2278 )
...
* fix(ci): address clippy issue
* fix(ci): add missing nightly specifications
* fix(ci): set all nightly references
* chore(ci): do not lint example crates
2024-02-09 16:30:11 -05:00
Greg Johnston
a5cbfa0aad
remove viz integration (see #2177 )
2024-01-19 14:16:58 -05:00
Joseph Cruz
1d4772251a
fix: ci stopped detecting leptos or example changes ( #2194 )
2024-01-17 18:58:21 -05:00
dependabot[bot]
c7da3998ba
chore(deps): bump tj-actions/changed-files in /.github/workflows ( #2180 )
...
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files ) from 39 to 41.
- [Release notes](https://github.com/tj-actions/changed-files/releases )
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md )
- [Commits](https://github.com/tj-actions/changed-files/compare/v39...v41 )
---
updated-dependencies:
- dependency-name: tj-actions/changed-files
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-11 16:04:21 -05:00
Joseph Cruz
a8e25af523
ci(leptos): run ci on change instead of check ( #2061 )
...
* ci: run ci examples on leptos change
* chore(ci): simulate leptos source change
* ci(todo_app_sqlite_csr): increase retries
* ci: delete check examples workflow
* ci: rename ci examples workflow
* ci: run ci examples with stable toolchain
* chore(ci): remove simulated change
* ci: delete check stable workflow
2023-11-24 14:59:13 -05:00
martin frances
e0cca3e7a3
workflows: bumped tj-actions/changed-files to @39. ( #1942 )
2023-10-27 13:47:56 -04:00
martin frances
0c8ab7c725
workflows: bump setup-node to version 4. ( #1944 )
2023-10-27 13:47:33 -04:00
martin frances
15f08aaa30
chore: removed warning in build artefacts. ( #1840 )
...
```
The following actions uses node12 which is deprecated and will be forced to run
on node16: actions-rs/toolchain@v1. For more info:
https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
```
In other places @3 was being used, so for consitency I have bumped everything up to @4
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
2023-10-05 21:15:01 -04:00
Sean Aye
50678dafe1
feat: add JS Fetch integration support ( #1554 )
2023-09-25 07:51:25 -04:00
Joseph Cruz
af215d6ce8
fix: exclude markdown files from examples lists ( #1716 )
...
* fix(examples/gen-members): exclude markdown files
* fix(ci): exclude markdown files from examples list
* test(ci): simulate leptos change
* chore(ci) :remove simulated change
2023-09-14 16:58:46 -04:00
Greg Johnston
e9fef73f53
docs: note about 0.5 in book
2023-09-14 15:53:27 -04:00
Joseph Cruz
e384d53996
doc(examples): reference run instructions ( #1705 )
2023-09-13 19:57:50 -04:00
martinfrances107
5c3ed3f018
Chore: Bump to actions/checkout@v4
2023-09-08 08:28:01 +01:00
Joseph Cruz
694ed61e4c
fix(ci): add new webkit dependency ( #1607 ) ( #1608 )
2023-08-28 11:08:47 -04:00
Joseph Cruz
cf14e857ca
refactor(check-stable): use matrix ( #1543 ) ( #1583 )
...
* refactor(check-stable): use matrix
* chore: simulate leptos change
* chore: remove simulated change
2023-08-25 10:30:00 -04:00
Joseph Cruz
00ac66e450
refactor(verify-changed-examples): improve readability and runtime ( #1556 )
...
* refactor(workflows): split setup
* test((verify-changed-examples): simulate change
* refactor(verify-changes-examples): inline os setup
* refactor(verify-changed-examples): skip w/o change
* chore(verify-changed-examples): remove simulated change
* refactor(verify-changed-examples): revert inline
* refactor(verify-changes-examples): extract example changed
* fix(verify-changed-examples): pull up example changed
* refactor(verify-change-examples): extract matrix
* refactor(verify-changed-examples): pass input
* refactor(verify-changed-examples): rename workflow
* ci(workflows): install chromedriver if needed
* fix(ci-changed-examples): pass input from json
* perf(run-cargo-make-task): maybe install chromedriver
* fix((run-cargo-make-task): maybe install chromedriver
* perf(run-cargo-make-task): maybe install playwrigh deps
* fix(run-cargo-make-task): maybe install playwrigh deps
* chore(suspsense_tests): retry e2e
* refactor(verify-changed-examples): rename calls
* refactor(run-cargo-make-test): remove playwright count
2023-08-22 21:22:13 -04:00
Joseph Cruz
351701036b
refactor(workflows): extract calls ( #1566 )
...
* refactor(workflows): extract leptos changed
* refactor(workflows): rename matrix job
* refactor(workflows): extract examples matrix
* chore(workflows): simulate leptos change
* chore(workflows): remove simulated leptos change
2023-08-22 21:19:58 -04:00
Greg Johnston
eb3d9b8714
build(docs): only publish on new version tags ( #1562 )
2023-08-20 09:38:35 -04:00
Joseph Cruz
5523fb86fb
perf(check-stable): only run on source change ( #1542 )
2023-08-15 06:20:01 -04:00
Joseph Cruz
69dd96f76f
test(todo_app_sqlite): add e2e tests ( #1448 ) ( #1467 )
2023-08-07 17:51:24 -04:00