chore(deps): bump @fastify/oauth2 from 7.0.0 to 7.2.0 - #512
Open
dependabot[bot] wants to merge 19 commits into
Open
chore(deps): bump @fastify/oauth2 from 7.0.0 to 7.2.0#512dependabot[bot] wants to merge 19 commits into
dependabot[bot] wants to merge 19 commits into
Conversation
* fix(app): change logout trigger * fix(app): add accessible name to logout button * Update apps/app/src/components/Header/UserAvatar.tsx Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * fix typo Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
fix(app): fix oklch colors
* feat(app): add answer editor to question answer * refactor(app): change mutation name
… fixes to lockScroll (#489) * feat(app): add 'useIsAboveBreakpoint' hook * refactor(app): refactor 'pageScroll' utility file * feat(app): add focus lock in HeaderNavigation * fix(app): changes in BaseModal to reflect changes in pageScroll * feat(app): add focus trap in 'QuestionsSidebar' * fix(app): fix hamburger button position * fix scrollbar gutter * Update apps/app/src/utils/pageScroll.ts Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * Update apps/app/src/utils/pageScroll.ts Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * refactor(app): change types declarations in 'pageScroll' * refactor(app): refactor styles related to scrollbar on page * Update apps/app/src/components/Header/HeaderNavigation.tsx Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * refactor(app): refactor 'HeaderNavigation' * fix(app): fix typo Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
* feat: add editing own questions * refactor(app): refactor useGetAllQuestions * fix(app): fix typo * fix(app): remove unnecessary renderings
* feat(app): add user context menu * feat(app): improvements related to UserMenu * fix(app): add aria attributes to 'UserMenu' and remove unused imports * fix(app): user avatar size adjustments * refactor(app): refactor html structure in 'UserMenu' * refactor(app) remove unused import from "UserAvatar" * Update apps/app/src/hooks/useIsAboveBreakpoint.ts Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * Update apps/app/src/hooks/useIsAboveBreakpoint.ts Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * Update apps/app/src/components/Header/UserMenu.tsx Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * Update apps/app/src/components/Header/UserMenu.tsx Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * Update apps/app/src/components/Header/UserMenu.tsx Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * refactor(app): remove span tag from "LoginNavigationLink" * refactor(app): remove span tag from button content in 'UserMenu' Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
* fix(app): fix styles in "AdminPanel" * fix(app): fix styles in "UserQuestions"
…#498) * feat(app): close modal on press Escape key * feat(app): add "useOnPressKey" hook * refactor(app): implement "useOnPressKey" hook in "BaseModal" * Update apps/app/src/components/BaseModal/BaseModal.tsx Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl> * refactor(app): rename hook "useOnPressKey" => "useOnKeydown" * refactor(app): refactor "UserMenu" component Co-authored-by: Michał Miszczyszyn <michal@mmiszy.pl>
* fix: fix a11y name in "CloseButton" * chore: add path of the prettier config file to the vsc workspace settings
…question page for admin (#502) * feat(app): add ability to edit questions on questions list to admin * feat(app): add ability to edit question on question page to admin * fix(app): refetch questions after edit one of them in user panel * fix(app): fix text align in "CtaHedaerActiveLink" * Remove unused import * chore: add prettier config file to worspace config * fix: update questions list after edit any of them in user dashboard * fix: add loading indicator to questions list in dashboards * fix: disable ssr for QuestionsManagement on questions pages * fix: small improvements in "EditAnswer" and "AnswerForm" * fix: remove unused import * fix: refresh ssr generated page after edit question * fix: remove unused import * fix: fix vercel deployment * fix: rename function name "customOnClose" => "additionalActionOnClose" * feat: change loading indicator component * fix: improve "Loading" component styles * fix: improve loader a11y * fix: improve styles of "Loading" component * fix: improve light theme of loading component * Update apps/app/src/components/Loading.tsx * implement "additionalActionOnClose" function in dashboard modals * improve loading component and implement this changes
Bumps [@fastify/oauth2](https://github.com/fastify/fastify-oauth2) from 7.0.0 to 7.2.0. - [Release notes](https://github.com/fastify/fastify-oauth2/releases) - [Commits](fastify/fastify-oauth2@v7.0.0...v7.2.0) --- updated-dependencies: - dependency-name: "@fastify/oauth2" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Kudos, SonarCloud Quality Gate passed!
|
This file contains hidden or 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
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.








Bumps @fastify/oauth2 from 7.0.0 to 7.2.0.
Release notes
Sourced from
@fastify/oauth2's releases.Commits
b97cc9dBumped v7.2.0bff756bMerge pull request from GHSA-g8x5-p9qc-cf9585c1057Bumped v7.1.19abea66fixes #198 - change bearer to Bearer to match spec (#208)e8df9dcdocs: Update README.md with revised information (#207)dfafabebuild(deps-dev): bump@types/nodefrom 18.16.6 to 20.1.1 (#204)53e30b4Bumped v7.1.0fcdadacadd id_token type (#202)74db30fci: only trigger on pushes to main branches (#203)219831dFix description for Twitch auth (#201)Maintainer changes
This version was pushed to npm by matteo.collina, a new releaser for
@fastify/oauth2since your current version.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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.