-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge fitbit-challenges in #14
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
shaldengeki
commented
Feb 27, 2024
- Initial commit
- Init skeleton (Pull py_proto into global WORKSPACE #1)
- Frontend actually runs now (Merge py_proto #2)
- Set up new frontend (Bump to python 3.11 #3)
- Set up a demo GraphQL query and component (Bump dill from 0.3.6 to 0.3.8 in /src/python #5)
- Support HTTPS in production (Bump astroid from 3.0.3 to 3.1.0 in /src/python #6)
- Add script to reload prod containers (Bump pylint from 2.15.6 to 3.1.0 in /src/python #7)
- Oops, actually pull from the branch (Bump click from 8.1.3 to 8.1.7 in /src/python #8)
- When port is specified in CORS origin, correctly append it (Bump filelock from 3.8.0 to 3.13.1 in /src/python #9)
- In reload-prod, layer prod edits on top of defaults (Add script to merge repo #10)
- Add typescript! (Add README #13)
- Add placeholder for our first challenge's view: Workweek Hustle (Merge fitbit-challenges in #14)
- Don't export pg by default, and define defaultTheme (Bump tomlkit from 0.12.3 to 0.12.4 in /src/python #15)
- Add types for Leaderboard, ProgressBar (Bump web-vitals from 3.5.1 to 3.5.2 in /src/javascript/fitbit-challenges/frontend #16)
- In CI, enforce linting & formatting via pre-commit (Bump react-router-dom from 6.22.1 to 6.22.2 in /src/javascript/fitbit-challenges/frontend #29)
- Add test for example data (Bump @types/react from 18.2.59 to 18.2.61 in /src/javascript/fitbit-challenges/frontend #30)
- Factor fixtures out to separate file (Bump @types/react from 18.2.59 to 18.2.63 in /src/javascript/fitbit-challenges/frontend #31)
- Delete App.css and generate it instead (Bump @apollo/client from 3.9.5 to 3.9.6 in /src/javascript/fitbit-challenges/frontend #32)
- Split compose file out into dev overrides (Bump react-canvas-confetti from 2.0.5 to 2.0.7 in /src/javascript/fitbit-challenges/frontend #33)
- Update README with development setup (Bump react-router-dom from 6.22.2 to 6.22.3 in /src/javascript/fitbit-challenges/frontend #34)
- Add bin/test to run tests once, and update docs (Bump plotly.js-basic-dist from 2.29.1 to 2.30.0 in /src/javascript/fitbit-challenges/frontend #36)
- Replace tsx imports, by configuring TypeScript correctly (Bump types-requests from 2.31.0.20240218 to 2.31.0.20240310 in /src/python #38)
- Update README to make pre-commit step nicer (Bump pytest from 8.1.0 to 8.1.1 in /src/python #37)
- Enable a few pre-commit hooks, and make eslint hook work again (Bump importlib-resources from 6.1.2 to 6.1.3 in /src/python #39)
- Remove pre-commit workflow, now that we've signed up for pre-commit.ci (Bump importlib-metadata from 7.0.1 to 7.0.2 in /src/python #40)
- In React test, set up mock for query, and key items (Bump packaging from 23.2 to 24.0 in /src/python #41)
- Test for UserLeaderboardListingEntry ([pre-commit.ci] pre-commit autoupdate #42)
- Remove JS components (Bump follow-redirects from 1.15.4 to 1.15.6 in /src/javascript/fitbit-challenges/frontend #43)
- Create backend model, GraphQL query, mutation for Workweek Hustle challenge (Bump @headlessui/react from 1.7.17 to 1.7.18 in /src/javascript/fitbit-challenges/frontend #28)
- In prod, read from correct env vars, and reload migration container (Bump @types/node from 20.11.24 to 20.11.28 in /src/javascript/fitbit-challenges/frontend #44)
- Frontend shows information for a single Workweek Hustle challenge (Bump @apollo/client from 3.9.5 to 3.9.7 in /src/javascript/fitbit-challenges/frontend #45)
- Backend model for user activity logs (Bump importlib-resources from 6.1.2 to 6.3.1 in /src/python #47)
- Fix time-converting to handle singular units (Bump types-requests from 2.31.0.20240218 to 2.31.0.20240311 in /src/python #48)
- In Workweek Hustle frontend, query & show users' total progress (Bump black from 24.2.0 to 24.3.0 in /src/python #49)
- Add challenge tests (Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /src/javascript/fitbit-challenges/frontend #50)
- Add mutation to create user activities (Bump importlib-metadata from 7.0.1 to 7.1.0 in /src/python #51)
- Add mutation to update user activity logs (Bump importlib-resources from 6.1.2 to 6.4.0 in /src/python #52)
- In WorkweekHustle, select only the maximum activity for each day, for each user (Bump @types/node from 20.11.24 to 20.11.30 in /src/javascript/fitbit-challenges/frontend #53)
- Workweek Hustle shows users' incremental progress logs (Bump @apollo/client from 3.9.5 to 3.9.9 in /src/javascript/fitbit-challenges/frontend #54)
- Ensure that we compare against the right prior activity (Bump express from 4.18.2 to 4.19.2 in /src/javascript/fitbit-challenges/frontend #55)
- Use strict equality to fix an eslint warning (Bump @types/node from 20.11.24 to 20.12.2 in /src/javascript/fitbit-challenges/frontend #56)
- Workweek Hustle frontend supports user activity log creation (Bump types-requests from 2.31.0.20240218 to 2.31.0.20240406 in /src/python #57)
- Fix eslint equality warning (Bump @apollo/client from 3.9.5 to 3.9.10 in /src/javascript/fitbit-challenges/frontend #58)
- Tweak how some bits display for mobile-friendliness (Bump @types/node from 20.11.24 to 20.12.5 in /src/javascript/fitbit-challenges/frontend #59)
- Workweek Hustle frontend supports user activity log modification (Bump @types/node from 20.11.24 to 20.12.7 in /src/javascript/fitbit-challenges/frontend #61)
- Workweek Hustle challenge finishes (Bump @apollo/client from 3.9.5 to 3.9.11 in /src/javascript/fitbit-challenges/frontend #62)
- [pre-commit.ci] pre-commit autoupdate (Bump idna from 3.6 to 3.7 in /src/python #60)
- Set up challenges main listing (Bump plotly.js-basic-dist from 2.29.1 to 2.31.0 in /src/javascript/fitbit-challenges/frontend #63)
- Update favicon, title, logo images (Bump black from 24.2.0 to 24.4.0 in /src/python #64)
- In Workweek Hustle, always last exactly five days (Bump plotly.js-basic-dist from 2.29.1 to 2.31.1 in /src/javascript/fitbit-challenges/frontend #65)
- After Workweek Hustle is sealed, don't show edit button (Upgrade to Bazel 7.1.1 #66)
- In challenges listing, use JS links to challenge (Upgrade rules oci 1.7.5 #67)
- Update dark-mode styles (Bump @tsconfig/create-react-app from 2.0.2 to 2.0.4 in /src/javascript/fitbit-challenges/frontend #68)
- Add a button to create workweek hustle challenges (Bump @headlessui/react from 1.7.18 to 1.7.19 in /src/javascript/fitbit-challenges/frontend #69)
- Only show form once the challenge has started (Bump @types/lodash from 4.14.202 to 4.17.0 in /src/javascript/fitbit-challenges/frontend #70)
- Ensure that container scrolls correctly (Bump @heroicons/react from 2.1.1 to 2.1.3 in /src/javascript/fitbit-challenges/frontend #71)
- Fix form submission, and correctly retrieve activities taking place from the start day of the challenge (Bump tailwindcss from 3.4.1 to 3.4.3 in /src/javascript/fitbit-challenges/frontend #72)
- Use date_trunc to correctly compute activities (Bump typing-extensions from 4.10.0 to 4.11.0 in /src/python #73)
- Tweak styles a bit (Bump scramp from 1.4.4 to 1.4.5 in /src/python #74)
- Add some tests for FormButton (Bump filelock from 3.13.1 to 3.13.4 in /src/python #75)
- In user activity log, denote when the user is recording additional steps (Bump itsdangerous from 2.1.2 to 2.2.0 in /src/python #76)
- Remove test GraphQL query (Bump @testing-library/react from 14.2.1 to 15.0.5 in /src/javascript/fitbit-challenges/frontend #81)
- [pre-commit.ci] pre-commit autoupdate (Bump setuptools from 69.1.1 to 69.5.1 in /src/python #77)
- In frontend, add production Dockerfile with optimized build (Bump plotly.js-basic-dist from 2.31.1 to 2.32.0 in /src/javascript/fitbit-challenges/frontend #82)
- Build tailwind stuff before running optimized build (Bump react and @types/react in /src/javascript/fitbit-challenges/frontend #83)
- [pre-commit.ci] pre-commit autoupdate (Bump sqlalchemy[mypy] from 2.0.27 to 2.0.29 in /src/python #90)
- In frontend, support weekend warrior challenges (though we can't actually use it yet) ([pre-commit.ci] pre-commit autoupdate #91)
- Rename workweek hustles to challenges and make it polymorphic; support weekend warriors in frontend (Bump ejs from 3.1.9 to 3.1.10 in /src/javascript/fitbit-challenges/frontend #92)
- Frontend supports creation of workweek hustle & weekend warrior challenges (Bump @testing-library/react from 14.2.1 to 15.0.6 in /src/javascript/fitbit-challenges/frontend #93)
- Create endpoint to receive fitbit subscription notifications (Bump sqlalchemy[mypy] from 2.0.27 to 2.0.30 in /src/python #94)
- Respond to fitbit subscription notification with 204, not 200 (Bump werkzeug from 3.0.1 to 3.0.3 in /src/python #95)
- Set FLASK_DEBUG instead of FLASK_ENV (Bump jinja2 from 3.1.3 to 3.1.4 in /src/python #96)
- Show fitbit login button (Bump react-router-dom from 6.22.3 to 6.23.1 in /src/javascript/fitbit-challenges/frontend #97)
- Create a user model to store authenticated user information, and an endpoint to perform fitbit key exchange (Bump @testing-library/react from 14.2.1 to 15.0.7 in /src/javascript/fitbit-challenges/frontend #98)
- Pass correct client secret, and use correct table (Bump platformdirs from 4.2.0 to 4.2.2 in /src/python #99)
- Fitbit authorization redirects to a landing page, and we show logged-in username (Bump requests from 2.31.0 to 2.32.0 in /src/python #100)
- When user is trying to re-auth with Fitbit, re-use the same code verifier (Bump requests from 2.31.0 to 2.32.2 in /src/python #101)
- In fitbit auth flow, fetch and set user's display name (Bump types-flask-cors from 4.0.0.20240106 to 4.0.0.20240523 in /src/python #102)
- Show logged-in user's display name, not their fitbit user ID (Bump flask-cors from 4.0.0 to 4.0.1 in /src/python #103)
- When user authenticates on Fitbit, create subscription (Bump plotly.js-basic-dist from 2.31.1 to 2.33.0 in /src/javascript/fitbit-challenges/frontend #104)
- Restructure code under src/LANG (Bump pre-commit from 3.6.2 to 3.7.1 in /src/python #105)
- Create worker directory, and move requirements & mypy.ini out into python dir (Bump exceptiongroup from 1.2.0 to 1.2.1 in /src/python #106)
- In worker, sync fitbit data for users (Bump black from 24.4.0 to 24.4.2 in /src/python #107)
- In worker, if new record exactly matches user's prior record, don't log a new one (Bump @types/node from 20.12.7 to 20.14.0 in /src/javascript/fitbit-challenges/frontend #111)
- Slightly simplify the token-refresh code (Bump @testing-library/jest-dom from 6.4.2 to 6.4.5 in /src/javascript/fitbit-challenges/frontend #112)
- In worker, do some minor cleanup (Bump @apollo/client from 3.9.11 to 3.10.4 in /src/javascript/fitbit-challenges/frontend #113)
- In worker, don't update already-processed rows (Bump react-dom from 18.2.0 to 18.3.1 in /src/javascript/fitbit-challenges/frontend #114)
- In worker, correctly compare distances ([pre-commit.ci] pre-commit autoupdate #115)
- In challenges, fetch and show fitbit user display names (Bump @types/node from 20.14.0 to 20.14.2 in /src/javascript/fitbit-challenges/frontend #116)
- In create-challenge frontend, support selection of users (Bump @testing-library/react from 15.0.7 to 16.0.0 in /src/javascript/fitbit-challenges/frontend #117)
- If subscription ID is already taken, set it (Bump @headlessui/react from 1.7.19 to 2.0.4 in /src/javascript/fitbit-challenges/frontend #118)
- In ChallengeView test, correctly pass along users (Bump tailwindcss from 3.4.3 to 3.4.4 in /src/javascript/fitbit-challenges/frontend #119)
- When user is logged in, don't show user select in activity form (Bump @tsconfig/create-react-app from 2.0.4 to 2.0.5 in /src/javascript/fitbit-challenges/frontend #120)
- Refactor fitbit API calls into fitbit client (Bump web-vitals from 3.5.2 to 4.1.0 in /src/javascript/fitbit-challenges/frontend #121)
- In worker, correctly fetch daily activity summary (Bump filelock from 3.13.4 to 3.14.0 in /src/python #123)
- Add FitbitClient unit tests (Bump pytest from 8.1.1 to 8.2.2 in /src/python #124)
- Hide confetti for a specific user (Set external: true on fitbit pg volume #132)
- [pre-commit.ci] pre-commit autoupdate (Fix volume name in fitbit challenges #131)
- In step challenges, batch together updates up to 1k steps (Bump typing-extensions from 4.11.0 to 4.12.2 in /src/python #142)
- Actually use batched data updates! (Bump requests from 2.32.2 to 2.32.3 in /src/python #143)
- Modernize SQLAlchemy models (Bump @apollo/client from 3.10.4 to 3.10.5 in /fitbit_challenges/frontend #144)
- Add unit tests for FitbitClient methods (Bump @testing-library/jest-dom from 6.4.5 to 6.4.6 in /fitbit_challenges/frontend #145)
- Add models for subscription, and use them (Fix all the fitbit-challenges paths that got broken #149)
- Make timestamps in challenges table timezone-aware (Move py_proto to top-level project #150)
- Convert all tz-naive timestamps to tzaware (Projectify src/python/proto_registry #151)
- Ignore migrations folder for mypy (Bump graphql from 16.8.1 to 16.8.2 in /fitbit_challenges/frontend #152)
- In worker, use orm methods (Bump urllib3 from 2.2.1 to 2.2.2 #154)
- In worker, lock latest notification and return it (Bump ws from 7.5.9 to 7.5.10 in /fitbit_challenges/frontend #155)
- Add BingoCard model and migration to create table (In fitbit challenges frontend, use webpack to build everything #157)
- Create database model for bingo tile (In fitbit challenges frontend, build container image using Bazel #158)
- In BingoCard, return tiles in coordinate order (Push fitbit-challenges frontend image to Docker Hub #159)
- Add methods to compute all flipped/unflipped tiles, and total cost of all tiles (Fix public path at root #161)
- Add method to flip a bingo tile (In fitbit challenges frontend, fix asset loading via public path #160)
- In User GraphQL type, expose fields showing what challenges the user is participating in (In typescript build, only take code inputs #162)
- In Challenge.users, fix callsite (In fitbit frontend, reduce deps #163)
- In frontend, show active and past challenges (Tag docker images #164)
- Add script to copy a snapshot of production data into development db (Merge mc-manager application in #166)
- In GraphQL API, expose user's last synced-at time (Merge home-api #167)
- Add method to return activities within range (Bump follow-redirects from 1.12.1 to 1.15.6 in /home_api/frontend #169)
- In BingoCard model, support creation for a user and challenge (Bump express from 4.17.1 to 4.19.2 in /home_api/frontend #170)
- [pre-commit.ci] pre-commit autoupdate (Don't checkout main initially, and default remote branch to main #168)
- Add house, sailboat bingo patterns (Bump es5-ext from 0.10.53 to 0.10.64 in /home_api/frontend #171)
- Disable worker in development (Bump browserify-sign from 4.2.1 to 4.2.3 in /home_api/frontend #172)
- Support creation of bingo cards in the GraphQL API (Scope imports #173)
- In frontend, support creating bingo challenges (Bump typescript from 5.4.5 to 5.5.2 in /fitbit_challenges/frontend #181)
- Frontend displays user's bingo card and resources (Bump lodash from 4.17.15 to 4.17.21 in /home_api/frontend #182)
- In challenge creation form, set date correctly (Bump @babel/traverse from 7.11.0 to 7.24.7 in /home_api/frontend #183)
- Remove h-screen from container, to prevent scrolling behavior (Bump debug in /home_api/frontend #184)
- Fix linting error (Bump word-wrap from 1.2.3 to 1.2.5 in /home_api/frontend #185)
- Fix fuzz factors (Bump semver from 5.7.1 to 5.7.2 in /home_api/frontend #186)
- Pick slightly nicer colors for bingo tiles (Bump minimist from 1.2.5 to 1.2.8 in /home_api/frontend #187)
- Support flipping tiles (Bump json5 from 1.0.1 to 1.0.2 in /home_api/frontend #188)
- Show tile amounts post-flip (Bump tough-cookie and react-scripts in /home_api/frontend #189)
- Only enforce tile amounts if tile is unflipped (Bump moment from 2.27.0 to 2.29.4 in /home_api/frontend #190)
- Show leaderboard in bingo challenge (Bump color-string from 1.5.3 to 1.9.1 in /home_api/frontend #191)
- Correctly sort leaderboard by flipped victory tiles, latest flip time (Bump minimatch from 3.0.4 to 3.1.2 in /home_api/frontend #193)
- View others' bingo cards (Bump browserslist from 4.14.0 to 4.23.1 in /home_api/frontend #194)
- Correctly compute bingo totals (Bump pylint from 3.2.2 to 3.2.3 #195)
- Bingo challenge should show finishing screen (Bump importlib-metadata from 7.1.0 to 7.2.1 #196)
- When a tile is flipped, don't enable flip hook at all (In migration images, reduce size by building atop Python images #201)
- In Bingo challenge, style for mobile (Add types to home-api #202)
- Sort placements properly (Add app skeleton #203)
- Show a victory pattern under the top-line bingo card (Pull common Flask configuration into base library #204)
- Select a pattern for the challenge (Macro for base API image #205)
- In bingo challenge, when challenge is ended, display appropriate text and disable tile-flipping (Bump @types/lodash from 4.17.5 to 4.17.6 #207)
- In Bingo, when computing totals, window end should be the latest activity date (Bump @types/node from 20.14.8 to 20.14.9 #208)
- Fix query (Bump react-router-dom from 6.23.1 to 6.24.0 #209)
- Add tests for BingoTile.flip (Bump web-vitals from 4.2.0 to 4.2.1 #210)
- In challenge listing, show different text if challenge is yet to start (Bump @apollo/client from 3.10.6 to 3.10.8 #211)
- Don't multiple-count unused amounts (Bump mypy from 1.10.0 to 1.10.1 #212)
- Add method to expose number of required tiles in a pattern (Bump sqlalchemy[mypy] from 2.0.30 to 2.0.31 #213)
- In bingo card total computation, ensure that victory pattern requires typical amounts from the participant (Bump pg8000 from 1.30.5 to 1.31.2 #215)
- [pre-commit.ci] pre-commit autoupdate ([pre-commit.ci] pre-commit autoupdate #218)
- Create a join table for challenge memberships (Set up go rules with gazelle #219)
- Add migration to delete old_users field (Bump certifi from 2024.2.2 to 2024.7.4 #220)
- Add unit tests for several User methods, and convert them to use join ORM fields (Torrent hook #221)
- Add Challenges link to topbar (Gazelle-ify py_proto #222)
- In Bingo challenge, show typical challenge header (Bump @headlessui/react from 2.1.0 to 2.1.2 #223)
- In challenges listing, show a slightly more-useful compact listing (Bump @types/node from 20.14.9 to 20.14.10 #224)
- Fix some linting errors (Bump react-router-dom from 6.24.0 to 6.24.1 #225)
- Create dependabot.yml (Bump typescript from 5.5.2 to 5.5.3 #226)
- Bump @headlessui/react from 1.7.14 to 1.7.15 in /src/javascript/frontend (Bump pylint from 3.2.3 to 3.2.5 #227)
- Bump @apollo/client from 3.7.10 to 3.7.17 in /src/javascript/frontend (Bump packaging from 24.0 to 24.1 #228)
- Bump @types/react from 18.0.35 to 18.2.14 in /src/javascript/frontend (Bump alembic from 1.13.1 to 1.13.2 #230)
- Bump @tsconfig/create-react-app from 1.0.3 to 2.0.0 in /src/javascript/frontend (Bump identify from 2.5.36 to 2.6.0 #229)
- Bump tough-cookie from 4.1.2 to 4.1.3 in /src/javascript/frontend (Remove integrity line in gazelle manifest #232)
- Bump @testing-library/react from 13.4.0 to 14.0.0 in /src/javascript/frontend (Bump botocore from 1.34.132 to 1.34.140 #231)
- Bump plotly.js-basic-dist from 2.20.0 to 2.24.3 in /src/javascript/frontend (Bump astroid from 3.2.2 to 3.2.3 #233)
- Bump @testing-library/user-event from 13.5.0 to 14.4.3 in /src/javascript/frontend (Bump tomlkit from 0.12.5 to 0.13.0 #235)
- Bump @heroicons/react from 2.0.17 to 2.0.18 in /src/javascript/frontend (Bump exceptiongroup from 1.2.1 to 1.2.2 #234)
- Bump @types/lodash from 4.14.194 to 4.14.195 in /src/javascript/frontend (Bump flask-migrate from 4.0.5 to 4.0.7 #237)
- Bump @types/node from 18.15.11 to 20.4.1 in /src/javascript/frontend (Bump botocore from 1.34.140 to 1.34.144 #236)
- Bump web-vitals from 2.1.4 to 3.3.2 in /src/javascript/frontend (Bump @types/plotly.js from 2.29.5 to 2.33.0 #238)
- Bump react-router-dom from 6.10.0 to 6.14.1 in /src/javascript/frontend (Bump webpack from 5.92.1 to 5.93.0 #240)
- Bump tailwindcss from 3.3.1 to 3.3.2 in /src/javascript/frontend (Re-enable publishing #242)
- Bump graphql from 16.6.0 to 16.7.1 in /src/javascript/frontend (Bump @heroicons/react from 2.1.4 to 2.1.5 #239)
- Let react-scripts float (Upgrade to Python 3.12 #243)
- Bump typescript from 4.9.5 to 5.1.6 in /src/javascript/frontend (Add Ark Nova stats skeleton #241)
- Pull BingoCardPattern out into separate file (Run gazelle via pre-commit #244)
- In challenge listing, expose placements for current user (Revert "Run gazelle via pre-commit" #245)
- Bump web-vitals from 3.3.2 to 3.4.0 in /src/javascript/frontend (API that accepts game logs #246)
- In challenge listing, make challenge cards a consistent grid size (Hello world extension #247)
- [pre-commit.ci] pre-commit autoupdate (Extension sends game logs to API #248)
- Make flask session permanent and refresh once a year (Run pre-commit #254)
- Bump semver from 6.3.0 to 6.3.1 in /src/javascript/frontend (Set up endpoint to store Ark Nova game logs #257)
- [pre-commit.ci] pre-commit autoupdate (Restore cache in main job only #263)
- Bump @types/react from 18.2.14 to 18.2.15 in /src/javascript/frontend (Add winner detection for Ark Nova games #262)
- Bump react-router-dom from 6.14.1 to 6.14.2 in /src/javascript/frontend (Delete cache prior to completing workflow #258)
- Bump @tsconfig/create-react-app from 2.0.0 to 2.0.1 in /src/javascript/frontend (Swap back to daily cache regen runs #259)
- Bump tailwindcss from 3.3.2 to 3.3.3 in /src/javascript/frontend (Pull log parser out of API #260)
- Bump word-wrap from 1.2.3 to 1.2.4 in /src/javascript/frontend (Add pyrightconfig.json #264)
- Bump @types/node from 20.4.1 to 20.4.2 in /src/javascript/frontend (Add unit tests for log parser #261)
- In bingo challenges, correctly compute seal-at date, and show correct header (Start an emu cup analysis script #265)
- In BingoChallenge, fetch seal date (Bump virtualenv from 20.26.2 to 20.26.3 #266)
- In BingoChallenge, compute average over past month of activity (Bump types-requests from 2.32.0.20240622 to 2.32.0.20240712 #267)
- Add missing fields to test mock (Bump pylint from 3.2.5 to 3.2.6 #268)
- Bump @testing-library/jest-dom from 5.16.5 to 5.17.0 in /src/javascript/frontend (Bump botocore from 1.34.144 to 1.34.145 #269)
- Bump @types/node from 20.4.2 to 20.4.4 in /src/javascript/frontend (Bump boto3 from 1.34.132 to 1.34.145 #270)
- When generating bingo card, assign bonus tiles (Bump @types/node from 20.14.10 to 20.14.11 #271)
- In BingoCard.unused_amounts, factor in bingo tile bonuses (Bump plotly.js and @types/plotly.js #272)
- [pre-commit.ci] pre-commit autoupdate (In Ark game events, add method to return cards played in event #278)
- Bump @types/node from 20.4.4 to 20.4.5 in /src/javascript/frontend (Make winner detection a little nicer, and detect ties #277)
- Bump @types/lodash from 4.14.195 to 4.14.196 in /src/javascript/frontend (Bump plotly.js-basic-dist from 2.33.0 to 2.34.0 #275)
- Bump @headlessui/react from 1.7.15 to 1.7.16 in /src/javascript/frontend (Bump react-router-dom from 6.24.1 to 6.25.1 #274)
- Bump plotly.js-basic-dist from 2.24.3 to 2.25.0 in /src/javascript/frontend (Bump @types/lodash from 4.17.6 to 4.17.7 #273)
- Bump @types/react from 18.2.15 to 18.2.18 in /src/javascript/frontend (Simplify fixture-loading logic a little in game_log_test.py #276)
- Bump plotly.js-basic-dist from 2.25.0 to 2.25.1 in /src/javascript/frontend (Support launching images via fly.io #281)
- Bump @types/node from 20.4.5 to 20.4.8 in /src/javascript/frontend (In API tooling, support being launched via fly.io #280)
- Bump @apollo/client from 3.7.17 to 3.8.0 in /src/javascript/frontend ([pre-commit.ci] pre-commit autoupdate #279)
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 in /src/javascript/frontend (In extension, send data to API #292)
- Bump @testing-library/jest-dom from 5.17.0 to 6.1.2 in /src/javascript/frontend (Fix name of js script #291)
- Bump @types/node from 20.4.8 to 20.5.7 in /src/javascript/frontend (Check in hello world extension #290)
- [pre-commit.ci] pre-commit autoupdate (Reduce size of ark nova API node to 512mb #287)
- Bump @apollo/client from 3.8.0 to 3.8.1 in /src/javascript/frontend (Add READMEs to ark nova #286)
- Bump react-router-dom from 6.14.2 to 6.15.0 in /src/javascript/frontend (Clean up some of the imports #285)
- Bump @types/lodash from 4.14.196 to 4.14.197 in /src/javascript/frontend (Auto-deploy Ark Nova stats to production #283)
- Bump @headlessui/react from 1.7.16 to 1.7.17 in /src/javascript/frontend (API records and enforces uniqueness of table ID #298)
- Bump plotly.js-basic-dist from 2.25.1 to 2.26.0 in /src/javascript/frontend (Extension uploads compressed logs #297)
- Bump @types/react from 18.2.18 to 18.2.21 in /src/javascript/frontend (API supports compressed logs #296)
- Bump actions/checkout from 3 to 4 (Worker that archives replay data to S3 periodically #293)
- Bump @apollo/client from 3.8.1 to 3.8.3 in /src/javascript/frontend (Increase pg memory to 512mb #299)
- Bump graphql from 16.7.1 to 16.8.0 in /src/javascript/frontend (Set up S3 bucket for replay archives #295)
- Add @types/jest to dev dependencies (Basic frontend for db #300)
- Bump @testing-library/jest-dom from 6.1.2 to 6.1.3 in /src/javascript/frontend (In BGA log parser, refuse to parse non-Ark Nova logs #304)
- Bump @types/lodash from 4.14.197 to 4.14.198 in /src/javascript/frontend (Extension only uploads Ark Nova replays #303)
- Bump typescript from 5.1.6 to 5.2.2 in /src/javascript/frontend (Remove a bunch of extraneous logs in the Ark extension #302)
- Bump @types/node from 20.5.7 to 20.6.0 in /src/javascript/frontend (API enforces that replays are for Ark Nova #301)
- [pre-commit.ci] pre-commit autoupdate (Ensure that we can parse 4p games #305)
- Bump @types/node from 20.6.0 to 20.6.2 in /src/javascript/frontend (Add frontend image for Ark Nova stats #310)
- Bump @types/jest from 29.5.4 to 29.5.5 in /src/javascript/frontend (Move data migration to a separate file #308)
- Bump react-router-dom from 6.15.0 to 6.16.0 in /src/javascript/frontend (Create bga_table_id column and populate it #306)
- Bump @testing-library/user-event from 14.4.3 to 14.5.1 in /src/javascript/frontend (In migration, use sqlalchemy session to read models and write to them #307)
- Bump @types/react from 18.2.21 to 18.2.22 in /src/javascript/frontend (In API, resolve actual BGA table id field #309)
- Bump graphql from 16.8.0 to 16.8.1 in /src/javascript/frontend (Fix CSS compilation in Ark Nova frontend #311)
- Bump @apollo/client from 3.8.3 to 3.8.4 in /src/javascript/frontend (Bump pytest from 8.2.2 to 8.3.2 #315)
- Bump plotly.js-basic-dist from 2.26.0 to 2.26.1 in /src/javascript/frontend (Bump pre-commit from 3.7.1 to 3.8.0 #313)
- Bump @types/node from 20.6.2 to 20.7.0 in /src/javascript/frontend (Bump boto3 from 1.34.145 to 1.34.149 #314)
- Bump @types/lodash from 4.14.198 to 4.14.199 in /src/javascript/frontend (In migrations, use the same binary in both container image, and also cli utility scripts #312)
- [pre-commit.ci] pre-commit autoupdate (Bump mypy from 1.10.1 to 1.11.0 #316)
- Bump @types/react from 18.2.22 to 18.2.24 in /src/javascript/frontend (Bump botocore from 1.34.145 to 1.34.149 #317)
- Bump @types/node from 20.7.0 to 20.8.2 in /src/javascript/frontend (Bump actions/checkout from 2 to 4 #320)
- Bump web-vitals from 3.4.0 to 3.5.0 in /src/javascript/frontend (Bump web-vitals from 4.2.1 to 4.2.2 #319)
- [pre-commit.ci] pre-commit autoupdate (In API, extract player data and save into database #325)
- Bump @apollo/client from 3.8.4 to 3.8.5 in /src/javascript/frontend (Bump @types/node from 20.14.11 to 22.0.0 #322)
- Bump plotly.js-basic-dist from 2.26.1 to 2.26.2 in /src/javascript/frontend (Bump jsdom from 24.1.0 to 24.1.1 #321)
- Bump @types/react from 18.2.24 to 18.2.27 in /src/javascript/frontend (Limit concurrency of external jobs #324)
- Bump @types/node from 20.8.2 to 20.8.4 in /src/javascript/frontend (Bump @apollo/client from 3.10.8 to 3.11.1 #323)
- Bump graphql-server[flask] from 3.0.0b6 to 3.0.0b7 in /src/python ([pre-commit.ci] pre-commit autoupdate #326)
- Bump @babel/traverse from 7.21.3 to 7.23.2 in /src/javascript/frontend (Add ark nova stats worker that archives replay data to s3 #332)
- Bump react-router-dom from 6.16.0 to 6.17.0 in /src/javascript/frontend (Migrate all the worker applications to the worker bazel rule #331)
- Bump @apollo/client from 3.8.5 to 3.8.6 in /src/javascript/frontend (In skeleton, add worker code #328)
- Bump @types/react from 18.2.27 to 18.2.28 in /src/javascript/frontend (On homepage, show some recent games #327)
- Bump @types/node from 20.8.4 to 20.8.7 in /src/javascript/frontend (Add secret key to worker, API #333)
- Bump @testing-library/jest-dom from 6.1.3 to 6.1.4 in /src/javascript/frontend (Macro up worker in skeleton #330)
- [pre-commit.ci] pre-commit autoupdate (Write tests for table components #339)
- Bump actions/setup-node from 3 to 4 (Deploy fitbit-challenges on Fly.io #334)
- Bump plotly.js-basic-dist from 2.26.2 to 2.27.0 in /src/javascript/frontend (Link to archives on front page #337)
- Bump @types/react from 18.2.28 to 18.2.31 in /src/javascript/frontend (Convert worker to Fly cronjobs #336)
- Bump @types/jest from 29.5.5 to 29.5.6 in /src/javascript/frontend (In worker, set enum value for archive type #335)
- Bump @types/lodash from 4.14.199 to 4.14.200 in /src/javascript/frontend (Show archives on front page #338)
- Bump postcss to ^8.4.31 (In worker, skip if no new game logs are present #340)
- Bump tailwindcss from 3.3.3 to 3.3.5 in /src/javascript/frontend (Build and link to extension on frontend #341)
- Bump @types/react from 18.2.31 to 18.2.33 in /src/javascript/frontend (Compress archives using zstd #342)
- Bump @types/node from 20.8.7 to 20.8.10 in /src/javascript/frontend (Bump qbittorrent-api from 2024.5.63 to 2024.7.64 #344)
- Support merge queue (Bump mypy from 1.11.0 to 1.11.1 #345)
- [pre-commit.ci] pre-commit autoupdate (Bump @types/plotly.js from 2.33.1 to 2.33.3 #350)
- Bump react-router-dom from 6.17.0 to 6.18.0 in /src/javascript/frontend (Bump black from 24.4.2 to 24.8.0 #346)
- Bump @apollo/client from 3.8.6 to 3.8.7 in /src/javascript/frontend (In extension, if no scoring event is seen, don't submit to API #348)
- Bump @types/jest from 29.5.6 to 29.5.7 in /src/javascript/frontend (Scale ark nova worker to 2gb ram #349)
- Bump @types/react from 18.2.33 to 18.2.36 in /src/javascript/frontend (Bump protobuf from 5.27.2 to 5.27.3 #347)
- Factor tests for BingoCardPattern out into separate file, and make them more exhaustive (Bump @apollo/client from 3.11.1 to 3.11.2 #351)
- Build and push API image (Bump tailwindcss from 3.4.4 to 3.4.7 #352)
- Actually build & push images on main (Bump react-router-dom from 6.25.1 to 6.26.0 #353)
- Only build prod dockerfile (Bump @types/node from 22.0.0 to 22.1.0 #354)
- [pre-commit.ci] pre-commit autoupdate (Scale ark nova worker down to 512mb ram #363)
- Bump plotly.js-basic-dist from 2.27.0 to 2.27.1 in /src/javascript/frontend ([pre-commit.ci] pre-commit autoupdate #358)
- Bump @testing-library/react from 14.0.0 to 14.1.0 in /src/javascript/frontend (Update main.yml #362)
- Bump @types/lodash from 4.14.200 to 4.14.201 in /src/javascript/frontend (In emu cup analysis, implement bayesian winrates #361)
- Bump @types/node from 20.8.10 to 20.9.0 in /src/javascript/frontend (Expose player's games in API, and make last game log a proper foreign key #359)
- Bump @types/jest from 29.5.7 to 29.5.8 in /src/javascript/frontend (Convert fitbit-challenges worker to use macro, and fixup a bunch of skeleton bugs #360)
- Use env files to store env vars, and deconflict API/frontend env vars (Bump @apollo/client from 3.11.1 to 3.11.4 #364)
- In production docker compose file, pull images (Add user pages for Ark Nova #365)
- Add Hi bingo pattern (Only show recent game logs on user pages, and make # of log query faster #366)
- [pre-commit.ci] pre-commit autoupdate (Bump zipp from 3.19.2 to 3.20.0 #372)
- Bump typescript from 5.2.2 to 5.3.2 in /src/javascript/frontend (Bump tailwindcss from 3.4.7 to 3.4.9 #367)
- Bump react-router-dom from 6.18.0 to 6.19.0 in /src/javascript/frontend (Bump typescript from 5.5.3 to 5.5.4 #369)
- Bump @testing-library/react from 14.1.0 to 14.1.2 in /src/javascript/frontend (Bump boto3-stubs from 1.34.151 to 1.34.158 #371)
- Bump @types/react from 18.2.36 to 18.2.38 in /src/javascript/frontend (Bump pyyaml from 6.0.1 to 6.0.2 #374)
- Bump @types/node from 20.9.0 to 20.9.4 in /src/javascript/frontend (Bump filelock from 3.14.0 to 3.15.4 #373)
- Bump react-router-dom from 6.19.0 to 6.20.0 in /src/javascript/frontend (Bump types-flask-cors from 4.0.0.20240523 to 4.0.0.20240806 #375)
- Bump @types/node from 20.9.4 to 20.10.0 in /src/javascript/frontend (Move data migration out of db migration #379)
- Bump @types/lodash from 4.14.201 to 4.14.202 in /src/javascript/frontend (Add card-play tracking in database #378)
- Bump @types/react from 18.2.38 to 18.2.39 in /src/javascript/frontend (Create cards table, and support cards parsing #377)
- Bump @types/jest from 29.5.8 to 29.5.10 in /src/javascript/frontend ([pre-commit.ci] pre-commit autoupdate #376)
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 in /src/javascript/frontend (In worker, create cards & plays #380)
- [pre-commit.ci] pre-commit autoupdate (In API, expose who's played a card the most #386)
- Bump @apollo/client from 3.8.7 to 3.8.8 in /src/javascript/frontend (Simplify logic a little, and delay queries until needed #381)
- Bump tailwindcss from 3.3.5 to 3.3.6 in /src/javascript/frontend (Expose card data in API #383)
- Bump react-router-dom from 6.20.0 to 6.20.1 in /src/javascript/frontend (Undo type ignores #384)
- Bump @testing-library/jest-dom from 6.1.4 to 6.1.5 in /src/javascript/frontend (Add to cache, too #382)
- Bump @types/react from 18.2.39 to 18.2.41 in /src/javascript/frontend (Fix commonly-played cards query #385)
- Bump actions/setup-python from 4 to 5 (In worker, disable backfill of card play actions #387)
- Bump typescript from 5.3.2 to 5.3.3 in /src/javascript/frontend (Add test ensuring that winner is none when game ties #391)
- Bump @types/react from 18.2.41 to 18.2.43 in /src/javascript/frontend (Add card view and most-played stats #390)
- Bump @types/node from 20.10.0 to 20.10.4 in /src/javascript/frontend (Reduce fitbit API memory footprint #389)
- Bump @types/jest from 29.5.10 to 29.5.11 in /src/javascript/frontend (Set autoincrement true on relevant models #388)
- [pre-commit.ci] pre-commit autoupdate (Bump tomlkit from 0.13.0 to 0.13.2 #397)
- Bump tailwindcss from 3.3.6 to 3.4.0 in /src/javascript/frontend (Bump importlib-resources from 6.4.0 to 6.4.3 #398)
- Bump react-router-dom from 6.20.1 to 6.21.1 in /src/javascript/frontend (Bump tailwindcss from 3.4.9 to 3.4.10 #399)
- Bump @heroicons/react from 2.0.18 to 2.1.1 in /src/javascript/frontend (Split action out of game #393)
- Bump @types/node from 20.10.4 to 20.10.5 in /src/javascript/frontend (Bump botocore-stubs from 1.34.153 to 1.35.0 #394)
- Bump @types/react from 18.2.43 to 18.2.45 in /src/javascript/frontend (Proto for Ark Nova games #392)
- [pre-commit.ci] pre-commit autoupdate (Bump react-router-dom from 6.26.0 to 6.26.1 #400)
- [pre-commit.ci] pre-commit autoupdate (Bump @types/node from 22.2.0 to 22.4.2 #406)
- Bump web-vitals from 3.5.0 to 3.5.1 in /src/javascript/frontend (Bump @types/node from 22.2.0 to 22.4.0 #401)
- Bump @testing-library/user-event from 14.5.1 to 14.5.2 in /src/javascript/frontend (Game log processing can't handle multiple plays of the same card #404)
- Bump @testing-library/jest-dom from 6.1.5 to 6.2.0 in /src/javascript/frontend (Remove primary_key annotations in incorrect places #407)
- Bump @types/react from 18.2.45 to 18.2.47 in /src/javascript/frontend (When parsing endgame stats, handle list-style args for other events #408)
- Bump follow-redirects from 1.15.2 to 1.15.4 in /src/javascript/frontend (In API, support recording of game statistics #410)
- Bump @types/node from 20.10.5 to 20.10.8 in /src/javascript/frontend (In extension, record ELOs per table #411)
- [pre-commit.ci] pre-commit autoupdate (In extension, intercept ratings requests, and submit data to API #417)
- Bump plotly.js-basic-dist from 2.27.1 to 2.29.1 in /src/javascript/frontend (Bump @testing-library/jest-dom from 6.4.8 to 6.5.0 #424)
- Bump @apollo/client from 3.8.8 to 3.9.4 in /src/javascript/frontend (Bump mini-css-extract-plugin from 2.9.0 to 2.9.1 #423)
- Bump react-router-dom from 6.21.1 to 6.22.0 in /src/javascript/frontend (Bump jsdom from 24.1.1 to 25.0.0 #422)
- Bump @tsconfig/create-react-app from 2.0.1 to 2.0.2 in /src/javascript/frontend (In log parser, handle when game is friendly or non-arena #416)
- Bump react-canvas-confetti from 1.4.0 to 2.0.5 in /src/javascript/frontend (Bump micromatch from 4.0.7 to 4.0.8 #414)
- Bump @types/jest from 29.5.11 to 29.5.12 in /src/javascript/frontend (Bump importlib-resources from 6.4.3 to 6.4.4 #429)
- Bump @testing-library/react from 14.1.2 to 14.2.1 in /src/javascript/frontend (Bump werkzeug from 3.0.3 to 3.0.4 #428)
- Bump @types/react from 18.2.47 to 18.2.56 in /src/javascript/frontend (Bump @types/node from 22.4.2 to 22.5.0 #425)
- Bump @apollo/client from 3.9.4 to 3.9.5 in /src/javascript/frontend (Bump sqlalchemy[mypy] from 2.0.31 to 2.0.32 #427)
- Bump tailwindcss from 3.4.0 to 3.4.1 in /src/javascript/frontend (Bump @headlessui/react from 2.1.2 to 2.1.3 #426)
- Force delete
- Initial setup building API image
- Make worker build
- Make api, worker tests run
- Remove mypy conf
- Bring env vars in
- Define worker env vars
- Make empty BUILD.bazel files
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-eslint: v8.41.0 → v8.42.0](pre-commit/mirrors-eslint@v8.41.0...v8.42.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Convert model columns to sqlalchemy.orm.mapped_column - Move models into centralized file, set relationships, and simplify column declarations
- Create client fixture that we can reuse, and a post mock object - Add unit test for get_token_data happy path - Add test for get_token_data unhappy path - Fix deprecated method call - Add unit tests for get_user_daily_activity_summary - Add unit tests for refresh_user_tokens
- WIP: Stage work - Pull create_subscription into FitbitClient - Add unit tests for create_subscription - Fix a bunch of mypy errors - Set mypy def - Remove mypy pre-commit, but add it in CI
- gitignore postgres-data - Use SubscriptionNotification.user
- Create migration for bingo tile table - Create database model for BingoTile
…is participating in (#162) - Use User.activities in GraphQL API - Fold logic into database models - Add user fields exposing challenges
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-eslint: v8.42.0 → v8.43.0](pre-commit/mirrors-eslint@v8.42.0...v8.43.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Add block for rendering bingo challenges - Return correct field - Make query return a single bingo challenge - Add BingoCard types - Fix how we do root rendering for React 18, I guess? - Add createdAt - Initial render of tiles - Fix a test - Factor icons out and style unused amounts - Add dark-mode styles - Pick icons for steps, distance - Fix some linting issues
…411) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.5 to 20.10.8. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=20.10.5&new-version=20.10.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
<!--pre-commit.ci start--> updates: - [github.com/psf/black: 23.12.1 → 24.2.0](psf/black@23.12.1...24.2.0) - [github.com/pre-commit/mirrors-eslint: v9.0.0-alpha.0 → v9.0.0-beta.0](pre-commit/mirrors-eslint@v9.0.0-alpha.0...v9.0.0-beta.0) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…ontend (#424) Bumps [plotly.js-basic-dist](https://github.com/plotly/plotly.js) from 2.27.1 to 2.29.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.js/releases">plotly.js-basic-dist's releases</a>.</em></p> <blockquote> <h2>v2.29.1</h2> <h3>Fixed</h3> <ul> <li>Fix bug where plots with axis <code>type='categorical'</code>, <code>tickson = "boundaries"</code> and <code>showgrid=true</code> wouldn't load [<a href="https://redirect.github.com/plotly/plotly.js/pull/6885">#6885</a>]</li> <li>Respect <code>insiderange</code> when multiple overlaid axes having <code>insideticklabel</code> [<a href="https://redirect.github.com/plotly/plotly.js/pull/6817">#6817</a>]</li> </ul> <h2>v2.29.0</h2> <h3>Added</h3> <ul> <li>Add <code>layout.barcornerradius</code> and <code>trace.marker.cornerradius</code> properties to support rounding the corners of bar traces [<a href="https://redirect.github.com/plotly/plotly.js/pull/6761">#6761</a>], with thanks to <a href="https://www.displayr.com">Displayr</a> for sponsoring development!</li> <li>Add <code>autotickangles</code> to cartesian and radial axes [<a href="https://redirect.github.com/plotly/plotly.js/pull/6790">#6790</a>], with thanks to <a href="https://github.com/my-tien"><code>@my-tien</code></a> for the contribution!</li> </ul> <h3>Changed</h3> <ul> <li>Improve hover detection for for scatter plot fill tonext* [<a href="https://redirect.github.com/plotly/plotly.js/pull/6865">#6865</a>], with thanks to <a href="https://github.com/lumip"><code>@lumip</code></a> for the contribution!</li> <li>Improve rendering of heatmap bricks for log-scale axes [<a href="https://redirect.github.com/plotly/plotly.js/issues/5991">#5991</a>], with thanks to <a href="https://github.com/andrew-matteson"><code>@andrew-matteson</code></a> for the contribution!</li> <li>Adjust Sankey trace to allow user-defined link hover style override [<a href="https://redirect.github.com/plotly/plotly.js/pull/6864">#6864</a>], with thanks to <a href="https://github.com/TortoiseHam"><code>@TortoiseHam</code></a> for the contribution!</li> <li>Adjust 'decimal' and 'thousands' formats for Brazilian Portuguese locale file [<a href="https://redirect.github.com/plotly/plotly.js/pull/6866">#6866</a>], with thanks to <a href="https://github.com/pazuza"><code>@pazuza</code></a> for the contribution!</li> </ul> <h3>Fixed</h3> <ul> <li>Fix modifying selections on traces on overlaying axes [<a href="https://redirect.github.com/plotly/plotly.js/pull/6870">#6870</a>]</li> </ul> <h2>2.28.0</h2> <h3>Added</h3> <ul> <li>Add <code>align</code> option to sankey nodes to control horizontal alignment [<a href="https://redirect.github.com/plotly/plotly.js/pull/6800">#6800</a>], with thanks to <a href="https://github.com/adamreeve"><code>@adamreeve</code></a> for the contribution!</li> <li>Add the possibility of loading "virtual-webgl" script for WebGL 1 to help display several WebGL contexts on a page [<a href="https://redirect.github.com/plotly/plotly.js/pull/6784">#6784</a>], with thanks to <a href="https://github.com/greggman"><code>@greggman</code></a> for the contribution!</li> <li>Add options to use base64 encoding (<code>bdata</code>) and <code>shape</code> (for 2 dimensional arrays) to declare various typed arrays i.e. <code>dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8)</code> [<a href="https://redirect.github.com/plotly/plotly.js/pull/5230">#5230</a>]</li> </ul> <h3>Fixed</h3> <ul> <li>Fix scattergl rendering bug on M1 mac devices [<a href="https://redirect.github.com/plotly/plotly.js/pull/6830">#6830</a>], with thanks to <a href="https://github.com/justinjhendrick"><code>@justinjhendrick</code></a> for the contribution!</li> <li>Fix hovering over sankey node only fully highlights first trace [<a href="https://redirect.github.com/plotly/plotly.js/pull/6799">#6799</a>], with thanks to <a href="https://github.com/DominicWuest"><code>@DominicWuest</code></a> for the contribution!</li> <li>Fix error when the mouse moves to x=0 while dragging a rangeslider [<a href="https://redirect.github.com/plotly/plotly.js/pull/6780">#6780</a>], with thanks to <a href="https://github.com/david-bezero"><code>@david-bezero</code></a> for the contribution!</li> <li>Fix duplicated of major and minor ticks in calc data [<a href="https://redirect.github.com/plotly/plotly.js/pull/6829">#6829</a>], with thanks to <a href="https://github.com/ayjayt"><code>@ayjayt</code></a> for the contribution!</li> <li>Fix charset test dashboard [<a href="https://redirect.github.com/plotly/plotly.js/pull/6826">#6826</a>], with thanks to <a href="https://github.com/ayjayt"><code>@ayjayt</code></a> for the contribution!</li> <li>Fix range defaults to take into account <code>minallowed</code> and <code>maxallowed</code> values of the axis [<a href="https://redirect.github.com/plotly/plotly.js/pull/6796">#6796</a>]</li> <li>Fix <code>scattergl</code> legend when <code>marker.angle</code> is an array [<a href="https://redirect.github.com/plotly/plotly.js/pull/6787">#6787</a>]</li> <li>Fix plot schema not to show <code>line.shape</code> options for <code>scatterpolargl</code> trace [<a href="https://redirect.github.com/plotly/plotly.js/pull/6781">#6781</a>]</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md">plotly.js-basic-dist's changelog</a>.</em></p> <blockquote> <h2>[2.29.1] -- 2024-02-12</h2> <h3>Fixed</h3> <ul> <li>Fix bug where plots with axis <code>type='categorical'</code>, <code>tickson = "boundaries"</code> and <code>showgrid=true</code> wouldn't load [<a href="https://redirect.github.com/plotly/plotly.js/pull/6885">#6885</a>]</li> <li>Respect <code>insiderange</code> when multiple overlaid axes having <code>insideticklabel</code> [<a href="https://redirect.github.com/plotly/plotly.js/pull/6817">#6817</a>]</li> </ul> <h2>[2.29.0] -- 2024-02-01</h2> <h3>Added</h3> <ul> <li>Add <code>layout.barcornerradius</code> and <code>trace.marker.cornerradius</code> properties to support rounding the corners of bar traces [<a href="https://redirect.github.com/plotly/plotly.js/pull/6761">#6761</a>], with thanks to <a href="https://www.displayr.com">Displayr</a> for sponsoring development!</li> <li>Add <code>autotickangles</code> to cartesian and radial axes [<a href="https://redirect.github.com/plotly/plotly.js/pull/6790">#6790</a>], with thanks to <a href="https://github.com/my-tien"><code>@my-tien</code></a> for the contribution!</li> </ul> <h3>Changed</h3> <ul> <li>Improve hover detection for for scatter plot fill tonext* [<a href="https://redirect.github.com/plotly/plotly.js/pull/6865">#6865</a>], with thanks to <a href="https://github.com/lumip"><code>@lumip</code></a> for the contribution!</li> <li>Improve rendering of heatmap bricks for log-scale axes [<a href="https://redirect.github.com/plotly/plotly.js/issues/5991">#5991</a>], with thanks to <a href="https://github.com/andrew-matteson"><code>@andrew-matteson</code></a> for the contribution!</li> <li>Adjust Sankey trace to allow user-defined link hover style override [<a href="https://redirect.github.com/plotly/plotly.js/pull/6864">#6864</a>], with thanks to <a href="https://github.com/TortoiseHam"><code>@TortoiseHam</code></a> for the contribution!</li> <li>Adjust 'decimal' and 'thousands' formats for Brazilian Portuguese locale file [<a href="https://redirect.github.com/plotly/plotly.js/pull/6866">#6866</a>], with thanks to <a href="https://github.com/pazuza"><code>@pazuza</code></a> for the contribution!</li> </ul> <h3>Fixed</h3> <ul> <li>Fix modifying selections on traces on overlaying axes [<a href="https://redirect.github.com/plotly/plotly.js/pull/6870">#6870</a>]</li> </ul> <h2>[2.28.0] -- 2024-01-05</h2> <h3>Added</h3> <ul> <li>Add <code>align</code> option to sankey nodes to control horizontal alignment [<a href="https://redirect.github.com/plotly/plotly.js/pull/6800">#6800</a>], with thanks to <a href="https://github.com/adamreeve"><code>@adamreeve</code></a> for the contribution!</li> <li>Add the possibility of loading "virtual-webgl" script for WebGL 1 to help display several WebGL contexts on a page [<a href="https://redirect.github.com/plotly/plotly.js/pull/6784">#6784</a>], with thanks to <a href="https://github.com/greggman"><code>@greggman</code></a> for the contribution!</li> <li>Add options to use base64 encoding (<code>bdata</code>) and <code>shape</code> (for 2 dimensional arrays) to declare various typed arrays i.e. <code>dtype=(float64|float32|int32|int16|int8|uint32|uint16|uint8)</code> [<a href="https://redirect.github.com/plotly/plotly.js/pull/5230">#5230</a>]</li> </ul> <h3>Fixed</h3> <ul> <li>Fix scattergl rendering bug on M1 mac devices [<a href="https://redirect.github.com/plotly/plotly.js/pull/6830">#6830</a>], with thanks to <a href="https://github.com/justinjhendrick"><code>@justinjhendrick</code></a> for the contribution!</li> <li>Fix hovering over sankey node only fully highlights first trace [<a href="https://redirect.github.com/plotly/plotly.js/pull/6799">#6799</a>], with thanks to <a href="https://github.com/DominicWuest"><code>@DominicWuest</code></a> for the contribution!</li> <li>Fix error when the mouse moves to x=0 while dragging a rangeslider [<a href="https://redirect.github.com/plotly/plotly.js/pull/6780">#6780</a>], with thanks to <a href="https://github.com/david-bezero"><code>@david-bezero</code></a> for the contribution!</li> <li>Fix duplicated of major and minor ticks in calc data [<a href="https://redirect.github.com/plotly/plotly.js/pull/6829">#6829</a>], with thanks to <a href="https://github.com/ayjayt"><code>@ayjayt</code></a> for the contribution!</li> <li>Fix charset test dashboard [<a href="https://redirect.github.com/plotly/plotly.js/pull/6826">#6826</a>], with thanks to <a href="https://github.com/ayjayt"><code>@ayjayt</code></a> for the contribution!</li> <li>Fix range defaults to take into account <code>minallowed</code> and <code>maxallowed</code> values of the axis [<a href="https://redirect.github.com/plotly/plotly.js/pull/6796">#6796</a>]</li> <li>Fix <code>scattergl</code> legend when <code>marker.angle</code> is an array [<a href="https://redirect.github.com/plotly/plotly.js/pull/6787">#6787</a>]</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/plotly/plotly.js/commit/3c922716626ca33636d6569b2422d5f4986d1b6e"><code>3c92271</code></a> 2.29.1</li> <li><a href="https://github.com/plotly/plotly.js/commit/4072ae5463dbed2e967cca1672e3f4c141f3f646"><code>4072ae5</code></a> update readme and changelog for v2.29.1</li> <li><a href="https://github.com/plotly/plotly.js/commit/5025fbc75b636a02d16320e7b4ff054f1fe6c301"><code>5025fbc</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6817">#6817</a> from plotly/insiderange-multiple-axes</li> <li><a href="https://github.com/plotly/plotly.js/commit/0d6bca6342ea60c884af4baabafe8512ef652e54"><code>0d6bca6</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6885">#6885</a> from plotly/bugfix-categorical-axis-tickson-boundari...</li> <li><a href="https://github.com/plotly/plotly.js/commit/e94f91afbe8478769da190527547aef628b0f8d1"><code>e94f91a</code></a> Add draftlog</li> <li><a href="https://github.com/plotly/plotly.js/commit/c889e6e07b74a1c1a8fd4f9d1c5932994a067f92"><code>c889e6e</code></a> Add zz- before new mock filename</li> <li><a href="https://github.com/plotly/plotly.js/commit/3ebb495969ee301ef4b833feb2b861aa91733ffa"><code>3ebb495</code></a> Merge branch 'master' into bugfix-categorical-axis-tickson-boundaries-showgrid</li> <li><a href="https://github.com/plotly/plotly.js/commit/08e06bd23651ef4bbede2640d1aad022be5ead38"><code>08e06bd</code></a> edit readme</li> <li><a href="https://github.com/plotly/plotly.js/commit/5272c3824170583f6e899225ba2246b68327819c"><code>5272c38</code></a> Merge pull request <a href="https://redirect.github.com/plotly/plotly.js/issues/6882">#6882</a> from plotly/LiamConnors-patch-1</li> <li><a href="https://github.com/plotly/plotly.js/commit/59cd1a6f7bdb4fb9c7de7ac98e3a0e306be8a0e0"><code>59cd1a6</code></a> fix link</li> <li>Additional commits viewable in <a href="https://github.com/plotly/plotly.js/compare/v2.27.1...v2.29.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=plotly.js-basic-dist&package-manager=npm_and_yarn&previous-version=2.27.1&new-version=2.29.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…423) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.8.8 to 3.9.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@apollo/client</code>'s releases</a>.</em></p> <blockquote> <h2>v3.9.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11403">#11403</a> <a href="https://github.com/apollographql/apollo-client/commit/b0c4f3ad8198981a229b46dc430345a76e577e9c"><code>b0c4f3a</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix issue in <code>useLazyQuery</code> that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11576">#11576</a> <a href="https://github.com/apollographql/apollo-client/commit/e855d00447e4d9ae478d98f6796d842ef6cc76d1"><code>e855d00</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Revert PR <a href="https://redirect.github.com/apollographql/apollo-client/pull/11202">#11202</a> to fix caching bug reported in <a href="https://redirect.github.com/apollographql/apollo-client/issues/11560">#11560</a></p> </li> </ul> <h2>v3.9.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11525">#11525</a> <a href="https://github.com/apollographql/apollo-client/commit/dce923ae57eb6b6d889e2980635cb90e2c6cbca3"><code>dce923a</code></a> Thanks <a href="https://github.com/vezaynk"><code>@vezaynk</code></a>! - Allows passing in client via options to useFragment</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11558">#11558</a> <a href="https://github.com/apollographql/apollo-client/commit/8cba16f041609443111ecf5fb58faea1b3e79569"><code>8cba16f</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Fix <a href="https://redirect.github.com/apollographql/apollo-client/issues/11554"><code>unbound-method</code></a> linter error on ObservableQuery methods exposed on useQuery's QueryResult object.</p> </li> </ul> <h2>v3.9.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/11552">#11552</a> <a href="https://github.com/apollographql/apollo-client/commit/6ac2b0ce4d999c63478d85b40ad56ccda9624797"><code>6ac2b0c</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix import in <code>useLazyRef</code> causing import issues in the nextjs package.</li> </ul> <h2>v3.9.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11516">#11516</a> <a href="https://github.com/apollographql/apollo-client/commit/8390fea13175bada8361ba5f0df2e43197085aba"><code>8390fea</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix an incorrect string substitution in a warning message.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11515">#11515</a> <a href="https://github.com/apollographql/apollo-client/commit/c9bf93bdc2816f7fdba96961e1435f463f440bd1"><code>c9bf93b</code></a> Thanks <a href="https://github.com/vladar"><code>@vladar</code></a>! - Avoid redundant refetchQueries call for mutation with no-cache policy (fixes <a href="https://redirect.github.com/apollographql/apollo-client/issues/10238">#10238</a>)</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11545">#11545</a> <a href="https://github.com/apollographql/apollo-client/commit/84a6beaeae69acdffea49ba6b8242752cc188172"><code>84a6bea</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Remove error thrown by <code>inFlightLinkObservables</code> intended to be removed before 3.9 release.</p> </li> </ul> <h2>v3.9.0</h2> <h3>Minor Changes</h3> <h4>Memory optimizations</h4> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11424">#11424</a> <a href="https://github.com/apollographql/apollo-client/commit/62f3b6d0e89611e27d9f29812ee60e5db5963fd6"><code>62f3b6d</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Simplify RetryLink, fix potential memory leak</p> <p>Historically, <code>RetryLink</code> would keep a <code>values</code> array of all previous values, in case the operation would get an additional subscriber at a later point in time.</p> <p>In practice, this could lead to a memory leak (<a href="https://redirect.github.com/apollographql/apollo-client/pull/11393">#11393</a>) and did not serve any further purpose, as the resulting observable would only be subscribed to by Apollo Client itself, and only once - it would be wrapped in a <code>Concast</code> before being exposed to the user, and that <code>Concast</code> would handle subscribers on its own.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11435">#11435</a> <a href="https://github.com/apollographql/apollo-client/commit/5cce53e83b976f85d2d2b06e28cc38f01324fea1"><code>5cce53e</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Deprecates <code>canonizeResults</code>.</p> <p>Using <code>canonizeResults</code> can result in memory leaks so we generally do not recommend using this option anymore. A future version of Apollo Client will contain a similar feature without the risk of memory leaks.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11254">#11254</a> <a href="https://github.com/apollographql/apollo-client/commit/d08970d348cf4ad6d80c6baf85b4a4cd4034a3bb"><code>d08970d</code></a> Thanks <a href="https://github.com/benjamn"><code>@benjamn</code></a>! - Decouple <code>canonicalStringify</code> from <code>ObjectCanon</code> for better time and memory performance.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11356">#11356</a> <a href="https://github.com/apollographql/apollo-client/commit/cc4ac7e1917f046bcd177882727864eed40b910e"><code>cc4ac7e</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix a potential memory leak in <code>FragmentRegistry.transform</code> and <code>FragmentRegistry.findFragmentSpreads</code> that would hold on to passed-in <code>DocumentNodes</code> for too long.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11370">#11370</a> <a href="https://github.com/apollographql/apollo-client/commit/25e2cb431c76ec5aa88202eaacbd98fad42edc7f"><code>25e2cb4</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - <code>parse</code> function: improve memory management</p> <ul> <li>use LRU <code>WeakCache</code> instead of <code>Map</code> to keep a limited number of parsed results</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@apollo/client</code>'s changelog</a>.</em></p> <blockquote> <h2>3.9.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11403">#11403</a> <a href="https://github.com/apollographql/apollo-client/commit/b0c4f3ad8198981a229b46dc430345a76e577e9c"><code>b0c4f3a</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix issue in <code>useLazyQuery</code> that results in a double network call when calling the execute function with no arguments after having called it previously with another set of arguments.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11576">#11576</a> <a href="https://github.com/apollographql/apollo-client/commit/e855d00447e4d9ae478d98f6796d842ef6cc76d1"><code>e855d00</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Revert PR <a href="https://redirect.github.com/apollographql/apollo-client/pull/11202">#11202</a> to fix caching bug reported in <a href="https://redirect.github.com/apollographql/apollo-client/issues/11560">#11560</a></p> </li> </ul> <h2>3.9.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11525">#11525</a> <a href="https://github.com/apollographql/apollo-client/commit/dce923ae57eb6b6d889e2980635cb90e2c6cbca3"><code>dce923a</code></a> Thanks <a href="https://github.com/vezaynk"><code>@vezaynk</code></a>! - Allows passing in client via options to useFragment</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11558">#11558</a> <a href="https://github.com/apollographql/apollo-client/commit/8cba16f041609443111ecf5fb58faea1b3e79569"><code>8cba16f</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Fix <a href="https://redirect.github.com/apollographql/apollo-client/issues/11554"><code>unbound-method</code></a> linter error on ObservableQuery methods exposed on useQuery's QueryResult object.</p> </li> </ul> <h2>3.9.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/apollographql/apollo-client/pull/11552">#11552</a> <a href="https://github.com/apollographql/apollo-client/commit/6ac2b0ce4d999c63478d85b40ad56ccda9624797"><code>6ac2b0c</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix import in <code>useLazyRef</code> causing import issues in the nextjs package.</li> </ul> <h2>3.9.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11516">#11516</a> <a href="https://github.com/apollographql/apollo-client/commit/8390fea13175bada8361ba5f0df2e43197085aba"><code>8390fea</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Fix an incorrect string substitution in a warning message.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11515">#11515</a> <a href="https://github.com/apollographql/apollo-client/commit/c9bf93bdc2816f7fdba96961e1435f463f440bd1"><code>c9bf93b</code></a> Thanks <a href="https://github.com/vladar"><code>@vladar</code></a>! - Avoid redundant refetchQueries call for mutation with no-cache policy (fixes <a href="https://redirect.github.com/apollographql/apollo-client/issues/10238">#10238</a>)</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11545">#11545</a> <a href="https://github.com/apollographql/apollo-client/commit/84a6beaeae69acdffea49ba6b8242752cc188172"><code>84a6bea</code></a> Thanks <a href="https://github.com/alessbell"><code>@alessbell</code></a>! - Remove error thrown by <code>inFlightLinkObservables</code> intended to be removed before 3.9 release.</p> </li> </ul> <h2>3.9.0</h2> <h3>Minor Changes</h3> <h4>Memory optimizations</h4> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11424">#11424</a> <a href="https://github.com/apollographql/apollo-client/commit/62f3b6d0e89611e27d9f29812ee60e5db5963fd6"><code>62f3b6d</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Simplify RetryLink, fix potential memory leak</p> <p>Historically, <code>RetryLink</code> would keep a <code>values</code> array of all previous values, in case the operation would get an additional subscriber at a later point in time.</p> <p>In practice, this could lead to a memory leak (<a href="https://redirect.github.com/apollographql/apollo-client/pull/11393">#11393</a>) and did not serve any further purpose, as the resulting observable would only be subscribed to by Apollo Client itself, and only once - it would be wrapped in a <code>Concast</code> before being exposed to the user, and that <code>Concast</code> would handle subscribers on its own.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11435">#11435</a> <a href="https://github.com/apollographql/apollo-client/commit/5cce53e83b976f85d2d2b06e28cc38f01324fea1"><code>5cce53e</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Deprecates <code>canonizeResults</code>.</p> <p>Using <code>canonizeResults</code> can result in memory leaks so we generally do not recommend using this option anymore. A future version of Apollo Client will contain a similar feature without the risk of memory leaks.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11254">#11254</a> <a href="https://github.com/apollographql/apollo-client/commit/d08970d348cf4ad6d80c6baf85b4a4cd4034a3bb"><code>d08970d</code></a> Thanks <a href="https://github.com/benjamn"><code>@benjamn</code></a>! - Decouple <code>canonicalStringify</code> from <code>ObjectCanon</code> for better time and memory performance.</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/0933946b06843c30ac3c8eca9ef6ebfd97b4751b"><code>0933946</code></a> Version Packages (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11577">#11577</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/b0c4f3ad8198981a229b46dc430345a76e577e9c"><code>b0c4f3a</code></a> Fix accidental double network call with <code>useLazyQuery</code> on some calls of the e...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/e855d00447e4d9ae478d98f6796d842ef6cc76d1"><code>e855d00</code></a> fix: caching issue in <a href="https://redirect.github.com/apollographql/apollo-client/issues/11560">#11560</a> (reverts <a href="https://redirect.github.com/apollographql/apollo-client/issues/11202">#11202</a>) (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11576">#11576</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/bb908a3fe883ac4959acb40846a48f1631e5c030"><code>bb908a3</code></a> Version Packages (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11561">#11561</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/4c517316f2405d45f7bca3e2a1db9b665486ce6e"><code>4c51731</code></a> Fix build error on windows (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11567">#11567</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/8cba16f041609443111ecf5fb58faea1b3e79569"><code>8cba16f</code></a> fix: unbound-method lint error by using arrow function syntax for fns declare...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/7e3841ab30eae2aa4e2792726e24c10c02089960"><code>7e3841a</code></a> chore(deps): update all dependencies - patch updates (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11563">#11563</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/82f32b3dbc1b9818f3d63f850e09a1359c2399b7"><code>82f32b3</code></a> chore(deps): update all devdependencies (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11564">#11564</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/2e9733ad02c4de77c92581d8221367d55c61616b"><code>2e9733a</code></a> chore(deps): update cimg/node docker tag to v21 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11566">#11566</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/26fe4a57323f76ba73b6a2254c447aa967daf0f4"><code>26fe4a5</code></a> Document undefined <code>data</code> cases for mutations (<a href="https://redirect.github.com/apollographql/apollo-client/issues/6549">#6549</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apollographql/apollo-client/compare/v3.8.8...v3.9.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apollo/client&package-manager=npm_and_yarn&previous-version=3.8.8&new-version=3.9.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…nd (#422) Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.21.1 to 6.22.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/releases">react-router-dom's releases</a>.</em></p> <blockquote> <h2>react-router-dom-v5-compat@6.4.0-pre.15</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.15</li> <li>react-router-dom@6.4.0-pre.15</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.11</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.11</li> <li>react-router-dom@6.4.0-pre.11</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.10</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.10</li> <li>react-router-dom@6.4.0-pre.10</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.9</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.9</li> <li>react-router-dom@6.4.0-pre.9</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.8</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li>react-router@6.4.0-pre.8</li> <li>react-router-dom@6.4.0-pre.8</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.7</h2> <h3>Patch Changes</h3> <ul> <li>Updated dependencies <ul> <li><code>react-router@6.4.0-pre.7</code></li> <li><code>react-router-dom@6.4.0-pre.7</code></li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.6</h2> <h3>Patch Changes</h3> <ul> <li>44bce3c6: Fix <code>react-router-dom</code> peer dependency version <ul> <li>react-router@6.4.0-pre.6</li> <li>react-router-dom@6.4.0-pre.6</li> </ul> </li> </ul> <h2>react-router-dom-v5-compat@6.4.0-pre.5</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md">react-router-dom's changelog</a>.</em></p> <blockquote> <h2>6.22.0</h2> <h3>Minor Changes</h3> <ul> <li>Include a <code>window__reactRouterVersion</code> tag for CWV Report detection (<a href="https://redirect.github.com/remix-run/react-router/pull/11222">#11222</a>)</li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies: <ul> <li><code>@remix-run/router@1.15.0</code></li> <li><code>react-router@6.22.0</code></li> </ul> </li> </ul> <h2>6.21.3</h2> <h3>Patch Changes</h3> <ul> <li>Fix <code>NavLink</code> <code>isPending</code> when a <code>basename</code> is used (<a href="https://redirect.github.com/remix-run/react-router/pull/11195">#11195</a>)</li> <li>Remove leftover <code>unstable_</code> prefix from <code>Blocker</code>/<code>BlockerFunction</code> types (<a href="https://redirect.github.com/remix-run/react-router/pull/11187">#11187</a>)</li> <li>Updated dependencies: <ul> <li><code>react-router@6.21.3</code></li> </ul> </li> </ul> <h2>6.21.2</h2> <h3>Patch Changes</h3> <ul> <li>Leverage <code>useId</code> for internal fetcher keys when available (<a href="https://redirect.github.com/remix-run/react-router/pull/11166">#11166</a>)</li> <li>Updated dependencies: <ul> <li><code>@remix-run/router@1.14.2</code></li> <li><code>react-router@6.21.2</code></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/remix-run/react-router/commit/3a667193c1da5eaf72970b3c953c0724a0b10bf6"><code>3a66719</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11242">#11242</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/109fb7d4025cd4b3289f7a9a2f9374430bbb5759"><code>109fb7d</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11238">#11238</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/f5f75115bf14461076c70c291ad68e4c07304e6c"><code>f5f7511</code></a> Add a window var for CWV Tech Report to look for (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11222">#11222</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/44b391ad27dacc07bb1298bd79315c00845d5a2c"><code>44b391a</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11203">#11203</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/b4bf9271bc3e2a5a1fec73485392563cf3c8a7e2"><code>b4bf927</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11196">#11196</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/b541b8dd5a582b1e95a2fd0111eeac2ab92f738b"><code>b541b8d</code></a> Fix NavLink isPending with a basename (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11195">#11195</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/552662ab867fd09e865adb33bb6631207a16ca53"><code>552662a</code></a> Remove leftover <code>unstable_</code> prefix from <code>Blocker</code>/<code>BlockerFunction</code> types (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/1">#1</a>...</li> <li><a href="https://github.com/remix-run/react-router/commit/04d653bcdb5b641485e4b9081fe196cfeac12716"><code>04d653b</code></a> Copy remix script to remove prereleases from changelogs (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11183">#11183</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/4e528c0bcee338c8f26d948affb3092257f6ee85"><code>4e528c0</code></a> chore: Update version for release (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11182">#11182</a>)</li> <li><a href="https://github.com/remix-run/react-router/commit/c2c0826c6e4a9e213b4f43bc4e95d4f85bf2d96e"><code>c2c0826</code></a> chore: Update version for release (pre) (<a href="https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom/issues/11178">#11178</a>)</li> <li>Additional commits viewable in <a href="https://github.com/remix-run/react-router/commits/react-router-dom@6.22.0/packages/react-router-dom">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-router-dom&package-manager=npm_and_yarn&previous-version=6.21.1&new-version=6.22.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…t/frontend (#416) Bumps [@tsconfig/create-react-app](https://github.com/tsconfig/bases/tree/HEAD/bases) from 2.0.1 to 2.0.2. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/tsconfig/bases/commits/HEAD/bases">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@tsconfig/create-react-app&package-manager=npm_and_yarn&previous-version=2.0.1&new-version=2.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ntend (#414) Bumps [react-canvas-confetti](https://github.com/ulitcos/react-canvas-confetti) from 1.4.0 to 2.0.5. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/0b46c5d9954cd88e5bbe41fa2da6070b7c731823"><code>0b46c5d</code></a> 2.0.5</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/4f88df6cc56fb8f9fe1cbae329b3d67523fbe719"><code>4f88df6</code></a> Fixed link in readme</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/4be4f9695491b855f869f7e5371c2a0ea803cd33"><code>4be4f96</code></a> Removed default z-index</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/65b814392957e555a9f2c93162494e647e81a61f"><code>65b8143</code></a> Fixed readme</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/35fd5acae4c4cc2870446009d5a4ea4445b78849"><code>35fd5ac</code></a> 2.0.4</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/a2e10fa6e62994f63b2c0a792017b294f67fc11a"><code>a2e10fa</code></a> Added default styles</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/5d8155222215d4be7e8bf2d0f8007b4cf496d136"><code>5d81552</code></a> Fixed readme</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/4d9005db3a1fb1d157ff3d8ff90132b92a3dff37"><code>4d9005d</code></a> Fixed storybook</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/96aa104958c7bfebc28c211ea9bf4c1845a51b2f"><code>96aa104</code></a> 2.0.3</li> <li><a href="https://github.com/ulitcos/react-canvas-confetti/commit/dcdbfb7cf66e05874bcebc3bfeb2bf93f4d38d0c"><code>dcdbfb7</code></a> Renamed Crossfire Preset</li> <li>Additional commits viewable in <a href="https://github.com/ulitcos/react-canvas-confetti/compare/v1.4.0...v2.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=react-canvas-confetti&package-manager=npm_and_yarn&previous-version=1.4.0&new-version=2.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…429) Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.5.11 to 29.5.12. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=29.5.11&new-version=29.5.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…frontend (#428) Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.1.2 to 14.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/testing-library/react-testing-library/releases"><code>@testing-library/react</code>'s releases</a>.</em></p> <blockquote> <h2>v14.2.1</h2> <h2><a href="https://github.com/testing-library/react-testing-library/compare/v14.2.0...v14.2.1">14.2.1</a> (2024-02-01)</h2> <h3>Bug Fixes</h3> <ul> <li>Update types to support all possible react component return values (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1272">#1272</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9">55e79c2</a>)</li> </ul> <h2>v14.2.0</h2> <h1><a href="https://github.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.0">14.2.0</a> (2024-01-30)</h1> <h3>Features</h3> <ul> <li>add <code>reactStrictMode</code> option to enable strict mode render (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1241">#1241</a>) (<a href="https://github.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959">0880eba</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/testing-library/react-testing-library/commit/edb6344d578a8c224daf0cd6e2984f36cc6e8d86"><code>edb6344</code></a> docs: add trappar as a contributor for code (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1273">#1273</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/55e79c290d3ec8a8eb3d39539e2c05bf35dff3d9"><code>55e79c2</code></a> fix: Update types to support all possible react component return values (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1272">#1272</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/4509fb68aaf42f3b750e57a3e2d073a498fc59db"><code>4509fb6</code></a> docs: add yinm as a contributor for code (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1269">#1269</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/0880eba4a01c030f942ad93600081bbb86eac959"><code>0880eba</code></a> feat: add <code>reactStrictMode</code> option to enable strict mode render (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1241">#1241</a>)</li> <li><a href="https://github.com/testing-library/react-testing-library/commit/03a301f2488b32c94d6f6f139191f6ff71221944"><code>03a301f</code></a> chore: update stackblitz url in issue template (<a href="https://redirect.github.com/testing-library/react-testing-library/issues/1258">#1258</a>)</li> <li>See full diff in <a href="https://github.com/testing-library/react-testing-library/compare/v14.1.2...v14.2.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@testing-library/react&package-manager=npm_and_yarn&previous-version=14.1.2&new-version=14.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#425) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 18.2.47 to 18.2.56. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/react&package-manager=npm_and_yarn&previous-version=18.2.47&new-version=18.2.56)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…427) Bumps [@apollo/client](https://github.com/apollographql/apollo-client) from 3.9.4 to 3.9.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/releases"><code>@apollo/client</code>'s releases</a>.</em></p> <blockquote> <h2>v3.9.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11595">#11595</a> <a href="https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc"><code>8c20955</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Bumps the dependency <code>rehackt</code> to 0.0.5</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11592">#11592</a> <a href="https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc"><code>1133469</code></a> Thanks <a href="https://github.com/Stephen2"><code>@Stephen2</code></a>! - Strengthen <code>MockedResponse.newData</code> type</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix issue where partial data is reported to <code>useQuery</code> when using <code>notifyOnNetworkStatusChange</code> after it errors while another overlapping query succeeds.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11562">#11562</a> <a href="https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354"><code>65ab695</code></a> Thanks <a href="https://github.com/mspiess"><code>@mspiess</code></a>! - Mocks with an infinite delay no longer require result or error</p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md"><code>@apollo/client</code>'s changelog</a>.</em></p> <blockquote> <h2>3.9.5</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11595">#11595</a> <a href="https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc"><code>8c20955</code></a> Thanks <a href="https://github.com/phryneas"><code>@phryneas</code></a>! - Bumps the dependency <code>rehackt</code> to 0.0.5</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11592">#11592</a> <a href="https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc"><code>1133469</code></a> Thanks <a href="https://github.com/Stephen2"><code>@Stephen2</code></a>! - Strengthen <code>MockedResponse.newData</code> type</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix issue where partial data is reported to <code>useQuery</code> when using <code>notifyOnNetworkStatusChange</code> after it errors while another overlapping query succeeds.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11579">#11579</a> <a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Thanks <a href="https://github.com/jerelmiller"><code>@jerelmiller</code></a>! - Fix an issue where a partial cache write for an errored query would result in automatically refetching that query.</p> </li> <li> <p><a href="https://redirect.github.com/apollographql/apollo-client/pull/11562">#11562</a> <a href="https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354"><code>65ab695</code></a> Thanks <a href="https://github.com/mspiess"><code>@mspiess</code></a>! - Mocks with an infinite delay no longer require result or error</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apollographql/apollo-client/commit/17ccc42825d0b0355212f3ac823780edb467ea77"><code>17ccc42</code></a> 3.9.5 release (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11580">#11580</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1133469bd91ff76b9815e815a454a79d8e23a9bc"><code>1133469</code></a> fix: strengthen MockedResponse.newData type (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11592">#11592</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/a0d40aa718f2f6b37c767283e9662f3bb6ee548e"><code>a0d40aa</code></a> Fix anchor links in ApolloClient api docs (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11599">#11599</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/1ba2fd919f79dfdc7b9d3f7d1a7aa5918e648349"><code>1ba2fd9</code></a> Fix regression that causes partial data to be reported unexpectedly in some c...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/8c20955874562e5b2ab35557325e047b059bc4fc"><code>8c20955</code></a> bump rehackt to v0.0.5 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11595">#11595</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/ac4ae8498cf8bf63b21dc5886d942976c7dc0eaa"><code>ac4ae84</code></a> chore(deps): update all devdependencies (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11586">#11586</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/6933e0e27a6373a22e0663baf786f1380eb1802d"><code>6933e0e</code></a> chore(deps): update mad9000/actions-find-and-replace-string action to v5 (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11">#11</a>...</li> <li><a href="https://github.com/apollographql/apollo-client/commit/9cba37caa58d09e86d861f71c8338a2235f953d1"><code>9cba37c</code></a> chore(deps): update all dependencies - patch updates (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11585">#11585</a>)</li> <li><a href="https://github.com/apollographql/apollo-client/commit/d46acaf6fa5eaaecddc44206508834991bb383ba"><code>d46acaf</code></a> Update ROADMAP.md</li> <li><a href="https://github.com/apollographql/apollo-client/commit/65ab695470741e8dcaef1ebd7742c3c397526354"><code>65ab695</code></a> Make mock response error and result optional when delay is infinite (<a href="https://redirect.github.com/apollographql/apollo-client/issues/11562">#11562</a>)</li> <li>See full diff in <a href="https://github.com/apollographql/apollo-client/compare/v3.9.4...v3.9.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@apollo/client&package-manager=npm_and_yarn&previous-version=3.9.4&new-version=3.9.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tailwindcss](https://github.com/tailwindlabs/tailwindcss) from 3.4.0 to 3.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/releases">tailwindcss's releases</a>.</em></p> <blockquote> <h2>v3.4.1</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md">tailwindcss's changelog</a>.</em></p> <blockquote> <h2>[3.4.1] - 2024-01-05</h2> <h3>Fixed</h3> <ul> <li>Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12639">#12639</a>)</li> <li>Don't add spaces to gradients and grid track names when followed by <code>calc()</code> (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12704">#12704</a>)</li> <li>Restore old behavior for <code>class</code> dark mode strategy (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Added</h3> <ul> <li>Add new <code>selector</code> and <code>variant</code> strategies for dark mode (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> <h3>Changed</h3> <ul> <li>Support <code>rtl</code> and <code>ltr</code> variants on same element as <code>dir</code> attribute (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/pull/12717">#12717</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/7361468f77500105b0559e879e121f34306e8da2"><code>7361468</code></a> 3.4.1</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/508e7f2349e56d19f8d3091d583f2ad65b95f68c"><code>508e7f2</code></a> Fix code style</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/3fb57e55abdba6fa68da6cb605fcaad5ce94764a"><code>3fb57e5</code></a> Restore old behavior for <code>class</code> dark mode, add new <code>selector</code> and <code>variant</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/78fedd5cc0fd21d0573ec0733d583f68f66cc7fd"><code>78fedd5</code></a> Don't add spaces to gradients and grid track names when followed by <code>calc()</code> ...</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/08a0a6c9664eafb6f5d95af89fd69c79d8607913"><code>08a0a6c</code></a> Update changelog</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/88907757c1c538e1c3dac3d0250ba2ac6cc63ed9"><code>8890775</code></a> Don't remove keyframe stops when using important utilities (<a href="https://redirect.github.com/tailwindlabs/tailwindcss/issues/12639">#12639</a>)</li> <li><a href="https://github.com/tailwindlabs/tailwindcss/commit/f33d6a5d751e562e641654395f669183d5ca5065"><code>f33d6a5</code></a> Update CI</li> <li>See full diff in <a href="https://github.com/tailwindlabs/tailwindcss/compare/v3.4.0...v3.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tailwindcss&package-manager=npm_and_yarn&previous-version=3.4.0&new-version=3.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.