Skip to content
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

Dependencies | 24th February 2025 #3081

Merged
merged 1 commit into from
Feb 24, 2025
Merged

Dependencies | 24th February 2025 #3081

merged 1 commit into from
Feb 24, 2025

Conversation

coldlink
Copy link
Member

@coldlink coldlink commented Feb 24, 2025

What does this change?

Updates dependencies where possible since #3068 and #3071

Holds back the following:

  • @types/express - Stick to v4, until we upgrade to Express v5
  • openid-client - v6 is a major version change, will investigate separately

Tested

  • CODE

@coldlink coldlink added the dependencies Pull requests that update a dependency file label Feb 24, 2025
@coldlink coldlink requested a review from a team as a code owner February 24, 2025 08:53
@@ -35,6 +35,7 @@ export const getApp = async (id: string): Promise<AppResponse> => {
headers: { ...defaultHeaders(), ...authorizationHeader() },
}).then(handleAppResponse);

// eslint-disable-next-line functional/immutable-data -- we need to cache the app, so we need to mutate it here
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

caused by the eslint-plugin-functional major update

@coldlink coldlink merged commit 10035bf into main Feb 24, 2025
21 checks passed
@coldlink coldlink deleted the mm/deps-2025-02-24 branch February 24, 2025 09:10
@coldlink coldlink mentioned this pull request Mar 3, 2025
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants