fix: resolve open Dependabot security alerts#38
Merged
jonathannorris merged 1 commit intomainfrom Apr 28, 2026
Merged
Conversation
Direct dependency upgrades: - next 14.2.28 -> ^15.5.15 - @openfeature/flagd-provider ^0.13.3 -> ^0.15.0 - @openfeature/flagd-core ^1.0.0 -> ^3.0.0 - @openfeature/ofrep-web-provider ^0.3.2 -> ^0.3.6 - @grpc/grpc-js ^1.14.0 (new explicit dep, was flagd-provider peer) - jest ^29.7.0 -> ^30.3.0, jest-environment-jsdom, @types/jest - @testing-library/jest-dom ^6.6.3 -> ^6.9.1 - eslint-config-next ^14.2.12 -> ^15.5.15 - postcss ^8 -> ^8.5.10 npm overrides for remaining transitive vulnerabilities: - protobufjs ^7.5.5 (via @grpc/proto-loader) - minimatch ^3.1.3 (via eslint@8) - ajv ^8.18.0 (via eslint@8) - js-yaml ^4.1.1 (via @istanbuljs/load-nyc-config) - diff ^5.2.0 (via ts-node) - yaml ^2.8.3 (via tailwindcss/postcss-load-config) Additional fixes for Next.js 15 compatibility: - Update dynamic route params to Promise-based API in route.ts and page.tsx - Remove deprecated experimental.instrumentationHook from next.config.mjs Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
There was a problem hiding this comment.
Code Review
This pull request upgrades the project to Next.js 15, which involves updating API routes and page components to handle asynchronous parameters and removing the experimental instrumentation hook. It also updates OpenFeature dependencies and adds several package overrides. The review feedback highlights several critical issues, including the use of non-existent package versions in package.json, the requirement to upgrade React and its types to version 19 for Next.js 15 compatibility, and a suggestion to use a more modern TypeScript target in tsconfig.json.
askpt
approved these changes
Apr 28, 2026
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.
Summary
next,@openfeature/flagd-provider,@openfeature/ofrep-web-provider,jest,@testing-library/jest-dom,postcss) and npmoverridesfor transitive deps that can't be upgraded directly (protobufjs,minimatch,ajv,js-yaml,diff,yaml)Promise-based API and removed the deprecatedexperimental.instrumentationHookconfig option