Olivier 'reivilibre
|
f1e41cb05a
|
Fix typos in doctor command output
|
2024-05-16 16:39:57 +02:00 |
|
Quentin Gliech
|
fe737e497b
|
Move tokio to a workspace dependency
|
2024-05-15 14:54:34 +02:00 |
|
Quentin Gliech
|
f53a978a52
|
Move async-graphql to workspace deps & disable apollo tracing
|
2024-05-15 14:54:34 +02:00 |
|
Quentin Gliech
|
48d5e5f9e5
|
Don't panic when the repository fails on the introspection endpoint
|
2024-05-15 14:15:11 +02:00 |
|
Quentin Gliech
|
5273820077
|
Place the CAPTCHA error at the end of the form
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
6adb6dd453
|
Display a user-friendly error on CAPTCHA failures
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
eb83bc4b71
|
Document the CAPTCHA configuration
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
53c7b1efbf
|
Disable hCaptcha compatibility with reCAPTCHA
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
3ccb105453
|
Add a <noscript> fallback message
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
545b014fd7
|
Actually verify the CAPTCHA during registration
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
5e1e27f7ea
|
hCaptcha support
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
608daa9ac2
|
Cloudflare Turnstile support
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
764069b6bc
|
Render reCAPTCHA challenge on the registration form
|
2024-05-15 09:38:10 +02:00 |
|
Quentin Gliech
|
a85cdab624
|
Always show the primary email first
This loads the primary email with the page, reducing the number of
requests before displaying it, and reducing the layout shifts
|
2024-05-14 17:32:06 +02:00 |
|
Quentin Gliech
|
431ba0c429
|
Add a few words on what MAS is at the beginning of the documentation
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
1a33716f6b
|
Apply typos corrections from review
Co-authored-by: Will Lewis <1543626+wrjlewis@users.noreply.github.com>
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
6df839b8c8
|
Clarify what authz as a user means for the urn:mas:graphql:* scope
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
6993b1db14
|
Add missing documentation for some configuration parameters
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
764d301a03
|
Rework the docuemntation overview
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
99fddddb54
|
Document part of the GraphQL API and the scopes used by MAS
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
8576dfa3ee
|
Explain what the different grants and sessions are
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
e83f0ced4b
|
Write about the policy engine
|
2024-05-14 10:44:41 +02:00 |
|
Quentin Gliech
|
34a7d185a3
|
docs: Rename the "usage" section to "reference"
|
2024-05-14 10:44:41 +02:00 |
|
dependabot[bot]
|
2dd9982ff1
|
build(deps): bump the tanstack-router group in /frontend with 2 updates
Bumps the tanstack-router group in /frontend with 2 updates: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools).
Updates `@tanstack/react-router` from 1.31.26 to 1.31.27
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.27/packages/react-router)
Updates `@tanstack/router-devtools` from 1.31.26 to 1.31.27
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.27/packages/router-devtools)
---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: tanstack-router
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 22:20:03 +02:00 |
|
dependabot[bot]
|
8d2ecd9521
|
build(deps): bump i18next in /frontend in the i18next group
Bumps the i18next group in /frontend with 1 update: [i18next](https://github.com/i18next/i18next).
Updates `i18next` from 23.11.3 to 23.11.4
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.11.3...v23.11.4)
---
updated-dependencies:
- dependency-name: i18next
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: i18next
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 21:51:43 +02:00 |
|
dependabot[bot]
|
671b62068d
|
build(deps): bump the urql group in /frontend with 4 updates
Bumps the urql group in /frontend with 4 updates: [@urql/exchange-graphcache](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/graphcache), [@urql/exchange-refocus](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/refocus), [@urql/exchange-request-policy](https://github.com/urql-graphql/urql/tree/HEAD/exchanges/request-policy) and [urql](https://github.com/urql-graphql/urql/tree/HEAD/packages/react-urql).
Updates `@urql/exchange-graphcache` from 7.0.2 to 7.1.0
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/graphcache/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-graphcache@7.1.0/exchanges/graphcache)
Updates `@urql/exchange-refocus` from 1.0.2 to 1.1.0
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/refocus/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-refocus@1.1.0/exchanges/refocus)
Updates `@urql/exchange-request-policy` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/exchanges/request-policy/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/@urql/exchange-request-policy@1.2.0/exchanges/request-policy)
Updates `urql` from 4.0.7 to 4.1.0
- [Release notes](https://github.com/urql-graphql/urql/releases)
- [Changelog](https://github.com/urql-graphql/urql/blob/main/packages/react-urql/CHANGELOG.md)
- [Commits](https://github.com/urql-graphql/urql/commits/urql@4.1.0/packages/react-urql)
---
updated-dependencies:
- dependency-name: "@urql/exchange-graphcache"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: urql
- dependency-name: "@urql/exchange-refocus"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: urql
- dependency-name: "@urql/exchange-request-policy"
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: urql
- dependency-name: urql
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: urql
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 21:51:19 +02:00 |
|
Quentin Gliech
|
7182b8120b
|
Make the consent screens (almost completely) translatable
One exception is the wording for the privacy policy/TOS, because it's
annoying to do with the conditionals.
|
2024-05-10 14:49:54 +02:00 |
|
dependabot[bot]
|
9925e9f48c
|
build(deps): bump zod from 3.23.6 to 3.23.8 in /frontend
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.6 to 3.23.8.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.6...v3.23.8)
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:35:25 +02:00 |
|
dependabot[bot]
|
88e44b3bbd
|
build(deps): bump the tanstack-router group across 1 directory with 2 updates
Bumps the tanstack-router group with 2 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router) and [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools).
Updates `@tanstack/react-router` from 1.31.20 to 1.31.26
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.26/packages/react-router)
Updates `@tanstack/router-devtools` from 1.31.20 to 1.31.26
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.26/packages/router-devtools)
---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: tanstack-router
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:23:10 +02:00 |
|
dependabot[bot]
|
7e69f3e6af
|
build(deps): bump vaul from 0.9.0 to 0.9.1 in /frontend
Bumps [vaul](https://github.com/emilkowalski/vaul) from 0.9.0 to 0.9.1.
- [Release notes](https://github.com/emilkowalski/vaul/releases)
- [Commits](https://github.com/emilkowalski/vaul/compare/v0.9.0...v0.9.1)
---
updated-dependencies:
- dependency-name: vaul
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:22:15 +02:00 |
|
dependabot[bot]
|
005ed18f00
|
build(deps): bump @vector-im/compound-web in /frontend
Bumps [@vector-im/compound-web](https://github.com/vector-im/compound-web) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/vector-im/compound-web/releases)
- [Commits](https://github.com/vector-im/compound-web/compare/v4.1.2...v4.2.0)
---
updated-dependencies:
- dependency-name: "@vector-im/compound-web"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:21:50 +02:00 |
|
dependabot[bot]
|
1606208de5
|
build(deps): bump wasmtime from 20.0.1 to 20.0.2
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 20.0.1 to 20.0.2.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v20.0.1...v20.0.2)
---
updated-dependencies:
- dependency-name: wasmtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:20:37 +02:00 |
|
dependabot[bot]
|
562c9c7abe
|
build(deps): bump rustls-pki-types from 1.5.0 to 1.7.0
Bumps [rustls-pki-types](https://github.com/rustls/pki-types) from 1.5.0 to 1.7.0.
- [Release notes](https://github.com/rustls/pki-types/releases)
- [Commits](https://github.com/rustls/pki-types/compare/v/1.5.0...v/1.7.0)
---
updated-dependencies:
- dependency-name: rustls-pki-types
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:20:28 +02:00 |
|
dependabot[bot]
|
b3602dabd9
|
build(deps): bump serde_json from 1.0.116 to 1.0.117
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.116...v1.0.117)
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:20:22 +02:00 |
|
dependabot[bot]
|
c794b68d1c
|
build(deps): bump psl from 2.1.36 to 2.1.37
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.36 to 2.1.37.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.36...v2.1.37)
---
updated-dependencies:
- dependency-name: psl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-10 10:20:16 +02:00 |
|
Quentin Gliech
|
d37109c0be
|
Skip the device code form when using the full verification URI
This changes the form to use a GET method, as it is only really doing
a redirect.
|
2024-05-07 12:19:10 +02:00 |
|
dependabot[bot]
|
f27d016787
|
build(deps): bump thiserror from 1.0.59 to 1.0.60
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.59 to 1.0.60.
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.59...1.0.60)
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 08:21:08 +02:00 |
|
dependabot[bot]
|
05e041bdb0
|
build(deps): bump schemars from 0.8.17 to 0.8.19
Bumps [schemars](https://github.com/GREsau/schemars) from 0.8.17 to 0.8.19.
- [Release notes](https://github.com/GREsau/schemars/releases)
- [Changelog](https://github.com/GREsau/schemars/blob/master/CHANGELOG.md)
- [Commits](https://github.com/GREsau/schemars/compare/v0.8.17...v0.8.19)
---
updated-dependencies:
- dependency-name: schemars
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 08:20:17 +02:00 |
|
dependabot[bot]
|
d4db593bf5
|
build(deps-dev): bump happy-dom from 14.7.1 to 14.10.1 in /frontend
Bumps [happy-dom](https://github.com/capricorn86/happy-dom) from 14.7.1 to 14.10.1.
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](https://github.com/capricorn86/happy-dom/compare/v14.7.1...v14.10.1)
---
updated-dependencies:
- dependency-name: happy-dom
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 08:15:13 +02:00 |
|
dependabot[bot]
|
dce14e454f
|
build(deps-dev): bump @types/node in /frontend in the types group
Bumps the types group in /frontend with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node).
Updates `@types/node` from 20.12.8 to 20.12.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: types
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 08:14:53 +02:00 |
|
dependabot[bot]
|
b8b3ccbf1d
|
build(deps): bump the tanstack-router group across 1 directory with 3 updates
Bumps the tanstack-router group with 3 updates in the /frontend directory: [@tanstack/react-router](https://github.com/TanStack/router/tree/HEAD/packages/react-router), [@tanstack/router-devtools](https://github.com/TanStack/router/tree/HEAD/packages/router-devtools) and [@tanstack/router-vite-plugin](https://github.com/TanStack/router/tree/HEAD/packages/router-vite-plugin).
Updates `@tanstack/react-router` from 1.31.6 to 1.31.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.20/packages/react-router)
Updates `@tanstack/router-devtools` from 1.31.6 to 1.31.20
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.20/packages/router-devtools)
Updates `@tanstack/router-vite-plugin` from 1.30.0 to 1.31.18
- [Release notes](https://github.com/TanStack/router/releases)
- [Commits](https://github.com/TanStack/router/commits/v1.31.18/packages/router-vite-plugin)
---
updated-dependencies:
- dependency-name: "@tanstack/react-router"
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: tanstack-router
- dependency-name: "@tanstack/router-devtools"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: tanstack-router
- dependency-name: "@tanstack/router-vite-plugin"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: tanstack-router
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:46:56 +02:00 |
|
dependabot[bot]
|
c7c78eaa57
|
build(deps): bump zod from 3.23.5 to 3.23.6 in /frontend
Bumps [zod](https://github.com/colinhacks/zod) from 3.23.5 to 3.23.6.
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.5...v3.23.6)
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:46:36 +02:00 |
|
dependabot[bot]
|
4f91dd7ba5
|
build(deps-dev): bump the vitest group in /frontend with 2 updates
Bumps the vitest group in /frontend with 2 updates: [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest).
Updates `@vitest/coverage-v8` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/coverage-v8)
Updates `vitest` from 1.5.3 to 1.6.0
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.0/packages/vitest)
---
updated-dependencies:
- dependency-name: "@vitest/coverage-v8"
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: vitest
- dependency-name: vitest
dependency-type: direct:development
update-type: version-update:semver-minor
dependency-group: vitest
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:35:49 +02:00 |
|
dependabot[bot]
|
04db4d7320
|
build(deps): bump zod in /tools/syn2mas in the production group
Bumps the production group in /tools/syn2mas with 1 update: [zod](https://github.com/colinhacks/zod).
Updates `zod` from 3.23.4 to 3.23.6
- [Release notes](https://github.com/colinhacks/zod/releases)
- [Changelog](https://github.com/colinhacks/zod/blob/master/CHANGELOG.md)
- [Commits](https://github.com/colinhacks/zod/compare/v3.23.4...v3.23.6)
---
updated-dependencies:
- dependency-name: zod
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:35:29 +02:00 |
|
dependabot[bot]
|
390e289d54
|
build(deps): bump actions/checkout from 4.1.4 to 4.1.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.1.4...v4.1.5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:34:57 +02:00 |
|
dependabot[bot]
|
a73ebae12a
|
build(deps-dev): bump the storybook group in /frontend with 4 updates
Bumps the storybook group in /frontend with 4 updates: [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials), [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react), [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/react-vite) and [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli).
Updates `@storybook/addon-essentials` from 8.0.9 to 8.0.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.0.10/code/addons/essentials)
Updates `@storybook/react` from 8.0.9 to 8.0.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.0.10/code/renderers/react)
Updates `@storybook/react-vite` from 8.0.9 to 8.0.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.0.10/code/frameworks/react-vite)
Updates `storybook` from 8.0.9 to 8.0.10
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md)
- [Commits](https://github.com/storybookjs/storybook/commits/v8.0.10/code/lib/cli)
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: storybook
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: storybook
- dependency-name: "@storybook/react-vite"
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: storybook
- dependency-name: storybook
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: storybook
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:34:21 +02:00 |
|
dependabot[bot]
|
67489b7599
|
build(deps): bump wasmtime from 20.0.0 to 20.0.1
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 20.0.0 to 20.0.1.
- [Release notes](https://github.com/bytecodealliance/wasmtime/releases)
- [Changelog](https://github.com/bytecodealliance/wasmtime/blob/main/docs/WASI-some-possible-changes.md)
- [Commits](https://github.com/bytecodealliance/wasmtime/compare/v20.0.0...v20.0.1)
---
updated-dependencies:
- dependency-name: wasmtime
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:33:59 +02:00 |
|
dependabot[bot]
|
eb3d4e05b8
|
build(deps): bump anyhow from 1.0.82 to 1.0.83
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.82...1.0.83)
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:33:37 +02:00 |
|
dependabot[bot]
|
3588d88a4a
|
build(deps): bump prometheus from 0.13.3 to 0.13.4
Bumps [prometheus](https://github.com/tikv/rust-prometheus) from 0.13.3 to 0.13.4.
- [Changelog](https://github.com/tikv/rust-prometheus/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tikv/rust-prometheus/compare/v0.13.3...v0.13.4)
---
updated-dependencies:
- dependency-name: prometheus
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:33:05 +02:00 |
|
dependabot[bot]
|
684489d3d6
|
build(deps): bump psl from 2.1.35 to 2.1.36
Bumps [psl](https://github.com/addr-rs/psl) from 2.1.35 to 2.1.36.
- [Release notes](https://github.com/addr-rs/psl/releases)
- [Commits](https://github.com/addr-rs/psl/compare/v2.1.35...v2.1.36)
---
updated-dependencies:
- dependency-name: psl
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2024-05-07 07:32:38 +02:00 |
|