dependabot[bot]
685e1737bf
Bump jetli/trunk-action from 0.1.0 to 0.2.0 ( #3073 )
...
Bumps [jetli/trunk-action](https://github.com/jetli/trunk-action ) from 0.1.0 to 0.2.0.
- [Release notes](https://github.com/jetli/trunk-action/releases )
- [Commits](https://github.com/jetli/trunk-action/compare/v0.1.0...v0.2.0 )
---
updated-dependencies:
- dependency-name: jetli/trunk-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 23:24:35 +09:00
dependabot[bot]
cf9077ddb5
Bump actions/upload-artifact from 2 to 3 ( #3074 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 23:24:12 +09:00
dependabot[bot]
0a3ec95071
Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.47.1 in /website ( #3069 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.45.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-04 23:23:11 +09:00
Kai Salmon
919695f5ef
The webworker in the web_worker_fib exampel is now marked as a relative path ( #3057 )
2023-01-01 23:27:07 +05:00
Muhammad Hamza
38e2478d9a
Use SVG for logo on website ( #3065 )
2022-12-30 17:37:10 +05:00
Simon
7bfba6b31c
Update SVG colors ( #3064 )
2022-12-28 16:09:01 +00:00
lucasmerlin
a5468b940d
Add hurlurl to awesome.md ( #3051 )
2022-12-24 09:46:10 +00:00
Jesper Olsen
d2f35e45b2
remove "Next loop" - introduction repeating in yew.rs/docs ( #3040 )
2022-12-22 21:49:50 +01:00
Kai Salmon
1542e2b181
Only handle "normal" clicks on <Link>s ( #3056 )
...
* Fixing https://github.com/yewstack/yew/issues/2911
Prevents Link onclick behaviour from executing if the Ctrl key (for
Windows and Linux) or Meta Key (For Mac) is pressed.
This technically introduces a bug that means that links will reload the
page on windows machines when the windows key is held down. However,
this error is also in React Router, so I think we can get away with it.
See:
11156ac7f3/packages/react-router-dom/dom.ts (L29)
* Router Links now use default browser behaviour for alt and shift keys.
This change is inspired by 11156ac7f3/packages/react-router-dom/dom.ts (L29)
This allows uses to shift click links to save whatever the link points
at, and alt click on links to open them in new windows
2022-12-22 21:38:26 +01:00
WorldSEnder
aebd225963
Reentrant event listeners ( #3037 )
...
* add test case for reentrent event listeners
* use Fn to allow reentrent event listeners
2022-12-21 01:57:55 +00:00
Michael Jones
16df0150a9
Fix typo in wasm-bindgen doc page ( #2963 )
2022-12-20 22:41:58 +09:00
__
a6a442fbc8
website/docs/tutorial: fix two typos ( #2971 )
2022-12-20 22:38:25 +09:00
WorldSEnder
6160703c55
Try fixing the post-comment benchmark action, take 2 ( #3047 )
...
* Fix bash escaping
* fix clippy issues
* First checkout, then download artifacts
2022-12-17 16:09:51 +01:00
WorldSEnder
9d005432c5
Try fixing the post-comment benchmark action ( #3045 )
...
* Try fixing the post comment benchmark action
Store the complete event in PR_INFO
Checkout repo for github-action-benchmark
* add missing string escape
2022-12-17 15:18:56 +05:00
Cecile Tonglet
d14fcd2e2d
Add impl IntoIterator on &Classes ( #3038 )
2022-12-14 02:07:16 +05:00
WorldSEnder
9cd33e1dec
use single quotes in gh actions ( #3032 )
2022-12-12 01:23:13 +05:00
WorldSEnder
698bd56e61
Update benchmark crates and workflow ( #3027 )
...
* update benchmark crates and workflow
* default to the merge commit for benchmarking
* setup framework benchmark early, after the caches
this doesn't restore the comments on PRs;
benchmark-action/github-action-benchmark has open issues about it
2022-12-11 15:07:14 +01:00
Shrey Sudhir
8b2a1c199a
update migration docs to be more explicit ( #3028 )
...
* update migration docs to be more explicit
* try to appease prettier
* Update website/versioned_docs/version-0.20/migration-guides/yew/from-0_19_0-to-0_20_0.mdx
Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>
Co-authored-by: WorldSEnder <WorldSEnder@users.noreply.github.com>
2022-12-11 18:21:41 +05:00
Muhammad Hamza
0ad939bd34
Consolidate publish workflows into one ( #3026 )
...
* Consolidate publish-* workflows into one
* Update workflow name
2022-12-11 18:20:42 +05:00
WorldSEnder
57f45e2c81
Assert there are no circular references ( #3025 )
...
* assert there are no circular references
the check is costly in release builds and should always fail
note that the current PartialEq impl is *not* symmetric!
should be fixed as well, with an improved design
* remove internal test for cyclic node refs
wasm_bindgen does not yet support #[should_panic]
see also https://github.com/rustwasm/wasm-bindgen/issues/2286
2022-12-10 16:36:59 +01:00
WorldSEnder
d7f988055f
Fix top-level reconciliation in portals ( #3020 )
2022-12-10 14:42:53 +01:00
Cecile Tonglet
772763c2e2
Make Classes cheap to clone ( #3021 )
...
* Use AttrValue instead of Cow in Classes
* Wrap indexset into Rc
* Impl ImplicitClone for Classes
* clippy
* Trigger CI
* Update macro stderr
* Copy optimization made for String to AttrValue
* Update macro stderr again
2022-12-10 18:02:36 +05:00
Sasa Cocic-Banjanac
ad4c3fc298
Mention certain components must be children of Router ( #2913 )
...
* Mention certain components must be children of Router
* make suggested changes
* fix typos
* update documentation with suggested changes again
* change /> to > in comment
* add ticks to Link & Switch in concepts/router.mdx
2022-12-10 18:01:43 +05:00
WorldSEnder
9e980a36b4
Fix clippy::let_unit_value lint in propless components ( #2970 )
2022-12-09 00:10:22 +05:00
WorldSEnder
d37532f5d9
Point links in docs for 0.20 to stable versions ( #3019 )
...
fix versions in Cargo.toml examples
fix branch in links to github
2022-12-09 00:04:30 +05:00
IchHabeKeineNamen
77b0d40455
fix: dead links ( #3013 )
2022-12-06 06:31:35 +00:00
dependabot[bot]
54871f8019
Bump @typescript-eslint/parser from 5.33.0 to 5.45.0 in /website ( #3009 )
...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser ) from 5.33.0 to 5.45.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.45.0/packages/parser )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:50:40 +09:00
dependabot[bot]
16c2e8d791
Bump @docusaurus/plugin-google-analytics from 2.1.0 to 2.2.0 in /website ( #3007 )
...
Bumps [@docusaurus/plugin-google-analytics](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-google-analytics ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.2.0/packages/docusaurus-plugin-google-analytics )
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-google-analytics"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:47:58 +09:00
dependabot[bot]
ddaa943bd7
Bump @docusaurus/plugin-content-docs from 2.1.0 to 2.2.0 in /website ( #3006 )
...
Bumps [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.2.0/packages/docusaurus-plugin-content-docs )
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-content-docs"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:47:42 +09:00
dependabot[bot]
20487f574c
Bump Swatinem/rust-cache from 1 to 2 ( #3003 )
...
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache ) from 1 to 2.
- [Release notes](https://github.com/Swatinem/rust-cache/releases )
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Swatinem/rust-cache/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:47:24 +09:00
dependabot[bot]
e3dd9cd9af
Bump jetli/wasm-pack-action from 0.3.0 to 0.4.0 ( #3002 )
...
Bumps [jetli/wasm-pack-action](https://github.com/jetli/wasm-pack-action ) from 0.3.0 to 0.4.0.
- [Release notes](https://github.com/jetli/wasm-pack-action/releases )
- [Commits](https://github.com/jetli/wasm-pack-action/compare/v0.3.0...v0.4.0 )
---
updated-dependencies:
- dependency-name: jetli/wasm-pack-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:47:06 +09:00
dependabot[bot]
a2469dd669
Bump hmarr/auto-approve-action from 2 to 3 ( #3001 )
...
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action ) from 2 to 3.
- [Release notes](https://github.com/hmarr/auto-approve-action/releases )
- [Commits](https://github.com/hmarr/auto-approve-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: hmarr/auto-approve-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:46:49 +09:00
dependabot[bot]
4f3f3a8aa2
Bump actions/cache from 2 to 3 ( #3000 )
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:46:30 +09:00
dependabot[bot]
302187bb14
Bump peterjgrainger/action-create-branch from 2.0.1 to 2.4.0 ( #3004 )
...
Bumps [peterjgrainger/action-create-branch](https://github.com/peterjgrainger/action-create-branch ) from 2.0.1 to 2.4.0.
- [Release notes](https://github.com/peterjgrainger/action-create-branch/releases )
- [Commits](https://github.com/peterjgrainger/action-create-branch/compare/v2.0.1...v2.4.0 )
---
updated-dependencies:
- dependency-name: peterjgrainger/action-create-branch
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:46:00 +09:00
dependabot[bot]
a4121b0743
Bump @svgr/webpack from 6.3.1 to 6.5.1 in /website ( #3005 )
...
Bumps [@svgr/webpack](https://github.com/gregberge/svgr ) from 6.3.1 to 6.5.1.
- [Release notes](https://github.com/gregberge/svgr/releases )
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gregberge/svgr/compare/v6.3.1...v6.5.1 )
---
updated-dependencies:
- dependency-name: "@svgr/webpack"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:45:37 +09:00
dependabot[bot]
4e2311a24d
Bump @types/react-helmet from 6.1.5 to 6.1.6 in /website ( #3008 )
...
Bumps [@types/react-helmet](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-helmet ) from 6.1.5 to 6.1.6.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-helmet )
---
updated-dependencies:
- dependency-name: "@types/react-helmet"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-05 21:45:14 +09:00
Alexander Krivács Schrøder
63949131cf
Name the correct feature in the start_app migration section. ( #3016 )
2022-12-05 17:14:41 +05:00
Thomas Francis
c40bd0b456
Update introduction.mdx ( #3010 )
2022-12-04 17:26:47 +00:00
Kaede Hoshikawa
5ca91298e9
Update GitHub Actions ( #2998 )
...
* Update Workflow.
* Fix Workflows.
* Enables dependabot for github actions.
* Fix workflow.
2022-12-04 23:17:49 +09:00
dependabot[bot]
088de141e2
Bump @docusaurus/core from 2.0.1 to 2.2.0 in /website ( #2946 )
...
Bumps [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus ) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.2.0/packages/docusaurus )
---
updated-dependencies:
- dependency-name: "@docusaurus/core"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 06:07:30 +09:00
dependabot[bot]
860909f5ad
Bump minimatch from 3.0.4 to 3.1.2 in /tools/benchmark-hooks ( #2975 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 06:07:05 +09:00
dependabot[bot]
1125c25a31
Bump minimatch, recursive-readdir and serve-handler in /website ( #2976 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ), [recursive-readdir](https://github.com/jergason/recursive-readdir ) and [serve-handler](https://github.com/zeit/serve-handler ). These dependencies needed to be updated together.
Updates `minimatch` from 3.0.4 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
Updates `recursive-readdir` from 2.2.2 to 2.2.3
- [Release notes](https://github.com/jergason/recursive-readdir/releases )
- [Changelog](https://github.com/jergason/recursive-readdir/blob/master/CHANGELOG.md )
- [Commits](https://github.com/jergason/recursive-readdir/commits/v2.2.3 )
Updates `serve-handler` from 6.1.3 to 6.1.5
- [Release notes](https://github.com/zeit/serve-handler/releases )
- [Commits](https://github.com/zeit/serve-handler/compare/6.1.3...6.1.5 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
- dependency-name: recursive-readdir
dependency-type: indirect
- dependency-name: serve-handler
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 06:06:43 +09:00
dependabot[bot]
57b8663082
Bump loader-utils from 2.0.2 to 2.0.4 in /website ( #2966 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 04:45:49 +09:00
dependabot[bot]
2932bf79e7
Bump @docusaurus/module-type-aliases from 2.1.0 to 2.2.0 in /website ( #2995 )
...
Bumps [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.2.0/packages/docusaurus-module-type-aliases )
---
updated-dependencies:
- dependency-name: "@docusaurus/module-type-aliases"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 04:45:08 +09:00
ta32
21680d6c34
update api doc link in hooks page to version 0.20 ( #2994 )
2022-12-04 04:35:45 +09:00
dependabot[bot]
0cb04c779a
Bump minimatch from 3.0.4 to 3.1.2 in /tools/benchmark-struct ( #2974 )
...
Bumps [minimatch](https://github.com/isaacs/minimatch ) from 3.0.4 to 3.1.2.
- [Release notes](https://github.com/isaacs/minimatch/releases )
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2 )
---
updated-dependencies:
- dependency-name: minimatch
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 04:31:32 +09:00
dependabot[bot]
b569a193e4
Bump prettier from 2.7.1 to 2.8.0 in /website ( #2996 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.7.1 to 2.8.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.7.1...2.8.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 04:30:48 +09:00
dependabot[bot]
1b2ebc9258
Bump @typescript-eslint/eslint-plugin from 5.38.1 to 5.45.0 in /website ( #2997 )
...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin ) from 5.38.1 to 5.45.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases )
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.45.0/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 04:30:20 +09:00
dependabot[bot]
f91af5c845
Bump @docusaurus/plugin-content-pages from 2.1.0 to 2.2.0 in /website ( #2945 )
...
Bumps [@docusaurus/plugin-content-pages](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-pages ) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/facebook/docusaurus/releases )
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/docusaurus/commits/v2.2.0/packages/docusaurus-plugin-content-pages )
---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-content-pages"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-04 04:29:43 +09:00
campeis
949d39c865
Update documentation to point to the right example ( #2993 )
2022-12-01 01:08:52 +00:00