1
0
Files
AstralRinth/apps/labrinth/.prettierignore
Josiah Glosson b23d3e674f Update Rust & Java dependencies (#4540)
* Update Java dependencies

* Baselint lint fixes

* Update Rust version

* Update actix-files 0.6.6 -> 0.6.8

* Update actix-http 3.11.0 -> 3.11.2

* Update actix-rt 2.10.0 -> 2.11.0

* Update async_zip 0.0.17 -> 0.0.18

* Update async-compression 0.4.27 -> 0.4.32

* Update async-trait 0.1.88 -> 0.1.89

* Update async-tungstenite 0.30.0 -> 0.31.0

* Update const_format 0.2.34 -> 0.2.35

* Update bitflags 2.9.1 -> 2.9.4

* Update bytemuck 1.23.1 -> 1.24.0

* Update typed-path 0.11.0 -> 0.12.0

* Update chrono 0.4.41 -> 0.4.42

* Update cidre 0.11.2 -> 0.11.3

* Update clap 4.5.43 -> 4.5.48

* Update data-url 0.3.1 -> 0.3.2

* Update discord-rich-presence 0.2.5 -> 1.0.0

* Update enumset 1.1.7 -> 1.1.10

* Update flate2 1.1.2 -> 1.1.4

* Update hyper 1.6.0 -> 1.7.0

* Update hyper-util 0.1.16 -> 0.1.17

* Update iana-time-zone 0.1.63 -> 0.1.64

* Update image 0.25.6 -> 0.25.8

* Update indexmap 2.10.0 -> 2.11.4

* Update json-patch 4.0.0 -> 4.1.0

* Update meilisearch-sdk 0.29.1 -> 0.30.0

* Update clickhouse 0.13.3 -> 0.14.0

* Fix some prettier things

* Update lettre 0.11.18 -> 0.11.19

* Update phf 0.12.1 -> 0.13.1

* Update png 0.17.16 -> 0.18.0

* Update quick-xml 0.38.1 -> 0.38.3

* Update redis 0.32.4 -> 0.32.7

* Update regex 1.11.1 -> 1.11.3

* Update reqwest 0.12.22 -> 0.12.23

* Update rust_decimal 1.37.2 -> 1.38.0

* Update rust-s3 0.35.1 -> 0.37.0

* Update serde 1.0.219 -> 1.0.228

* Update serde_bytes 0.11.17 -> 0.11.19

* Update serde_json 1.0.142 -> 1.0.145

* Update serde_with 3.14.0 -> 3.15.0

* Update sentry 0.42.0 -> 0.45.0 and sentry-actix 0.42.0 -> 0.45.0

* Update spdx 0.10.9 -> 0.12.0

* Update sysinfo 0.36.1 -> 0.37.2

* Update tauri 2.7.0 -> 2.8.5

* Update tauri-build 2.3.1 -> 2.4.1

* Update tauri-plugin-deep-link 2.4.1 -> 2.4.3

* Update tauri-plugin-dialog 2.3.2 -> 2.4.0

* Update tauri-plugin-http 2.5.1 -> 2.5.2

* Update tauri-plugin-opener 2.4.0 -> 2.5.0

* Update tauri-plugin-os 2.3.0 -> 2.3.1

* Update tauri-plugin-single-instance 2.3.2 -> 2.3.4

* Update tempfile 3.20.0 -> 3.23.0

* Update thiserror 2.0.12 -> 2.0.17

* Update tracing-subscriber 0.3.19 -> 0.3.20

* Update url 2.5.4 -> 2.5.7

* Update uuid 1.17.0 -> 1.18.1

* Update webp 0.3.0 -> 0.3.1

* Update whoami 1.6.0 -> 1.6.1

* Note that windows and windows-core can't be updated yet

* Update zbus 5.9.0 -> 5.11.0

* Update zip 4.3.0 -> 6.0.0

* Fix build

* Enforce rustls crypto provider

* Refresh Cargo.lock

* Update transitive dependencies

* Bump Gradle usage to Java 17

* Use ubuntu-latest consistently across workflows

* Fix lint

* Fix lint in Rust

* Update native-dialog 0.9.0 -> 0.9.2

* Update regex 1.11.3 -> 1.12.2

* Update reqwest 0.12.23 -> 0.12.24

* Update rust_decimal 1.38.0 -> 1.39.0

* Remaining lock-only updates

* chore: move TLS impl of some other dependencies to aws-lc-rs

The AWS bloatware "virus" expands by sheer force of widespread adoption
by the ecosystem... 🫣

* chore(fmt): run Tombi

---------

Co-authored-by: Alejandro González <me@alegon.dev>
2025-10-15 20:45:47 +00:00

124 lines
5.6 KiB
Plaintext

**/*.rs
**/*.svg
.sqlx
# Migrations existing before Prettier formatted them shall always be ignored,
# as any changes to them will break existing deployments
migrations/20200716160921_init.sql
migrations/20200717192808_Make_categories_non-null.sql
migrations/20200722031742_initial-release-channels.sql
migrations/20200722033157_rename-release-channels.sql
migrations/20200722153930_version-filename.sql
migrations/20200730223151_more-not-null.sql
migrations/20200812183213_unique-loaders.sql
migrations/20200928020509_states.sql
migrations/20200928033759_edit-states.sql
migrations/20200928053955_make-url-not-null.sql
migrations/20200928170310_create-users.sql
migrations/20200928195220_add-roles-to-users.sql
migrations/20200929034101_add-author-to-versions.sql
migrations/20201001015631_not-null-github-avatar.sql
migrations/20201003211651_make-name-null.sql
migrations/20201014165954_create-statuses.sql
migrations/20201021214908_extend-game-version.sql
migrations/20201029190804_add-game-version-datetime.sql
migrations/20201109200208_edit-teams.sql
migrations/20201112052516_moderation.sql
migrations/20201122043349_more-mod-data.sql
migrations/20201213013358_remove-member-name.sql
migrations/20210113202021_add-descriptions.sql
migrations/20210118161307_remove-version-access.sql
migrations/20210129224854_dependency-types.sql
migrations/20210201001429_reports.sql
migrations/20210224174945_notifications.sql
migrations/20210301041252_follows.sql
migrations/20210509010206_project_types.sql
migrations/20210611024943_archived-status-notifications-icon-rejection-reasons.sql
migrations/20210718223710_gallery.sql
migrations/20210727160151_gallery_featuring_rejection_rename.sql
migrations/20210805044459_more_gallery_info.sql
migrations/20210820053031_version-optimization.sql
migrations/20220210032959_remove-categories-unique.sql
migrations/20220220035037_remove_downloads_table.sql
migrations/20220329182356_file-sizes.sql
migrations/20220526040434_dep-file-names.sql
migrations/20220725204351_more-project-data.sql
migrations/20220801184215_banned-users.sql
migrations/20220902025606_initial-payouts.sql
migrations/20220928044123_payouts-scheduling.sql
migrations/20221107171016_payouts-overhaul.sql
migrations/20221111163753_fix-precision.sql
migrations/20221111202802_fix-precision-again.sql
migrations/20221116200727_flame-anvil-integration.sql
migrations/20221126222222_spdx-licenses.sql
migrations/20221129161609_status-types-changes.sql
migrations/20221206221021_webhook-sent.sql
migrations/20221217041358_ordering-galore.sql
migrations/20221217215337_drop-body_url-changelog_url.sql
migrations/20221223192812_file-labels.sql
migrations/20221227010515_project-colors.sql
migrations/20230104214503_random-projects.sql
migrations/20230127233123_loader-gv-mod.sql
migrations/20230221212958_queue-date.sql
migrations/20230324202117_messaging.sql
migrations/20230414203933_threads-fix.sql
migrations/20230416033024_deps-project-mandatory.sql
migrations/20230421174120_remove-threads-ref.sql
migrations/20230502141522_minos-support.sql
migrations/20230628180115_kill-ory.sql
migrations/20230710034250_flows.sql
migrations/20230711004131_2fa.sql
migrations/20230714235551_fix-2fa-type.sql
migrations/20230808043323_threads-index.sql
migrations/20230808162652_gv-loader-fixes.sql
migrations/20230816085700_collections_and_more.sql
migrations/20230913024611_organizations.sql
migrations/20231005230721_dynamic-fields.sql
migrations/20231016190056_oauth_provider.sql
migrations/20231027195838_version_ordering.sql
migrations/20231110010322_adds_game_version_minmax.sql
migrations/20231113104902_games_metadata.sql
migrations/20231114175920_new-payment-methods.sql
migrations/20231115105022_plugins_datapacks_v3.sql
migrations/20231116112800_side_types_overhaul.sql
migrations/20231117073600_links_overhaul.sql
migrations/20231122230639_oauth_client_metadata.sql
migrations/20231124070100_renaming_consistency.sql
migrations/20231125080100_drops_mods_dp_plugins.sql
migrations/20231130153100_loader_fields_loaders.sql
migrations/20231205095400_remaining_loader_field_loaders.sql
migrations/20231211184922_collections_description_nullable.sql
migrations/20231213103100_enforces-owner-unique.sql
migrations/20240104203711_orgs-names.sql
migrations/20240115052708_base62-helper-functions.sql
migrations/20240131224610_moderation_packs.sql
migrations/20240221215354_moderation_pack_fixes.sql
migrations/20240319195753_threads-updates.sql
migrations/20240701213559_remove-user-names.sql
migrations/20240702213250_subscriptions.sql
migrations/20240907192840_raw-images.sql
migrations/20240911044738_payouts-updates.sql
migrations/20240923163452_charges-fix.sql
migrations/20241121232522_friends.sql
migrations/20241204190127_revenue_updates.sql
migrations/20241224001114_teams-precision-fix.sql
migrations/20250117013050_missing-primary-keys.sql
migrations/20250519184051_shared-instances.sql
migrations/20250523174544_project-versions-environments.sql
migrations/20250608183828_random-project-index.sql
migrations/20250609134334_spatial-random-project-index.sql
migrations/20250611164523_lowercase-user-email-index.sql
migrations/20250628213541_payout-sources-recording.sql
migrations/20250725230041_reports-closed-status-index.sql
migrations/20250727184120_user-newsletter-subscription-column.sql
migrations/20250804221014_users-redeemals.sql
migrations/20250805001654_product-prices-public.sql
migrations/20250823233518_user-compliance.sql
migrations/20250902133943_notification-extension.sql
migrations/20250914190749_affiliate_codes.sql
migrations/20250927120742_user_limits.sql
# Prettier reformats some of the PostgreSQL-specific COPY syntax here,
# which is very likely to break things
fixtures/labrinth-seed-data-202508052143.sql