mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
61a30eaa06e2ff88c2463ac2d03045d4e983f23f
234 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
|
|
61a30eaa06 |
Prefer content over description for Item Description (#243)
Until now, we always checked the `description` field of an item first to get our description value. If the `description` field is present we directly used it and never checked the `content` field. Now we are checking the `content` field first and afterwards the `description` field. This way by default the `content` field is used as our description. This should be more common to get the full article text when both fields are present in an RSS feed. When both fields are present and the `description` field is longer then the `content` field, we will still prefer the `description` field. |
||
|
|
a9b4bef96f |
Update Deno Version to 1.45.2 (#242)
* Update Deno Version to 1.45.2
Update Deno Version in the Docker image to version 1.45.2 and update the
`@supabase/supabase-js` dependency specified in the `import_map.json`
file.
**NOTES:**
- The current recommended approach for managing dependencies is using a
`deno.json` file, which is currently not working locally and returns
the following error:
```
serving the request with supabase/functions/add-or-update-source-v1
worker boot error: failed to create the graph: Relative import path "@supabase/supabase-js" not prefixed with / or ./ or ../
at file:///Users/ricoberger/Documents/GitHub/feeddeck/feeddeck/supabase/functions/add-or-update-source-v1/index.ts:1:30
worker boot error: failed to create the graph: Relative import path "@supabase/supabase-js" not prefixed with / or ./ or ../
at file:///Users/ricoberger/Documents/GitHub/feeddeck/feeddeck/supabase/functions/add-or-update-source-v1/index.ts:1:30
InvalidWorkerCreation: worker boot error: failed to create the graph: Relative import path "@supabase/supabase-js" not prefixed with / or ./ or ../
at file:///Users/ricoberger/Documents/GitHub/feeddeck/feeddeck/supabase/functions/add-or-update-source-v1/index.ts:1:30
at async UserWorker.create (ext:sb_user_workers/user_workers.js:139:15)
at async Object.handler (file:///root/index.ts:157:22)
at async respond (ext:sb_core_main_js/js/http.js:197:14) {
name: "InvalidWorkerCreation"
}
```
- When using Deno v2 the dependencies via the `deno.json` file are
working. To enable Deno v2 the following must be set in the
`config.toml` file:
```
[edge_runtime]
deno_version = 2
```
- Deno v2 is currently only supported locally, see
https://supabase.com/blog/supabase-edge-functions-deploy-dashboard-deno-2-1#deno-21-preview
- Once Deno v2 is supported in the hosted platform, we should switch
from the `import_map.json` to `deno.json` to manage dependencies and
update the existing dependencies.
* Fix Errors
- Replace `err.toString()` with just `err` when logging errors.
- Add new `blobToFile` function, to upload files to the Supabase
storage, otherwise we receive the following error (https://github.com/feeddeck/feeddeck/actions/runs/14546547197/job/40812707871):
```
error: TS2345 [ERROR]: Argument of type 'Blob' is not assignable to parameter of type 'FileBody'.
Type 'Blob' is missing the following properties from type 'File': lastModified, name, webkitRelativePath
file,
~~~~
at file:///home/runner/work/feeddeck/feeddeck/supabase/functions/_shared/feed/utils/uploadFile.ts:66:9
```
|
||
|
|
4e0296e226 | Update Flutter Version to 3.29.3 (#241) | ||
|
|
f4c755e131 |
Bump @types/node from 22.13.14 to 22.13.16 in /landing in the npm group (#237)
Bumps the npm group in /landing with 1 update: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `@types/node` from 22.13.14 to 22.13.16 - [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:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
ad0d214528 | Update Flutter Version to 3.29.2 (#236) | ||
|
|
965c647b07 |
Bump the pub group in /app with 2 updates (#233)
* Bump the pub group in /app with 2 updates Bumps the pub group in /app with 2 updates: [piped_client](https://github.com/KRTirtho/piped_client) and [purchases_flutter](https://github.com/RevenueCat/purchases-flutter). Updates `piped_client` from 0.1.1 to 0.1.2 - [Changelog](https://github.com/KRTirtho/piped_client/blob/main/CHANGELOG.md) - [Commits](https://github.com/KRTirtho/piped_client/commits) Updates `purchases_flutter` from 8.6.0 to 8.6.1 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/8.6.0...8.6.1) --- updated-dependencies: - dependency-name: piped_client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Podfile.lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
2094b36384 |
Bump the npm group across 1 directory with 10 updates (#235)
Bumps the npm group with 9 updates in the /landing directory: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.9` | `4.0.17` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.8` | `22.13.14` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.20` | `10.4.21` | | [eslint](https://github.com/eslint/eslint) | `9.21.0` | `9.23.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.2.0` | `15.2.4` | | [next](https://github.com/vercel/next.js) | `15.2.3` | `15.2.4` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `19.0.0` | `19.1.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.10` | `19.0.12` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `19.0.0` | `19.1.0` | Updates `@tailwindcss/postcss` from 4.0.9 to 4.0.17 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.17/packages/@tailwindcss-postcss) Updates `@types/node` from 22.13.8 to 22.13.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `autoprefixer` from 10.4.20 to 10.4.21 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.20...10.4.21) Updates `eslint` from 9.21.0 to 9.23.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.21.0...v9.23.0) Updates `eslint-config-next` from 15.2.0 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.4/packages/eslint-config-next) Updates `next` from 15.2.3 to 15.2.4 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.2.3...v15.2.4) Updates `react` from 19.0.0 to 19.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react) Updates `@types/react` from 19.0.10 to 19.0.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 19.0.0 to 19.1.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.1.0/packages/react-dom) Updates `tailwindcss` from 4.0.9 to 4.0.17 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.17/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
394e64d26b |
Bump next from 15.2.0 to 15.2.3 in /landing (#234)
Bumps [next](https://github.com/vercel/next.js) from 15.2.0 to 15.2.3. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.2.0...v15.2.3) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a7c134e53c |
Bump the npm group in /supabase/email-templates (#230)
* Bump @babel/helpers from 7.25.0 to 7.26.10 in /supabase/email-templates Bumps [@babel/helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-helpers) from 7.25.0 to 7.26.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-helpers) --- updated-dependencies: - dependency-name: "@babel/helpers" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update Dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
6cc79ef8c6 | Fix Typo in GitHub Action | ||
|
|
842c78bf1d |
Maintenance: GitHub Actions (#231)
- Use `docker/metadata-action` GitHub Action to determine the tag for Docker images - Add `changelog: changed` label to Dependabot PRs - Adjust `version-resolver` for Release Drafter to use `patch` versions for PRs with `changelog: changed` label |
||
|
|
0218342f46 |
Bump the pub group in /app with 9 updates (#225)
* Bump the pub group in /app with 9 updates Bumps the pub group in /app with 9 updates: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `6.3.3` | `6.4.0` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.4` | `2.4.5` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.44` | `0.9.46` | | [just_audio_background](https://github.com/ryanheise/just_audio) | `0.0.1-beta.14` | `0.0.1-beta.15` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.1.4` | `8.3.0` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `8.4.4` | `8.6.0` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.5.1` | `2.5.2` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.8.3` | `2.8.4` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.3.6` | `2.3.10` | Updates `app_links` from 6.3.3 to 6.4.0 - [Release notes](https://github.com/llfbandit/app_links/releases) - [Commits](https://github.com/llfbandit/app_links/commits) Updates `flutter_native_splash` from 2.4.4 to 2.4.5 - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonbhanson/flutter_native_splash/compare/v2.4.4...v2.4.5) Updates `just_audio` from 0.9.44 to 0.9.46 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.44...just_audio-v0.9.46) Updates `just_audio_background` from 0.0.1-beta.14 to 0.0.1-beta.15 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/compare/just_audio_background-v0.0.1-beta.14...just_audio_background-v0.0.1-beta.15) Updates `package_info_plus` from 8.1.4 to 8.3.0 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.3.0/packages/package_info_plus) Updates `purchases_flutter` from 8.4.4 to 8.6.0 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/8.4.4...8.6.0) Updates `shared_preferences` from 2.5.1 to 2.5.2 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.2/packages/shared_preferences) Updates `supabase_flutter` from 2.8.3 to 2.8.4 - [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.8.4/packages) Updates `youtube_explode_dart` from 2.3.6 to 2.3.10 - [Release notes](https://github.com/Hexer10/youtube_explode_dart/releases) - [Changelog](https://github.com/Hexer10/youtube_explode_dart/blob/v2.3.10/CHANGELOG.md) - [Commits](https://github.com/Hexer10/youtube_explode_dart/compare/v2.3.6...v2.3.10) --- updated-dependencies: - dependency-name: app_links dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio_background dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: supabase_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: youtube_explode_dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Podfile.lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
432118ae47 |
Bump the npm group in /landing with 10 updates (#224)
Bumps the npm group in /landing with 10 updates: | Package | From | To | | --- | --- | --- | | [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss) | `4.0.3` | `4.0.9` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.13.0` | `22.13.8` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.0.8` | `19.0.10` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.0.3` | `19.0.4` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.21.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.1.6` | `15.2.0` | | [next](https://github.com/vercel/next.js) | `15.1.6` | `15.2.0` | | [postcss](https://github.com/postcss/postcss) | `8.5.1` | `8.5.3` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `4.0.3` | `4.0.9` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.3` | `5.8.2` | Updates `@tailwindcss/postcss` from 4.0.3 to 4.0.9 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.9/packages/@tailwindcss-postcss) Updates `@types/node` from 22.13.0 to 22.13.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 19.0.8 to 19.0.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 19.0.3 to 19.0.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `eslint` from 9.19.0 to 9.21.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.19.0...v9.21.0) Updates `eslint-config-next` from 15.1.6 to 15.2.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.2.0/packages/eslint-config-next) Updates `next` from 15.1.6 to 15.2.0 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.1.6...v15.2.0) Updates `postcss` from 8.5.1 to 8.5.3 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.5.1...8.5.3) Updates `tailwindcss` from 4.0.3 to 4.0.9 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.9/packages/tailwindcss) Updates `typescript` from 5.7.3 to 5.8.2 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.3...v5.8.2) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
f481f2ceb9 | Update Flutter Version to 3.29.0 (#223) | ||
|
|
d768b0ffdf |
Bump the pub group in /app with 8 updates (#222)
* Bump the pub group in /app with 8 updates Bumps the pub group in /app with 8 updates: | Package | From | To | | --- | --- | --- | | [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.2` | `0.14.3` | | [flutter_markdown](https://github.com/flutter/packages/tree/main/packages) | `0.7.4+1` | `0.7.6` | | [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.2.2` | `1.3.0` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.42` | `0.9.44` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.1.2` | `8.1.4` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `8.4.0` | `8.4.4` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.3.4` | `2.5.1` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.8.2` | `2.8.3` | Updates `flutter_launcher_icons` from 0.14.2 to 0.14.3 - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/commits) Updates `flutter_markdown` from 0.7.4+1 to 0.7.6 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_markdown-v0.7.6/packages) Updates `http` from 1.2.2 to 1.3.0 - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.3.0/pkgs) Updates `just_audio` from 0.9.42 to 0.9.44 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.42...just_audio-v0.9.44) Updates `package_info_plus` from 8.1.2 to 8.1.4 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.1.4/packages/package_info_plus) Updates `purchases_flutter` from 8.4.0 to 8.4.4 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/8.4.0...8.4.4) Updates `shared_preferences` from 2.3.4 to 2.5.1 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.5.1/packages/shared_preferences) Updates `supabase_flutter` from 2.8.2 to 2.8.3 - [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-flutter/commits/gotrue-v2.8.3/packages) --- updated-dependencies: - dependency-name: flutter_launcher_icons dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: flutter_markdown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: just_audio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: supabase_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Podfile.lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
a0229d8ece |
Bump the npm group in /landing with 3 updates (#221)
Bumps the npm group in /landing with 3 updates: [@tailwindcss/postcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/@tailwindcss-postcss), [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss). Updates `@tailwindcss/postcss` from 4.0.0 to 4.0.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/@tailwindcss-postcss) Updates `@types/node` from 22.10.10 to 22.13.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `tailwindcss` from 4.0.0 to 4.0.3 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.3/packages/tailwindcss) --- updated-dependencies: - dependency-name: "@tailwindcss/postcss" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
50ad24a7bc | Update License | ||
|
|
76854e72df | Update Landing Page (#220) | ||
|
|
88bbb9f56f |
Bump the npm group across 1 directory with 11 updates (#219)
Bumps the npm group with 11 updates in the /landing directory: | Package | From | To | | --- | --- | --- | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.0` | `22.10.10` | | [eslint](https://github.com/eslint/eslint) | `9.14.0` | `9.19.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `15.0.3` | `15.1.6` | | [next](https://github.com/vercel/next.js) | `15.1.2` | `15.1.6` | | [postcss](https://github.com/postcss/postcss) | `8.4.47` | `8.5.1` | | [react](https://github.com/facebook/react/tree/HEAD/packages/react) | `18.3.1` | `19.0.0` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.12` | `19.0.8` | | [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | `18.3.1` | `19.0.0` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.1` | `19.0.3` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss/tree/HEAD/packages/tailwindcss) | `3.4.14` | `4.0.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.3` | Updates `@types/node` from 22.9.0 to 22.10.10 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.14.0 to 9.19.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.14.0...v9.19.0) Updates `eslint-config-next` from 15.0.3 to 15.1.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.1.6/packages/eslint-config-next) Updates `next` from 15.1.2 to 15.1.6 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.1.2...v15.1.6) Updates `postcss` from 8.4.47 to 8.5.1 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.47...8.5.1) Updates `react` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react) Updates `@types/react` from 18.3.12 to 19.0.8 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `react-dom` from 18.3.1 to 19.0.0 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom) Updates `@types/react-dom` from 18.3.1 to 19.0.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `tailwindcss` from 3.4.14 to 4.0.0 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/next/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/commits/v4.0.0/packages/tailwindcss) Updates `typescript` from 5.6.3 to 5.7.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.7.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: react dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: react-dom dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
fb97f818b3 |
Bump cross-spawn from 7.0.3 to 7.0.6 in /landing (#208)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
2e3110e298 |
Bump nanoid from 3.3.7 to 3.3.8 in /landing (#211)
Bumps [nanoid](https://github.com/ai/nanoid) from 3.3.7 to 3.3.8. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a167d94165 |
Bump next and react-email in /supabase/email-templates (#218)
* Bump next and react-email in /supabase/email-templates Removes [next](https://github.com/vercel/next.js). It's no longer used after updating ancestor dependency [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). These dependencies need to be updated together. Removes `next` Updates `react-email` from 3.0.4 to 3.0.6 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@3.0.6/packages/react-email) --- updated-dependencies: - dependency-name: next dependency-type: indirect - dependency-name: react-email dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update Dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
614a1b9ab9 |
Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in /landing (#206)
Bumps [@eslint/plugin-kit](https://github.com/eslint/rewrite) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/eslint/rewrite/releases) - [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json) - [Commits](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.2...plugin-kit-v0.2.3) --- updated-dependencies: - dependency-name: "@eslint/plugin-kit" dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
8f2008a179 |
Bump the pub group across 1 directory with 11 updates (#215)
* Bump the pub group across 1 directory with 11 updates Bumps the pub group with 10 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `6.3.2` | `6.3.3` | | [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.14.1` | `0.14.2` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.2` | `2.4.4` | | [just_audio_background](https://github.com/ryanheise/just_audio) | `0.0.1-beta.13` | `0.0.1-beta.14` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.1.1` | `8.1.2` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `8.2.1` | `8.4.0` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.3.3` | `2.3.4` | | [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `6.1.3` | `6.1.4` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.8.0` | `2.8.2` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.3.5` | `2.3.6` | Updates `app_links` from 6.3.2 to 6.3.3 - [Release notes](https://github.com/llfbandit/app_links/releases) - [Commits](https://github.com/llfbandit/app_links/compare/6.3.2...6.3.3) Updates `collection` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/collection-v1.19.0/pkgs) Updates `flutter_launcher_icons` from 0.14.1 to 0.14.2 - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.14.1...v0.14.2) Updates `flutter_native_splash` from 2.4.2 to 2.4.4 - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonbhanson/flutter_native_splash/compare/v2.4.2...v2.4.4) Updates `just_audio_background` from 0.0.1-beta.13 to 0.0.1-beta.14 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/compare/just_audio_background-v0.0.1-beta.13...just_audio_background-v0.0.1-beta.14) Updates `package_info_plus` from 8.1.1 to 8.1.2 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.1.2/packages/package_info_plus) Updates `purchases_flutter` from 8.2.1 to 8.4.0 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/8.2.1...8.4.0) Updates `shared_preferences` from 2.3.3 to 2.3.4 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.4/packages/shared_preferences) Updates `sign_in_with_apple` from 6.1.3 to 6.1.4 - [Release notes](https://github.com/aboutyou/dart_packages/releases) - [Commits](https://github.com/aboutyou/dart_packages/commits) Updates `supabase_flutter` from 2.8.0 to 2.8.2 - [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-flutter/commits/gotrue-v2.8.2/packages) Updates `youtube_explode_dart` from 2.3.5 to 2.3.6 - [Release notes](https://github.com/Hexer10/youtube_explode_dart/releases) - [Changelog](https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Hexer10/youtube_explode_dart/compare/v2.3.5...v2.3.6) --- updated-dependencies: - dependency-name: app_links dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: collection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: flutter_launcher_icons dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio_background dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: sign_in_with_apple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: supabase_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: youtube_explode_dart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Flutter Version to 3.27.3 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
0cc98b85b1 |
Bump next from 15.0.3 to 15.1.2 in /landing (#216)
Bumps [next](https://github.com/vercel/next.js) from 15.0.3 to 15.1.2. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.0.3...v15.1.2) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
b34497a6bc |
Bump next and react-email in /supabase/email-templates (#213)
* Bump next and react-email in /supabase/email-templates Removes [next](https://github.com/vercel/next.js). It's no longer used after updating ancestor dependency [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). These dependencies need to be updated together. Removes `next` Updates `react-email` from 3.0.2 to 3.0.4 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@3.0.4/packages/react-email) --- updated-dependencies: - dependency-name: next dependency-type: indirect - dependency-name: react-email dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update Dependencies --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
504b88510c |
Bump the pub group in /app with 3 updates (#205)
* Bump the pub group in /app with 3 updates Bumps the pub group in /app with 3 updates: [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus), [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) and [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences). Updates `package_info_plus` from 8.1.0 to 8.1.1 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/HEAD/packages/package_info_plus) Updates `purchases_flutter` from 8.1.6 to 8.2.1 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/8.1.6...8.2.1) Updates `shared_preferences` from 2.3.2 to 2.3.3 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.3/packages/shared_preferences) --- updated-dependencies: - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Flutter Version to 3.24.4 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
481b5c6490 |
Bump the npm group in /landing with 4 updates (#204)
Bumps the npm group in /landing with 4 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [next](https://github.com/vercel/next.js). Updates `@types/node` from 22.8.6 to 22.9.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.13.0 to 9.14.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v9.13.0...v9.14.0) Updates `eslint-config-next` from 15.0.2 to 15.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.0.3/packages/eslint-config-next) Updates `next` from 15.0.2 to 15.0.3 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.0.2...v15.0.3) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
10278aefbb | Update Dependabot Configuration | ||
|
|
9117344e82 |
Bump cookie and react-email in /supabase/email-templates (#203)
* Bump cookie and react-email in /supabase/email-templates Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates ancestor dependency [react-email](https://github.com/resend/react-email/tree/HEAD/packages/react-email). These dependencies need to be updated together. Updates `cookie` from 0.4.2 to 0.7.2 - [Release notes](https://github.com/jshttp/cookie/releases) - [Commits](https://github.com/jshttp/cookie/compare/v0.4.2...v0.7.2) Updates `react-email` from 2.1.6 to 3.0.2 - [Release notes](https://github.com/resend/react-email/releases) - [Changelog](https://github.com/resend/react-email/blob/canary/packages/react-email/CHANGELOG.md) - [Commits](https://github.com/resend/react-email/commits/react-email@3.0.2/packages/react-email) --- updated-dependencies: - dependency-name: cookie dependency-type: indirect - dependency-name: react-email dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Update react-email --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
bb4a380a7c |
Bump the pub group across 1 directory with 24 updates (#199)
* Bump the pub group across 1 directory with 24 updates Bumps the pub group with 20 updates in the /app directory: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `6.1.4` | `6.3.2` | | [cached_network_image](https://github.com/Baseflow/flutter_cached_network_image) | `3.4.0` | `3.4.1` | | [crypto](https://github.com/dart-lang/core/tree/main/pkgs) | `3.0.3` | `3.0.6` | | [flutter_launcher_icons](https://github.com/fluttercommunity/flutter_launcher_icons) | `0.13.1` | `0.14.1` | | [flutter_lints](https://github.com/flutter/packages/tree/main/packages) | `4.0.0` | `5.0.0` | | [flutter_markdown](https://github.com/flutter/packages/tree/main/packages) | `0.7.3+1` | `0.7.4+1` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.1` | `2.4.2` | | [html](https://github.com/dart-lang/tools/tree/main/pkgs) | `0.15.4` | `0.15.5` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.39` | `0.9.42` | | [just_audio_media_kit](https://github.com/Pato05/just_audio_media_kit) | `2.0.5` | `2.0.6` | | [media_kit_libs_video](https://github.com/media-kit/media-kit) | `1.0.4` | `1.0.5` | | [media_kit_video](https://github.com/media-kit/media-kit) | `1.2.4` | `1.2.5` | | [msix](https://github.com/YehudaKremer/msix) | `3.16.7` | `3.16.8` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `6.30.2` | `8.1.6` | | [rxdart](https://github.com/ReactiveX/rxdart) | `0.27.7` | `0.28.0` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.3.1` | `2.3.2` | | [sign_in_with_apple](https://github.com/aboutyou/dart_packages) | `6.1.1` | `6.1.3` | | [url_launcher](https://github.com/flutter/packages/tree/main/packages/url_launcher) | `6.3.0` | `6.3.1` | | [window_manager](https://github.com/leanflutter/window_manager) | `0.3.9` | `0.4.3` | | [youtube_explode_dart](https://github.com/Hexer10/youtube_explode_dart) | `2.2.1` | `2.3.5` | Updates `app_links` from 6.1.4 to 6.3.2 - [Release notes](https://github.com/llfbandit/app_links/releases) - [Commits](https://github.com/llfbandit/app_links/compare/6.1.4...6.3.2) Updates `cached_network_image` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/Baseflow/flutter_cached_network_image/releases) - [Commits](https://github.com/Baseflow/flutter_cached_network_image/compare/v3.4.0...v3.4.1) Updates `crypto` from 3.0.3 to 3.0.6 - [Release notes](https://github.com/dart-lang/core/releases) - [Commits](https://github.com/dart-lang/core/commits/crypto-v3.0.6/pkgs) Updates `flutter_cache_manager` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/Baseflow/flutter_cache_manager/releases) - [Commits](https://github.com/Baseflow/flutter_cache_manager/compare/v3.4.0...v3.4.1) Updates `flutter_launcher_icons` from 0.13.1 to 0.14.1 - [Release notes](https://github.com/fluttercommunity/flutter_launcher_icons/releases) - [Changelog](https://github.com/fluttercommunity/flutter_launcher_icons/blob/master/CHANGELOG.md) - [Commits](https://github.com/fluttercommunity/flutter_launcher_icons/compare/v0.13.1...v0.14.1) Updates `flutter_lints` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_lints-v5.0.0/packages) Updates `flutter_markdown` from 0.7.3+1 to 0.7.4+1 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/flutter_markdown-v0.7.4/packages) Updates `flutter_native_splash` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonbhanson/flutter_native_splash/commits/v2.4.2) Updates `html` from 0.15.4 to 0.15.5 - [Release notes](https://github.com/dart-lang/tools/releases) - [Commits](https://github.com/dart-lang/tools/commits/html-v0.15.5/pkgs) Updates `just_audio` from 0.9.39 to 0.9.42 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/commits) Updates `just_audio_media_kit` from 2.0.5 to 2.0.6 - [Changelog](https://github.com/Pato05/just_audio_media_kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Pato05/just_audio_media_kit/compare/v2.0.5...v2.0.6) Updates `media_kit` from 1.1.10+1 to 1.1.11 - [Release notes](https://github.com/media-kit/media-kit/releases) - [Commits](https://github.com/media-kit/media-kit/commits) Updates `media_kit_libs_video` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/media-kit/media-kit/releases) - [Commits](https://github.com/media-kit/media-kit/compare/media_kit_libs_ios_audio-v1.0.4...media_kit_libs_ios_audio-v1.0.5) Updates `media_kit_video` from 1.2.4 to 1.2.5 - [Release notes](https://github.com/media-kit/media-kit/releases) - [Commits](https://github.com/media-kit/media-kit/commits) Updates `msix` from 3.16.7 to 3.16.8 - [Release notes](https://github.com/YehudaKremer/msix/releases) - [Changelog](https://github.com/YehudaKremer/msix/blob/main/CHANGELOG.md) - [Commits](https://github.com/YehudaKremer/msix/compare/v3.16.7...v3.16.8) Updates `package_info_plus` from 8.0.1 to 8.1.0 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.1.0/packages/package_info_plus) Updates `purchases_flutter` from 6.30.2 to 8.1.6 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/6.30.2...8.1.6) Updates `rxdart` from 0.27.7 to 0.28.0 - [Release notes](https://github.com/ReactiveX/rxdart/releases) - [Commits](https://github.com/ReactiveX/rxdart/compare/0.27.7...0.28.0) Updates `shared_preferences` from 2.3.1 to 2.3.2 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.2/packages/shared_preferences) Updates `sign_in_with_apple` from 6.1.1 to 6.1.3 - [Release notes](https://github.com/aboutyou/dart_packages/releases) - [Commits](https://github.com/aboutyou/dart_packages/commits) Updates `supabase_flutter` from 2.5.11 to 2.8.0 - [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.8.0/packages) Updates `url_launcher` from 6.3.0 to 6.3.1 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/url_launcher-v6.3.1/packages/url_launcher) Updates `window_manager` from 0.3.9 to 0.4.3 - [Release notes](https://github.com/leanflutter/window_manager/releases) - [Commits](https://github.com/leanflutter/window_manager/commits) Updates `youtube_explode_dart` from 2.2.1 to 2.3.5 - [Release notes](https://github.com/Hexer10/youtube_explode_dart/releases) - [Changelog](https://github.com/Hexer10/youtube_explode_dart/blob/master/CHANGELOG.md) - [Commits](https://github.com/Hexer10/youtube_explode_dart/compare/v2.2.1...v2.3.5) --- updated-dependencies: - dependency-name: app_links dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: cached_network_image dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: crypto dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: flutter_cache_manager dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: flutter_launcher_icons dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: flutter_lints dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub - dependency-name: flutter_markdown dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: html dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio_media_kit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: media_kit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: media_kit_libs_video dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: media_kit_video dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: msix dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-major dependency-group: pub - dependency-name: rxdart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: sign_in_with_apple dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: supabase_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: url_launcher dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: window_manager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: youtube_explode_dart dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update Podfile.lock --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
62ac6d1ade |
Bump micromatch from 4.0.5 to 4.0.8 in /landing (#192)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
22ebd600b9 |
Bump the npm group across 1 directory with 11 updates (#200)
* Bump the npm group across 1 directory with 11 updates Bumps the npm group with 11 updates in the /landing directory: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.2` | `2.2.0` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.0.2` | `22.8.6` | | [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `18.3.3` | `18.3.12` | | [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `18.3.0` | `18.3.1` | | [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.19` | `10.4.20` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.13.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.5` | `15.0.2` | | [next](https://github.com/vercel/next.js) | `14.2.5` | `15.0.2` | | [postcss](https://github.com/postcss/postcss) | `8.4.40` | `8.4.47` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.7` | `3.4.14` | | [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.3` | Updates `@headlessui/react` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/tailwindlabs/headlessui/releases) - [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.2.0/packages/@headlessui-react) Updates `@types/node` from 22.0.2 to 22.8.6 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `@types/react` from 18.3.3 to 18.3.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `@types/react-dom` from 18.3.0 to 18.3.1 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom) Updates `autoprefixer` from 10.4.19 to 10.4.20 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.19...10.4.20) Updates `eslint` from 8.57.0 to 9.13.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.13.0) Updates `eslint-config-next` from 14.2.5 to 15.0.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v15.0.2/packages/eslint-config-next) Updates `next` from 14.2.5 to 15.0.2 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.5...v15.0.2) Updates `postcss` from 8.4.40 to 8.4.47 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.40...8.4.47) Updates `tailwindcss` from 3.4.7 to 3.4.14 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.14/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.7...v3.4.14) Updates `typescript` from 5.5.4 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.5.4...v5.6.3) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: "@types/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/react-dom" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: autoprefixer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Fix Import of Download Component --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
452177f993 |
Bump denoland/setup-deno from 1 to 2 in the github-actions group (#201)
Bumps the github-actions group with 1 update: [denoland/setup-deno](https://github.com/denoland/setup-deno). Updates `denoland/setup-deno` from 1 to 2 - [Release notes](https://github.com/denoland/setup-deno/releases) - [Commits](https://github.com/denoland/setup-deno/compare/v1...v2) --- updated-dependencies: - dependency-name: denoland/setup-deno dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|
|
a6a54ac02e | Update Flutter Version to 3.24.1 (#191) | ||
|
|
96eccb5503 |
[core] Update Flutter to Version 3.24.0 (#189)
Update Flutter to Version 3.24.0 and replace the deprecated `background` and `onBackground` colors with `surface` and `onSurface`. Within this migration we also adjusted the `onSecondary` color, so that the apps look as before the update. |
||
|
|
43a8ebe513 |
[core] Fix App Listing Quality (#188)
Fix the quality of the app listing on Flathub, by adjusting the app summary and changing the app icon. This should fix the following warnings in the "App Listing Quality" report: - App Icon: Doesn't fill too much or too little of the canvas - Summary: No weird formatting or punctuation |
||
|
|
63f7ab7bf6 | Prepare v1.4.1 Release v1.4.1 | ||
|
|
676ff316d7 |
[core] Fix Warnings and Regenerate Splash Screens (#186)
This commit fixes the following warnings for the web build:
```
Warning: In index.html:38: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead.
Warning: In index.html:60: "FlutterLoader.loadEntrypoint" is deprecated. Use "FlutterLoader.load" instead.
```
To re-add the slash screen we alsow run the
`flutter pub run flutter_native_splash:create` command again, which also
updated the splash screens for iOS and Android.
Last but not least this commit also fixes the following warnings for the
Windows build:
```
windows/runner/flutter_window.cpp does not ensure the show window callback is called, updating.
windows/flutter/CMakeLists.txt does not use FLUTTER_TARGET_PLATFORM, updating.
```
|
||
|
|
3eccb0bd4a |
[core] Fix Web Build (#185)
Fix web build be initializing `JustAudioMediaKit` only on Linux and Windows where it is really used. The corresponding issue for the broken web build can be found here https://github.com/Pato05/just_audio_media_kit/issues/15. To test the web build on every PR to avoid such issues, the CI/CD pipeline for the web build is now also run on every PR. On PRs we skip the upload to Cloudflare for the web build. |
||
|
|
351c61f613 |
[core] Fix Metadata for Flatpak (#184)
The Linux version of the app is distributed via Flatpak, this commit fixes some issues shown in the validation on Flathub. This includes the summary and branding color and the app icon which should be square instead of round. |
||
|
|
333e762539 |
[core] Upload Raw Build in Windows CI/CD Pipeline (#183)
Upload the raw build of the app in the Windows CI/CD pipeline, so that we can test the production build during a new release. We also had to adjust the Windows runner to `windows-2019`, because the build on `windows-latest` and `windows-2022` can not be startet after downloading it. |
||
|
|
280a222210 |
[podcast] Fix Audio Playback on Windows and Linux (#182)
Fix the audio playback on Windows and Linux for the podcast player by adding the missing initialization for `JustAudioMediaKit`. |
||
|
|
4853eeb0a8 | Add Verification File for Flathub | ||
|
|
9e9bf01b5b |
Fix Issues in app.feeddeck.feeddeck.metainfo.xml File
|
||
|
|
8989442fc1 | Update Description in README v1.4.0 | ||
|
|
befe5b5977 | Prepare v1.4.0 Release | ||
|
|
11585f284c |
Bump the pub group in /app with 12 updates (#181)
* Bump the pub group in /app with 12 updates Bumps the pub group in /app with 12 updates: | Package | From | To | | --- | --- | --- | | [app_links](https://github.com/llfbandit/app_links) | `6.1.3` | `6.1.4` | | [flutter_cache_manager](https://github.com/Baseflow/flutter_cache_manager) | `3.3.2` | `3.4.0` | | [flutter_native_splash](https://github.com/jonbhanson/flutter_native_splash) | `2.4.0` | `2.4.1` | | [http](https://github.com/dart-lang/http/tree/master/pkgs) | `1.2.1` | `1.2.2` | | [just_audio](https://github.com/ryanheise/just_audio) | `0.9.38` | `0.9.39` | | [just_audio_background](https://github.com/ryanheise/just_audio) | `0.0.1-beta.12` | `0.0.1-beta.13` | | [just_audio_media_kit](https://github.com/Pato05/just_audio_media_kit) | `2.0.4` | `2.0.5` | | [package_info_plus](https://github.com/fluttercommunity/plus_plugins/tree/main/packages/package_info_plus) | `8.0.0` | `8.0.1` | | [purchases_flutter](https://github.com/RevenueCat/purchases-flutter) | `6.29.4` | `6.30.2` | | [shared_preferences](https://github.com/flutter/packages/tree/main/packages/shared_preferences) | `2.2.3` | `2.3.0` | | [supabase_flutter](https://github.com/supabase/supabase-flutter/tree/main/packages) | `2.5.6` | `2.5.11` | | [timeago](https://github.com/andresaraujo/timeago.dart) | `3.6.1` | `3.7.0` | Updates `app_links` from 6.1.3 to 6.1.4 - [Release notes](https://github.com/llfbandit/app_links/releases) - [Commits](https://github.com/llfbandit/app_links/compare/6.1.3...6.1.4) Updates `flutter_cache_manager` from 3.3.2 to 3.4.0 - [Commits](https://github.com/Baseflow/flutter_cache_manager/compare/flutter_cache_manager_v3.3.2...v3.4.0) Updates `flutter_native_splash` from 2.4.0 to 2.4.1 - [Release notes](https://github.com/jonbhanson/flutter_native_splash/releases) - [Changelog](https://github.com/jonbhanson/flutter_native_splash/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonbhanson/flutter_native_splash/commits) Updates `http` from 1.2.1 to 1.2.2 - [Release notes](https://github.com/dart-lang/http/releases) - [Commits](https://github.com/dart-lang/http/commits/http-v1.2.2/pkgs) Updates `just_audio` from 0.9.38 to 0.9.39 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/compare/just_audio-v0.9.38...just_audio-v0.9.39) Updates `just_audio_background` from 0.0.1-beta.12 to 0.0.1-beta.13 - [Release notes](https://github.com/ryanheise/just_audio/releases) - [Commits](https://github.com/ryanheise/just_audio/compare/just_audio_background-v0.0.1-beta.12...just_audio_background-v0.0.1-beta.13) Updates `just_audio_media_kit` from 2.0.4 to 2.0.5 - [Changelog](https://github.com/Pato05/just_audio_media_kit/blob/main/CHANGELOG.md) - [Commits](https://github.com/Pato05/just_audio_media_kit/compare/v2.0.4...v2.0.5) Updates `package_info_plus` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/fluttercommunity/plus_plugins/releases) - [Commits](https://github.com/fluttercommunity/plus_plugins/commits/package_info_plus-v8.0.1/packages/package_info_plus) Updates `purchases_flutter` from 6.29.4 to 6.30.2 - [Release notes](https://github.com/RevenueCat/purchases-flutter/releases) - [Changelog](https://github.com/RevenueCat/purchases-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/RevenueCat/purchases-flutter/compare/6.29.4...6.30.2) Updates `shared_preferences` from 2.2.3 to 2.3.0 - [Release notes](https://github.com/flutter/packages/releases) - [Commits](https://github.com/flutter/packages/commits/shared_preferences-v2.3.0/packages/shared_preferences) Updates `supabase_flutter` from 2.5.6 to 2.5.11 - [Changelog](https://github.com/supabase/supabase-flutter/blob/main/CHANGELOG.md) - [Commits](https://github.com/supabase/supabase-flutter/commits/supabase_flutter-v2.5.11/packages) Updates `timeago` from 3.6.1 to 3.7.0 - [Commits](https://github.com/andresaraujo/timeago.dart/commits) --- updated-dependencies: - dependency-name: app_links dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: flutter_cache_manager dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: flutter_native_splash dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio_background dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: just_audio_media_kit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: package_info_plus dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: purchases_flutter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: shared_preferences dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub - dependency-name: supabase_flutter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pub - dependency-name: timeago dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pub ... Signed-off-by: dependabot[bot] <support@github.com> * Update `Podfile.lock` --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
9503943b71 |
Bump the npm group in /landing with 8 updates (#180)
* Bump the npm group in /landing with 8 updates Bumps the npm group in /landing with 8 updates: | Package | From | To | | --- | --- | --- | | [@headlessui/react](https://github.com/tailwindlabs/headlessui/tree/HEAD/packages/@headlessui-react) | `2.1.1` | `2.1.2` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.14.9` | `22.0.2` | | [eslint](https://github.com/eslint/eslint) | `8.57.0` | `9.8.0` | | [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) | `14.2.4` | `14.2.5` | | [next](https://github.com/vercel/next.js) | `14.2.4` | `14.2.5` | | [postcss](https://github.com/postcss/postcss) | `8.4.39` | `8.4.40` | | [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.4.4` | `3.4.7` | | [typescript](https://github.com/Microsoft/TypeScript) | `5.5.2` | `5.5.4` | Updates `@headlessui/react` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/tailwindlabs/headlessui/releases) - [Changelog](https://github.com/tailwindlabs/headlessui/blob/main/packages/@headlessui-react/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/headlessui/commits/@headlessui/react@v2.1.2/packages/@headlessui-react) Updates `@types/node` from 20.14.9 to 22.0.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 8.57.0 to 9.8.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v8.57.0...v9.8.0) Updates `eslint-config-next` from 14.2.4 to 14.2.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/commits/v14.2.5/packages/eslint-config-next) Updates `next` from 14.2.4 to 14.2.5 - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v14.2.4...v14.2.5) Updates `postcss` from 8.4.39 to 8.4.40 - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.4.39...8.4.40) Updates `tailwindcss` from 3.4.4 to 3.4.7 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.7/CHANGELOG.md) - [Commits](https://github.com/tailwindlabs/tailwindcss/compare/v3.4.4...v3.4.7) Updates `typescript` from 5.5.2 to 5.5.4 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.4) --- updated-dependencies: - dependency-name: "@headlessui/react" dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: "@types/node" dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: eslint-config-next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: next dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: postcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: tailwindcss dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: typescript dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com> * Revert `eslint` Update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: ricoberger <mail@ricoberger.de> |
||
|
|
d38cf80818 | Merge branch 'main' of github.com:feeddeck/feeddeck |